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 2022/09/19 07:00:24 UTC

[GitHub] [incubator-eventmesh] fengyongshe opened a new issue, #1316: [Bug] Pulsar Connector started failed with exception: Cannot find ProducerProducerImpl

fengyongshe opened a new issue, #1316:
URL: https://github.com/apache/incubator-eventmesh/issues/1316

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/eventmesh/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Environment
   
   Mac
   
   ### EventMesh version
   
   master
   
   ### What happened
   
   Enable pulsar connector by setting connector.plugin.type=pulsar, EnventMesh Runtime sarted failed with exeption:
   ```
   Caused by: java.lang.ClassNotFoundException: org.apache.eventmesh.connector.rocketmq.producer.PulsarProducerImpl
   at java.net.URLClassLoader.findClass(URLClassLoader.java:381) ~[?:1.8.0_161]
   at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_161]
   at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_161]
   at org.apache.eventmesh.spi.loader.JarExtensionClassLoader.lambda$loadResources$1(JarExtensionClassLoader.java:133) ~[eventmesh-spi-1.6.0-release.jar:1.6.0-release]
   ... 16 more
   ```
   It is caused by wrong spi settings in the gradle.properties and META-INF.eventmesh ,All  the plugin name is setted to rocketmq  instead of pulsar
   
   ### How to reproduce
   
   ./gradlew clean dist
   ./gradlew installPlugin
   bash dist/bin/start.sh //mv pulsar connector to plugin
   see dist/logs/eventmesh.out
   
   ### Debug logs
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!


-- 
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.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 closed issue #1316: [Bug] Pulsar Connector started failed with exception: Cannot find PulsarProducerImpl

Posted by GitBox <gi...@apache.org>.
xwm1992 closed issue #1316: [Bug] Pulsar Connector started failed with exception: Cannot find PulsarProducerImpl
URL: https://github.com/apache/incubator-eventmesh/issues/1316


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