Alonexc opened a new issue, #4350:
URL: https://github.com/apache/eventmesh/issues/4350

   ### 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
   
   <img width="879" alt="image" 
src="https://github.com/apache/eventmesh/assets/91315508/319f3823-32a7-41ec-8b15-aaac76c2c854";>
   <img width="880" alt="image" 
src="https://github.com/apache/eventmesh/assets/91315508/c0f3a55c-65ee-4453-9bd7-cd3ff17f3494";>
   ```
   2023-08-11 10:44:43,480 ERROR [main] 
EventMeshStartup(EventMeshStartup.java:57) - EventMesh start fail.
   java.lang.NullPointerException: null
        at java.util.Hashtable.put(Hashtable.java:460) ~[?:1.8.0_311]
        at 
org.apache.eventmesh.storage.rocketmq.producer.RocketMQProducerImpl.init(RocketMQProducerImpl.java:55)
 ~[eventmesh-storage-rocketmq-1.9.0-release.jar:1.9.0-release]
        at 
org.apache.eventmesh.webhook.receive.WebHookMQProducer.<init>(WebHookMQProducer.java:38)
 ~[eventmesh-webhook-receive-1.9.0-release.jar:1.9.0-release]
        at 
org.apache.eventmesh.webhook.receive.WebHookController.init(WebHookController.java:71)
 ~[eventmesh-webhook-receive-1.9.0-release.jar:1.9.0-release]
        at 
org.apache.eventmesh.runtime.boot.EventMeshHTTPServer.initWebhook(EventMeshHTTPServer.java:389)
 ~[eventmesh-runtime-1.9.0-release.jar:1.9.0-release]
        at 
org.apache.eventmesh.runtime.boot.EventMeshHTTPServer.init(EventMeshHTTPServer.java:242)
 ~[eventmesh-runtime-1.9.0-release.jar:1.9.0-release]
        at 
org.apache.eventmesh.runtime.boot.EventMeshHTTPServer.start(EventMeshHTTPServer.java:250)
 ~[eventmesh-runtime-1.9.0-release.jar:1.9.0-release]
        at 
org.apache.eventmesh.runtime.boot.EventMeshHttpBootstrap.start(EventMeshHttpBootstrap.java:53)
 ~[eventmesh-runtime-1.9.0-release.jar:1.9.0-release]
        at 
org.apache.eventmesh.runtime.boot.EventMeshServer.start(EventMeshServer.java:165)
 ~[eventmesh-runtime-1.9.0-release.jar:1.9.0-release]
        at 
org.apache.eventmesh.runtime.boot.EventMeshStartup.main(EventMeshStartup.java:40)
 [eventmesh-runtime-1.9.0-release.jar:1.9.0-release]
        at org.apache.eventmesh.starter.StartUp.main(StartUp.java:25) [main/:?]
   2023-08-11 10:44:43,538 pool-1-thread-1 DEBUG Stopping 
LoggerContext[name=18b4aac2, 
org.apache.logging.log4j.core.LoggerContext@b6b1987]
   ```
   
   As you can see when starting the server, there is no corresponding key- 
value in the configuration file of the runtime module.
   
   ### How to reproduce
   
   Start eventmesh under the mq plugin.
   
   ### Debug logs
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [ ] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct) *


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