[Performance Tuning] - Re: verbose GC not working
by vons1234
Hi Peter,
Yes it is echoing the JAVA_OPTS, even i just did grep the java process and it shows all the JAVA_OPTS i mentioned in my run.conf
| root 7176 7167 9 10:03 pts/1 00:02:32 /usr/java/jdk1.5.0_12/bin/java -Dprogram.name=run.sh -server -Xms1500m -Xmx1500m -Xss128k -verbose:gc -Xloggc:GC.log -XX:+PrintGCTimeStamps -XX:+PrintGCDetails -XX:+UseLargePages -XX:PermSize=512m -XX:MaxPermSize=512m -XX:ThreadStackSize=512 -XX:+UseParallelGC -XX:+AggressiveHeap -XX:CompileThreshold=100 -XX:SurvivorRatio=8 -XX:TargetSurvivorRatio=90 -XX:MaxTenuringThreshold=31 -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=12345 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Djava.net.preferIPv4Stack=true -Djava.endorsed.dirs=/opt/jboss-4.2.0.GA/lib/endorsed -classpath /opt/jboss-4.2.0.GA/bin/run.jar:/usr/java/jdk1.5.0_12/lib/tools.jar org.jboss.Main -c all -g mydev -u 228.1.2.222 -b 192.168.1.210 -Dapplication=ET
|
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4233706#4233706
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4233706
16 years, 11 months
[JBoss Messaging] - Re: NullPointerException when trying to open a session for s
by josey
Thanks for the reply.
I have two separate clusters (partitions), each with one node. One cluster named AppPartition, one cluster named BatchPartition. The JMS server is running on the single node in BatchPartition. The single node in AppPartition is unable to send a JMS message from within the application server to the JMS server hosted on BatchPartition.
On the same machine that acts as the single node for AppPartition I can execute a standalone program that sends a JMS message to the JMS server hosted on the single node in BatchPartition.
When I start up JBoss I use command line switches for the partition name and the rmi server hostname.
E.g.,
[for the BatchParition node]
-Djava.rmi.server.hostname=172.16.77.70 -Djboss.partition.name=BatchPartition
[for the AppParition node]
-Djava.rmi.server.hostname=172.16.77.2 -Djboss.partition.name=AppPartition
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4233699#4233699
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4233699
16 years, 11 months