javeme commented on PR #1527:
URL:
https://github.com/apache/incubator-hugegraph/pull/1527#issuecomment-1127187402
ci error:
```java
2022-05-15 19:04:18 [main] [INFO] c.b.h.b.s.BackendProviderFactory - Opening
backend store 'rocksdb' in raft mode for graph 'hugegraph'
2022-05-15 19:04:18 [main] [INFO] c.b.h.b.s.r.RaftBackendStoreProvider -
Init raft backend system store
Error: -15 19:04:18 [main] [ERROR] c.b.h.d.HugeGraphServer - HugeRestServer
start error:
java.lang.RuntimeException: GraphFactory could not instantiate this Graph
implementation [class com.baidu.hugegraph.auth.HugeFactoryAuthProxy]
at
org.apache.tinkerpop.gremlin.structure.util.GraphFactory.open(GraphFactory.java:84)
~[gremlin-core-3.5.1.jar:3.5.1]
at
org.apache.tinkerpop.gremlin.structure.util.GraphFactory.open(GraphFactory.java:72)
~[gremlin-core-3.5.1.jar:3.5.1]
at
com.baidu.hugegraph.auth.StandardAuthenticator.setup(StandardAuthenticator.java:121)
~[hugegraph-api-0.13.0.jar:0.69.0.0]
at
com.baidu.hugegraph.auth.HugeAuthenticator.loadAuthenticator(HugeAuthenticator.java:148)
~[hugegraph-api-0.13.0.jar:0.69.0.0]
at com.baidu.hugegraph.core.GraphManager.<init>(GraphManager.java:96)
~[hugegraph-api-0.13.0.jar:0.69.0.0]
at
com.baidu.hugegraph.server.ApplicationConfig$GraphManagerFactory$1.onEvent(ApplicationConfig.java:112)
~[hugegraph-api-0.13.0.jar:0.69.0.0]
at
org.glassfish.jersey.server.internal.monitoring.CompositeApplicationEventListener.onEvent(CompositeApplicationEventListener.java:49)
~[jersey-server-3.0.3.jar:?]
at
org.glassfish.jersey.server.internal.monitoring.MonitoringContainerListener.onStartup(MonitoringContainerListener.java:56)
~[jersey-server-3.0.3.jar:?]
at
org.glassfish.jersey.server.ApplicationHandler.onStartup(ApplicationHandler.java:711)
~[jersey-server-3.0.3.jar:?]
at
org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.start(GrizzlyHttpContainer.java:330)
~[jersey-container-grizzly2-http-3.0.3.jar:?]
at
org.glassfish.grizzly.http.server.HttpHandlerChain.start(HttpHandlerChain.java:376)
~[grizzly-http-server-3.0.1.jar:3.0.1]
at
org.glassfish.grizzly.http.server.HttpServer.setupHttpHandler(HttpServer.java:268)
~[grizzly-http-server-3.0.1.jar:3.0.1]
at
org.glassfish.grizzly.http.server.HttpServer.start(HttpServer.java:245)
~[grizzly-http-server-3.0.1.jar:3.0.1]
at com.baidu.hugegraph.server.RestServer.start(RestServer.java:68)
~[hugegraph-api-0.13.0.jar:0.69.0.0]
at com.baidu.hugegraph.server.RestServer.start(RestServer.java:175)
~[hugegraph-api-0.13.0.jar:0.69.0.0]
at
com.baidu.hugegraph.dist.HugeRestServer.start(HugeRestServer.java:34)
~[hugegraph-dist-0.13.0.jar:?]
at
com.baidu.hugegraph.dist.HugeGraphServer.<init>(HugeGraphServer.java:62)
~[hugegraph-dist-0.13.0.jar:?]
at
com.baidu.hugegraph.dist.HugeGraphServer.main(HugeGraphServer.java:121)
~[hugegraph-dist-0.13.0.jar:?]
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
~[?:1.8.0_332]
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
~[?:1.8.0_332]
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
~[?:1.8.0_332]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_332]
at
org.apache.tinkerpop.gremlin.structure.util.GraphFactory.open(GraphFactory.java:80)
~[gremlin-core-3.5.1.jar:3.5.1]
... 17 more
Caused by: java.lang.IllegalStateException: Please ensure init raft context
at
com.google.common.base.Preconditions.checkState(Preconditions.java:531)
~[guava-25.1-jre.jar:?]
at com.baidu.hugegraph.util.E.checkState(E.java:68)
~[hugegraph-common-2.1.2.jar:2.1.2.0]
at
com.baidu.hugegraph.backend.store.raft.RaftBackendStoreProvider.context(RaftBackendStoreProvider.java:74)
~[hugegraph-core-0.13.0.jar:0.13.0.0]
at
com.baidu.hugegraph.backend.store.raft.RaftBackendStoreProvider.loadSystemStore(RaftBackendStoreProvider.java:143)
~[hugegraph-core-0.13.0.jar:0.13.0.0]
at
com.baidu.hugegraph.StandardHugeGraph.loadSystemStore(StandardHugeGraph.java:466)
~[hugegraph-core-0.13.0.jar:0.13.0.0]
at
com.baidu.hugegraph.StandardHugeGraph.access$1300(StandardHugeGraph.java:113)
~[hugegraph-core-0.13.0.jar:0.13.0.0]
at
com.baidu.hugegraph.StandardHugeGraph$StandardHugeGraphParams.loadSystemStore(StandardHugeGraph.java:1185)
~[hugegraph-core-0.13.0.jar:0.13.0.0]
at
com.baidu.hugegraph.task.ServerInfoManager.listenChanges(ServerInfoManager.java:109)
~[hugegraph-core-0.13.0.jar:0.13.0.0]
at
com.baidu.hugegraph.task.ServerInfoManager.<init>(ServerInfoManager.java:85)
~[hugegraph-core-0.13.0.jar:0.13.0.0]
at
com.baidu.hugegraph.task.StandardTaskScheduler.<init>(StandardTaskScheduler.java:106)
~[hugegraph-core-0.13.0.jar:0.13.0.0]
at
com.baidu.hugegraph.task.TaskManager.addScheduler(TaskManager.java:92)
~[hugegraph-core-0.13.0.jar:0.13.0.0]
at
com.baidu.hugegraph.StandardHugeGraph.<init>(StandardHugeGraph.java:218)
~[hugegraph-core-0.13.0.jar:0.13.0.0]
at com.baidu.hugegraph.HugeFactory.open(HugeFactory.java:91)
~[hugegraph-core-0.13.0.jar:0.13.0.0]
at com.baidu.hugegraph.HugeFactory.open(HugeFactory.java:69)
~[hugegraph-core-0.13.0.jar:0.13.0.0]
at
com.baidu.hugegraph.auth.HugeFactoryAuthProxy.open(HugeFactoryAuthProxy.java:83)
~[hugegraph-api-0.13.0.jar:0.69.0.0]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
~[?:1.8.0_332]
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
~[?:1.8.0_332]
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
~[?:1.8.0_332]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_332]
at
org.apache.tinkerpop.gremlin.structure.util.GraphFactory.open(GraphFactory.java:80)
~[gremlin-core-3.5.1.jar:3.5.1]
... 17 more
The operation timed out(60s) when attempting to connect to
http://127.0.0.1:8082/graphs
```
--
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]