You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eventmesh.apache.org by GitBox <gi...@apache.org> on 2021/12/14 18:45:31 UTC

[GitHub] [incubator-eventmesh] horoc opened a new issue #652: [Question] Quick start doc dose not work.

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: dev-unsubscribe@eventmesh.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org


[GitHub] [incubator-eventmesh] ruanwenjun commented on issue #652: [Question] Quick start doc dose not work.

Posted by GitBox <gi...@apache.org>.
ruanwenjun commented on issue #652:
URL: https://github.com/apache/incubator-eventmesh/issues/652#issuecomment-995394510


   @horoc Thanks for your feedback. If you try to start from source code, you can use -`DeventMeshPluginDir=your_plugin_path` to set the plugin directory. We will optimize this later. 


-- 
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: dev-unsubscribe@eventmesh.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org


[GitHub] [incubator-eventmesh] qqeasonchen commented on issue #652: [Question] Quick start doc dose not work.

Posted by GitBox <gi...@apache.org>.
qqeasonchen commented on issue #652:
URL: https://github.com/apache/incubator-eventmesh/issues/652#issuecomment-994242198


   @ruanwenjun can you take a look?


-- 
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: dev-unsubscribe@eventmesh.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org


[GitHub] [incubator-eventmesh] horoc commented on issue #652: [Question] Quick start doc dose not work.

Posted by GitBox <gi...@apache.org>.
horoc commented on issue #652:
URL: https://github.com/apache/incubator-eventmesh/issues/652#issuecomment-994987189


   > you should excute `gradle clean jar dist` first and then execute `gradle installPlugin` please. @horoc
   
   I have tried, but It's not work for me, the errors in log file is the same.  
   
   I tired to change the default plugin path in code, and It's seems works. 😂


-- 
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: dev-unsubscribe@eventmesh.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org


[GitHub] [incubator-eventmesh] horoc closed issue #652: [Question] Quick start doc dose not work.

Posted by GitBox <gi...@apache.org>.
horoc closed issue #652:
URL: https://github.com/apache/incubator-eventmesh/issues/652


   


-- 
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: dev-unsubscribe@eventmesh.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org


[GitHub] [incubator-eventmesh] horoc commented on issue #652: [Question] Quick start doc dose not work.

Posted by GitBox <gi...@apache.org>.
horoc commented on issue #652:
URL: https://github.com/apache/incubator-eventmesh/issues/652#issuecomment-996050197


   > @horoc Thanks for your feedback. If you try to start from source code, you can use -`DeventMeshPluginDir=your_plugin_path` to set the plugin directory. We will optimize this later.
   
   
   
   > ![image](https://user-images.githubusercontent.com/13237619/146320556-3bcf9a1d-4516-4dd0-b8a5-e20f5b3eb35a.png) please confirm that you have configured the ` default plugin path -DeventMeshPluginDir=dist/plugin` in your jvm options. @horoc
   
   Thanks for your help ~


-- 
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: dev-unsubscribe@eventmesh.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org


[GitHub] [incubator-eventmesh] github-actions[bot] commented on issue #652: [Question] Quick start doc dose not work.

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #652:
URL: https://github.com/apache/incubator-eventmesh/issues/652#issuecomment-993874861


   Welcome to the Apache EventMesh (incubating) community!!
   We are glad that you are contributing by opening this issue. :D
   
   Please make sure to include all the relevant context.
   We will be here shortly.
   
   If you are interested in contributing to our project, please let us know!
   You can check out our contributing guide on [contributing to EventMesh](https://github.com/apache/incubator-eventmesh/blob/develop/CONTRIBUTING.md).
   
   Want to get closer to the community?
   
   WeChat Group:
   ![wechat_qr](https://github.com/apache/incubator-eventmesh/blob/develop/docs/images/mesh-helper.png?raw=true)
   
   Mailing Lists:
   | Name | Description |Subscribe	|Unsubscribe|Archive
   | ----    | ----    |----    | ----    | ----    |
   |Users	|User support and questions mailing list|	[Subscribe](mailto:users-subscribe@eventmesh.incubator.apache.org)	|[Unsubscribe](mailto:users-unsubscribe@eventmesh.incubator.apache.org)	|[Mail Archives](https://lists.apache.org/list.html?users@eventmesh.apache.org)|
   |Development	|Development related discussions|	[Subscribe](mailto:dev-subscribe@eventmesh.incubator.apache.org)	|[Unsubscribe](mailto:dev-unsubscribe@eventmesh.incubator.apache.org)	|[Mail Archives](https://lists.apache.org/list.html?dev@eventmesh.apache.org)|
   |Commits	|All commits to repositories|	[Subscribe](mailto:commits-subscribe@eventmesh.incubator.apache.org)	|[Unsubscribe](mailto:commits-unsubscribe@eventmesh.incubator.apache.org)	|[Mail Archives](https://lists.apache.org/list.html?commits@eventmesh.apache.org)|


-- 
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: dev-unsubscribe@eventmesh.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org


[GitHub] [incubator-eventmesh] xwm1992 edited a comment on issue #652: [Question] Quick start doc dose not work.

Posted by GitBox <gi...@apache.org>.
xwm1992 edited a comment on issue #652:
URL: https://github.com/apache/incubator-eventmesh/issues/652#issuecomment-995486216


   ![image](https://user-images.githubusercontent.com/13237619/146320556-3bcf9a1d-4516-4dd0-b8a5-e20f5b3eb35a.png)
   please confirm that you have configured the ` default plugin path -DeventmeshPluginDir=dist/plugin` in your jvm options. @horoc 


-- 
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: dev-unsubscribe@eventmesh.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org


[GitHub] [incubator-eventmesh] xwm1992 edited a comment on issue #652: [Question] Quick start doc dose not work.

Posted by GitBox <gi...@apache.org>.
xwm1992 edited a comment on issue #652:
URL: https://github.com/apache/incubator-eventmesh/issues/652#issuecomment-995486216


   ![image](https://user-images.githubusercontent.com/13237619/146320556-3bcf9a1d-4516-4dd0-b8a5-e20f5b3eb35a.png)
   please confirm that you have configured the ` default plugin path -DeventMeshPluginDir=dist/plugin` in your jvm options. @horoc 


-- 
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: dev-unsubscribe@eventmesh.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org


[GitHub] [incubator-eventmesh] xwm1992 commented on issue #652: [Question] Quick start doc dose not work.

Posted by GitBox <gi...@apache.org>.
xwm1992 commented on issue #652:
URL: https://github.com/apache/incubator-eventmesh/issues/652#issuecomment-994257851


   you should excute `gradle clean jar dist` first and then execute `gradle installPlugin` please. @horoc 
   


-- 
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: dev-unsubscribe@eventmesh.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org


[GitHub] [incubator-eventmesh] xwm1992 commented on issue #652: [Question] Quick start doc dose not work.

Posted by GitBox <gi...@apache.org>.
xwm1992 commented on issue #652:
URL: https://github.com/apache/incubator-eventmesh/issues/652#issuecomment-995486216


   ![image](https://user-images.githubusercontent.com/13237619/146320556-3bcf9a1d-4516-4dd0-b8a5-e20f5b3eb35a.png)
   please confirm that you have configured the ` default plugin path dist/plugin` in your jvm options. @horoc 


-- 
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: dev-unsubscribe@eventmesh.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org