I've managed to compile this on an Ubuntu linux platform, but took some work to get it compiling correctly.
If I start Jboss,with the agent in uncontrolled mode, the jvm just consumes all available memory until a crash occurs,
If I start jboss, with agent controlled mode, jboss starts ok,
I've created some start,stop,print, flush controls in my web app using seam framework.
I'm able to produce an xml output file for a simple process, such as page load.
if I try to trace a process that is a little more complex, memory is consumed until the jvm crashes.
I thought this may be something to do with more setup on linux so tried the whole thing on windows, the same behaviour happens on that OS.
just seem as if memory is being allocated but never released, I've running a 3GB of ram.
If this memory problem could be ironed out it would be a really useful app for JEE.
Regards,
Matt
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've managed to compile this on an Ubuntu linux platform, but took some work to get it compiling correctly.
If I start Jboss,with the agent in uncontrolled mode, the jvm just consumes all available memory until a crash occurs,
If I start jboss, with agent controlled mode, jboss starts ok,
I've created some start,stop,print, flush controls in my web app using seam framework.
I'm able to produce an xml output file for a simple process, such as page load.
if I try to trace a process that is a little more complex, memory is consumed until the jvm crashes.
I thought this may be something to do with more setup on linux so tried the whole thing on windows, the same behaviour happens on that OS.
just seem as if memory is being allocated but never released, I've running a 3GB of ram.
If this memory problem could be ironed out it would be a really useful app for JEE.
Regards,
Matt