koonchen commented on PR #3023:
URL: 
https://github.com/apache/incubator-eventmesh/pull/3023#issuecomment-1418594678

   @xwm1992 Yes, you are right, I didn't express my meaning clearly, this PR 
#2966 didn't solve my problem, I still get an error when I use the latest 
master.
   
   ```
   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
   ```
   
   I mean just modifying this line of code is not enough `InputStream 
configurationInputStream = getClass().getResourceAsStream(filePath);`


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