Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Problem upgrade 2.3.2 to 2.5.1
Pico
Hi ,
I have the next error runnig a report after upgraded to 2.5.1. In 2.3.2 the report ran ok.
Caused by: java.lang.NullPointerException
at org.eclipse.birt.report.engine.executor.ExecutionContext.loadScript(ExecutionContext.java:1007)
at org.eclipse.birt.report.engine.api.impl.EngineTask.loadDesign(EngineTask.java:1567)
at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doRun(RunAndRenderTask.java:95)
at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:75)
at es.bancopastor.artabro.hercules.ejecucion.servicios.gestorformularios.generador.GeneradorManager.processRequest(GeneradorManager.java:207)
... 8 more
Could someone help me ?
I see too that if i change the XML datasets to scriptDatasets on runtime, i have to save the ScriptDataSetHandle to the report run ok. In version 2.3.2 it wasn´t neccessary.
thanks a lot.
Find more posts tagged with
Comments
Happy
Out of curiousity, try with BIRT 2.5.0,
I have had similiar errors trying to deploy BIRT 2.5.1 to Websphere Application Server, 2.5.0 works fine for me though
Pico
In 2.5.0 the error change for that :
Caused by: java.lang.NullPointerException
at org.eclipse.birt.report.engine.executor.ReportItemExecutor.processVisibility(ReportItemExecutor.java:477)
at org.eclipse.birt.report.engine.executor.TextItemExecutor.executeHtmlText(TextItemExecutor.java:105)
at org.eclipse.birt.report.engine.executor.TextItemExecutor.execute(TextItemExecutor.java:70)
at org.eclipse.birt.report.engine.internal.executor.dup.SuppressDuplicateItemExecutor.execute(SuppressDuplicateItemExecutor.java:43)
at org.eclipse.birt.report.engine.internal.executor.wrap.WrappedReportItemExecutor.execute(WrappedReportItemExecutor.java:46)
at org.eclipse.birt.report.engine.internal.executor.l18n.LocalizedReportItemExecutor.execute(LocalizedReportItemExecutor.java:34)
at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.traverse(HTMLAbstractLM.java:413)
at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.traverse(HTMLAbstractLM.java:414)
at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.traverse(HTMLAbstractLM.java:414)
at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.handleVisibility(HTMLAbstractLM.java:347)
at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:118)
at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:69)
at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout(HTMLPageLM.java:90)
at org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.layout(HTMLReportLayoutEngine.java:99)
at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doRun(RunAndRenderTask.java:167)
... 10 more
And not is neccesarry save, to the