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: [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]

Reply via email to