shell-nlp opened a new issue, #2904:
URL: https://github.com/apache/incubator-hugegraph/issues/2904

   ### 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.0.0 (Apache Release Version)
   - Backend: RocksDB x nodes, HDD or SSD 
   - OS: xx CPUs, xx G RAM, Ubuntu 2x.x / CentOS 7.x 
   - Data Size:  xx vertices, xx edges <!-- (like 1000W 点, 9000W 边) -->
   
   
   ### Expected & Actual behavior (期望与实际表现)
   
   镜像信息:
   hugegraph/hugegraph:latest
   sha256:ac50bbca0b5288e6b9cf4d67d371cbf6135916b43821715c47527bd568f275a0
   
   ```
   init hugegraph with auth mode
   Initializing HugeGraph Store...
   2025-11-11 09:36:18 [main] [WARN] o.a.h.c.HugeConfig - The config option 
'arthas.telnet_port' is redundant, please ensure it has been registered
   2025-11-11 09:36:18 [main] [WARN] o.a.h.c.HugeConfig - The config option 
'arthas.http_port' is redundant, please ensure it has been registered
   2025-11-11 09:36:18 [main] [WARN] o.a.h.c.HugeConfig - The config option 
'arthas.disabled_commands' is redundant, please ensure it has been registered
   2025-11-11 09:36:18 [main] [INFO] o.a.h.u.ConfigUtil - Scanning option 
'graphs' directory './conf/graphs'
   2025-11-11 09:36:18 [main] [INFO] o.a.h.c.InitStore - Init graph with config 
file: /hugegraph-server/conf/graphs/hugegraph.properties
   Exception in thread "main" java.lang.ExceptionInInitializerError
           at java.base/java.lang.Class.forName0(Native Method)
           at java.base/java.lang.Class.forName(Unknown Source)
           at 
org.apache.tinkerpop.gremlin.structure.util.GraphFactory.open(GraphFactory.java:63)
           at org.apache.hugegraph.cmd.InitStore.initGraph(InitStore.java:109)
           at org.apache.hugegraph.cmd.InitStore.main(InitStore.java:93)
   Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make 
public static synchronized void 
jdk.internal.reflect.Reflection.registerMethodsToFilter(java.lang.Class,java.lang.String[])
 accessible: module java.base does not "exports jdk.internal.reflect" to 
unnamed module @7cd1ac19
           at 
java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(Unknown 
Source)
           at 
java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(Unknown 
Source)
           at java.base/java.lang.reflect.Method.checkCanSetAccessible(Unknown 
Source)
           at java.base/java.lang.reflect.Method.setAccessible(Unknown Source)
           at 
org.apache.hugegraph.util.Reflection.registerMethodsToFilter(Reflection.java:84)
           at 
org.apache.hugegraph.auth.HugeFactoryAuthProxy.filterCriticalSystemClasses(HugeFactoryAuthProxy.java:488)
           at 
org.apache.hugegraph.auth.HugeFactoryAuthProxy.registerPrivateActions(HugeFactoryAuthProxy.java:98)
           at 
org.apache.hugegraph.auth.HugeFactoryAuthProxy.<clinit>(HugeFactoryAuthProxy.java:78)
           ... 5 more
   Initialization finished.
   Starting HugeGraphServer in daemon mode...
   Connecting to HugeGraphServer (http://0.0.0.0:8080/graphs).....Starting 
HugeGraphServer failed
   See /hugegraph-server/logs/hugegraph-server.log for HugeGraphServer log 
output.
   ```
   
   
   
   
   ### 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