multiple processes getting created for weblogic instance
Hello,
I am seeing an strange issue in our production environment wherein multiple process for same instance of managed server are getting created.
The second process is transient. It comes and goes and thus causing memory exhaustion and slow ness
Here is the output of ps -aef | grep java
noaccess 691 1 0 Aug 21 ? 121:12 /usr/java/bin/java -server -Xmx128m -XX:+UseParallelGC -XX:ParallelGCThreads=4
anp 12192 26161 0 Oct 02 ? 7790:16 /opt/fsm/bea/jdk150_12/bin/java -Dweblogic.Name=ANP-lenxksfsmanp01m-8011 -Dbea. ---> This is managed server
anp 4155 1 0 Sep 05 ? 461:53 /opt/fsm/bea/jdk150_12/jre/bin/java -XX:MaxPermSize=512m -Xmx512m -Djava.awt.he --->This is Admin server
I am seeing an strange issue in our production environment wherein multiple process for same instance of managed server are getting created.
The second process is transient. It comes and goes and thus causing memory exhaustion and slow ness
Here is the output of ps -aef | grep java
noaccess 691 1 0 Aug 21 ? 121:12 /usr/java/bin/java -server -Xmx128m -XX:+UseParallelGC -XX:ParallelGCThreads=4
anp 12192 26161 0 Oct 02 ? 7790:16 /opt/fsm/bea/jdk150_12/bin/java -Dweblogic.Name=ANP-lenxksfsmanp01m-8011 -Dbea. ---> This is managed server
anp 4155 1 0 Sep 05 ? 461:53 /opt/fsm/bea/jdk150_12/jre/bin/java -XX:MaxPermSize=512m -Xmx512m -Djava.awt.he --->This is Admin server
0