ZequanLIU opened a new issue, #2756:
URL: https://github.com/apache/incubator-hugegraph/issues/2756

   ### Bug Type (问题类型)
   
   server status (启动/运行异常)
   
   ### Before submit
   
   - [x] 我已经确认现有的 [Issues](https://github.com/apache/hugegraph/issues) 与 
[FAQ](https://hugegraph.apache.org/docs/guides/faq/) 中没有相同 / 重复问题 (I have 
confirmed and searched that there are no similar problems in the historical 
issue and documents)
   
   ### Environment (环境信息)
   
   - Server Version: 1.5.0 (Apache Release Version)
   - OS: 16 G RAM, Ubuntu 24.04.2 LTS <!-- (like 1000W 点, 9000W 边) -->
   
   
   ### Expected & Actual behavior (期望与实际表现)
   
   ```terminal
   apache-hugegraph-server-incubating-1.5.0/bin$ ./start-hugegraph.sh 
   The port 8080 has already been used
   
   apache-hugegraph-server-incubating-1.5.0/bin$ sudo lsof -i :8080
   
   apache-hugegraph-server-incubating-1.5.0/bin$ ./start-hugegraph.sh 
   Starting HugeGraphServer in daemon mode...
   Connecting to HugeGraphServer (http://0.0.0.0:8080/graphs)...OK
   Started [pid 44430]
   ```
   Problem Description:
   
   -    After a server crash or being killed forcefully
   -   Running ./start-hugegraph.sh to start the server fails with the error 
"Port 8080 has already been used".
   -    However, checking with lsof -i :8080 confirms that port 8080 is not 
actually being listened on by any process.
   -    Sometimes, simply re-running the start script works. 
   
   ### Vertex/Edge example (问题点 / 边数据举例)
   
   ```javascript
   
   ```
   
   ### Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)
   
   ```javascript
   
   ```


-- 
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]

Reply via email to