iceScrum | report generation – iceScrum

iceScrum Forums Discuss on iceScrum

Viewing 7 posts - 1 through 7 (of 7 total)

  • Author
    Posts
  • #10633

    Kagilum
    Keymaster

    Hello,

    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.

    #10819

    Nicolas Noullet
    Keymaster

    Hello,

    Are you using a proxy ?

    #10824

    Kagilum
    Keymaster

    Hi 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 more

    Note:
    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
    Ben

    #10837

    Kagilum
    Keymaster

    Hello,

    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#13

    Thanks,

    Ninh

    #10838

    Kagilum
    Keymaster

    Here 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)
    #10839

    Nicolas Noullet
    Keymaster

    Hello,

    As mentioned in the documentation, Tomcat 8 is not supported yet. Switching to Tomcat 7 will probably solve this issue.

    #10841

    Kagilum
    Keymaster

    Thank for responding, Nicolas!
    I have another question in other topic viewtopic.php?f=22&t=3016

    Please help me to resolve it!

    Thanks,

    Ninh

Viewing 7 posts - 1 through 7 (of 7 total)

The forum ‘Feedback, defects, evolutions’ is closed to new topics and replies.