koonchen opened a new pull request, #3023:
URL: https://github.com/apache/incubator-eventmesh/pull/3023
Fixes #2935
### Motivation
*Explain the content here.*
*Explain why you want to make the changes and what problem you're trying to
solve.*
I failed to start in standalone mode with macos 11 and i found a similar
issue #2935 that still unresolved.
So i try it myself.
```shell
2023-02-02 11:09:36,157 ERROR [main]
EventMeshStartup(EventMeshStartup.java:56) - EventMesh start fail.
java.lang.RuntimeException: file is not exists
at
org.apache.eventmesh.common.config.ConfigService.getConfig(ConfigService.java:139)
~[eventmesh-common-1.8.0-release.jar:1.8.0-release]
at
org.apache.eventmesh.common.config.ConfigService.populateConfig(ConfigService.java:168)
~[eventmesh-common-1.8.0-release.jar:1.8.0-release]
at
org.apache.eventmesh.common.config.ConfigService.populateConfigForObject(ConfigService.java:113)
~[eventmesh-common-1.8.0-release.jar:1.8.0-release]
at
org.apache.eventmesh.spi.EventMeshExtensionFactory.lambda$getSingletonExtension$0(EventMeshExtensionFactory.java:91)
~[eventmesh-spi-1.8.0-release.jar:1.8.0-release]
at
java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1660)
~[?:1.8.0_312]
at
org.apache.eventmesh.spi.EventMeshExtensionFactory.getSingletonExtension(EventMeshExtensionFactory.java:84)
~[eventmesh-spi-1.8.0-release.jar:1.8.0-release]
at
org.apache.eventmesh.spi.EventMeshExtensionFactory.getExtension(EventMeshExtensionFactory.java:77)
~[eventmesh-spi-1.8.0-release.jar:1.8.0-release]
at
org.apache.eventmesh.metrics.api.MetricsPluginFactory.getMetricsRegistry(MetricsPluginFactory.java:38)
~[eventmesh-metrics-api-1.8.0-release.jar:1.8.0-release]
at
org.apache.eventmesh.runtime.boot.EventMeshTCPServer.lambda$null$1(EventMeshTCPServer.java:223)
~[eventmesh-runtime-1.8.0-release.jar:1.8.0-release]
at java.util.ArrayList.forEach(ArrayList.java:1259) ~[?:1.8.0_312]
at
org.apache.eventmesh.runtime.boot.EventMeshTCPServer.lambda$init$2(EventMeshTCPServer.java:222)
~[eventmesh-runtime-1.8.0-release.jar:1.8.0-release]
at java.util.Optional.ifPresent(Optional.java:159) ~[?:1.8.0_312]
at
org.apache.eventmesh.runtime.boot.EventMeshTCPServer.init(EventMeshTCPServer.java:221)
~[eventmesh-runtime-1.8.0-release.jar:1.8.0-release]
at
org.apache.eventmesh.runtime.boot.EventMeshTcpBootstrap.init(EventMeshTcpBootstrap.java:50)
~[eventmesh-runtime-1.8.0-release.jar:1.8.0-release]
at
org.apache.eventmesh.runtime.boot.EventMeshServer.init(EventMeshServer.java:108)
~[eventmesh-runtime-1.8.0-release.jar:1.8.0-release]
at
org.apache.eventmesh.runtime.boot.EventMeshServer.<init>(EventMeshServer.java:83)
~[eventmesh-runtime-1.8.0-release.jar:1.8.0-release]
at
org.apache.eventmesh.runtime.boot.EventMeshStartup.main(EventMeshStartup.java:38)
[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
65 actionable tasks: 3 executed, 62 up-to-date
```
### Modifications
*Describe the modifications you've done.*
### Documentation
- Does this pull request introduce a new feature? (no)
- If yes, how is the feature documented? (not applicable / docs / JavaDocs /
not documented)
- If a feature is not applicable for documentation, explain why?
- If a feature is not documented yet in this PR, please create a followup
issue for adding the documentation
--
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]