Advertisement
Guest User

Untitled

a guest
Aug 30th, 2015
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. 2015-08-30 13:55:57.191:INFO::2085813377@qtp-1476116591-0: Logging initialized @34234ms
  2. Error for /myProjectName/echo
  3. java.lang.NoSuchMethodError: javax.servlet.http.HttpServletRequest.getServletContext()Ljavax/servlet/ServletContext;
  4. at org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest.<init>(UpgradeHttpServletRequest.java:89)
  5. at org.eclipse.jetty.websocket.servlet.ServletUpgradeRequest.<init>(ServletUpgradeRequest.java:52)
  6. at org.eclipse.jetty.websocket.server.WebSocketServerFactory.acceptWebSocket(WebSocketServerFactory.java:149)
  7. at org.eclipse.jetty.websocket.server.WebSocketServerFactory.acceptWebSocket(WebSocketServerFactory.java:141)
  8. at org.eclipse.jetty.websocket.servlet.WebSocketServlet.service(WebSocketServlet.java:164)
  9. at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
  10. at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511)
  11. at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:390)
  12. at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
  13. at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
  14. at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
  15. at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:440)
  16. at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:230)
  17. at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
  18. at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
  19. at org.mortbay.jetty.Server.handle(Server.java:326)
  20. at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542)
  21. at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:926)
  22. at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:549)
  23. at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
  24. at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
  25. at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:410)
  26. at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement