Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Startup failed due to NullPointerException. #4245

Closed
1 of 2 tasks
Alonexc opened this issue Jul 18, 2023 · 0 comments · Fixed by #4258
Closed
1 of 2 tasks

[Bug] Startup failed due to NullPointerException. #4245

Alonexc opened this issue Jul 18, 2023 · 0 comments · Fixed by #4258
Labels
bug Something isn't working

Comments

@Alonexc
Copy link
Contributor

Alonexc commented Jul 18, 2023

Search before asking

  • I had searched in the issues and found no similar issues.

Environment

Windows

EventMesh version

master

What happened

eventmesh failed to start.

How to reproduce

start eventmesh.

java.lang.NullPointerException: null
	at org.apache.eventmesh.runtime.core.protocol.http.processor.HandlerService.register(HandlerService.java:107) ~[eventmesh-runtime-1.9.0-release.jar:1.9.0-release]
	at org.apache.eventmesh.runtime.core.protocol.http.processor.HandlerService.register(HandlerService.java:91) ~[eventmesh-runtime-1.9.0-release.jar:1.9.0-release]
	at org.apache.eventmesh.runtime.boot.EventMeshHTTPServer.registerHTTPRequestProcessor(EventMeshHTTPServer.java:370) ~[eventmesh-runtime-1.9.0-release.jar:1.9.0-release]
	at org.apache.eventmesh.runtime.boot.EventMeshHTTPServer.init(EventMeshHTTPServer.java:241) ~[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/:?]

Debug logs

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!
@Alonexc Alonexc added the bug Something isn't working label Jul 18, 2023
xwm1992 pushed a commit that referenced this issue Jul 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
1 participant