-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
agent启动问题? #17
Comments
@yhvh009 这些属于正常的输出,因为有定时任务检测,你在agent页面查看agent是否启动成功 |
agent里面显示是off,已关机 |
USE_DOCKER 启动的时候 不要用127.0.0.1 Docker里面 127.0.0.1访问的不是外网 FLOW_API_DOMAIN=ip ./start-services.sh |
可能是路径之类的配置有问题,nohup.out里面输出: �[34m2018-01-11 17:38:24.459 [TRACE] App - ========= Flow Agent Started ========= |
我是在本地运行的,所以应该不是localhost的问题 @yunheli |
那个路径不知道是哪里配置的,/flow-agents/default/agent_test |
agent 要访问api的地址 在docker里面访问 127.0.0.1:8080/flow-api能访问么 |
@yhvh009 agent与api打交道是通过api来获取token,但是在docker里面访问127.0.0.1访问的不是外网的,所以需要知道你宿主机器的ip来访问 |
这块不是太懂,宿主机器是指什么?我就是本地mac安装的docker,flowci也是跑在我本地mac上的 |
我访问控制台就是直接浏览器访问localhost:3000的,这个是能访问的 |
宿主机就是你的mac电脑 ,ifconfig 获取到你的mac在局域网的ip之后按照之前的启动就行了 |
localhost:3000是证明你的api启动成功了,但是你的agent要个api打交道就不能用USE_DOCKER的形式 |
USE_DOCKER 的形式是访问不到api的 |
你的机器上如果有java环境就把USE_DOCKER去掉吧 |
哦哦,好的,我先试一下 |
恩 |
@yunheli 还是不太行,可能我哪里的理解有问题吧,能加个QQ或者微信之类的么? |
@yhvh009 使用USE_DOCKER=true时不要使用 localhost |
+QQ: 1059103388 |
mac,docker方式
在控制台新建agent之后,用USER_DOCKER=true ./start-agent.sh 127.0.0.1 XXXX 启动agent,控制台输出成功,但docker的控制台中一直输出
2018-01-11 09:41:39.988 [TRACE] JobService - job timeout task start
2018-01-11 09:41:39.993 [TRACE] JobService - job timeout task end
2018-01-11 09:41:40.319 [TRACE] AgentService:sessionTimeoutTask - start
2018-01-11 09:41:40.332 [TRACE] AgentService:sessionTimeoutTask - end
不知道是不是agent没有启动
The text was updated successfully, but these errors were encountered: