- 02/24 16:59:13
- springboot-b6e0-018
- org.springframework.web.util.NestedServletException: Handler dispatch failed; nested exception is java.lang.UnsatisfiedLinkError: Can't load library: /usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/libawt_xawt.so
- 02/24 16:59:13
- springboot-b6e0-018
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:982)
- 02/24 16:59:13
- springboot-b6e0-018
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:901)
- 02/24 16:59:13
- springboot-b6e0-018
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:970)
- 02/24 16:59:13
- springboot-b6e0-018
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:861)
- 02/24 16:59:13
- springboot-b6e0-018
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:635)
- 02/24 16:59:13
- springboot-b6e0-018
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:846)
- 02/24 16:59:13
- springboot-b6e0-018
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:742)
- 02/24 16:59:13
- springboot-b6e0-018
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
- 02/24 16:59:13
- springboot-b6e0-018
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
- 02/24 16:59:13
- springboot-b6e0-018
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
- 02/24 16:59:13
- springboot-b6e0-018
- Caused by: java.lang.UnsatisfiedLinkError: Can't load library: /usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/libawt_xawt.so
- 02/24 16:59:13
- springboot-b6e0-018
- at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1831)
请问这要怎么解决啊