-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
使用demo.sh admin和config 都启动了,但portal无法起来,而且portal下面也没日志文件,8070端口也没起来 #23
Comments
admin和config是前台启动的还是后台启动的? |
我也碰到了相同的问题。 我是根据教程,执行./demo.sh start,命令行有输出,应该算是前台启动吧。 |
我将demo.sh中的service(115行)和portal(159行)的启动命令改成如下命令能够启动: nohup $SERVICE_JAR start --configservice --adminservice > service.output 2>&1 & nohup $PORTAL_JAR start --portal > portal.output 2>&1 & |
看看service目录下是否有apollo-service.jar和apollo-service.conf |
存在的 |
apollo-service.conf这个文件指定了服务以后台方式启动的 |
@mattwmj 也遇到了同样的情况, |
之前demo.sh手动改成unix,之后没有想到,apollo-service.conf也需要这么搞,确实是这个问题引起的。Thanks~ |
应该跟我遇到的问题一样吧,如果是用windows就对了。这个项目的文件拉到windows的idea里文件会自动变成CRLF,shell解释器执行不了换行符/r/n。 |
在 d8f07fe 中,尝试修复换行符的问题 |
我昨天也想提交这个来着- - 大神给力 |
使用demo.sh admin和config 都启动了,但portal无法起来,而且portal下面也没日志文件,8070端口也没起来
The text was updated successfully, but these errors were encountered: