-
Notifications
You must be signed in to change notification settings - Fork 639
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] configuration file does not exist #3053
Comments
Welcome to the Apache EventMesh (incubating) community!! Please make sure to include all the relevant context. If you are interested in contributing to our project, please let us know! Want to get closer to the community? Mailing Lists:
|
sorry, I can't reproduce your problem, I just use the latest code in master branch, please describe the detail steps thanks. |
...
> Task :eventmesh-starter:StartUp.main() FAILED
2023-02-06 17:52:11,936 main ERROR Unable to locate appender "retryAppender" for logger config "retry"
2023-02-06 17:52:12,044 ERROR [main] EventMeshStartup(EventMeshStartup.java:56) - EventMesh start fail.
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/:?]
65 actionable tasks: 38 executed, 27 up-to-date
FAILURE: Build failed with an exception.
... |
[ISSUE #3053] configuration file does not exist
Search before asking
Environment
Mac
EventMesh version
master
What happened
I failed to start in standalone mode
How to reproduce
Debug logs
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: