You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2018/07/04 15:57:51 UTC

[GitHub] czbxyls commented on issue #381: 启动dubbo服务提供者start.sh出现Starting the dubbo-demo-provider ....Ncat: Connection refused.

czbxyls commented on issue #381: 启动dubbo服务提供者start.sh出现Starting the dubbo-demo-provider ....Ncat: Connection refused.
URL: https://github.com/apache/incubator-dubbo/issues/381#issuecomment-402516206
 
 
   issue:https://github.com/apache/incubator-dubbo/issues/799
   
   echo status | nc -i 1 $SERVER_HOST $SERVER_PORT | grep -c OK 改为
   (echo status;sleep 1) | nc $SERVER_HOST $SERVER_PORT | grep -c OK

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org