Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » AxisFault(faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException)
AxisFault [message #662717] Thu, 31 March 2011 16:12 Go to next message
Bob Birt is currently offline Bob BirtFriend
Messages: 9
Registered: July 2009
Junior Member
I have two servers that are configured the same. One of them suddenly started failing on my report. This is new, the servers have been working fine for a year or more. Any help, tips or guidance on how to resolve this will be greatly appreciated!

I run my report like this:

http://localhost:8080/birt-viewer/run?__report=/.../myreport .rptdesign&inputfile=/.../myreport.xml&__format=pdf

The environment is this:

RHEL: 5.3
BIRT: 2.5.2
Java: OpenJDK 1.6.0
Tomcat: tomcat 5.5
Axis: 1.2.1

The complete exception stack is this:

- org.eclipse.birt.report.service.api.ReportServiceException: Error happened while running the report
AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userExcept ion
faultSubcode:
faultString: org.eclipse.birt.report.service.api.ReportServiceException: Error happened while running the report
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/axis/}stackTrace:org.eclipse.birt.rep ort.service.api.ReportServiceException: Error happened while running the report
at org.eclipse.birt.report.service.ReportEngineService.throwDum myException(ReportEngineService.java:1064)
at org.eclipse.birt.report.service.ReportEngineService.runAndRe nderReport(ReportEngineService.java:888)
at org.eclipse.birt.report.service.BirtViewerReportService.runA ndRenderReport(BirtViewerReportService.java:973)
at org.eclipse.birt.report.service.actionhandler.BirtRunAndRend erActionHandler.__execute(BirtRunAndRenderActionHandler.java :76)
at org.eclipse.birt.report.service.actionhandler.AbstractBaseAc tionHandler.execute(AbstractBaseActionHandler.java:90)
at org.eclipse.birt.report.presentation.aggregation.layout.RunF ragment.doService(RunFragment.java:120)
at org.eclipse.birt.report.presentation.aggregation.layout.Fram esetFragment.service(FramesetFragment.java:86)
at org.eclipse.birt.report.servlet.ViewerServlet.__doGet(Viewer Servlet.java:181)
at org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherSer vlet.doGet(BirtSoapMessageDispatcherServlet.java:160)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
at org.apache.axis.transport.http.AxisServletBase.service(AxisS ervletBase.java:327)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherSer vlet.service(BirtSoapMessageDispatcherServlet.java:122)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFi lter(ApplicationFilterChain.java:269)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(App licationFilterChain.java:188)
at org.eclipse.birt.report.filter.ViewerFilter.doFilter(ViewerF ilter.java:68)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFi lter(ApplicationFilterChain.java:215)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(App licationFilterChain.java:188)
at org.apache.catalina.core.StandardWrapperValve.invoke(Standar dWrapperValve.java:210)
at org.apache.catalina.core.StandardContextValve.invoke(Standar dContextValve.java:172)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHo stValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorRepo rtValve.java:117)
at org.apache.catalina.core.StandardEngineValve.invoke(Standard EngineValve.java:108)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAd apter.java:151)
at org.apache.coyote.http11.Http11Processor.process(Http11Proce ssor.java:870)
at org.apache.coyote.http11.Http11BaseProtocol$Http11Connection Handler.processConnection(Http11BaseProtocol.java:665)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(Poo lTcpEndpoint.java:528)
at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt( LeaderFollowerWorkerThread.java:81)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.ru n(ThreadPool.java:685)
at java.lang.Thread.run(Thread.java:636)
Caused by: org.eclipse.birt.report.engine.api.EngineException: Error happened while running the report
at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doR un(RunAndRenderTask.java:183)
at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run (RunAndRenderTask.java:75)
at org.eclipse.birt.report.service.ReportEngineService.runAndRe nderReport(ReportEngineService.java:882)
... 28 more
Caused by: java.lang.NullPointerException
at org.eclipse.birt.report.engine.executor.ReportItemExecutor.p rocessVisibility(ReportItemExecutor.java:477)
at org.eclipse.birt.report.engine.executor.DataItemExecutor.exe cute(DataItemExecutor.java:82)
at org.eclipse.birt.report.engine.executor.ReportExecutorUtil.e xecuteAll(ReportExecutorUtil.java:87)
at org.eclipse.birt.report.engine.executor.ReportExecutorUtil.e xecuteAll(ReportExecutorUtil.java:92)
at org.eclipse.birt.report.engine.executor.ReportExecutorUtil.e xecuteAll(ReportExecutorUtil.java:92)
at org.eclipse.birt.report.engine.executor.ReportExecutorUtil.e xecuteAll(ReportExecutorUtil.java:92)
at org.eclipse.birt.report.engine.executor.ReportExecutorUtil.e xecuteAll(ReportExecutorUtil.java:92)
at org.eclipse.birt.report.engine.executor.ReportExecutor.creat ePageExecutor(ReportExecutor.java:250)
at org.eclipse.birt.report.engine.internal.executor.dup.Suppres sDuplciateReportExecutor.createPageExecutor(SuppressDuplciat eReportExecutor.java:60)
at org.eclipse.birt.report.engine.internal.executor.wrap.Wrappe dReportExecutor.createPageExecutor(WrappedReportExecutor.jav a:49)
at org.eclipse.birt.report.engine.executor.ReportExecutorUtil.e xecuteMasterPage(ReportExecutorUtil.java:63)
at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.start( HTMLPageLM.java:147)
at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout (HTMLPageLM.java:89)
at org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutE ngine.layout(HTMLReportLayoutEngine.java:99)
at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doR un(RunAndRenderTask.java:167)
... 30 more

{http://xml.apache.org/axis/}...
{}:org.eclipse.birt.report.service.api.ReportServiceExceptio n: Error happened while running the report
at org.eclipse.birt.report.service.ReportEngineService.throwDum myException(ReportEngineService.java:1064)
at org.eclipse.birt.report.service.ReportEngineService.runAndRe nderReport(ReportEngineService.java:888)
at org.eclipse.birt.report.service.BirtViewerReportService.runA ndRenderReport(BirtViewerReportService.java:973)
at org.eclipse.birt.report.service.actionhandler.BirtRunAndRend erActionHandler.__execute(BirtRunAndRenderActionHandler.java :76)
at org.eclipse.birt.report.service.actionhandler.AbstractBaseAc tionHandler.execute(AbstractBaseActionHandler.java:90)
at org.eclipse.birt.report.presentation.aggregation.layout.RunF ragment.doService(RunFragment.java:120)
at org.eclipse.birt.report.presentation.aggregation.layout.Fram esetFragment.service(FramesetFragment.java:86)
at org.eclipse.birt.report.servlet.ViewerServlet.__doGet(Viewer Servlet.java:181)
at org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherSer vlet.doGet(BirtSoapMessageDispatcherServlet.java:160)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
at org.apache.axis.transport.http.AxisServletBase.service(AxisS ervletBase.java:327)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherSer vlet.service(BirtSoapMessageDispatcherServlet.java:122)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFi lter(ApplicationFilterChain.java:269)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(App licationFilterChain.java:188)
at org.eclipse.birt.report.filter.ViewerFilter.doFilter(ViewerF ilter.java:68)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFi lter(ApplicationFilterChain.java:215)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(App licationFilterChain.java:188)
at org.apache.catalina.core.StandardWrapperValve.invoke(Standar dWrapperValve.java:210)
at org.apache.catalina.core.StandardContextValve.invoke(Standar dContextValve.java:172)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHo stValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorRepo rtValve.java:117)
at org.apache.catalina.core.StandardEngineValve.invoke(Standard EngineValve.java:108)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAd apter.java:151)
at org.apache.coyote.http11.Http11Processor.process(Http11Proce ssor.java:870)
at org.apache.coyote.http11.Http11BaseProtocol$Http11Connection Handler.processConnection(Http11BaseProtocol.java:665)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(Poo lTcpEndpoint.java:528)
at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt( LeaderFollowerWorkerThread.java:81)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.ru n(ThreadPool.java:685)
at java.lang.Thread.run(Thread.java:636)
Caused by: org.eclipse.birt.report.engine.api.EngineException: Error happened while running the report
at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doR un(RunAndRenderTask.java:183)
at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run (RunAndRenderTask.java:75)
at org.eclipse.birt.report.service.ReportEngineService.runAndRe nderReport(ReportEngineService.java:882)
... 28 more
Caused by: java.lang.NullPointerException
at org.eclipse.birt.report.engine.executor.ReportItemExecutor.p rocessVisibility(ReportItemExecutor.java:477)
at org.eclipse.birt.report.engine.executor.DataItemExecutor.exe cute(DataItemExecutor.java:82)
at org.eclipse.birt.report.engine.executor.ReportExecutorUtil.e xecuteAll(ReportExecutorUtil.java:87)
at org.eclipse.birt.report.engine.executor.ReportExecutorUtil.e xecuteAll(ReportExecutorUtil.java:92)
at org.eclipse.birt.report.engine.executor.ReportExecutorUtil.e xecuteAll(ReportExecutorUtil.java:92)
at org.eclipse.birt.report.engine.executor.ReportExecutorUtil.e xecuteAll(ReportExecutorUtil.java:92)
at org.eclipse.birt.report.engine.executor.ReportExecutorUtil.e xecuteAll(ReportExecutorUtil.java:92)
at org.eclipse.birt.report.engine.executor.ReportExecutor.creat ePageExecutor(ReportExecutor.java:250)
at org.eclipse.birt.report.engine.internal.executor.dup.Suppres sDuplciateReportExecutor.createPageExecutor(SuppressDuplciat eReportExecutor.java:60)
at org.eclipse.birt.report.engine.internal.executor.wrap.Wrappe dReportExecutor.createPageExecutor(WrappedReportExecutor.jav a:49)
at org.eclipse.birt.report.engine.executor.ReportExecutorUtil.e xecuteMasterPage(ReportExecutorUtil.java:63)
at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.start( HTMLPageLM.java:147)
at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout (HTMLPageLM.java:89)
at org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutE ngine.layout(HTMLReportLayoutEngine.java:99)
at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doR un(RunAndRenderTask.java:167)
... 30 more


org.eclipse.birt.report.service.api.ReportServiceException: Error happened while running the report
at org.apache.axis.AxisFault.makeFault(AxisFault.java:101)
at org.eclipse.birt.report.utility.BirtUtility.makeAxisFault(Bi rtUtility.java:748)
at org.eclipse.birt.report.service.actionhandler.AbstractBaseAc tionHandler.execute(AbstractBaseActionHandler.java:94)
at org.eclipse.birt.report.presentation.aggregation.layout.RunF ragment.doService(RunFragment.java:120)
at org.eclipse.birt.report.presentation.aggregation.layout.Fram esetFragment.service(FramesetFragment.java:86)
at org.eclipse.birt.report.servlet.ViewerServlet.__doGet(Viewer Servlet.java:181)
at org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherSer vlet.doGet(BirtSoapMessageDispatcherServlet.java:160)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
at org.apache.axis.transport.http.AxisServletBase.service(AxisS ervletBase.java:327)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherSer vlet.service(BirtSoapMessageDispatcherServlet.java:122)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFi lter(ApplicationFilterChain.java:269)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(App licationFilterChain.java:188)
at org.eclipse.birt.report.filter.ViewerFilter.doFilter(ViewerF ilter.java:68)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFi lter(ApplicationFilterChain.java:215)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(App licationFilterChain.java:188)
at org.apache.catalina.core.StandardWrapperValve.invoke(Standar dWrapperValve.java:210)
at org.apache.catalina.core.StandardContextValve.invoke(Standar dContextValve.java:172)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHo stValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorRepo rtValve.java:117)
at org.apache.catalina.core.StandardEngineValve.invoke(Standard EngineValve.java:108)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAd apter.java:151)
at org.apache.coyote.http11.Http11Processor.process(Http11Proce ssor.java:870)
at org.apache.coyote.http11.Http11BaseProtocol$Http11Connection Handler.processConnection(Http11BaseProtocol.java:665)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(Poo lTcpEndpoint.java:528)
at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt( LeaderFollowerWorkerThread.java:81)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.ru n(ThreadPool.java:685)
at java.lang.Thread.run(Thread.java:636)
Caused by: org.eclipse.birt.report.service.api.ReportServiceException: Error happened while running the report
at org.eclipse.birt.report.service.ReportEngineService.throwDum myException(ReportEngineService.java:1064)
at org.eclipse.birt.report.service.ReportEngineService.runAndRe nderReport(ReportEngineService.java:888)
at org.eclipse.birt.report.service.BirtViewerReportService.runA ndRenderReport(BirtViewerReportService.java:973)
at org.eclipse.birt.report.service.actionhandler.BirtRunAndRend erActionHandler.__execute(BirtRunAndRenderActionHandler.java :76)
at org.eclipse.birt.report.service.actionhandler.AbstractBaseAc tionHandler.execute(AbstractBaseActionHandler.java:90)
... 25 more
Caused by: org.eclipse.birt.report.engine.api.EngineException: Error happened while running the report
at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doR un(RunAndRenderTask.java:183)
at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run (RunAndRenderTask.java:75)
at org.eclipse.birt.report.service.ReportEngineService.runAndRe nderReport(ReportEngineService.java:882)
... 28 more
Caused by: java.lang.NullPointerException
at org.eclipse.birt.report.engine.executor.ReportItemExecutor.p rocessVisibility(ReportItemExecutor.java:477)
at org.eclipse.birt.report.engine.executor.DataItemExecutor.exe cute(DataItemExecutor.java:82)
at org.eclipse.birt.report.engine.executor.ReportExecutorUtil.e xecuteAll(ReportExecutorUtil.java:87)
at org.eclipse.birt.report.engine.executor.ReportExecutorUtil.e xecuteAll(ReportExecutorUtil.java:92)
at org.eclipse.birt.report.engine.executor.ReportExecutorUtil.e xecuteAll(ReportExecutorUtil.java:92)
at org.eclipse.birt.report.engine.executor.ReportExecutorUtil.e xecuteAll(ReportExecutorUtil.java:92)
at org.eclipse.birt.report.engine.executor.ReportExecutorUtil.e xecuteAll(ReportExecutorUtil.java:92)
at org.eclipse.birt.report.engine.executor.ReportExecutor.creat ePageExecutor(ReportExecutor.java:250)
at org.eclipse.birt.report.engine.internal.executor.dup.Suppres sDuplciateReportExecutor.createPageExecutor(SuppressDuplciat eReportExecutor.java:60)
at org.eclipse.birt.report.engine.internal.executor.wrap.Wrappe dReportExecutor.createPageExecutor(WrappedReportExecutor.jav a:49)
at org.eclipse.birt.report.engine.executor.ReportExecutorUtil.e xecuteMasterPage(ReportExecutorUtil.java:63)
at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.start( HTMLPageLM.java:147)
at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout (HTMLPageLM.java:89)
at org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutE ngine.layout(HTMLReportLayoutEngine.java:99)
at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doR un(RunAndRenderTask.java:167)
... 30 more


[Updated on: Thu, 31 March 2011 16:18]

Report message to a moderator

Re: AxisFault [message #662737 is a reply to message #662717] Thu, 31 March 2011 17:29 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

Bob,

Does this happen on every report on just the one?

Jason

On 3/31/2011 12:13 PM, Bob Birt wrote:
> I have two servers that are configured the same. One of them suddenly
> started failing on my report. This is new, the servers have been working
> fine for a year or more. Any help, tips or guidance on how to resolve
> this will be greatly appreciated!
>
> I run my report like this:
>
> http://localhost:8080/birt-viewer/run?__report=/.../myreport .rptdesign&inputfile=/.../myreport.xml&__format=pdf
>
>
> The environment is this:
>
> RHEL: 5.3
> BIRT: 2.5.2
> Java: OpenJDK 1.6.0
> Tomcat: tomcat 5.5
> Axis: 1.2.1
>
> The complete exception stack is this:
>
> - org.eclipse.birt.report.service.api.ReportServiceException: Error
> happened while running the report
> AxisFault
> faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userExcept ion
> faultSubcode: faultString:
> org.eclipse.birt.report.service.api.ReportServiceException: Error
> happened while running the report
> faultActor: faultNode: faultDetail:
> {http://xml.apache.org/axis/}stackTrace:org.eclipse.birt.rep ort.service.api.ReportServiceException:
> Error happened while running the report
> at org.eclipse.birt.report.service.ReportEngineService.throwDum
> myException(ReportEngineService.java:1064)
> at org.eclipse.birt.report.service.ReportEngineService.runAndRe
> nderReport(ReportEngineService.java:888)
> at org.eclipse.birt.report.service.BirtViewerReportService.runA
> ndRenderReport(BirtViewerReportService.java:973)
> at org.eclipse.birt.report.service.actionhandler.BirtRunAndRend
> erActionHandler.__execute(BirtRunAndRenderActionHandler.java :76)
> at org.eclipse.birt.report.service.actionhandler.AbstractBaseAc
> tionHandler.execute(AbstractBaseActionHandler.java:90)
> at org.eclipse.birt.report.presentation.aggregation.layout.RunF
> ragment.doService(RunFragment.java:120)
> at org.eclipse.birt.report.presentation.aggregation.layout.Fram
> esetFragment.service(FramesetFragment.java:86)
> at org.eclipse.birt.report.servlet.ViewerServlet.__doGet(Viewer
> Servlet.java:181)
> at org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherSer
> vlet.doGet(BirtSoapMessageDispatcherServlet.java:160)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
> at org.apache.axis.transport.http.AxisServletBase.service(AxisS
> ervletBase.java:327)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
> at org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherSer
> vlet.service(BirtSoapMessageDispatcherServlet.java:122)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFi
> lter(ApplicationFilterChain.java:269)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(App
> licationFilterChain.java:188)
> at org.eclipse.birt.report.filter.ViewerFilter.doFilter(ViewerF
> ilter.java:68)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFi
> lter(ApplicationFilterChain.java:215)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(App
> licationFilterChain.java:188)
> at org.apache.catalina.core.StandardWrapperValve.invoke(Standar
> dWrapperValve.java:210)
> at org.apache.catalina.core.StandardContextValve.invoke(Standar
> dContextValve.java:172)
> at org.apache.catalina.core.StandardHostValve.invoke(StandardHo
> stValve.java:127)
> at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorRepo
> rtValve.java:117)
> at org.apache.catalina.core.StandardEngineValve.invoke(Standard
> EngineValve.java:108)
> at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAd
> apter.java:151)
> at org.apache.coyote.http11.Http11Processor.process(Http11Proce
> ssor.java:870)
> at org.apache.coyote.http11.Http11BaseProtocol$Http11Connection
> Handler.processConnection(Http11BaseProtocol.java:665)
> at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(Poo
> lTcpEndpoint.java:528)
> at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(
> LeaderFollowerWorkerThread.java:81)
> at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.ru
> n(ThreadPool.java:685)
> at java.lang.Thread.run(Thread.java:636)
> Caused by: org.eclipse.birt.report.engine.api.EngineException: Error
> happened while running the report
> at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doR
> un(RunAndRenderTask.java:183)
> at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run
> (RunAndRenderTask.java:75)
> at org.eclipse.birt.report.service.ReportEngineService.runAndRe
> nderReport(ReportEngineService.java:882)
> ... 28 more
> Caused by: java.lang.NullPointerException
> at org.eclipse.birt.report.engine.executor.ReportItemExecutor.p
> rocessVisibility(ReportItemExecutor.java:477)
> at org.eclipse.birt.report.engine.executor.DataItemExecutor.exe
> cute(DataItemExecutor.java:82)
> at org.eclipse.birt.report.engine.executor.ReportExecutorUtil.e
> xecuteAll(ReportExecutorUtil.java:87)
> at org.eclipse.birt.report.engine.executor.ReportExecutorUtil.e
> xecuteAll(ReportExecutorUtil.java:92)
> at org.eclipse.birt.report.engine.executor.ReportExecutorUtil.e
> xecuteAll(ReportExecutorUtil.java:92)
> at org.eclipse.birt.report.engine.executor.ReportExecutorUtil.e
> xecuteAll(ReportExecutorUtil.java:92)
> at org.eclipse.birt.report.engine.executor.ReportExecutorUtil.e
> xecuteAll(ReportExecutorUtil.java:92)
> at org.eclipse.birt.report.engine.executor.ReportExecutor.creat
> ePageExecutor(ReportExecutor.java:250)
> at org.eclipse.birt.report.engine.internal.executor.dup.Suppres
> sDuplciateReportExecutor.createPageExecutor(SuppressDuplciat
> eReportExecutor.java:60)
> at org.eclipse.birt.report.engine.internal.executor.wrap.Wrappe
> dReportExecutor.createPageExecutor(WrappedReportExecutor.jav a:49)
> at org.eclipse.birt.report.engine.executor.ReportExecutorUtil.e
> xecuteMasterPage(ReportExecutorUtil.java:63)
> at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.start(
> HTMLPageLM.java:147)
> at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout
> (HTMLPageLM.java:89)
> at org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutE
> ngine.layout(HTMLReportLayoutEngine.java:99)
> at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doR
> un(RunAndRenderTask.java:167)
> ... 30 more
>
> {http://xml.apache.org/axis/}hostname:dfsfire.dps.state.vt.u s
> {}:org.eclipse.birt.report.service.api.ReportServiceExceptio n: Error
> happened while running the report
> at org.eclipse.birt.report.service.ReportEngineService.throwDum
> myException(ReportEngineService.java:1064)
> at org.eclipse.birt.report.service.ReportEngineService.runAndRe
> nderReport(ReportEngineService.java:888)
> at org.eclipse.birt.report.service.BirtViewerReportService.runA
> ndRenderReport(BirtViewerReportService.java:973)
> at org.eclipse.birt.report.service.actionhandler.BirtRunAndRend
> erActionHandler.__execute(BirtRunAndRenderActionHandler.java :76)
> at org.eclipse.birt.report.service.actionhandler.AbstractBaseAc
> tionHandler.execute(AbstractBaseActionHandler.java:90)
> at org.eclipse.birt.report.presentation.aggregation.layout.RunF
> ragment.doService(RunFragment.java:120)
> at org.eclipse.birt.report.presentation.aggregation.layout.Fram
> esetFragment.service(FramesetFragment.java:86)
> at org.eclipse.birt.report.servlet.ViewerServlet.__doGet(Viewer
> Servlet.java:181)
> at org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherSer
> vlet.doGet(BirtSoapMessageDispatcherServlet.java:160)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
> at org.apache.axis.transport.http.AxisServletBase.service(AxisS
> ervletBase.java:327)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
> at org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherSer
> vlet.service(BirtSoapMessageDispatcherServlet.java:122)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFi
> lter(ApplicationFilterChain.java:269)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(App
> licationFilterChain.java:188)
> at org.eclipse.birt.report.filter.ViewerFilter.doFilter(ViewerF
> ilter.java:68)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFi
> lter(ApplicationFilterChain.java:215)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(App
> licationFilterChain.java:188)
> at org.apache.catalina.core.StandardWrapperValve.invoke(Standar
> dWrapperValve.java:210)
> at org.apache.catalina.core.StandardContextValve.invoke(Standar
> dContextValve.java:172)
> at org.apache.catalina.core.StandardHostValve.invoke(StandardHo
> stValve.java:127)
> at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorRepo
> rtValve.java:117)
> at org.apache.catalina.core.StandardEngineValve.invoke(Standard
> EngineValve.java:108)
> at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAd
> apter.java:151)
> at org.apache.coyote.http11.Http11Processor.process(Http11Proce
> ssor.java:870)
> at org.apache.coyote.http11.Http11BaseProtocol$Http11Connection
> Handler.processConnection(Http11BaseProtocol.java:665)
> at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(Poo
> lTcpEndpoint.java:528)
> at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(
> LeaderFollowerWorkerThread.java:81)
> at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.ru
> n(ThreadPool.java:685)
> at java.lang.Thread.run(Thread.java:636)
> Caused by: org.eclipse.birt.report.engine.api.EngineException: Error
> happened while running the report
> at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doR
> un(RunAndRenderTask.java:183)
> at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run
> (RunAndRenderTask.java:75)
> at org.eclipse.birt.report.service.ReportEngineService.runAndRe
> nderReport(ReportEngineService.java:882)
> ... 28 more
> Caused by: java.lang.NullPointerException
> at org.eclipse.birt.report.engine.executor.ReportItemExecutor.p
> rocessVisibility(ReportItemExecutor.java:477)
> at org.eclipse.birt.report.engine.executor.DataItemExecutor.exe
> cute(DataItemExecutor.java:82)
> at org.eclipse.birt.report.engine.executor.ReportExecutorUtil.e
> xecuteAll(ReportExecutorUtil.java:87)
> at org.eclipse.birt.report.engine.executor.ReportExecutorUtil.e
> xecuteAll(ReportExecutorUtil.java:92)
> at org.eclipse.birt.report.engine.executor.ReportExecutorUtil.e
> xecuteAll(ReportExecutorUtil.java:92)
> at org.eclipse.birt.report.engine.executor.ReportExecutorUtil.e
> xecuteAll(ReportExecutorUtil.java:92)
> at org.eclipse.birt.report.engine.executor.ReportExecutorUtil.e
> xecuteAll(ReportExecutorUtil.java:92)
> at org.eclipse.birt.report.engine.executor.ReportExecutor.creat
> ePageExecutor(ReportExecutor.java:250)
> at org.eclipse.birt.report.engine.internal.executor.dup.Suppres
> sDuplciateReportExecutor.createPageExecutor(SuppressDuplciat
> eReportExecutor.java:60)
> at org.eclipse.birt.report.engine.internal.executor.wrap.Wrappe
> dReportExecutor.createPageExecutor(WrappedReportExecutor.jav a:49)
> at org.eclipse.birt.report.engine.executor.ReportExecutorUtil.e
> xecuteMasterPage(ReportExecutorUtil.java:63)
> at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.start(
> HTMLPageLM.java:147)
> at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout
> (HTMLPageLM.java:89)
> at org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutE
> ngine.layout(HTMLReportLayoutEngine.java:99)
> at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doR
> un(RunAndRenderTask.java:167)
> ... 30 more
>
>
> org.eclipse.birt.report.service.api.ReportServiceException: Error
> happened while running the report
> at org.apache.axis.AxisFault.makeFault(AxisFault.java:101)
> at org.eclipse.birt.report.utility.BirtUtility.makeAxisFault(Bi
> rtUtility.java:748)
> at org.eclipse.birt.report.service.actionhandler.AbstractBaseAc
> tionHandler.execute(AbstractBaseActionHandler.java:94)
> at org.eclipse.birt.report.presentation.aggregation.layout.RunF
> ragment.doService(RunFragment.java:120)
> at org.eclipse.birt.report.presentation.aggregation.layout.Fram
> esetFragment.service(FramesetFragment.java:86)
> at org.eclipse.birt.report.servlet.ViewerServlet.__doGet(Viewer
> Servlet.java:181)
> at org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherSer
> vlet.doGet(BirtSoapMessageDispatcherServlet.java:160)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
> at org.apache.axis.transport.http.AxisServletBase.service(AxisS
> ervletBase.java:327)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
> at org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherSer
> vlet.service(BirtSoapMessageDispatcherServlet.java:122)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFi
> lter(ApplicationFilterChain.java:269)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(App
> licationFilterChain.java:188)
> at org.eclipse.birt.report.filter.ViewerFilter.doFilter(ViewerF
> ilter.java:68)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFi
> lter(ApplicationFilterChain.java:215)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(App
> licationFilterChain.java:188)
> at org.apache.catalina.core.StandardWrapperValve.invoke(Standar
> dWrapperValve.java:210)
> at org.apache.catalina.core.StandardContextValve.invoke(Standar
> dContextValve.java:172)
> at org.apache.catalina.core.StandardHostValve.invoke(StandardHo
> stValve.java:127)
> at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorRepo
> rtValve.java:117)
> at org.apache.catalina.core.StandardEngineValve.invoke(Standard
> EngineValve.java:108)
> at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAd
> apter.java:151)
> at org.apache.coyote.http11.Http11Processor.process(Http11Proce
> ssor.java:870)
> at org.apache.coyote.http11.Http11BaseProtocol$Http11Connection
> Handler.processConnection(Http11BaseProtocol.java:665)
> at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(Poo
> lTcpEndpoint.java:528)
> at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(
> LeaderFollowerWorkerThread.java:81)
> at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.ru
> n(ThreadPool.java:685)
> at java.lang.Thread.run(Thread.java:636)
> Caused by: org.eclipse.birt.report.service.api.ReportServiceException:
> Error happened while running the report
> at org.eclipse.birt.report.service.ReportEngineService.throwDum
> myException(ReportEngineService.java:1064)
> at org.eclipse.birt.report.service.ReportEngineService.runAndRe
> nderReport(ReportEngineService.java:888)
> at org.eclipse.birt.report.service.BirtViewerReportService.runA
> ndRenderReport(BirtViewerReportService.java:973)
> at org.eclipse.birt.report.service.actionhandler.BirtRunAndRend
> erActionHandler.__execute(BirtRunAndRenderActionHandler.java :76)
> at org.eclipse.birt.report.service.actionhandler.AbstractBaseAc
> tionHandler.execute(AbstractBaseActionHandler.java:90)
> ... 25 more
> Caused by: org.eclipse.birt.report.engine.api.EngineException: Error
> happened while running the report
> at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doR
> un(RunAndRenderTask.java:183)
> at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run
> (RunAndRenderTask.java:75)
> at org.eclipse.birt.report.service.ReportEngineService.runAndRe
> nderReport(ReportEngineService.java:882)
> ... 28 more
> Caused by: java.lang.NullPointerException
> at org.eclipse.birt.report.engine.executor.ReportItemExecutor.p
> rocessVisibility(ReportItemExecutor.java:477)
> at org.eclipse.birt.report.engine.executor.DataItemExecutor.exe
> cute(DataItemExecutor.java:82)
> at org.eclipse.birt.report.engine.executor.ReportExecutorUtil.e
> xecuteAll(ReportExecutorUtil.java:87)
> at org.eclipse.birt.report.engine.executor.ReportExecutorUtil.e
> xecuteAll(ReportExecutorUtil.java:92)
> at org.eclipse.birt.report.engine.executor.ReportExecutorUtil.e
> xecuteAll(ReportExecutorUtil.java:92)
> at org.eclipse.birt.report.engine.executor.ReportExecutorUtil.e
> xecuteAll(ReportExecutorUtil.java:92)
> at org.eclipse.birt.report.engine.executor.ReportExecutorUtil.e
> xecuteAll(ReportExecutorUtil.java:92)
> at org.eclipse.birt.report.engine.executor.ReportExecutor.creat
> ePageExecutor(ReportExecutor.java:250)
> at org.eclipse.birt.report.engine.internal.executor.dup.Suppres
> sDuplciateReportExecutor.createPageExecutor(SuppressDuplciat
> eReportExecutor.java:60)
> at org.eclipse.birt.report.engine.internal.executor.wrap.Wrappe
> dReportExecutor.createPageExecutor(WrappedReportExecutor.jav a:49)
> at org.eclipse.birt.report.engine.executor.ReportExecutorUtil.e
> xecuteMasterPage(ReportExecutorUtil.java:63)
> at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.start(
> HTMLPageLM.java:147)
> at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout
> (HTMLPageLM.java:89)
> at org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutE
> ngine.layout(HTMLReportLayoutEngine.java:99)
> at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doR
> un(RunAndRenderTask.java:167)
> ... 30 more
>
>
>
Re: AxisFault [message #662761 is a reply to message #662737] Thu, 31 March 2011 20:15 Go to previous messageGo to next message
Bob Birt is currently offline Bob BirtFriend
Messages: 9
Registered: July 2009
Junior Member
It seems to happen on that one report, others are ok.

And as already stated, only on one of the two servers.

Thanks for responding. Any ideas where I should focus my efforts?

[Updated on: Thu, 31 March 2011 20:16]

Report message to a moderator

Re: AxisFault [message #671402 is a reply to message #662761] Tue, 17 May 2011 18:40 Go to previous message
Bob Birt is currently offline Bob BirtFriend
Messages: 9
Registered: July 2009
Junior Member
I have resolved this issue by upgrading the BIRT runtime from 2.5.2 to 2.6.2. Magic...
Previous Topic:SQL Server - SQL statement does not return a ResultSet object
Next Topic:Subreport headings not displaying when 0 rows
Goto Forum:
  


Current Time: Fri Apr 19 09:44:20 GMT 2024

Powered by FUDForum. Page generated in 0.02935 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top