If you are using it inside JBoss, install jboss-profiler-noAOP.sar and start, 
pause and stop the profiler using the JMX console, at the NativeProfiler MBean.

As for this error, this is a typo. You need to add profilerconsole.jar to the 
Classpath if you want to use the SocketConsole.

Here is the code that is looking for the class. (I will fix the message error)


     jclass 
checkClass=jni_interface->FindClass("org/jboss/profiler/threadcheck/StartupProfilerCheck");
     if (checkClass==NULL) {
            fprintf (stderr,"\n***********************\nFatalError: Cannot find 
com.jboss.profiler.threadcheck.StartupProfillerCheck.initCheck(String,int)\n");
            fprintf (stderr,"Check you bootclasspath for 
profilerConsole.jar\n");
             return;
     }


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875276#3875276

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875276


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to