Error occured while running the report
hi, i have done a report using the report engine api.,.
i am trying to run the report(contains chart) in a pdf format from java..and i always end up with these error..
i'm definitely sure that the ReportEngine/lib jars were in my WEB-INF/lib folder..
can anybody help me with these error..pls pls?
PFA the code for birt engine.
PFA the rptdesign file which contins chart.
When I am removing chart from the rptdesign file, the report is generating fine.PFA the report without chart.
Please help me in this.
18:09:25,353 ERROR [STDERR] org.eclipse.birt.report.engine.api.EngineException: Error happened while running the report.
18:09:25,354 ERROR [STDERR] at org.eclipse.birt.report.engine.api.impl.EngineTask.handleFatalExceptions(EngineTask.java:2265)
18:09:25,354 ERROR [STDERR] at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doRun(RunAndRenderTask.java:190)
18:09:25,354 ERROR [STDERR] at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:77)
18:09:25,354 ERROR [STDERR] at com.mm.gip.engine.birt_engine.generateReport(birt_engine.java:115)
18:09:25,354 ERROR [STDERR] at com.mm.gip.bean.FinishBean.generateReport(FinishBean.java:23)
18:09:25,355 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
18:09:25,355 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
18:09:25,355 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
18:09:25,355 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:597)
18:09:25,355 ERROR [STDERR] at org.apache.el.parser.AstValue.invoke(AstValue.java:170)
18:09:25,355 ERROR [STDERR] at org.apache.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276)
18:09:25,355 ERROR [STDERR] at org.apache.jasper.el.JspMethodExpression.invoke(JspMethodExpression.java:68)
18:09:25,355 ERROR [STDERR] at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:88)
18:09:25,355 ERROR [STDERR] at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102)
18:09:25,355 ERROR [STDERR] at javax.faces.component.UICommand.broadcast(UICommand.java:387)
18:09:25,355 ERROR [STDERR] at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:475)
18:09:25,355 ERROR [STDERR] at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:756)
18:09:25,355 ERROR [STDERR] at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:82)
18:09:25,355 ERROR [STDERR] at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)
18:09:25,355 ERROR [STDERR] at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
18:09:25,356 ERROR [STDERR] at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
18:09:25,356 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
18:09:25,356 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
18:09:25,356 ERROR [STDERR] at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
18:09:25,356 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
18:09:25,356 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
18:09:25,356 ERROR [STDERR] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235)
18:09:25,356 ERROR [STDERR] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
18:09:25,356 ERROR [STDERR] at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:190)
18:09:25,356 ERROR [STDERR] at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:92)
18:09:25,356 ERROR [STDERR] at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)
18:09:25,356 ERROR [STDERR] at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)
18:09:25,356 ERROR [STDERR] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
18:09:25,356 ERROR [STDERR] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
18:09:25,356 ERROR [STDERR] at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)
18:09:25,356 ERROR [STDERR] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
18:09:25,357 ERROR [STDERR] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)
18:09:25,357 ERROR [STDERR] at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829)
18:09:25,357 ERROR [STDERR] at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:598)
18:09:25,357 ERROR [STDERR] at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
18:09:25,357 ERROR [STDERR] at java.lang.Thread.run(Thread.java:662)
18:09:25,357 ERROR [STDERR] Caused by: java.lang.VerifyError: (class: org/eclipse/birt/chart/reportitem/ChartReportItemPresentationBase, method: initializeScriptHandler signature: (Lorg/eclipse/birt/chart/reportitem/BIRTExternalContext;)V) Incompatible argument to function
18:09:25,357 ERROR [STDERR] at org.eclipse.birt.chart.reportitem.ChartReportItemFactoryBase.createReportItemPresentation(ChartReportItemFactoryBase.java:47)
18:09:25,357 ERROR [STDERR] at org.eclipse.birt.chart.reportitem.ChartReportItemUtil.instanceReportItemPresentation(ChartReportItemUtil.java:255)
18:09:25,357 ERROR [STDERR] at org.eclipse.birt.chart.reportitem.ChartReportItemPresentationProxy.createImpl(ChartReportItemPresentationProxy.java:71)
18:09:25,357 ERROR [STDERR] at org.eclipse.birt.chart.reportitem.ChartReportItemPresentationProxy.init(ChartReportItemPresentationProxy.java:51)
18:09:25,357 ERROR [STDERR] at org.eclipse.birt.report.engine.presentation.LocalizedContentVisitor.processExtendedContent(LocalizedContentVisitor.java:969)
18:09:25,357 ERROR [STDERR] at org.eclipse.birt.report.engine.presentation.LocalizedContentVisitor.localizeForeign(LocalizedContentVisitor.java:578)
18:09:25,357 ERROR [STDERR] at org.eclipse.birt.report.engine.presentation.LocalizedContentVisitor.localize(LocalizedContentVisitor.java:163)
18:09:25,357 ERROR [STDERR] at org.eclipse.birt.report.engine.internal.executor.l18n.LocalizedReportItemExecutor.execute(LocalizedReportItemExecutor.java:37)
18:09:25,357 ERROR [STDERR] at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:65)
18:09:25,357 ERROR [STDERR] at org.eclipse.birt.report.engine.layout.html.HTMLStackingLM.layoutChildren(HTMLStackingLM.java:26)
18:09:25,357 ERROR [STDERR] at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:140)
18:09:25,357 ERROR [STDERR] at org.eclipse.birt.report.engine.layout.html.HTMLInlineStackingLM.resumeLayout(HTMLInlineStackingLM.java:111)
18:09:25,358 ERROR [STDERR] at org.eclipse.birt.report.engine.layout.html.HTMLInlineStackingLM.layoutNodes(HTMLInlineStackingLM.java:160)
18:09:25,358 ERROR [STDERR] at org.eclipse.birt.report.engine.layout.html.HTMLStackingLM.layoutChildren(HTMLStackingLM.java:26)
18:09:25,358 ERROR [STDERR] at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:140)
18:09:25,358 ERROR [STDERR] at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:70)
18:09:25,358 ERROR [STDERR] at org.eclipse.birt.report.engine.layout.html.HTMLStackingLM.layoutChildren(HTMLStackingLM.java:26)
18:09:25,358 ERROR [STDERR] at org.eclipse.birt.report.engine.layout.html.HTMLTableLM.layoutChildren(HTMLTableLM.java:132)
18:09:25,358 ERROR [STDERR] at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:140)
18:09:25,358 ERROR [STDERR] at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:70)
18:09:25,358 ERROR [STDERR] at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout(HTMLPageLM.java:92)
18:09:25,358 ERROR [STDERR] at org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.layout(HTMLReportLayoutEngine.java:100)
18:09:25,358 ERROR [STDERR] at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doRun(RunAndRenderTask.java:180)
18:09:25,358 ERROR [STDERR] ... 39 more