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

Null Pointer Exception in Jolokia Agent Cleanup Thread #320

Closed
tlasica opened this issue Apr 18, 2017 · 2 comments · Fixed by #528
Closed

Null Pointer Exception in Jolokia Agent Cleanup Thread #320

tlasica opened this issue Apr 18, 2017 · 2 comments · Fixed by #528

Comments

@tlasica
Copy link

tlasica commented Apr 18, 2017

With jolokia 1.3.5 loaded into Apache Cassandra jvm as an agent I hit once:

ERROR [Jolokia Agent Cleanup Thread] 2017-04-15 12:47:51,639  CassandraDaemon.java:207 - Exception in thread Thread[Jolokia Agent Cleanup Thread,5,main]
java.lang.NullPointerException: null
	at org.jolokia.jvmagent.CleanupThread.joinThreads(CleanupThread.java:101) ~[jolokia-jvm-agent.jar:na]
	at org.jolokia.jvmagent.CleanupThread.run(CleanupThread.java:60) ~[jolokia-jvm-agent.jar:na]

This is not repeatable, happened only once so far.

apupier added a commit to apupier/jolokia that referenced this issue Nov 2, 2022
fixes jolokia#320

Signed-off-by: Aurélien Pupier <apupier@redhat.com>
@rhuss rhuss closed this as completed in f47f896 Dec 7, 2022
@tlasica
Copy link
Author

tlasica commented Dec 8, 2022

Thanks @apupier

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants