You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2022-03-22 09:39:46.483 ERROR Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Filter execution threw an exception] with root causejava.lang.NoClassDefFoundError: javax/xml/bind/DatatypeConverter
at io.jsonwebtoken.impl.Base64Codec.decode(Base64Codec.java:26)
at io.jsonwebtoken.impl.DefaultJwtBuilder.signWith(DefaultJwtBuilder.java:99)
at cn.hippo4j.auth.toolkit.JwtTokenUtil.createToken(JwtTokenUtil.java:59)
at cn.hippo4j.auth.filter.JWTAuthenticationFilter.successfulAuthentication(JWTAuthenticationFilter.java:81)
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:240)
The text was updated successfully, but these errors were encountered:
都是jdk1.8
jdk 存在不兼容的情况,
环境下启动正常,
这版本下 启动成功,但是登录的时候报错
2022-03-22 09:39:46.483 ERROR Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Filter execution threw an exception] with root causejava.lang.NoClassDefFoundError: javax/xml/bind/DatatypeConverter
at io.jsonwebtoken.impl.Base64Codec.decode(Base64Codec.java:26)
at io.jsonwebtoken.impl.DefaultJwtBuilder.signWith(DefaultJwtBuilder.java:99)
at cn.hippo4j.auth.toolkit.JwtTokenUtil.createToken(JwtTokenUtil.java:59)
at cn.hippo4j.auth.filter.JWTAuthenticationFilter.successfulAuthentication(JWTAuthenticationFilter.java:81)
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:240)
The text was updated successfully, but these errors were encountered: