On Wed, Sep 01, 2004 at 10:40:13AM -0400, Aaron Mulder wrote: ... > first the > org/apache/geronimo/System configuration is started, and them the RMI > Registry is started and then it goes immediately to "Starting kernel > shutdown" with no intervening error messages. > > The first error I get is after the message that it's stopping my > EAR configuration, and it's "could not unregister child XZY" followed by > "InstanceNotFoundException: MBeanServer cannot find MBean with ObjectName > XYZ" where XYZ is:
The strange log behavior is due to bug 264: http://nagoya.apache.org/jira/browse/GERONIMO-264 If you apply the Daemon-1_9-diff.txt patch to your code then your logs should have the errors in the order that they happen. Regards, Toby
