cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

APM Agent won't load in WebLogic 14.1

Roberto.Barnes
Builder

Hi,

We get the following exceptions while trying to load APM agent 24.3 in WebLogic 14.1:

java.lang.IllegalAccessError: class jdk.jfr.internal.SecuritySupport$$Lambda$225/0x0000000800979c40 (in module jdk.jfr) cannot access class com.singularity.ee.agent.appagent.entrypoint.bciengine.FastMethodInterceptorDelegatorBoot (in unnamed module @0x2205a05d) because module jdk.jfr does not read unnamed module @0x2205a05d

 java.lang.IllegalStateException: Unable to perform operation: create on weblogic.diagnostics.instrumentation.InstrumentationManager

 

The WebLogic managed server won't start after throwing these exceptions.

Any insights on what might be causing these errors?

Thanks,

Roberto

 

2 REPLIES 2

Ryan.Paredez
Community Manager

Hi @Roberto.Barnes,

I did some digging around and found someone who discovered a workaround.

The workaround that has solved this temporarily by adding the following java option:
--add-reads jdk.jfr=ALL-UNNAMED

If the community does not jump in and provide any insight, you can also contact Cisco AppDyanmics Support
How do I submit a Support ticket? An FAQ 


Thanks,

Ryan, Cisco AppDynamics Community Manager




Found something helpful? Click the Accept as Solution button to help others find answers faster.

Liked something? Click the Thumbs Up button.



Check out Observabiity in Action

new deep dive videos weekly in the Knowledge Base.

Roberto.Barnes
Builder

Hi @Ryan.Paredez:

Support provided the same solution and it works.

Thanks,

Roberto