-
1. Re: Profiler Setup
clebert.suconic Jun 20, 2007 11:16 AM (in response to jcmccauley)You need to create the directory \profiler before starting, as you probably used -XrunjbossInspector:/profiler
-
2. Re: Profiler Setup
william-zhu Dec 5, 2007 10:19 PM (in response to jcmccauley)I also suffered.
where to create the profiler? -
3. Re: Profiler Setup
william-zhu Dec 5, 2007 10:21 PM (in response to jcmccauley)"william-zhu" wrote:
I also suffered.
where to create the profiler?
after create the folder, I encountered the same issue. -
4. Re: Profiler Setup
clebert.suconic Dec 6, 2007 10:36 AM (in response to jcmccauley)Hello William...
Maybe if you explain what you are doing I would be able to help you...
have you looked at the instructions in how to configure it? -
5. Re: Profiler Setup
william-zhu Dec 7, 2007 12:50 AM (in response to jcmccauley)Hello, thanks for your help!
now, I got the issue about directory. but encoutered a new problem when attemptting to add a parameter to JVM by executing the following:
java -XrunjbossInspector:/tmp,include=org.jboss,ignore=*,start=org.jboss.mq.MQServer
the messages are like:
this is the new DLL
Running process on Windows 4040
Usage: java [-options] class [args...]
<to execute a class>
or java [-options] -jar jarfile [args....]
<to execute a jar file>
.......................
I have read the guides and a jboss profiler quick start released in the forum.
Installation quick start:
1) copy jboss-profiler-noAOP.sar to the JBoss AS deploy directory
2) put jbossInspector.dll in your PATH (Windows)
or libjbossInspector.so in your LD_LIBRARY_PATH (Linux/Unix)
3) copy jboss-profiler.war to the JBoss AS deploy directory
Configuration:
1) Add something like this to the JBoss JVM options: -XrunjbossInspector:/tmp/profiler,include=com.unisys,ignore=*,memory=false
Make sure the output directory (/tmp/profiler in this example) exists.
thanks for your any ideas -
6. Re: Profiler Setup
william-zhu Dec 7, 2007 1:13 AM (in response to jcmccauley)additional informations:
the followings are my enverionment:
- Windows XP [Version 5.1.2600]
- sun jvm 1.4.2_12.
- I do not recompile the dll file. -
7. Re: Profiler Setup
william-zhu Dec 10, 2007 2:41 AM (in response to jcmccauley)Hi Everyone,
I have worked out the issue.
Anyways thanks for your helps.