iceScrum Forums Discuss on iceScrum
- This topic has 6 replies, 2 voices, and was last updated 10 years, 6 months ago by Kagilum.
-
AuthorPosts
-
15/04/2013 at 6:49 am #10633
KagilumKeymasterHello,
while trying to generate a report (what ever the report is) the dialog box is stucked to “report generation, the application is generating a report” and there is no result.
regards, Ioan
PS : the icescrum version is the last one (R6.3) but it occured with the R5.x also.
15/04/2013 at 8:04 am #10819
Nicolas NoulletKeymasterHello,
Are you using a proxy ?
22/05/2013 at 12:01 am #10824
KagilumKeymasterHi all,
Let me carry on this thread, I am running into the same problem and one thing I am pretty sure is that there is no proxy in the way.
Following is the stacktrace:
013-05-21 23:54:06,683 [http-80-8] ERROR StackTrace – Sanitizing stacktrace:
org.codehaus.groovy.grails.web.servlet.mvc.exceptions.ControllerExecutionException: Executing action [print] of controller [org.icescrum.web.presentation.app.project.SprintPlanController] caused exception: java.lang.NoClassDefFoundError: Could not initialize class net.sf.jasperreports.engine.util.JRStyledTextParser
at grails.plugin.springcache.web.GrailsFragmentCachingFilter.doFilter(GrailsFragmentCachingFilter.groovy:66)
at net.sf.ehcache.constructs.web.filter.Filter.doFilter(Filter.java:86)
at java.lang.Thread.run(Thread.java:679)
Caused by: org.codehaus.groovy.runtime.InvokerInvocationException: java.lang.NoClassDefFoundError: Could not initialize class net.sf.jasperreports.engine.util.JRStyledTextParser
… 3 more
Caused by: java.lang.NoClassDefFoundError: Could not initialize class net.sf.jasperreports.engine.util.JRStyledTextParser
at net.sf.jasperreports.engine.fill.JRBaseFiller.(JRBaseFiller.java:121)
at net.sf.jasperreports.engine.fill.JRVerticalFiller.(JRVerticalFiller.java:88)
at net.sf.jasperreports.engine.fill.JRVerticalFiller.(JRVerticalFiller.java:103)
at net.sf.jasperreports.engine.fill.JRVerticalFiller.(JRVerticalFiller.java:61)
at net.sf.jasperreports.engine.fill.JRFiller.createFiller(JRFiller.java:153)
at net.sf.jasperreports.engine.fill.JRFiller.fill(JRFiller.java:82)
at net.sf.jasperreports.engine.JasperFillManager.fill(JasperFillManager.java:653)
at net.sf.jasperreports.engine.JasperFillManager.fillReport(JasperFillManager.java:969)
at net.sf.jasperreports.engine.JasperFillManager$fillReport.call(Unknown Source)
at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149)
at IcescrumCoreGrailsPlugin$_addJasperMethod_closure23.doCall(IcescrumCoreGrailsPlugin.groovy:752)
at org.icescrum.web.presentation.app.project.SprintPlanController$_closure21.doCall(SprintPlanController.groovy:492)
at org.icescrum.web.presentation.app.project.SprintPlanController$_closure21.doCall(SprintPlanController.groovy)
… 3 moreNote:
report generation worked okay when icescrum ran in tomcat 7, but I downgrade tomcat 6 since I found tomcat 7 sometimes hangs there for no reason and eventually it will need to be restarted.Hope this gives you a clear hint.
Thanks
Ben28/05/2014 at 8:10 am #10837
KagilumKeymasterHello,
I have same problem as #loan during generating report in a sprint.
Here are my environment:
– OS: windows 2008 server
– jdk: 7
– tomcat: 8.0.5
– icescrum: R6#13Thanks,
Ninh
28/05/2014 at 8:28 am #10838
KagilumKeymasterHere are logs:
2014-05-28 08:18:40,670 [http-nio-8080-exec-5] ERROR org.codehaus.groovy.grails.web.errors.GrailsExceptionResolver - Exception occurred when processing request: [GET] /icescrum/sprintPlan/print/55
Stacktrace follows:
net.sf.jasperreports.engine.JRException: Resource not found at : null/sprintPlanTasksList.jasper
at net.sf.jasperreports.repo.RepositoryUtil.getResourceFromLocation(RepositoryUtil.java:255)
at net.sf.jasperreports.repo.RepositoryUtil.getReport(RepositoryUtil.java:208)
at net.sf.jasperreports.engine.fill.JRFillSubreport.evaluateReport(JRFillSubreport.java:329)
at net.sf.jasperreports.engine.fill.JRFillSubreport.evaluateSubreport(JRFillSubreport.java:359)
at net.sf.jasperreports.engine.fill.JRFillSubreport.evaluate(JRFillSubreport.java:287)
at net.sf.jasperreports.engine.fill.JRFillElementContainer.evaluate(JRFillElementContainer.java:257)
at net.sf.jasperreports.engine.fill.JRFillBand.evaluate(JRFillBand.java:457)
at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillColumnBand(JRVerticalFiller.java:2037)
at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillDetail(JRVerticalFiller.java:771)
at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillReportStart(JRVerticalFiller.java:281)
at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillReport(JRVerticalFiller.java:144)
at net.sf.jasperreports.engine.fill.JRBaseFiller.fill(JRBaseFiller.java:909)
at net.sf.jasperreports.engine.fill.JRBaseFiller.fill(JRBaseFiller.java:841)
at net.sf.jasperreports.engine.fill.JRFiller.fill(JRFiller.java:88)
at net.sf.jasperreports.engine.JasperFillManager.fill(JasperFillManager.java:653)
at net.sf.jasperreports.engine.JasperFillManager.fillReport(JasperFillManager.java:969)
at net.sf.jasperreports.engine.JasperFillManager$fillReport.call(Unknown Source)
at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149)
at IcescrumCoreGrailsPlugin$_addJasperMethod_closure24.doCall(IcescrumCoreGrailsPlugin.groovy:787)
at org.icescrum.web.presentation.app.project.SprintPlanController$_closure25.doCall(SprintPlanController.groovy:510)
at org.icescrum.web.presentation.app.project.SprintPlanController$_closure25.doCall(SprintPlanController.groovy)
at grails.plugin.springcache.web.GrailsFragmentCachingFilter.doFilter(GrailsFragmentCachingFilter.groovy:66)
at net.sf.ehcache.constructs.web.filter.Filter.doFilter(Filter.java:86)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)30/05/2014 at 8:43 am #10839
Nicolas NoulletKeymasterHello,
As mentioned in the documentation, Tomcat 8 is not supported yet. Switching to Tomcat 7 will probably solve this issue.
04/06/2014 at 3:48 am #10841
KagilumKeymasterThank for responding, Nicolas!
I have another question in other topic viewtopic.php?f=22&t=3016Please help me to resolve it!
Thanks,
Ninh
-
AuthorPosts
The forum ‘Feedback, defects, evolutions’ is closed to new topics and replies.