Guest User

Untitled

a guest
Jul 22nd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. HTTP Status 500 - Request processing failed; nested exception is java.lang.NullPointerException
  2. type Exception report
  3. message Request processing failed; nested exception is java.lang.NullPointerException
  4. description The server encountered an internal error that prevented it from fulfilling this request.
  5. exception
  6. org.springframework.web.util.NestedServletException: Request processing failed; nested exception is java.lang.NullPointerException
  7. org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:948)
  8. org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:827)
  9. javax.servlet.http.HttpServlet.service(HttpServlet.java:624)
  10. org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:812)
  11. javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
  12. org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
  13. root cause
  14. java.lang.NullPointerException
  15. note The full stack trace of the root cause is available in the Apache Tomcat/7.0.68 (Ubuntu) logs.
Add Comment
Please, Sign In to add comment