-
Notifications
You must be signed in to change notification settings - Fork 641
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
When I start the service according to the doc

There will throw an exception
java.lang.IllegalStateException: eventMesh.server.env error
at com.google.common.base.Preconditions.checkState(Preconditions.java:508)
at org.apache.eventmesh.common.config.CommonConfiguration.init(CommonConfiguration.java:68)
at org.apache.eventmesh.runtime.configuration.EventMeshHTTPConfiguration.init(EventMeshHTTPConfiguration.java:77)
at org.apache.eventmesh.runtime.boot.EventMeshStartup.main(EventMeshStartup.java:40)
at org.apache.eventmesh.starter.StartUp.main(StartUp.java:24)It seems the eventmesh.properties doesn't been load. I try to modify it to below, this can be solved.
-Dlog4j.configurationFile=eventmesh-runtime/conf/log4j2.xml
-Deventmesh.log.home=eventmesh-runtime/logs
-Deventmesh.home=eventmesh-runtime
-DconfPath=eventmesh-runtime/conf
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested