Community

Problem with JBoss Profiler 2 Beta install.

reply from Hiamnshu Walia in JBoss Profiler Development - View the full discussion

how to set Run.conf file for JBoss Profiler

 

which one is correct

 

if [ "x$JAVA_OPTS" = "x" ]; then
   JAVA_OPTS="-Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -javaagent:jboss-profiler.jar -Djboss-profiler.properties=jboss-profiler.properties"
fi

 

or

 

JAVA_OPTS="$JAVA_OPTS -javaagent:bin/jboss-profiler.jar -Djboss-profiler.properties=bin/jboss-profiler.properties"

 

this giving problem , of jar file corrupt could not initialize the VM ,...

also i have cheked my Jboss-profiler.jar file with jat -tf command its fine , not showing error

Reply to this message by going to Community

Start a new discussion in JBoss Profiler Development at Community