Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
04-18-2017 01:57 PM
Our application is Play 2.5.8 which use activator to run/compile. I installed the controller in my localhost and can view the controller dashboard. I downloaded the agent AppServerAgent-4.3.0.2, extracted and added the javaagent javaoptoin in my application build.sbt
javaOptions in run += "-javaagent:/Appdynamics/AppServerAgent-4.3.0.2/javaagent.jar"
When i start the application, no logs are generated in the agent and also agent is not displaying in dashboard
Then tried to add the running JVM
java -Xbootclasspath/a:"C:/Program Files/Java/jdk1.8.0_112/lib/tools.jar" -jar /Appdynamics/AppServerAgent-4.3.0.2/javaagent.jar 28900
I'm getting below error
Attaching to VM [26536]
java.util.ServiceConfigurationError: com.sun.tools.attach.spi.AttachProvider: Provider sun.tools.attach.WindowsAttachProvider could not be instantiated
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.singularity.ee.agent.appagent.AgentEntryPoint.main(AgentEntryPoint.java:753)
Caused by: com.sun.tools.attach.AttachNotSupportedException: no providers installed
at com.sun.tools.attach.VirtualMachine.attach(VirtualMachine.java:203)
... 5 more
Exception in thread "main" java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
at com.singularity.ee.agent.appagent.AgentEntryPoint.main(AgentEntryPoint.java:767)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.singularity.ee.agent.appagent.AgentEntryPoint.main(AgentEntryPoint.java:753)
Caused by: com.sun.tools.attach.AttachNotSupportedException: no providers installed
at com.sun.tools.attach.VirtualMachine.attach(VirtualMachine.java:203)
... 5 more
Please help me to configure this
04-20-2017 09:18 PM
06-26-2017 04:24 AM - edited 06-26-2017 04:24 AM
Hi Vinod,
i am getting same problem while attaching agent to running JVM.
Could you please help if you resolved issue earlier.
C:\Windows\system32> java -Xbootclasspath/a:"C:\Program Files\Java\jdk1.8.0_131\lib\tools.jar" -jar "C:\appagent\ver4.2.0.0\javaagent.jar" 2872
Attaching to VM [2872]
java.util.ServiceConfigurationError: com.sun.tools.attach.spi.AttachProvider: Provider sun.tools.attach.WindowsAttachProvider could not be instantiated
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.singularity.ee.agent.appagent.AgentEntryPoint.main(AgentEntryPoint.java:658)
Caused by: com.sun.tools.attach.AttachNotSupportedException: no providers installed
at com.sun.tools.attach.VirtualMachine.attach(VirtualMachine.java:203)
... 5 more
07-31-2017 12:09 PM
Any response to this?
07-31-2017 12:26 PM
Hi,
I came to know to about an issue, i ran the command differnet server thats why exception generated
08-21-2018 12:19 AM - last edited on 11-05-2019 09:02 AM by Ryan.Paredez
What is the means of different server i am also getting same please help me
06-21-2019 04:11 AM
have Also observed same error. please help to resolve this and connect the java agent to AppDynamics.
06-23-2019 11:06 PM
Any update on this ( connect of java agent to AppDynamics), am stuck due to this & unable to use AppDynamics for java resources.
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form