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 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? yo [EMAIL PROTECTED] schrieb am 07.04.04 17:15:58: > > I just checked out and built from scratch with no problems, and I ran: > java -jar bin/server.jar org/apache/geronimo/DebugConsole > > resulting in: > ... > 08:24:33,429 INFO [Configuration] Started configuration > org/apache/geronimo/Server > 08:24:33,435 INFO [HttpServer] Starting Jetty/5.0.beta0 > 08:24:33,497 INFO [HttpServer] Started [EMAIL PROTECTED] > 08:24:33,567 INFO [SocketListener] Started SocketListener on 0.0.0.0:8080 > 08:24:33,943 INFO [NotificationBroadcasterSupport] RuntimeException > caught from handleNotification > java.lang.NullPointerException > at > org.apache.geronimo.gbean.jmx.GBeanMBeanReference.handleNotification(GBeanMBeanReference.java:283) > at > mx4j.server.interceptor.NotificationListenerMBeanServerInterceptor$ListenerWrapper.handleNotification(NotificationListenerMBeanServerInterceptor.java:57) > ... > at > org.apache.geronimo.kernel.Kernel.startRecursiveGBean(Kernel.java:257) > at org.apache.geronimo.system.main.Daemon.main(Daemon.java:128) > 08:24:33,947 INFO [Kernel] Starting kernel shutdown > 08:24:34,028 INFO [Kernel] Kernel shutdown complete > org.apache.geronimo.kernel.config.InvalidConfigException: Invalid GBean > configuration for geronimo.config:name="org/apache/geronimo/Server" > at > org.apache.geronimo.kernel.Kernel.startRecursiveGBean(Kernel.java:259) > at org.apache.geronimo.system.main.Daemon.main(Daemon.java:128) > Caused by: java.lang.NullPointerException > at > org.apache.geronimo.jetty.JettyWebApplicationContext.<init>(JettyWebApplicationContext.java:94) > at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native > Method) at > sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) > at > sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) > at java.lang.reflect.Constructor.newInstance(Constructor.java:274) > at > org.apache.geronimo.gbean.jmx.GBeanMBean.preRegister(GBeanMBean.java:252) > ... > at > mx4j.server.interceptor.ContextClassLoaderMBeanServerInterceptor.invoke(ContextClassLoaderMBeanServerInterceptor.java:205) > at mx4j.server.MX4JMBeanServer.invoke(MX4JMBeanServer.java:1077) > at org.apache.geronimo.kernel.Kernel.invoke(Kernel.java:216) > at org.apache.geronimo.kernel.Kernel.invoke(Kernel.java:211) > at > org.apache.geronimo.kernel.Kernel.startRecursiveGBean(Kernel.java:257) > > Any ideas on how I can get it running? > Let me know if I should post the entier stack trace. > > Thanks, > Jeff > --------- yo
