zhangmy163 opened a new issue #3225:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/3225


   
   **Describe the question**
   When accessing the page, dolphinscheduler-api-server.log prompts the error 
message as follows
   ```
   [INFO] 2020-07-16 06:57:09.590 
org.apache.dolphinscheduler.api.security.PasswordAuthenticator:[70] - session 
info is null 
   [INFO] 2020-07-16 06:57:09.590 
org.apache.dolphinscheduler.api.security.PasswordAuthenticator:[70] - session 
info is null 
   [INFO] 2020-07-16 06:57:09.590 
org.apache.dolphinscheduler.api.interceptor.LoginHandlerInterceptor:[67] - user 
does not exist
   [INFO] 2020-07-16 06:57:09.591 
org.apache.dolphinscheduler.api.interceptor.LoginHandlerInterceptor:[67] - user 
does not exist
   ```
   Page loading
   
   
![image](https://user-images.githubusercontent.com/6898029/87637647-23909380-c775-11ea-9cfb-8ba1757c5f18.png)
   
   
   **Which version of DolphinScheduler:**
    -[1.3.1]
   
   I am not sure if the configuration file has errors
   
   my application-api.properties 
   ```
   # server.port=12345
   server.port=12345
   
   # session config
   server.servlet.session.timeout=7200
   
   server.servlet.context-path=/dolphinscheduler/
   
   # file size limit for upload
   spring.servlet.multipart.max-file-size=1024MB
   spring.servlet.multipart.max-request-size=1024MB
   
   #post content
   server.jetty.max-http-post-size=5000000
   
   spring.messages.encoding=UTF-8
   
   #i18n classpath folder , file prefix messages, if have many files, use "," 
seperator
   spring.messages.basename=i18n/messages
   
   # Authentication types (supported types: PASSWORD)
   security.authentication.type=PASSWORD
   ```
   
   
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to