koonchen opened a new issue, #3053:
URL: https://github.com/apache/incubator-eventmesh/issues/3053

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/eventmesh/issues?q=is%3Aissue) and found no 
similar issues.
   
   
   ### Environment
   
   Mac
   
   ### EventMesh version
   
   master
   
   ### What happened
   
   I failed to start in standalone mode
   
   ### How to reproduce
   
   1. add env properties
   ```
   -Dlog4j.configurationFile=eventmesh-runtime/conf/log4j2.xml
   -Deventmesh.log.home=eventmesh-runtime/logs
   -Deventmesh.home=eventmesh-runtime
   -DconfPath=eventmesh-runtime/conf
   ```
   
   2. run starter
   
   ### Debug logs
   
   ```
   java.lang.RuntimeException: configuration file does not exist
        at 
org.apache.eventmesh.common.config.ConfigService.getConfig(ConfigService.java:142)
 ~[eventmesh-common-1.8.0-release.jar:1.8.0-release]
        at 
org.apache.eventmesh.common.config.ConfigService.setRootConfig(ConfigService.java:69)
 ~[eventmesh-common-1.8.0-release.jar:1.8.0-release]
        at 
org.apache.eventmesh.runtime.boot.EventMeshStartup.main(EventMeshStartup.java:36)
 [eventmesh-runtime-1.8.0-release.jar:1.8.0-release]
        at org.apache.eventmesh.starter.StartUp.main(StartUp.java:24) [main/:?]
   > Task :eventmesh-starter:StartUp.main() FAILED
   ```
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to