dnsisme commented on issue #329:
URL: 
https://github.com/apache/incubator-hugegraph-toolchain/issues/329#issuecomment-1231601296

   @imbajin 
   Use the Source code compilation method to install the latest version of 
hugegraph-server. Failed to start the server.
   
![image](https://user-images.githubusercontent.com/88881577/187436269-4f649e7d-522c-4113-9f36-e26d2826ffe8.png)
   
   error log
   ```
   Starting HugeGraphServer...
   Connecting to HugeGraphServer (http://ecs-56b9-0001:8080/graphs)....Starting 
HugeGraphServer failed
   See 
/data/work/hugegraph-origin/hugegraph/hugegraph-0.13.0/logs/hugegraph-server.log
 for HugeGraphServer log output.
   [root@ecs-56b9-0001 hugegraph-0.13.0]# cat 
/data/work/hugegraph-origin/hugegraph/hugegraph-0.13.0/logs/hugegraph-server.log
   2022-08-30 20:26:51 [main] [INFO] c.b.h.s.RestServer - RestServer starting...
   2022-08-30 20:26:53 [main] [INFO] c.b.h.u.ConfigUtil - Scanning option 
'graphs' directory './conf/graphs'
   2022-08-30 20:26:53 [main] [INFO] c.b.h.b.c.Cache - Init RamCache for 
'users-hugegraph' with capacity 10240
   2022-08-30 20:26:53 [main] [INFO] c.b.h.b.c.Cache - Init RamCache for 
'users_pwd-hugegraph' with capacity 10240
   2022-08-30 20:26:53 [main] [INFO] c.b.h.b.c.Cache - Init RamCache for 
'token-hugegraph' with capacity 10240
   2022-08-30 20:26:53 [main] [INFO] c.b.h.s.RestServer - Graph 'hugegraph' was 
successfully configured via './conf/graphs/hugegraph.properties'
   2022-08-30 20:26:53 [main] [INFO] c.b.h.r.RpcServer - RpcServer config is 
empty, skip starting RpcServer
   2022-08-30 20:26:54 [db-open-1] [INFO] c.b.h.b.s.r.RocksDBStore - Opening 
RocksDB with data path: rocksdb-data/m
   2022-08-30 20:26:54 [db-open-1] [INFO] c.b.h.b.s.r.RocksDBStore - Failed to 
open RocksDB 'rocksdb-data/m' with database 'hugegraph', try to init CF later
   2022-08-30 20:26:54 [main] [INFO] c.b.h.b.c.Cache - Init RamCache for 
'schema-id-hugegraph' with capacity 10000
   2022-08-30 20:26:54 [main] [INFO] c.b.h.b.c.Cache - Init RamCache for 
'schema-name-hugegraph' with capacity 10000
   2022-08-30 20:26:54 [db-open-1] [INFO] c.b.h.b.s.r.RocksDBStore - Opening 
RocksDB with data path: rocksdb-data/s
   2022-08-30 20:26:55 [db-open-1] [INFO] c.b.h.b.s.r.RocksDBStore - Opening 
RocksDB with data path: rocksdb-data/g
   2022-08-30 20:26:55 [main] [INFO] o.c.o.l.Uns - OHC using JNA OS native 
malloc/free
   2022-08-30 20:26:55 [main] [INFO] c.b.h.b.c.Cache - Init LevelCache for 
'vertex-hugegraph' with capacity 10000:10000000
   2022-08-30 20:26:55 [main] [INFO] c.b.h.b.c.Cache - Init LevelCache for 
'edge-hugegraph' with capacity 1000:1000000
   2022-08-30 20:26:55 [main] [INFO] c.b.h.s.RestServer - Check backend version
   2022-08-30 20:26:55 [main] [INFO] c.b.h.HugeGraph - Close graph 
standardhugegraph[hugegraph]
   2022-08-30 20:26:55 [main] [INFO] c.b.h.r.RpcServer - RpcServer stop on port 
8091
   2022-08-30 20:26:55 [SOFA-RPC-ShutdownHook] [WARN] 
c.a.s.r.c.RpcRuntimeContext - SOFA RPC Framework catch JVM shutdown event, Run 
shutdown hook now.
   2022-08-30 20:26:55 [main] [ERROR] c.b.h.d.HugeGraphServer - HugeRestServer 
start error:
   com.baidu.hugegraph.backend.BackendException: The backend store of 
'hugegraph' has not been initialized
        at 
com.baidu.hugegraph.core.GraphManager.checkBackendVersionOrExit(GraphManager.java:416)
 ~[hugegraph-api-0.13.0.jar:0.69.0.0]
        at com.baidu.hugegraph.core.GraphManager.init(GraphManager.java:118) 
~[hugegraph-api-0.13.0.jar:0.69.0.0]
        at 
com.baidu.hugegraph.server.ApplicationConfig$GraphManagerFactory$1.onEvent(ApplicationConfig.java:132)
 ~[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:73) 
~[hugegraph-api-0.13.0.jar:0.69.0.0]
        at com.baidu.hugegraph.server.RestServer.start(RestServer.java:180) 
~[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:122) 
~[hugegraph-dist-0.13.0.jar:?]
   2022-08-30 20:26:55 [main] [INFO] c.b.h.HugeGraph - HugeFactory shutdown
   2022-08-30 20:26:55 [hugegraph-shutdown] [INFO] c.b.h.HugeGraph - HugeGraph 
is shutting down
   ```
   
   Is it related to the env
   ```CentOS Linux release 7.6.1810 (AltArch)
   ```
   ```
   Linux ecs-56b9-0001 4.18.0-80.7.2.el7.aarch64 #1 SMP Thu Sep 12 16:13:20 UTC 
2019 aarch64 aarch64 aarch64 GNU/Linux
   ```
   


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