[jboss-dev-forums] [JBoss Profiler Development] - Re: JBoss Profiler snapshot doesn't work
mbalazs
do-not-reply at jboss.com
Wed Nov 25 09:14:23 EST 2009
If stopProfiler or snapshot doesn't return, try to set "jsf=no" in jboss-profiler.properties.
I had this problem, and eventually I've found out that the jsf profiler tryes to validate XML documents at some point during the stopProfiler call, and it needs to access external web sites to do so. Our firewall was blocking outgoing requests, so all XML validation attempts had to wait until the connection timed out.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4267495#4267495
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4267495
More information about the jboss-dev-forums
mailing list