I am working on a Grails application which generates pdf
and doc
files. I am using jasper report
and iReport
to export reports in pdf and doc formats. When I try to download pdf, the following internal server error occurs:
Class: java.lang.NoClassDefFoundError
Message: Could not initialize class net.sf.jasperreports.engine.util.JRStyledTextParser.
What could be the possible reason, I am unable to figure out. I found some similar questions on stackoverflow but none of them resolved my issue.
Trying to resolve the issue from last day but not get any success.Any one please give some suggestion/solution I have lots of hope from this place.