如果没有显示登录页面,

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/e6b4a709-5b3d-4541-858d-8e36c257bc06/Untitled.png

  1. 检查启动器服务状态
  2. 服务状态确认 - 确认web-ui 状态
  3. 网络不可用 确认
  4. 防火墙中已添加端口 Web UI 无法连接的现象 确认
  5. 공유기로 포트 포워딩된 문제 해결 방법 确认

显示登录页面时,

  1. Please wait until STATIC service is ready...(about 5 minutes) 如果屏幕上显示如上图所示的消息,则服务器正在准备启动或正在向后端服务发送请求到错误的地址。

    1. 检查网络浏览器请求/响应
    2. 启动器服务可能未运行。请参考 检查启动器服务状态 . (即使在启动器未运行时,缓存也可能会显示网页。)
    3. 请参考网络不可用 确认网络是否可达。
  2. No instance available for auth-service

    https://s3-us-west-2.amazonaws.com/secure.notion-static.com/d6633eac-3355-4b46-a061-55c41f8fd9ab/Untitled.png

    该服务正在准备运行。 等待 1 分钟后重新连接。

    (在eureka服务器注册账号服务,但是负载均衡器没有初始化时,会出现如下错误信息。 服务运行完成后,大约1分钟后正常连接)

  3. I/O error on GET request for "http://auth-service/account/users": Connection refused: connect; nested exception is java.net.ConnectionException: Connection refused: connect

    https://s3-us-west-2.amazonaws.com/secure.notion-static.com/226220d0-9d67-4d90-a83b-4c7cd75c3c08/Untitled_(1).png

    帐户服务未运行。请参考 服务状态确认 。 如果在查看日志时显示如下信息,则问题是由于端口冲突引起的。 此时请参考 服务端口冲突/变更

    ***************************
    APPLICATION FAILED TO START
    ***************************
    
    Description:
    Web server failed to start. Port 19110 was already in use.
    
    Action:
    Identify and stop the process that's listening on port 19110 or configure this application to listen on another port.