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

Weblogic server 12.2.1.3 Java Agent not starting

Erik.Berglind
Creator

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. 

2 REPLIES 2

Peter.Holditch
Moderator
Moderator

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?



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

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