What parameters are you passing to -XrunjbossInspector: ? if you are using socket=port, you would have to set profilerConsole.jar in the classpath at run.bat. (Remember also to run externally the console by callling java -jar profilerConsole.jar )
The socket=address|IP: is more approprieate to use with standalone application or in other application servers. For JBoss the best way to use the profiler is to install jboss-profiler-noAOP.sar or jboss-profiler.sar into the deployment directory and use the MBean to manage its profiler's lifecycle (start/stop/pause) through the JMX console. Anyway, if you need more help, let me know the command line you are passing into -Xrun parameters. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854788#3854788 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854788 ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
