yequanzhuo commented on issue #159: URL: https://github.com/apache/shardingsphere-elasticjob-ui/issues/159#issuecomment-1280414704
I have the same problem,My operation steps are as follows: 1. git clone https://github.com/apache/shardingsphere-elasticjob-ui.git 2. cd shardingsphere-elasticjob-ui/ 3. mvn clean install -Prelease -DskipTests 4. cp apache-shardingsphere-elasticjob-3.1.0-SNAPSHOT-lite-ui-bin.tar.gz /opt/apache-shardingsphere-elasticjob-3.1.0-SNAPSHOT-lite-ui-bin.tar.gz 5. cd /opt/ 6. tar -zxf apache-shardingsphere-elasticjob-3.1.0-SNAPSHOT-lite-ui-bin.tar.gz 7. cd apache-shardingsphere-elasticjob-3.1.0-SNAPSHOT-lite-ui-bin/bin/ 8. ./start.sh server start success,but login error(Neither user can login ,root | guest)  log content: java.lang.NullPointerException: null at org.apache.shardingsphere.elasticjob.lite.ui.security.UserAuthenticationService.checkUser(UserAuthenticationService.java:65) at org.apache.shardingsphere.elasticjob.lite.ui.security.AuthenticationFilter.handleLogin(AuthenticationFilter.java:76) at org.apache.shardingsphere.elasticjob.lite.ui.security.AuthenticationFilter.doFilter(AuthenticationFilter.java:58) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) envirment: 3.0.1 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
