horoc opened a new issue #652: URL: https://github.com/apache/incubator-eventmesh/issues/652
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/eventmesh/issues?q=is%3Aissue) and found no similar issues. ### Question I tried to start runtime by following the quickstart doc. In root directory: ` gradle clean dist ` Dist result: <img width="367" alt="截屏2021-12-15 上午2 29 20" src="https://user-images.githubusercontent.com/63457588/146058464-aa0f1b88-01cc-43d7-9f36-b8b9fbe99423.png"> At the bin directory: ` sh start.sh ` then the error occurs <img width="1099" alt="截屏2021-12-15 上午2 30 05" src="https://user-images.githubusercontent.com/63457588/146058867-386feb7b-e41b-4c4c-95ed-284615ca4ea4.png"> I found the default plugin path is ` org.apache.eventmesh.spi.loader.JarExtensionClassLoader#EVENTMESH_EXTENSION_PLUGIN_DIR ` <img width="734" alt="截屏2021-12-15 上午2 30 28" src="https://user-images.githubusercontent.com/63457588/146059279-9f3f7bc1-136e-489d-a984-1dfe91a40c8b.png"> It's seems like the default plugin path is mismatch from the structure of dist result. -- 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]
