amas-eye / amas

Amas is recursive acronym for “Amas, monitor alert system”.
MIT License
79 stars 36 forks source link

登录提示 未知的错误 #4

Closed jevic closed 6 years ago

jevic commented 6 years ago

使用默认密码: admin / 123 登录提示未知的错误 什么情况? [WARN] Redis server does not require a password, but a password was supplied 执行初始化报这个错误

zhaomgyu commented 6 years ago

同样的错误,求指导

EaconTang commented 6 years ago

@ray1888 @haooodev 帮忙看一下

ray1888 commented 6 years ago

@jevic 方便发个截图吗?

feeir commented 6 years ago

_20180530145746 @ray1888

luoxiaoming082 commented 6 years ago

@ray1888 @EaconTang 是否跟数据库关联出了问题,我部署了三次,都会报相同的错误! image

lcstar commented 6 years ago

在服务器上部署 远程登录显示未知错误 打开浏览器的控制台看HTTP请求 好像是请求到本地的8080端口 而并不是请求到服务器的8080端口 wx20180601-080934

feeir commented 6 years ago

[root@iZ2ze5gg8kaewzjs0b00sbZ pengfei.tian]# docker ps -a |grep web 0b73ff3bf054 eacon/argus-web "run" 44 hours ago Up 44 hours 0.0.0.0:8080->8080/tcp web [root@iZ2ze5gg8kaewzjs0b00sbZ pengfei.tian]# docker exec -it 0b73ff3bf054 /bin/bash root@0b73ff3bf054:/opt/amas# your_server_ip='' find ./ -type f|xargs grep --color '127.0.0.1'|awk -F ':' '{print $1}' |xargs sed -i 's/127.0.0.1/${your_server_ip}/' 然后可以登录了

EaconTang commented 6 years ago

@feeir 是这个问题。我们内部版本已经有动态获取ip,开源版本还没有。 我们会把最新版本的代码merge到github版本,测试ok后更新发布出来。