Hello,
I have found that while RC1 works with a small web application, that when I try to profile a larger app, the behavior of that app changes dramatically: Instead of the markup the app is supposed to deliver, the app produces an empty HTML page.
I realize that this is not a lot of information to go on, but I'm wondering what I can do in order to figure out what is failing. I tried using the Eclipse debugger but the app simply delivers an empty page without hitting any of the breakpoints I set.
It seems to be the mere presence of the jboss-profiler-noAOP.sar file that causes the problem, because if I restart JBoss after adding the sar to the deploy directory, the app stops working even if I don't supply the runjbossInspector JVM argument.
Below is some info from the JBoss server.log file. Thanks.
Dale
JAVA: /cygdrive/c/tools/jdk1.5.0_04/bin/java
JAVA_OPTS: -Xmx512m -XX:MaxPermSize=128m -XrunjbossInspector:e:/temp/jboss,include=com,ignore=* -Dprogram.name=run.sh
12:43:58,308 INFO [Server] Release ID: JBoss [Zion] 4.0.1sp1 (build: CVSTag=JBoss_4_0_1_SP1 date=200506150216)
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886451#3886451
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3886451
|