Whitelabel Error Page

This application has no explicit mapping for the requested route, so you are seeing this as a fallback.

Timestamp: Wed May 14 10:20:30 CST 2025

Request Path: /unplanned/route

Method: GET

Error: java.lang.NullPointerException: Something went wrong

java.lang.NullPointerException: Something went wrong
	at com.example.app.controller.UserController.getUserInfo(UserController.java:42)
	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:982)
	at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:866)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:635)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)

Registered Endpoints (for debugging):

/favicon.ico
/actuator/env
/actuator/health
/api
/api/user/get_userinfo
/api/auth/syslogin
/api/auth/userslist
/api/auth/resetpasswd
/api/fileserver/upload
/druid/static/*
/druid/
/getAdminToken
/heapdump
....
....