javeme commented on PR #2072:
URL:
https://github.com/apache/incubator-hugegraph/pull/2072#issuecomment-1373733342
shutdown exception
```java
2023-01-06 22:47:21 [main] [ERROR] o.a.h.HugeFactory - Error while shutdown
java.lang.IllegalStateException: EventHub has not been initialized
at
com.google.common.base.Preconditions.checkState(Preconditions.java:531)
~[guava-25.1-jre.jar:?]
at org.apache.hugegraph.util.E.checkState(E.java:68)
~[hugegraph-common-1.0.0.jar:1.0.0]
at org.apache.hugegraph.event.EventHub.destroy(EventHub.java:79)
~[hugegraph-common-1.0.0.jar:1.0.0]
at org.apache.hugegraph.HugeFactory.shutdown(HugeFactory.java:158)
~[classes/:?]
at
org.apache.hugegraph.dist.HugeGraphServer.main(HugeGraphServer.java:124)
~[classes/:?]
```
--
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]