This content has been marked as final.
Show 4 replies
-
1. Re: Snapshot directory empty
jesper.pedersen May 19, 2010 4:17 AM (in response to jcraane)You should follow the installation chapter in the documentation and put the jboss-profiler.jar file in the bin directory and do
-javaagent:jboss-profiler.jar -Djboss-profiler.properties=jboss-profiler.properties
in your run.conf file.
HTH
-
2. Re: Snapshot directory empty
jcraane May 19, 2010 2:55 PM (in response to jesper.pedersen)Thanks for your answer. I actually did modify the run.conf file and put the jboss-profiler.jar, jboss-profiler.properties, jboss-common.jar and jboss-profiler-plugins.jar in the bin directory. When I execute 'java -jar jboss-profiler-client.jar startProfiler' I get the following exceptioin in the JBoss server log file:
20:53:35,411 ERROR [ServerThread] WorkerThread#0[127.0.0.1:49402] exception occurred during first invocationjava.lang.ClassNotFoundException: org.jboss.profiler.shared.Commandat java.net.URLClassLoader$1.run(URLClassLoader.java:200)at java.security.AccessController.doPrivileged(Native Method)at java.net.URLClassLoader.findClass(URLClassLoader.java:188)at java.lang.ClassLoader.loadClass(ClassLoader.java:307)at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)at java.lang.ClassLoader.loadClass(ClassLoader.java:252)at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)at java.lang.Class.forName0(Native Method)at java.lang.Class.forName(Class.java:242)This class is actually in the jboss-profiler.jar.
-
3. Re: Snapshot directory empty
jesper.pedersen May 20, 2010 5:44 AM (in response to jcraane)Ok, I'll take a look. I'm assuming that you are using 5.1.0.GA.
-
4. Re: Snapshot directory empty
jcraane May 20, 2010 5:45 AM (in response to jesper.pedersen)I am indeed using 5.1.0.GA.