Hi,
We updated our application to Weblogic server 12.2.1.3 from 12.1.2 and after that Appdyanmics Java agent won't start.
Nothing is written in the log files and javaagent is set i weblogic startup agreement correclty "-javaagent:<path>/javaagent.jar".
We have updated javaagent to 4.5.19.29348 but still the same issue.
Anybody that have been out for the same issue and how did you solve it?
Machineagent is working fine so connection to controller is also working.
Hi @Ankur.Sharma,
Thanks for checking out the Community. Given how old this post is, it may not get a reply. If the community does not jump in soon, you can reach out to AppDynamics Support: How do I open a case with AppDynamics Support?
Is there any solution to this? We are encountering the similar issue.
Everything looks fine, we used latest agent now but not reporting / not generating the logs as well.
That is odd.
Can you post your JVM command line from ps -ef?
Do you see any output from the agent written into the console window of the JVM as it starts?
No I have no output from the Agent when JVM starts.
I'm running windows but this is my JVM command line:
E:\home\mw_home\java\bin\java
-server
-Xms256m
-Xmx512m
-XX:CompileThreshold=8000
-cp E:\home\mw_home\mws\wlserver\server\lib\weblogic-launcher.jar
-Dlaunch.use.env.classpath=true
-Dweblogic.Name=ManagedServer6
-Djava.security.policy=E:\home\mw_home\mws\wlserver\server\lib\weblogic.policy
-Dweblogic.system.BootIdentityFile=E:\home\wls_domain\PRODINT\servers\ManagedServer6\data\nodemanager\boot.properties
-Dweblogic.nodemanager.ServiceEnabled=true
-Dweblogic.nmservice.RotationEnabled=true
-Xms2048m
-Xmx6096m
-XX:+DisableExplicitGC
-Dfndext.home=E:/home
-Dfndext.instance=PRODINT
-Dfndext.loggingConfig=j2ee-logging.properties
-Djava.util.logging.manager=java.util.logging.LogManager
-Dcom.sun.jersey.server.impl.cdi.lookupExtensionInBeanManager=true
-XX:+UnlockCommercialFeatures
-XX:+FlightRecorder
-XX:+HeapDumpOnOutOfMemoryError
-XX:HeapDumpPath=E:/home/instance/PRODINT/temp
-javaagent:C:/AppDynamics/javaagent.jar
-Dcom.sun.management.jmxremote
-Dcom.sun.management.jmxremote.port=58102
-Dcom.sun.management.jmxremote.local.only=false
-Dcom.sun.management.jmxremote.authenticate=true
-Dcom.sun.management.jmxremote.login.config=JMXRealm
-Djava.security.auth.login.config=E:/home/instance/PRODINT/conf/login.config
-Dcom.sun.management.jmxremote.ssl=false
-Djavax.management.builder.initial=weblogic.management.jmx.mbeanserver.WLSMBeanServerBuilder
-Djava.system.class.loader=com.oracle.classloader.weblogic.LaunchClassLoader
-javaagent:E:\home\mw_home\mws\wlserver\server\lib\debugpatch-agent.jar -da
-Dwls.home=E:\home\mw_home\mws\wlserver\server
-Dweblogic.home=E:\home\mw_home\mws\wlserver\server
-Dweblogic.management.server=http://prod211:58090 weblogic.Server