On Apr 7, 2004, at 10:48 AM, Joachim Schreiber wrote:
Hi,
I had the same problem yesterday on winXP sp1 jdk1.4.2_03 latest_source_from_head
The problem is in the kernel module in org.apache.geronimo.gbean.jmx.GBeanMBeanReference in line 283 proxy.removeTarget((ObjectName) notification.getSource());
proxy or notification is NULL in this moment, but I don't know why because....
I'm looking at it. It shouldn't be null but obviously it is....
I'm new to geronimo and I have to learn how to debug a running geronimo.
Anybody an idea or a quick howto about how to debug geronimo in Eclipse?
I normally start geronimo in a remote debug process and connect intellij to it. If you want to start it directly from you ide, crack open the server.jar file and the MANIFEST.MF contains the class path and main class.
-dain
