I am using Windows XP and JBoss 4.2.2 : How will I set the parameters so that I can see only my application methods in my Browser. I can see methods from org.apache.*, org.jboss.*,org.eclipse.*, etc. I am getting confused by their occurrences. But I need to see only my application methods. I want help setting my 'include' and 'ignore' parameters, so only my application methods are shown in my browser.
When I run my profiler I get errors like
10:46:48,867 ERROR [STDERR] WARNING on JBPCall: Cannot synchronize correctly methods calls
10:46:48,867 INFO [STDOUT] WARNING on JBPCall: Cannot synchronize correctly methods calls
10:46:48,976 ERROR [STDERR] WARNING on JBPCall: Cannot synchronize correctly methods calls
10:46:48,976 INFO [STDOUT] WARNING on JBPCall: Cannot synchronize correctly methods calls
10:46:49,398 ERROR [STDERR] WARNING on JBPCall: Cannot synchronize correctly methods calls
10:46:49,398 INFO [STDOUT] WARNING on JBPCall: Cannot synchronize correctly methods calls...
Why does these come and how to avoid them??
Any help is greatly appreciated.
This happens because when you start the data capture process, you get the METHOD_EXIT before the METHOD_ENTER in some classes.
This could be safely ignored.