imbajin commented on issue #3001:
URL: https://github.com/apache/hugegraph/issues/3001#issuecomment-4318534503

   > [@bitflicker64](https://github.com/bitflicker64) 最新的 master 分支中打包出来的安装包,在 
start-hugegraph.sh 脚本中确实是有调用这个 check_port 函数的下面是这个脚本中的部分代码,具体是在脚本中第 81 行中调用该函数的:
   > 
   > GREMLIN_SERVER_URL=$(read_property "$CONF/rest-server.properties" 
"gremlinserver.url") GREMLIN_SERVER_URL=$(read_property 
"$CONF/rest-server.properties" "gremlinserver.url") if [ -z 
"$GREMLIN_SERVER_URL" ]; then GREMLIN_SERVER_URL="http://127.0.0.1:8182"; fi 
REST_SERVER_URL=$(read_property "$CONF/rest-server.properties" "restserver.url")
   > 
   > check_port "$GREMLIN_SERVER_URL" check_port "$REST_SERVER_URL"
   
   Could try the latest code (The related PR already merged) & submit a new 
issue if encounter any other problems


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to