How do debug AssertionError cannot be cast to Exception? [message #541802] |
Tue, 22 June 2010 10:56  |
Eclipse User |
|
|
|
Birt loads up find but when we try to load a report we get the following error. How can we go about figuring out what we made wrong? Googling for something like this is sadly not so easy and my attempts has not come up with anything.
org.apache.axis.AxisFault: ; nested exception is:
java.lang.ClassCastException: java.lang.AssertionError cannot be cast to java.lang.Exception
at org.apache.axis.AxisFault.makeFault(AxisFault.java:101) ~[axis.jar:na]
at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvi der.java:333) ~[axis.jar:na]
at org.apache.axis.strategies.InvocationStrategy.visit(Invocati onStrategy.java:32) ~[axis.jar:na]
at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) ~[axis.jar:na]
at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) ~[axis.jar:na]
at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService .java:454) ~[axis.jar:na]
at org.apache.axis.server.AxisServer.invoke(AxisServer.java:281 ) ~[axis.jar:na]
at org.apache.axis.transport.http.AxisServlet.doPost(AxisServle t.java:699) ~[axis.jar:na]
at org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherSer vlet.doPost(BirtSoapMessageDispatcherServlet.java:265) [viewservlets.jar:na]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:727) [javax.servlet_2.5.0.v200806031605.jar:na]
at org.apache.axis.transport.http.AxisServletBase.service(AxisS ervletBase.java:327) [axis.jar:na]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) [javax.servlet_2.5.0.v200806031605.jar:na]
at org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherSer vlet.service(BirtSoapMessageDispatcherServlet.java:122) [viewservlets.jar:na]
at org.eclipse.equinox.http.registry.internal.ServletManager$Se rvletWrapper.service(ServletManager.java:180) [org.eclipse.equinox.http.registry_1.0.200.v20090520-1800.ja r:na]
at org.eclipse.equinox.http.servlet.internal.ServletRegistratio n.handleRequest(ServletRegistration.java:90) [org.eclipse.equinox.http.servlet_1.0.200.v20090520-1800.jar :na]
at org.eclipse.equinox.http.servlet.internal.ProxyServlet.proce ssAlias(ProxyServlet.java:111) [org.eclipse.equinox.http.servlet_1.0.200.v20090520-1800.jar :na]
at org.eclipse.equinox.http.servlet.internal.ProxyServlet.servi ce(ProxyServlet.java:59) [org.eclipse.equinox.http.servlet_1.0.200.v20090520-1800.jar :na]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) [javax.servlet_2.5.0.v200806031605.jar:na]
at org.eclipse.equinox.http.jetty.internal.HttpServerManager$In ternalHttpServiceServlet.service(HttpServerManager.java:318) [org.eclipse.equinox.http.jetty_2.0.0.v20090520-1800.jar:na]
at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder .java:502) [org.mortbay.jetty.server_6.1.15.v200905151201.jar:na]
at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandl er.java:380) [org.mortbay.jetty.server_6.1.15.v200905151201.jar:na]
at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandl er.java:181) [org.mortbay.jetty.server_6.1.15.v200905151201.jar:na]
at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandl er.java:765) [org.mortbay.jetty.server_6.1.15.v200905151201.jar:na]
at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapp er.java:152) [org.mortbay.jetty.server_6.1.15.v200905151201.jar:na]
at org.mortbay.jetty.Server.handle(Server.java:324) [org.mortbay.jetty.server_6.1.15.v200905151201.jar:na]
at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnectio n.java:535) [org.mortbay.jetty.server_6.1.15.v200905151201.jar:na]
at org.mortbay.jetty.HttpConnection$RequestHandler.content(Http Connection.java:880) [org.mortbay.jetty.server_6.1.15.v200905151201.jar:na]
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:748) [org.mortbay.jetty.server_6.1.15.v200905151201.jar:na]
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java: 219) [org.mortbay.jetty.server_6.1.15.v200905151201.jar:na]
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java: 404) [org.mortbay.jetty.server_6.1.15.v200905151201.jar:na]
at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEn dPoint.java:409) [org.mortbay.jetty.server_6.1.15.v200905151201.jar:na]
at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThr eadPool.java:520) [org.mortbay.jetty.util_6.1.15.v200905182336.jar:na]
Caused by: java.lang.ClassCastException: java.lang.AssertionError cannot be cast to java.lang.Exception
at org.eclipse.birt.report.soapengine.processor.AbstractBaseCom ponentProcessor.process(AbstractBaseComponentProcessor.java: 116) ~[viewservlets.jar:na]
at org.eclipse.birt.report.soapengine.endpoint.BirtSoapBindingI mpl.getUpdatedObjects(BirtSoapBindingImpl.java:66) ~[viewservlets.jar:na]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.6.0_20]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39) ~[na:1.6.0_20]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25) ~[na:1.6.0_20]
at java.lang.reflect.Method.invoke(Method.java:597) ~[na:1.6.0_20]
at org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCP rovider.java:397) ~[axis.jar:na]
at org.apache.axis.providers.java.RPCProvider.processMessage(RP CProvider.java:186) ~[axis.jar:na]
at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvi der.java:323) ~[axis.jar:na]
... 30 common frames omitted
|
|
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.05773 seconds