Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.84 KB | None | 0 0
  1. 14.07.2011 19:53:33 org.apache.catalina.core.ApplicationContext log
  2. SCHWERWIEGEND: Exception while dispatching incoming RPC call
  3. com.google.gwt.user.server.rpc.UnexpectedException: Service method 'public abstract de.wwu.dcc.frontend.client.PseudoRootGoalDto de.wwu.dcc.frontend.client.HierarchyService.getHierarchyRoots()' threw an unexpected exception: java.lang.RuntimeException: Could not retrieve goals from service
  4. at com.google.gwt.user.server.rpc.RPC.encodeResponseForFailure(RPC.java:385)
  5. at com.google.gwt.user.server.rpc.RPC.invokeAndEncodeResponse(RPC.java:588)
  6. at com.google.gwt.user.server.rpc.RemoteServiceServlet.processCall(RemoteServiceServlet.java:208)
  7. at com.google.gwt.user.server.rpc.RemoteServiceServlet.processPost(RemoteServiceServlet.java:248)
  8. at com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet.doPost(AbstractRemoteServiceServlet.java:62)
  9. at javax.servlet.http.HttpServlet.service(HttpServlet.java:641)
  10. at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
  11. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
  12. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
  13. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:240)
  14. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:164)
  15. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:462)
  16. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164)
  17. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:100)
  18. at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:563)
  19. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
  20. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:403)
  21. at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:301)
  22. at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:162)
  23. at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:140)
  24. at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:309)
  25. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
  26. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
  27. at java.lang.Thread.run(Thread.java:636)
  28. Caused by: java.lang.RuntimeException: Could not retrieve goals from service
  29. at de.wwu.dcc.frontend.server.HierarchyServiceImpl.getHierarchyRoots(HierarchyServiceImpl.java:33)
  30. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  31. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  32. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  33. at java.lang.reflect.Method.invoke(Method.java:616)
  34. at com.google.gwt.user.server.rpc.RPC.invokeAndEncodeResponse(RPC.java:569)
  35. ... 22 more
  36. Caused by: java.lang.NullPointerException
  37. at de.wwu.dcc.domain.olap.Cube.getActualValueFor(Cube.java:72)
  38. at de.wwu.dcc.domain.hierarchy.indicator.BasicMeasure.getActualValue(BasicMeasure.java:53)
  39. at de.wwu.dcc.frontend.server.GoalConverter.convert(GoalConverter.java:43)
  40. at de.wwu.dcc.frontend.server.GoalConverter.convert(GoalConverter.java:33)
  41. at de.wwu.dcc.frontend.server.GoalConverter.convert(GoalConverter.java:30)
  42. at de.wwu.dcc.frontend.server.GoalConverter.convert(GoalConverter.java:30)
  43. at de.wwu.dcc.frontend.server.GoalConverter.convert(GoalConverter.java:19)
  44. at de.wwu.dcc.frontend.server.GoalConverter.convertnew(GoalConverter.java:50)
  45. at de.wwu.dcc.frontend.server.HierarchyServiceImpl.getHierarchyRoots(HierarchyServiceImpl.java:30)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement