[JBoss-dev] [Design of JBoss Profiler] - Added servlet library into source-tree

2005-01-07 Thread clebert.suconic
I just commited some changes into JBossProfiler: - I've added a servlet library into our source tree. So, we don't need to change project.properties any more. - I've also changed the eclipse classpath file for those who uses Eclipse for development and want to checkout jboss-profiler module as a

[JBoss-dev] [Design of JBoss Profiler] - Re: No data displayed on Web frontend

2005-01-06 Thread clebert.suconic
It looks like you didn't start any JMS task in your testcase. as you configured start=org.jboss.mq.MQServer the DLL would generate events only after you get any MQServer class in the stack trace. Try to change org.jboss.mq.MQServer for a package which would make more sense to you. Maybe yo

[JBoss-dev] [Design of JBoss Profiler] - Re: JBoss profiler on Mac OS X - OutOfMemoryError

2005-01-03 Thread clebert.suconic
Yes, you could set more Heap size for allowing this to work. When you inform the PID you want to process after you've selected the directory with the log files, you can disable the object tracing or GC operations (sorry... I forgot the exact name appearing at the GUI), this way you won't need t

[JBoss-dev] [JBoss Profiler] - Re: RE: Exception thrown...

2004-12-06 Thread clebert.suconic
I forgot to tell what to do if the files get truncated. Simply remove any truncated .log.gz file. This is because sometimes the JVM ends up before the file get closed. That only happened with empty files. Clebert Suconic View the original post : http://www.jboss.org/index.html?module=bb&op=

[JBoss-dev] [JBoss Profiler] - Re: RE: Exception thrown...

2004-12-06 Thread clebert.suconic
I'm not sure about what happened. I have tested in IE/Mozilla/FireFox and I haven't feel any difference. The only issue I'm aware is, sometimes a .gz file gets truncated and I get an exception into the profiler. That happens sometimes. If that happens again, if you could send me the .GZ files

[JBoss-dev] [JBoss Profiler] - Re: JBoss Profiler on JBoss3.2.5/JVM 1.5

2004-12-06 Thread clebert.suconic
I don't know about GC constraints yet to JVM 1.5. I would have to research a little bit. We will keep support on JVMPI, but we will create a Faƃade JVMTI to the same code we have using JVMPI. As JVMPI is just an interface, using JVMPI or JVMTI wouldn't be a big deal. By the end of January we wi