z7658329 commented on PR #367:
URL: 
https://github.com/apache/incubator-hugegraph-toolchain/pull/367#issuecomment-1310247373

   > <img alt="image" width="1021" 
src="https://user-images.githubusercontent.com/5474723/201086034-be11ec0b-c7b9-41d7-a214-ee384faa0e8a.png";>
   > 
   > see: 
https://github.com/apache/incubator-hugegraph-toolchain/actions/runs/3436527407/jobs/5730143794
   > 
   > it is strange, why client-ci,tools-ci success? @imbajin
   
   because in client-ci or tools-ci, in client and tools module,there has 
rest-hugegraph.properties, and the default rpc.server_port is 8090, but in 
server project, the default rpc.server_port is 8091;
   so first time start hugegraph server with http protocal, will use 
rpc.server_port=8090 while start hugegraph server with https protocal will use 
rpc.server_port=8091 (see install_hugegraph_from_source.sh).
   
   but in loader module, there is no rest-hugegraph.propertis config file,so 
first time start server with http protocal will use 8091 port while start 
server with  https protocal still use 8091, so failed;
   
   the most strange is that, from the above analysis,the load ci will always 
failed; i still cant understand why loader ci success before? 


-- 
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: dev-unsubscr...@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to