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] java.lang.NullPointerException: Cannot invoke "org.openjdk.jmc.common.security.ISecurityManager.get(String)" because the return value of "org.openjdk.jmc.common.security.SecurityManagerFactory.getSecurityManager()" is null #528

Open
andrewazores opened this issue Mar 27, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@andrewazores
Copy link
Member

java.lang.NullPointerException: Cannot invoke "org.openjdk.jmc.common.security.ISecurityManager.get(String)" because the return value of "org.openjdk.jmc.common.security.SecurityManagerFactory.getSecurityManager()" is null
	at org.openjdk.jmc.common.security.SecurelyStoredByteArray.get(SecurelyStoredByteArray.java:48)
	at org.openjdk.jmc.rjmx.common.preferences.JMXRMIPreferences.getProperties(JMXRMIPreferences.java:72)
	at org.openjdk.jmc.rjmx.common.internal.JMXRMISystemPropertiesProvider.clearJMXRMISystemProperties(JMXRMISystemPropertiesProvider.java:61)
	at org.openjdk.jmc.rjmx.common.internal.RJMXConnection.connectJmxConnector(RJMXConnection.java:597)
	at org.openjdk.jmc.rjmx.common.internal.RJMXConnection.establishConnection(RJMXConnection.java:572)
	at org.openjdk.jmc.rjmx.common.internal.RJMXConnection.connect(RJMXConnection.java:357)
	at io.cryostat.core.net.JFRJMXConnection.attemptConnect(JFRJMXConnection.java:407)
	at io.cryostat.core.net.JFRJMXConnection.connect(JFRJMXConnection.java:362)
	at io.cryostat.core.net.JmxFlightRecorderService.tryConnect(JmxFlightRecorderService.java:61)
	at io.cryostat.core.net.JmxFlightRecorderService.getSnapshotRecording(JmxFlightRecorderService.java:84)
	at io.cryostat.recordings.RecordingHelper.lambda$createSnapshot$11(RecordingHelper.java:464)
	at io.cryostat.targets.TargetConnectionManager.lambda$executeConnectedTaskUni$1(TargetConnectionManager.java:201)
	at io.smallrye.mutiny.unchecked.UncheckedFunction.lambda$toFunction$0(UncheckedFunction.java:45)
	at io.smallrye.context.impl.wrappers.SlowContextualFunction.apply(SlowContextualFunction.java:21)
	at io.smallrye.mutiny.operators.uni.UniOnItemTransform$UniOnItemTransformProcessor.onItem(UniOnItemTransform.java:36)
	at io.smallrye.mutiny.operators.uni.builders.UniCreateFromCompletionStage$CompletionStageUniSubscription.forwardResult(UniCreateFromCompletionStage.java:63)
	at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863)
	at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841)
	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
	at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1773)
	at io.quarkus.vertx.core.runtime.VertxCoreRecorder$14.runWith(VertxCoreRecorder.java:635)
	at org.jboss.threads.EnhancedQueueExecutor$Task.doRunWith(EnhancedQueueExecutor.java:2516)
	at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2495)
	at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1495)
	at org.jboss.threads.DelegatingRunnable.run(DelegatingRunnable.java:11)
	at org.jboss.threads.ThreadLocalResettingRunnable.run(ThreadLocalResettingRunnable.java:11)
	at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at java.base/java.lang.Thread.run(Thread.java:1583)
@andrewazores andrewazores added the bug Something isn't working label Mar 27, 2025
@andrewazores
Copy link
Member Author

I think this is supposed to be avoided here:

and it doesn't look like modern versions of Cryostat are calling this method anymore, so this may actually just be a Cryostat bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

1 participant