GeRenlog opened a new issue, #2538: URL: https://github.com/apache/incubator-hugegraph/issues/2538
### Problem 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 (环境信息) hugegraph:0.12.0 docker部署 ### Your Question (问题描述) 启动hugegraph失败 docker日志: Connecting to HugeGraphServer (http://0.0.0.0:8080/graphs)...............The operation timed out when attempting to connect to http://0.0.0.0:8080/graphs See /hugegraph/logs/hugegraph-server.log for HugeGraphServer log output. cd 到 /hugegraph/logs这个目录下是空的,没有这个日志文件 =================华丽的分割线============================= 好消息是在线上的hugegraph与另一个环境的hugegraph都同时启动不起来,自身的docker log日志报错信息都是: Connecting to HugeGraphServer (http://0.0.0.0:8080/graphs)...............The operation timed out when attempting to connect to http://0.0.0.0:8080/graphs See /hugegraph/logs/hugegraph-server.log for HugeGraphServer log output. 这两个环境是有hugegraph-server.log的 以下是hugegraph-server.log的日志 `th pattern gremlin-* 2023-05-31 18:05:42 2501 [main] [INFO ] org.apache.tinkerpop.gremlin.server.util.ServerGremlinExecutor [] - Initialized GremlinExecutor and preparing GremlinScriptEngines instances. 2023-05-31 18:05:46 6835 [main] [INFO ] org.apache.tinkerpop.gremlin.server.util.ServerGremlinExecutor [] - Initialized gremlin-groovy GremlinScriptEngine and registered metrics 2023-05-31 18:05:47 6857 [main] [INFO ] org.apache.tinkerpop.gremlin.server.op.OpLoader [] - Adding the standard OpProcessor. 2023-05-31 18:05:47 6860 [main] [INFO ] org.apache.tinkerpop.gremlin.server.op.OpLoader [] - Adding the session OpProcessor. 2023-05-31 18:05:47 6950 [main] [INFO ] org.apache.tinkerpop.gremlin.server.op.OpLoader [] - Adding the traversal OpProcessor. 2023-05-31 18:05:47 6958 [main] [INFO ] org.apache.tinkerpop.gremlin.server.op.traversal.TraversalOpProcessor [] - Initialized cache for TraversalOpProcessor with size 1000 and expiration time of 600000 ms 2023-05-31 18:05:47 7004 [main] [INFO ] org.apache.tinkerpop.gremlin.server.GremlinServer [] - Executing start up LifeCycleHook 2023-05-31 18:05:47 7024 [main] [INFO ] org.apache.tinkerpop.gremlin.server.GremlinServer [] - Executed once at startup of Gremlin Server. 2023-05-31 18:05:47 7031 [main] [INFO ] org.apache.tinkerpop.gremlin.server.GremlinServer [] - idleConnectionTimeout was set to 0 which resolves to 0 seconds when configuring this value - this feature will be disabled 2023-05-31 18:05:47 7032 [main] [INFO ] org.apache.tinkerpop.gremlin.server.GremlinServer [] - keepAliveInterval was set to 0 which resolves to 0 seconds when configuring this value - this feature will be disabled 2023-05-31 18:05:47 7096 [main] [INFO ] org.apache.tinkerpop.gremlin.server.AbstractChannelizer [] - Configured application/vnd.graphbinary-v1.0 with org.apache.tinkerpop.gremlin.driver.ser.GraphBinaryMessageSerializerV1 2023-05-31 18:05:47 7106 [main] [INFO ] org.apache.tinkerpop.gremlin.server.AbstractChannelizer [] - Configured application/json with org.apache.tinkerpop.gremlin.driver.ser.GraphSONMessageSerializerV1d0 2023-05-31 18:05:47 7127 [main] [INFO ] org.apache.tinkerpop.gremlin.server.AbstractChannelizer [] - Configured application/vnd.gremlin-v2.0+json with org.apache.tinkerpop.gremlin.driver.ser.GraphSONMessageSerializerV2d0 2023-05-31 18:05:47 7128 [main] [INFO ] org.apache.tinkerpop.gremlin.server.AbstractChannelizer [] - application/json already has org.apache.tinkerpop.gremlin.driver.ser.GraphSONMessageSerializerV1d0 configured - it will not be replaced by org.apache.tinkerpop.gremlin.driver.ser.GraphSONMessageSerializerV2d0, change order of serialization configuration if this is not desired. 2023-05-31 18:05:47 7143 [main] [INFO ] org.apache.tinkerpop.gremlin.server.AbstractChannelizer [] - Configured application/vnd.gremlin-v3.0+json with org.apache.tinkerpop.gremlin.driver.ser.GraphSONMessageSerializerV3d0 2023-05-31 18:05:47 7143 [main] [INFO ] org.apache.tinkerpop.gremlin.server.AbstractChannelizer [] - application/json already has org.apache.tinkerpop.gremlin.driver.ser.GraphSONMessageSerializerV1d0 configured - it will not be replaced by org.apache.tinkerpop.gremlin.driver.ser.GraphSONMessageSerializerV3d0, change order of serialization configuration if this is not desired. 2023-05-31 18:05:47 7160 [main] [INFO ] org.apache.tinkerpop.gremlin.server.AbstractChannelizer [] - Configured application/vnd.graphbinary-v1.0 with org.apache.tinkerpop.gremlin.driver.ser.GraphBinaryMessageSerializerV1 2023-05-31 18:05:47 7161 [main] [INFO ] org.apache.tinkerpop.gremlin.server.AbstractChannelizer [] - Configured application/json with org.apache.tinkerpop.gremlin.driver.ser.GraphSONMessageSerializerV1d0 2023-05-31 18:05:47 7165 [main] [INFO ] org.apache.tinkerpop.gremlin.server.AbstractChannelizer [] - Configured application/vnd.gremlin-v2.0+json with org.apache.tinkerpop.gremlin.driver.ser.GraphSONMessageSerializerV2d0 2023-05-31 18:05:47 7165 [main] [INFO ] org.apache.tinkerpop.gremlin.server.AbstractChannelizer [] - application/json already has org.apache.tinkerpop.gremlin.driver.ser.GraphSONMessageSerializerV1d0 configured - it will not be replaced by org.apache.tinkerpop.gremlin.driver.ser.GraphSONMessageSerializerV2d0, change order of serialization configuration if this is not desired. 2023-05-31 18:05:47 7168 [main] [INFO ] org.apache.tinkerpop.gremlin.server.AbstractChannelizer [] - Configured application/vnd.gremlin-v3.0+json with org.apache.tinkerpop.gremlin.driver.ser.GraphSONMessageSerializerV3d0 2023-05-31 18:05:47 7169 [main] [INFO ] org.apache.tinkerpop.gremlin.server.AbstractChannelizer [] - application/json already has org.apache.tinkerpop.gremlin.driver.ser.GraphSONMessageSerializerV1d0 configured - it will not be replaced by org.apache.tinkerpop.gremlin.driver.ser.GraphSONMessageSerializerV3d0, change order of serialization configuration if this is not desired. 2023-05-31 18:05:47 7256 [gremlin-server-boss-1] [INFO ] org.apache.tinkerpop.gremlin.server.GremlinServer [] - Gremlin Server configured with worker thread pool of 1, gremlin pool of 8 and boss thread pool of 1. 2023-05-31 18:05:47 7257 [gremlin-server-boss-1] [INFO ] org.apache.tinkerpop.gremlin.server.GremlinServer [] - Channel started at port 8182. 2023-05-31 18:05:47 7263 [main] [INFO ] com.baidu.hugegraph.server.RestServer [] - RestServer starting... May 31, 2023 6:05:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8080] 2023-05-31 18:05:49 9063 [main] [INFO ] com.baidu.hugegraph.server.RestServer [] - Graph 'hugegraph' was successfully configured via 'conf/hugegraph.properties' 2023-05-31 18:05:49 9085 [db-open-1] [INFO ] com.baidu.hugegraph.backend.store.rocksdb.RocksDBStore [] - Opening RocksDB with data path: ./data/m 2023-05-31 18:05:49 9407 [db-open-1] [INFO ] com.baidu.hugegraph.backend.store.rocksdb.RocksDBStore [] - Opening RocksDB with data path: ./data/s main dict load finished, time elapsed 1478 ms model load finished, time elapsed 63 ms. 2023-05-31 18:05:51 11061 [db-open-1] [INFO ] com.baidu.hugegraph.backend.store.rocksdb.RocksDBStore [] - Opening RocksDB with data path: ./data/g 2023-05-31 18:05:51 11286 [main] [INFO ] com.baidu.hugegraph.HugeGraph [] - Init server info for graph 'hugegraph'... 2023-05-31 18:05:51 11335 [main] [INFO ] com.baidu.hugegraph.HugeGraph [] - Restoring incomplete tasks for graph 'hugegraph'... May 31, 2023 6:05:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. 2023-05-31 18:05:51 11387 [main] [INFO ] com.baidu.hugegraph.server.RestServer [] - The maximum batch writing threads is 8 (total threads 16) 2023-05-31 18:05:51 11388 [main] [INFO ] com.baidu.hugegraph.server.RestServer [] - RestServer started 2023-05-31 18:06:30 49886 [Thread-3] [INFO ] com.baidu.hugegraph.dist.HugeGraphServer [] - HugeGraphServer stopping 2023-05-31 18:06:30 49894 [Thread-1] [INFO ] com.baidu.hugegraph.HugeGraph [] - HugeGraph is shutting down 2023-05-31 18:06:30 49894 [gremlin-server-shutdown] [INFO ] org.apache.tinkerpop.gremlin.server.GremlinServer [] - Shutting down OpProcessor[] 2023-05-31 18:06:30 49895 [gremlin-server-shutdown] [INFO ] org.apache.tinkerpop.gremlin.server.GremlinServer [] - Shutting down OpProcessor[session] 2023-05-31 18:06:30 49901 [gremlin-server-shutdown] [INFO ] org.apache.tinkerpop.gremlin.server.GremlinServer [] - Shutting down OpProcessor[traversal] 2023-05-31 18:06:30 49906 [gremlin-server-shutdown] [INFO ] org.apache.tinkerpop.gremlin.server.GremlinServer [] - Shutting down thread pools. 2023-05-31 18:06:30 49909 [gremlin-server-stop] [INFO ] org.apache.tinkerpop.gremlin.server.GremlinServer [] - Executing shutdown LifeCycleHook 2023-05-31 18:06:30 49909 [gremlin-server-stop] [INFO ] org.apache.tinkerpop.gremlin.server.GremlinServer [] - Executed once at shutdown of Gremlin Server. 2023-05-31 18:06:30 49913 [Thread-3] [INFO ] com.baidu.hugegraph.dist.HugeGraphServer [] - HugeRestServer stopped 2023-05-31 18:06:32 52129 [gremlin-server-stop] [INFO ] com.baidu.hugegraph.HugeGraph [] - Close graph standardhugegraph[hugegraph] 2023-05-31 18:06:32 52137 [gremlin-server-stop] [WARN ] org.apache.tinkerpop.gremlin.server.GremlinServer [] - Exception while closing Graph instance [hugegraph] java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.FutureTask@52fcd909 rejected from java.util.concurrent.ThreadPoolExecutor@70339f5e[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0] at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2063) ~[?:1.8.0_362] at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:830) ~[?:1.8.0_362] at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1379) ~[?:1.8.0_362] at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:134) ~[?:1.8.0_362] at com.baidu.hugegraph.event.EventHub.notify(EventHub.java:155) ~[hugegraph-common-1.8.1.jar:1.8.1.0] at com.baidu.hugegraph.backend.store.AbstractBackendStoreProvider.close(AbstractBackendStoreProvider.java:102) ~[hugegraph-core-0.11.2.jar:0.11.2.0] at com.baidu.hugegraph.StandardHugeGraph.close(StandardHugeGraph.java:812) ~[hugegraph-core-0.11.2.jar:0.11.2.0] at org.apache.tinkerpop.gremlin.server.GremlinServer.lambda$null$7(GremlinServer.java:298) ~[gremlin-server-3.4.3.jar:3.4.3] at java.util.concurrent.ConcurrentHashMap$KeySetView.forEach(ConcurrentHashMap.java:4647) ~[?:1.8.0_362] at org.apache.tinkerpop.gremlin.server.GremlinServer.lambda$stop$8(GremlinServer.java:295) ~[gremlin-server-3.4.3.jar:3.4.3] at java.lang.Thread.run(Thread.java:750) [?:1.8.0_362] 2023-05-31 18:06:32 52160 [gremlin-server-stop] [INFO ] org.apache.tinkerpop.gremlin.server.GremlinServer [] - Closed Graph instance [hugegraph] 2023-05-31 18:06:32 52162 [gremlin-server-stop] [INFO ] org.apache.tinkerpop.gremlin.server.GremlinServer [] - Gremlin Server - shutdown complete 2023-05-31 18:06:32 52163 [Thread-3] [INFO ] com.baidu.hugegraph.dist.HugeGraphServer [] - HugeGremlinServer stopped 2023-05-31 18:06:32 52166 [Thread-3] [INFO ] com.baidu.hugegraph.dist.HugeGraphServer [] - HugeGraph stopped 2023-05-31 18:06:32 52167 [Thread-3] [INFO ] com.baidu.hugegraph.dist.HugeGraphServer [] - HugeGraphServer stopped 2024-05-14 08:37:10 1085 [main] [INFO ] com.jcabi.manifests.Manifests [] - 85 attributes loaded from 240 stream(s) in 48ms, 85 saved, 3360 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Id", "Build-Jdk", "Build-Version", "Built-At", "Built-By", "Built-Date", "Built-On", "Bundle-ActivationPolicy", "Bundle-Activator", "Bundle-Category", "Bundle-ClassPath", "Bundle-ContactAddress", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-NativeCode", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "CLDR-Version", "Class-Path", "Created-By", "DSTAMP", "DynamicImport-Package", "Eclipse-BuddyPolicy", "Eclipse-ExtensibleAPI", "Embed-Dependency", "Export-Package", "Extension-Name", "Extension-name", "Fragment-Host", "Ignore-Package", "Implementation-Build", "Implementation-Build-Date", "Implementation-Build- Id", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Log4jReleaseKey", "Log4jReleaseManager", "Log4jReleaseVersion", "Log4jReleaseVersionJava6", "Log4jReleaseVersionJava7", "Main-Class", "Manifest-Version", "Maven-Version", "Multi-Release", "Originally-Created-By", "Package", "Premain-Class", "Private-Package", "Provide-Capability", "Require-Bundle", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "TODAY", "TSTAMP", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK", "hash", "implementation-version", "mode", "package", "service", "url", "version"] 2024-05-14 08:37:10 1094 [main] [INFO ] com.baidu.hugegraph.dist.HugeGremlinServer [] - 3.4.3 \,,,/ (o o) -----oOOo-(3)-oOOo----- 2024-05-14 08:37:10 1190 [main] [INFO ] com.baidu.hugegraph.dist.HugeGremlinServer [] - Configuring Gremlin Server from /hugegraph/conf/gremlin-server.yaml 2024-05-14 08:37:10 1406 [main] [INFO ] org.apache.tinkerpop.gremlin.server.GremlinServer [] - Graph [hugegraph] was successfully configured via [conf/hugegraph.properties]. 2024-05-14 08:37:10 1406 [main] [INFO ] org.apache.tinkerpop.gremlin.server.util.ServerGremlinExecutor [] - Initialized Gremlin thread pool. Threads in pool named with pattern gremlin-* 2024-05-14 08:37:11 1974 [main] [INFO ] org.apache.tinkerpop.gremlin.server.util.ServerGremlinExecutor [] - Initialized GremlinExecutor and preparing GremlinScriptEngines instances. 2024-05-14 08:37:14 4966 [main] [INFO ] org.apache.tinkerpop.gremlin.server.util.ServerGremlinExecutor [] - Initialized gremlin-groovy GremlinScriptEngine and registered metrics 2024-05-14 08:37:14 4982 [main] [INFO ] org.apache.tinkerpop.gremlin.server.op.OpLoader [] - Adding the standard OpProcessor. 2024-05-14 08:37:14 4984 [main] [INFO ] org.apache.tinkerpop.gremlin.server.op.OpLoader [] - Adding the session OpProcessor. 2024-05-14 08:37:14 5065 [main] [INFO ] org.apache.tinkerpop.gremlin.server.op.OpLoader [] - Adding the traversal OpProcessor. 2024-05-14 08:37:14 5071 [main] [INFO ] org.apache.tinkerpop.gremlin.server.op.traversal.TraversalOpProcessor [] - Initialized cache for TraversalOpProcessor with size 1000 and expiration time of 600000 ms 2024-05-14 08:37:14 5114 [main] [INFO ] org.apache.tinkerpop.gremlin.server.GremlinServer [] - Executing start up LifeCycleHook 2024-05-14 08:37:14 5126 [main] [INFO ] org.apache.tinkerpop.gremlin.server.GremlinServer [] - Executed once at startup of Gremlin Server. 2024-05-14 08:37:14 5131 [main] [INFO ] org.apache.tinkerpop.gremlin.server.GremlinServer [] - idleConnectionTimeout was set to 0 which resolves to 0 seconds when configuring this value - this feature will be disabled 2024-05-14 08:37:14 5131 [main] [INFO ] org.apache.tinkerpop.gremlin.server.GremlinServer [] - keepAliveInterval was set to 0 which resolves to 0 seconds when configuring this value - this feature will be disabled 2024-05-14 08:37:14 5168 [main] [INFO ] org.apache.tinkerpop.gremlin.server.AbstractChannelizer [] - Configured application/vnd.graphbinary-v1.0 with org.apache.tinkerpop.gremlin.driver.ser.GraphBinaryMessageSerializerV1 2024-05-14 08:37:14 5174 [main] [INFO ] org.apache.tinkerpop.gremlin.server.AbstractChannelizer [] - Configured application/json with org.apache.tinkerpop.gremlin.driver.ser.GraphSONMessageSerializerV1d0 2024-05-14 08:37:14 5187 [main] [INFO ] org.apache.tinkerpop.gremlin.server.AbstractChannelizer [] - Configured application/vnd.gremlin-v2.0+json with org.apache.tinkerpop.gremlin.driver.ser.GraphSONMessageSerializerV2d0 2024-05-14 08:37:14 5187 [main] [INFO ] org.apache.tinkerpop.gremlin.server.AbstractChannelizer [] - application/json already has org.apache.tinkerpop.gremlin.driver.ser.GraphSONMessageSerializerV1d0 configured - it will not be replaced by org.apache.tinkerpop.gremlin.driver.ser.GraphSONMessageSerializerV2d0, change order of serialization configuration if this is not desired. 2024-05-14 08:37:14 5196 [main] [INFO ] org.apache.tinkerpop.gremlin.server.AbstractChannelizer [] - Configured application/vnd.gremlin-v3.0+json with org.apache.tinkerpop.gremlin.driver.ser.GraphSONMessageSerializerV3d0 2024-05-14 08:37:14 5196 [main] [INFO ] org.apache.tinkerpop.gremlin.server.AbstractChannelizer [] - application/json already has org.apache.tinkerpop.gremlin.driver.ser.GraphSONMessageSerializerV1d0 configured - it will not be replaced by org.apache.tinkerpop.gremlin.driver.ser.GraphSONMessageSerializerV3d0, change order of serialization configuration if this is not desired. 2024-05-14 08:37:14 5205 [main] [INFO ] org.apache.tinkerpop.gremlin.server.AbstractChannelizer [] - Configured application/vnd.graphbinary-v1.0 with org.apache.tinkerpop.gremlin.driver.ser.GraphBinaryMessageSerializerV1 2024-05-14 08:37:14 5205 [main] [INFO ] org.apache.tinkerpop.gremlin.server.AbstractChannelizer [] - Configured application/json with org.apache.tinkerpop.gremlin.driver.ser.GraphSONMessageSerializerV1d0 2024-05-14 08:37:14 5208 [main] [INFO ] org.apache.tinkerpop.gremlin.server.AbstractChannelizer [] - Configured application/vnd.gremlin-v2.0+json with org.apache.tinkerpop.gremlin.driver.ser.GraphSONMessageSerializerV2d0 2024-05-14 08:37:14 5208 [main] [INFO ] org.apache.tinkerpop.gremlin.server.AbstractChannelizer [] - application/json already has org.apache.tinkerpop.gremlin.driver.ser.GraphSONMessageSerializerV1d0 configured - it will not be replaced by org.apache.tinkerpop.gremlin.driver.ser.GraphSONMessageSerializerV2d0, change order of serialization configuration if this is not desired. 2024-05-14 08:37:14 5211 [main] [INFO ] org.apache.tinkerpop.gremlin.server.AbstractChannelizer [] - Configured application/vnd.gremlin-v3.0+json with org.apache.tinkerpop.gremlin.driver.ser.GraphSONMessageSerializerV3d0 2024-05-14 08:37:14 5211 [main] [INFO ] org.apache.tinkerpop.gremlin.server.AbstractChannelizer [] - application/json already has org.apache.tinkerpop.gremlin.driver.ser.GraphSONMessageSerializerV1d0 configured - it will not be replaced by org.apache.tinkerpop.gremlin.driver.ser.GraphSONMessageSerializerV3d0, change order of serialization configuration if this is not desired. 2024-05-14 08:37:14 5295 [gremlin-server-boss-1] [INFO ] org.apache.tinkerpop.gremlin.server.GremlinServer [] - Gremlin Server configured with worker thread pool of 1, gremlin pool of 2 and boss thread pool of 1. 2024-05-14 08:37:14 5295 [gremlin-server-boss-1] [INFO ] org.apache.tinkerpop.gremlin.server.GremlinServer [] - Channel started at port 8182. 2024-05-14 08:37:14 5301 [main] [INFO ] com.baidu.hugegraph.server.RestServer [] - RestServer starting... May 14, 2024 8:37:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8080] 2024-05-14 08:37:15 6575 [main] [INFO ] com.baidu.hugegraph.server.RestServer [] - Graph 'hugegraph' was successfully configured via 'conf/hugegraph.properties' 2024-05-14 08:37:15 6575 [main] [WARN ] com.baidu.hugegraph.server.RestServer [] - You may need to support access control for 'conf/hugegraph.properties' with gremlin.graph=com.baidu.hugegraph.auth.HugeFactoryAuthProxy 2024-05-14 08:37:15 6596 [db-open-1] [INFO ] com.baidu.hugegraph.backend.store.rocksdb.RocksDBStore [] - Opening RocksDB with data path: ./data/m 2024-05-14 08:37:22 12909 [db-open-1] [ERROR] com.baidu.hugegraph.backend.store.rocksdb.RocksDBStore [] - Failed to open RocksDB './data/m' org.rocksdb.RocksDBException: While lock file: ./data/m/LOCK: No locks available at org.rocksdb.RocksDB.open(Native Method) ~[rocksdbjni-6.10.2.jar:?] at org.rocksdb.RocksDB.open(RocksDB.java:294) ~[rocksdbjni-6.10.2.jar:?] at com.baidu.hugegraph.backend.store.rocksdb.RocksDBStdSessions.<init>(RocksDBStdSessions.java:145) ~[hugegraph-rocksdb-0.11.2.jar:?] at com.baidu.hugegraph.backend.store.rocksdb.RocksDBStore.openSessionPool(RocksDBStore.java:332) ~[hugegraph-rocksdb-0.11.2.jar:?] at com.baidu.hugegraph.backend.store.rocksdb.RocksDBStore.open(RocksDBStore.java:261) ~[hugegraph-rocksdb-0.11.2.jar:?] at com.baidu.hugegraph.backend.store.rocksdb.RocksDBStore.open(RocksDBStore.java:252) ~[hugegraph-rocksdb-0.11.2.jar:?] at com.baidu.hugegraph.backend.store.rocksdb.RocksDBStore.lambda$open$1(RocksDBStore.java:182) ~[hugegraph-rocksdb-0.11.2.jar:?] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_362] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_362] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_362] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_362] at java.lang.Thread.run(Thread.java:750) [?:1.8.0_362] 2024-05-14 08:37:22 12920 [main] [ERROR] com.baidu.hugegraph.HugeGraph [] - Failed to open schema transaction com.baidu.hugegraph.backend.BackendException: Failed to open RocksDB store at com.baidu.hugegraph.backend.store.rocksdb.RocksDBStore.waitOpenFinish(RocksDBStore.java:212) ~[hugegraph-rocksdb-0.11.2.jar:?] at com.baidu.hugegraph.backend.store.rocksdb.RocksDBStore.open(RocksDBStore.java:203) ~[hugegraph-rocksdb-0.11.2.jar:?] at com.baidu.hugegraph.backend.tx.AbstractTransaction.<init>(AbstractTransaction.java:77) ~[hugegraph-core-0.11.2.jar:0.11.2.0] at com.baidu.hugegraph.backend.tx.IndexableTransaction.<init>(IndexableTransaction.java:30) ~[hugegraph-core-0.11.2.jar:0.11.2.0] at com.baidu.hugegraph.backend.tx.SchemaTransaction.<init>(SchemaTransaction.java:71) ~[hugegraph-core-0.11.2.jar:0.11.2.0] at com.baidu.hugegraph.backend.cache.CachedSchemaTransaction.<init>(CachedSchemaTransaction.java:55) ~[hugegraph-core-0.11.2.jar:0.11.2.0] at com.baidu.hugegraph.StandardHugeGraph.openSchemaTransaction(StandardHugeGraph.java:347) ~[hugegraph-core-0.11.2.jar:0.11.2.0] at com.baidu.hugegraph.StandardHugeGraph.access$2600(StandardHugeGraph.java:99) ~[hugegraph-core-0.11.2.jar:0.11.2.0] at com.baidu.hugegraph.StandardHugeGraph$TinkerPopTransaction.getOrNewTransaction(StandardHugeGraph.java:1224) ~[hugegraph-core-0.11.2.jar:0.11.2.0] at com.baidu.hugegraph.StandardHugeGraph$TinkerPopTransaction.schemaTransaction(StandardHugeGraph.java:1203) ~[hugegraph-core-0.11.2.jar:0.11.2.0] at com.baidu.hugegraph.StandardHugeGraph$TinkerPopTransaction.access$100(StandardHugeGraph.java:1073) ~[hugegraph-core-0.11.2.jar:0.11.2.0] at com.baidu.hugegraph.StandardHugeGraph.schemaTransaction(StandardHugeGraph.java:403) ~[hugegraph-core-0.11.2.jar:0.11.2.0] at com.baidu.hugegraph.StandardHugeGraph.waitStarted(StandardHugeGraph.java:271) ~[hugegraph-core-0.11.2.jar:0.11.2.0] at com.baidu.hugegraph.core.GraphManager.lambda$waitGraphsStarted$0(GraphManager.java:98) ~[hugegraph-api-0.11.2.jar:0.58.0.0] at java.util.concurrent.ConcurrentHashMap$KeySetView.forEach(ConcurrentHashMap.java:4647) [?:1.8.0_362] at com.baidu.hugegraph.core.GraphManager.waitGraphsStarted(GraphManager.java:96) [hugegraph-api-0.11.2.jar:0.58.0.0] at com.baidu.hugegraph.core.GraphManager.<init>(GraphManager.java:76) [hugegraph-api-0.11.2.jar:0.58.0.0] at com.baidu.hugegraph.server.ApplicationConfig$GraphManagerFactory$1.onEvent(ApplicationConfig.java:108) [hugegraph-api-0.11.2.jar:0.58.0.0] at org.glassfish.jersey.server.internal.monitoring.CompositeApplicationEventListener.onEvent(CompositeApplicationEventListener.java:74) [jersey-server-2.25.1.jar:?] at org.glassfish.jersey.server.internal.monitoring.MonitoringContainerListener.onStartup(MonitoringContainerListener.java:81) [jersey-server-2.25.1.jar:?] at org.glassfish.jersey.server.ApplicationHandler.onStartup(ApplicationHandler.java:1180) [jersey-server-2.25.1.jar:?] at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.start(GrizzlyHttpContainer.java:357) [jersey-container-grizzly2-http-2.25.1.jar:?] at org.glassfish.grizzly.http.server.HttpHandlerChain.start(HttpHandlerChain.java:398) [grizzly-http-server-2.4.4.jar:2.4.4] at org.glassfish.grizzly.http.server.HttpServer.setupHttpHandler(HttpServer.java:293) [grizzly-http-server-2.4.4.jar:2.4.4] at org.glassfish.grizzly.http.server.HttpServer.start(HttpServer.java:269) [grizzly-http-server-2.4.4.jar:2.4.4] at com.baidu.hugegraph.server.RestServer.start(RestServer.java:64) [hugegraph-api-0.11.2.jar:0.58.0.0] at com.baidu.hugegraph.server.RestServer.start(RestServer.java:133) [hugegraph-api-0.11.2.jar:0.58.0.0] at com.baidu.hugegraph.dist.HugeRestServer.start(HugeRestServer.java:58) [hugegraph-dist-0.11.2.jar:?] at com.baidu.hugegraph.dist.HugeGraphServer.<init>(HugeGraphServer.java:55) [hugegraph-dist-0.11.2.jar:?] at com.baidu.hugegraph.dist.HugeGraphServer.main(HugeGraphServer.java:100) [hugegraph-dist-0.11.2.jar:?] Caused by: java.util.concurrent.ExecutionException: com.baidu.hugegraph.exception.ConnectionException: Failed to open RocksDB './data/m' at java.util.concurrent.FutureTask.report(FutureTask.java:122) ~[?:1.8.0_362] at java.util.concurrent.FutureTask.get(FutureTask.java:192) ~[?:1.8.0_362] at com.baidu.hugegraph.backend.store.rocksdb.RocksDBStore.waitOpenFinish(RocksDBStore.java:210) ~[hugegraph-rocksdb-0.11.2.jar:?] ... 29 more Caused by: com.baidu.hugegraph.exception.ConnectionException: Failed to open RocksDB './data/m' at com.baidu.hugegraph.backend.store.rocksdb.RocksDBStore.open(RocksDBStore.java:309) ~[hugegraph-rocksdb-0.11.2.jar:?] at com.baidu.hugegraph.backend.store.rocksdb.RocksDBStore.open(RocksDBStore.java:252) ~[hugegraph-rocksdb-0.11.2.jar:?] at com.baidu.hugegraph.backend.store.rocksdb.RocksDBStore.lambda$open$1(RocksDBStore.java:182) ~[hugegraph-rocksdb-0.11.2.jar:?] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_362] at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_362] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_362] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_362] at java.lang.Thread.run(Thread.java:750) ~[?:1.8.0_362] Caused by: org.rocksdb.RocksDBException: While lock file: ./data/m/LOCK: No locks available at org.rocksdb.RocksDB.open(Native Method) ~[rocksdbjni-6.10.2.jar:?] at org.rocksdb.RocksDB.open(RocksDB.java:294) ~[rocksdbjni-6.10.2.jar:?] at com.baidu.hugegraph.backend.store.rocksdb.RocksDBStdSessions.<init>(RocksDBStdSessions.java:145) ~[hugegraph-rocksdb-0.11.2.jar:?] at com.baidu.hugegraph.backend.store.rocksdb.RocksDBStore.openSessionPool(RocksDBStore.java:332) ~[hugegraph-rocksdb-0.11.2.jar:?] at com.baidu.hugegraph.backend.store.rocksdb.RocksDBStore.open(RocksDBStore.java:261) ~[hugegraph-rocksdb-0.11.2.jar:?] at com.baidu.hugegraph.backend.store.rocksdb.RocksDBStore.open(RocksDBStore.java:252) ~[hugegraph-rocksdb-0.11.2.jar:?] at com.baidu.hugegraph.backend.store.rocksdb.RocksDBStore.lambda$open$1(RocksDBStore.java:182) ~[hugegraph-rocksdb-0.11.2.jar:?] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_362] at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_362] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_362] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_362] at java.lang.Thread.run(Thread.java:750) ~[?:1.8.0_362] May 14, 2024 8:37:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8080] 2024-05-14 08:37:22 12936 [main] [ERROR] com.baidu.hugegraph.dist.HugeGraphServer [] - HugeRestServer start error: com.baidu.hugegraph.HugeException: Failed to open schema transaction at com.baidu.hugegraph.StandardHugeGraph.openSchemaTransaction(StandardHugeGraph.java:351) ~[hugegraph-core-0.11.2.jar:0.11.2.0] at com.baidu.hugegraph.StandardHugeGraph.access$2600(StandardHugeGraph.java:99) ~[hugegraph-core-0.11.2.jar:0.11.2.0] at com.baidu.hugegraph.StandardHugeGraph$TinkerPopTransaction.getOrNewTransaction(StandardHugeGraph.java:1224) ~[hugegraph-core-0.11.2.jar:0.11.2.0] at com.baidu.hugegraph.StandardHugeGraph$TinkerPopTransaction.schemaTransaction(StandardHugeGraph.java:1203) ~[hugegraph-core-0.11.2.jar:0.11.2.0] at com.baidu.hugegraph.StandardHugeGraph$TinkerPopTransaction.access$100(StandardHugeGraph.java:1073) ~[hugegraph-core-0.11.2.jar:0.11.2.0] at com.baidu.hugegraph.StandardHugeGraph.schemaTransaction(StandardHugeGraph.java:403) ~[hugegraph-core-0.11.2.jar:0.11.2.0] at com.baidu.hugegraph.StandardHugeGraph.waitStarted(StandardHugeGraph.java:271) ~[hugegraph-core-0.11.2.jar:0.11.2.0] at com.baidu.hugegraph.core.GraphManager.lambda$waitGraphsStarted$0(GraphManager.java:98) ~[hugegraph-api-0.11.2.jar:0.58.0.0] at java.util.concurrent.ConcurrentHashMap$KeySetView.forEach(ConcurrentHashMap.java:4647) ~[?:1.8.0_362] at com.baidu.hugegraph.core.GraphManager.waitGraphsStarted(GraphManager.java:96) ~[hugegraph-api-0.11.2.jar:0.58.0.0] at com.baidu.hugegraph.core.GraphManager.<init>(GraphManager.java:76) ~[hugegraph-api-0.11.2.jar:0.58.0.0] at com.baidu.hugegraph.server.ApplicationConfig$GraphManagerFactory$1.onEvent(ApplicationConfig.java:108) ~[hugegraph-api-0.11.2.jar:0.58.0.0] at org.glassfish.jersey.server.internal.monitoring.CompositeApplicationEventListener.onEvent(CompositeApplicationEventListener.java:74) ~[jersey-server-2.25.1.jar:?] at org.glassfish.jersey.server.internal.monitoring.MonitoringContainerListener.onStartup(MonitoringContainerListener.java:81) ~[jersey-server-2.25.1.jar:?] at org.glassfish.jersey.server.ApplicationHandler.onStartup(ApplicationHandler.java:1180) ~[jersey-server-2.25.1.jar:?] at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.start(GrizzlyHttpContainer.java:357) ~[jersey-container-grizzly2-http-2.25.1.jar:?] at org.glassfish.grizzly.http.server.HttpHandlerChain.start(HttpHandlerChain.java:398) ~[grizzly-http-server-2.4.4.jar:2.4.4] at org.glassfish.grizzly.http.server.HttpServer.setupHttpHandler(HttpServer.java:293) ~[grizzly-http-server-2.4.4.jar:2.4.4] at org.glassfish.grizzly.http.server.HttpServer.start(HttpServer.java:269) ~[grizzly-http-server-2.4.4.jar:2.4.4] at com.baidu.hugegraph.server.RestServer.start(RestServer.java:64) ~[hugegraph-api-0.11.2.jar:0.58.0.0] at com.baidu.hugegraph.server.RestServer.start(RestServer.java:133) ~[hugegraph-api-0.11.2.jar:0.58.0.0] at com.baidu.hugegraph.dist.HugeRestServer.start(HugeRestServer.java:58) ~[hugegraph-dist-0.11.2.jar:?] at com.baidu.hugegraph.dist.HugeGraphServer.<init>(HugeGraphServer.java:55) [hugegraph-dist-0.11.2.jar:?] at com.baidu.hugegraph.dist.HugeGraphServer.main(HugeGraphServer.java:100) [hugegraph-dist-0.11.2.jar:?] 2024-05-14 08:37:22 12938 [main] [INFO ] org.apache.tinkerpop.gremlin.server.GremlinServer [] - Shutting down OpProcessor[] 2024-05-14 08:37:22 12938 [main] [INFO ] org.apache.tinkerpop.gremlin.server.GremlinServer [] - Shutting down OpProcessor[session] 2024-05-14 08:37:22 12939 [main] [INFO ] org.apache.tinkerpop.gremlin.server.GremlinServer [] - Shutting down OpProcessor[traversal] 2024-05-14 08:37:22 12941 [main] [INFO ] org.apache.tinkerpop.gremlin.server.GremlinServer [] - Shutting down thread pools. 2024-05-14 08:37:22 12944 [gremlin-server-stop] [INFO ] org.apache.tinkerpop.gremlin.server.GremlinServer [] - Executing shutdown LifeCycleHook 2024-05-14 08:37:22 12944 [gremlin-server-stop] [INFO ] org.apache.tinkerpop.gremlin.server.GremlinServer [] - Executed once at shutdown of Gremlin Server. 2024-05-14 08:37:24 15149 [gremlin-server-stop] [INFO ] com.baidu.hugegraph.HugeGraph [] - Close graph standardhugegraph[hugegraph] 2024-05-14 08:37:24 15167 [db-open-1] [INFO ] com.baidu.hugegraph.backend.store.rocksdb.RocksDBStore [] - Opening RocksDB with data path: ./data/s 2024-05-14 08:37:30 21351 [db-open-1] [ERROR] com.baidu.hugegraph.backend.store.rocksdb.RocksDBStore [] - Failed to open RocksDB './data/s' org.rocksdb.RocksDBException: While lock file: ./data/s/LOCK: No locks available at org.rocksdb.RocksDB.open(Native Method) ~[rocksdbjni-6.10.2.jar:?] at org.rocksdb.RocksDB.open(RocksDB.java:294) ~[rocksdbjni-6.10.2.jar:?] at com.baidu.hugegraph.backend.store.rocksdb.RocksDBStdSessions.<init>(RocksDBStdSessions.java:145) ~[hugegraph-rocksdb-0.11.2.jar:?] at com.baidu.hugegraph.backend.store.rocksdb.RocksDBStore.openSessionPool(RocksDBStore.java:332) ~[hugegraph-rocksdb-0.11.2.jar:?] at com.baidu.hugegraph.backend.store.rocksdb.RocksDBStore.open(RocksDBStore.java:261) ~[hugegraph-rocksdb-0.11.2.jar:?] at com.baidu.hugegraph.backend.store.rocksdb.RocksDBStore.open(RocksDBStore.java:252) ~[hugegraph-rocksdb-0.11.2.jar:?] at com.baidu.hugegraph.backend.store.rocksdb.RocksDBStore.lambda$open$1(RocksDBStore.java:182) ~[hugegraph-rocksdb-0.11.2.jar:?] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_362] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_362] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_362] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_362] at java.lang.Thread.run(Thread.java:750) [?:1.8.0_362] 2024-05-14 08:37:30 21352 [gremlin-server-stop] [WARN ] org.apache.tinkerpop.gremlin.server.GremlinServer [] - Exception while closing Graph instance [hugegraph] com.baidu.hugegraph.HugeException: Failed to update/query TaskStore: java.util.concurrent.ExecutionException: com.baidu.hugegraph.backend.BackendException: Failed to open RocksDB store at com.baidu.hugegraph.task.StandardTaskScheduler.call(StandardTaskScheduler.java:729) ~[hugegraph-core-0.11.2.jar:0.11.2.0] at com.baidu.hugegraph.task.StandardTaskScheduler.call(StandardTaskScheduler.java:716) ~[hugegraph-core-0.11.2.jar:0.11.2.0] at com.baidu.hugegraph.task.StandardTaskScheduler.close(StandardTaskScheduler.java:482) ~[hugegraph-core-0.11.2.jar:0.11.2.0] at com.baidu.hugegraph.task.TaskManager.closeScheduler(TaskManager.java:111) ~[hugegraph-core-0.11.2.jar:0.11.2.0] at com.baidu.hugegraph.StandardHugeGraph.close(StandardHugeGraph.java:807) ~[hugegraph-core-0.11.2.jar:0.11.2.0] at org.apache.tinkerpop.gremlin.server.GremlinServer.lambda$null$7(GremlinServer.java:298) ~[gremlin-server-3.4.3.jar:3.4.3] at java.util.concurrent.ConcurrentHashMap$KeySetView.forEach(ConcurrentHashMap.java:4647) ~[?:1.8.0_362] at org.apache.tinkerpop.gremlin.server.GremlinServer.lambda$stop$8(GremlinServer.java:295) ~[gremlin-server-3.4.3.jar:3.4.3] at java.lang.Thread.run(Thread.java:750) [?:1.8.0_362] Caused by: java.util.concurrent.ExecutionException: com.baidu.hugegraph.backend.BackendException: Failed to open RocksDB store at java.util.concurrent.FutureTask.report(FutureTask.java:122) ~[?:1.8.0_362] at java.util.concurrent.FutureTask.get(FutureTask.java:192) ~[?:1.8.0_362] at com.baidu.hugegraph.task.StandardTaskScheduler.call(StandardTaskScheduler.java:726) ~[hugegraph-core-0.11.2.jar:0.11.2.0] ... 8 more Caused by: com.baidu.hugegraph.backend.BackendException: Failed to open RocksDB store at com.baidu.hugegraph.backend.store.rocksdb.RocksDBStore.waitOpenFinish(RocksDBStore.java:212) ~[hugegraph-rocksdb-0.11.2.jar:?] at com.baidu.hugegraph.backend.store.rocksdb.RocksDBStore.open(RocksDBStore.java:203) ~[hugegraph-rocksdb-0.11.2.jar:?] at com.baidu.hugegraph.backend.tx.AbstractTransaction.<init>(AbstractTransaction.java:77) ~[hugegraph-core-0.11.2.jar:0.11.2.0] at com.baidu.hugegraph.backend.tx.IndexableTransaction.<init>(IndexableTransaction.java:30) ~[hugegraph-core-0.11.2.jar:0.11.2.0] at com.baidu.hugegraph.backend.tx.GraphTransaction.<init>(GraphTransaction.java:135) ~[hugegraph-core-0.11.2.jar:0.11.2.0] at com.baidu.hugegraph.task.StandardTaskScheduler$TaskTransaction.<init>(StandardTaskScheduler.java:758) ~[hugegraph-core-0.11.2.jar:0.11.2.0] at com.baidu.hugegraph.task.StandardTaskScheduler.tx(StandardTaskScheduler.java:141) ~[hugegraph-core-0.11.2.jar:0.11.2.0] at com.baidu.hugegraph.task.StandardTaskScheduler.lambda$close$3(StandardTaskScheduler.java:484) ~[hugegraph-core-0.11.2.jar:0.11.2.0] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_362] at com.baidu.hugegraph.task.TaskManager$ContextCallable.call(TaskManager.java:344) ~[hugegraph-core-0.11.2.jar:0.11.2.0] at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_362] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_362] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_362] ... 1 more Caused by: java.util.concurrent.ExecutionException: com.baidu.hugegraph.exception.ConnectionException: Failed to open RocksDB './data/s' at java.util.concurrent.FutureTask.report(FutureTask.java:122) ~[?:1.8.0_362] at java.util.concurrent.FutureTask.get(FutureTask.java:192) ~[?:1.8.0_362] at com.baidu.hugegraph.backend.store.rocksdb.RocksDBStore.waitOpenFinish(RocksDBStore.java:210) ~[hugegraph-rocksdb-0.11.2.jar:?] at com.baidu.hugegraph.backend.store.rocksdb.RocksDBStore.open(RocksDBStore.java:203) ~[hugegraph-rocksdb-0.11.2.jar:?] at com.baidu.hugegraph.backend.tx.AbstractTransaction.<init>(AbstractTransaction.java:77) ~[hugegraph-core-0.11.2.jar:0.11.2.0] at com.baidu.hugegraph.backend.tx.IndexableTransaction.<init>(IndexableTransaction.java:30) ~[hugegraph-core-0.11.2.jar:0.11.2.0] at com.baidu.hugegraph.backend.tx.GraphTransaction.<init>(GraphTransaction.java:135) ~[hugegraph-core-0.11.2.jar:0.11.2.0] at com.baidu.hugegraph.task.StandardTaskScheduler$TaskTransaction.<init>(StandardTaskScheduler.java:758) ~[hugegraph-core-0.11.2.jar:0.11.2.0] at com.baidu.hugegraph.task.StandardTaskScheduler.tx(StandardTaskScheduler.java:141) ~[hugegraph-core-0.11.2.jar:0.11.2.0] at com.baidu.hugegraph.task.StandardTaskScheduler.lambda$close$3(StandardTaskScheduler.java:484) ~[hugegraph-core-0.11.2.jar:0.11.2.0] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_362] at com.baidu.hugegraph.task.TaskManager$ContextCallable.call(TaskManager.java:344) ~[hugegraph-core-0.11.2.jar:0.11.2.0] at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_362] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_362] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_362] ... 1 more Caused by: com.baidu.hugegraph.exception.ConnectionException: Failed to open RocksDB './data/s' at com.baidu.hugegraph.backend.store.rocksdb.RocksDBStore.open(RocksDBStore.java:309) ~[hugegraph-rocksdb-0.11.2.jar:?] at com.baidu.hugegraph.backend.store.rocksdb.RocksDBStore.open(RocksDBStore.java:252) ~[hugegraph-rocksdb-0.11.2.jar:?] at com.baidu.hugegraph.backend.store.rocksdb.RocksDBStore.lambda$open$1(RocksDBStore.java:182) ~[hugegraph-rocksdb-0.11.2.jar:?] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_362] at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_362] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_362] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_362] ... 1 more Caused by: org.rocksdb.RocksDBException: While lock file: ./data/s/LOCK: No locks available at org.rocksdb.RocksDB.open(Native Method) ~[rocksdbjni-6.10.2.jar:?] at org.rocksdb.RocksDB.open(RocksDB.java:294) ~[rocksdbjni-6.10.2.jar:?] at com.baidu.hugegraph.backend.store.rocksdb.RocksDBStdSessions.<init>(RocksDBStdSessions.java:145) ~[hugegraph-rocksdb-0.11.2.jar:?] at com.baidu.hugegraph.backend.store.rocksdb.RocksDBStore.openSessionPool(RocksDBStore.java:332) ~[hugegraph-rocksdb-0.11.2.jar:?] at com.baidu.hugegraph.backend.store.rocksdb.RocksDBStore.open(RocksDBStore.java:261) ~[hugegraph-rocksdb-0.11.2.jar:?] at com.baidu.hugegraph.backend.store.rocksdb.RocksDBStore.open(RocksDBStore.java:252) ~[hugegraph-rocksdb-0.11.2.jar:?] at com.baidu.hugegraph.backend.store.rocksdb.RocksDBStore.lambda$open$1(RocksDBStore.java:182) ~[hugegraph-rocksdb-0.11.2.jar:?] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_362] at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_362] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_362] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_362] ... 1 more 2024-05-14 08:37:30 21356 [gremlin-server-stop] [INFO ] org.apache.tinkerpop.gremlin.server.GremlinServer [] - Closed Graph instance [hugegraph] 2024-05-14 08:37:30 21359 [gremlin-server-stop] [INFO ] org.apache.tinkerpop.gremlin.server.GremlinServer [] - Gremlin Server - shutdown complete Exception in thread "main" com.baidu.hugegraph.HugeException: Failed to open schema transaction at com.baidu.hugegraph.StandardHugeGraph.openSchemaTransaction(StandardHugeGraph.java:351) at com.baidu.hugegraph.StandardHugeGraph.access$2600(StandardHugeGraph.java:99) at com.baidu.hugegraph.StandardHugeGraph$TinkerPopTransaction.getOrNewTransaction(StandardHugeGraph.java:1224) at com.baidu.hugegraph.StandardHugeGraph$TinkerPopTransaction.schemaTransaction(StandardHugeGraph.java:1203) at com.baidu.hugegraph.StandardHugeGraph$TinkerPopTransaction.access$100(StandardHugeGraph.java:1073) at com.baidu.hugegraph.StandardHugeGraph.schemaTransaction(StandardHugeGraph.java:403) at com.baidu.hugegraph.StandardHugeGraph.waitStarted(StandardHugeGraph.java:271) at com.baidu.hugegraph.core.GraphManager.lambda$waitGraphsStarted$0(GraphManager.java:98) at java.util.concurrent.ConcurrentHashMap$KeySetView.forEach(ConcurrentHashMap.java:4647) at com.baidu.hugegraph.core.GraphManager.waitGraphsStarted(GraphManager.java:96) at com.baidu.hugegraph.core.GraphManager.<init>(GraphManager.java:76) at com.baidu.hugegraph.server.ApplicationConfig$GraphManagerFactory$1.onEvent(ApplicationConfig.java:108) at org.glassfish.jersey.server.internal.monitoring.CompositeApplicationEventListener.onEvent(CompositeApplicationEventListener.java:74) at org.glassfish.jersey.server.internal.monitoring.MonitoringContainerListener.onStartup(MonitoringContainerListener.java:81) at org.glassfish.jersey.server.ApplicationHandler.onStartup(ApplicationHandler.java:1180) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.start(GrizzlyHttpContainer.java:357) at org.glassfish.grizzly.http.server.HttpHandlerChain.start(HttpHandlerChain.java:398) at org.glassfish.grizzly.http.server.HttpServer.setupHttpHandler(HttpServer.java:293) at org.glassfish.grizzly.http.server.HttpServer.start(HttpServer.java:269) at com.baidu.hugegraph.server.RestServer.start(RestServer.java:64) at com.baidu.hugegraph.server.RestServer.start(RestServer.java:133) at com.baidu.hugegraph.dist.HugeRestServer.start(HugeRestServer.java:58) at com.baidu.hugegraph.dist.HugeGraphServer.<init>(HugeGraphServer.java:55) at com.baidu.hugegraph.dist.HugeGraphServer.main(HugeGraphServer.java:100) 2024-05-14 08:43:38 389088 [Thread-1] [INFO ] com.baidu.hugegraph.HugeGraph [] - HugeGraph is shutting down` ### Vertex/Edge example (问题点 / 边数据举例) _No response_ ### Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构) _No response_ -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org