You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@geronimo.apache.org by Kaeto23 <ka...@yahoo.de> on 2007/01/02 17:43:28 UTC

Geronimo 1.2beta doesn't start, too

-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160

Hello, David

I also found the time to "test" the beta release of version 1.2. Also:
not startable thanks to the SubjectId class.

As always, I attach the startup crash log for verification. If you need
the config.xml (which is all what I changed) let me know.

Best regards

Dirk

- --
Kaeto23

HTTP: http://kaeto23.dnsalias.com (german!)
Jabber: jabber://kaeto23@jabber.ds2/DS2

Reclaim Your Inbox!
http://www.mozilla.org/products/thunderbird/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFmouwbiSTaBU+G6oRA59sAJ47DyN2vXcVFfig0p3h48ukMFPHGACfcf8K
9MzaB/a0qvy4ScljDyyfi9o=
=GrG7
-----END PGP SIGNATURE-----

Re: Geronimo 1.2beta doesn't start, too

Posted by Kevan Miller <ke...@gmail.com>.
On Jan 3, 2007, at 1:31 AM, Kaeto23 wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: RIPEMD160
>
> Hello, Kevan
>
> I changed my JAVA_HOME to match the value of JRE_HOME, and now it  
> seems
> to work :P However, I still don't get why previous versions didn't  
> show
> that behaviour :/

Dirk,
Great.

FYI, For 1.2 and 2.0-M1, there were some changes made to geronimo.sh/ 
bat to address problems with java endorsed dirs for the server  
process. I'm pretty sure that these changes explain why your  
configuration "used to work".

>
> Regarding the "different" directories: /usr/lib/java is a symbolic  
> link
> to /usr/lib/jdk1.6.0. The JRE_HOME was set to ${JAVA_HOME}/jre.
>
> I'll deploy my work now. Hopefully I will not face new problems ;)

Good luck...

--kevan

Re: Geronimo 1.2beta doesn't start, too

Posted by Kaeto23 <ka...@yahoo.de>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160

Hello, Kevan

I changed my JAVA_HOME to match the value of JRE_HOME, and now it seems
to work :P However, I still don't get why previous versions didn't show
that behaviour :/

Regarding the "different" directories: /usr/lib/java is a symbolic link
to /usr/lib/jdk1.6.0. The JRE_HOME was set to ${JAVA_HOME}/jre.

I'll deploy my work now. Hopefully I will not face new problems ;)

Best regards

Dirk

Kevan Miller schrieb:
> 
> On Jan 2, 2007, at 12:31 PM, Peter Petersson wrote:
> 
>> Hi Dirk
>>
>> You probably encounter this problem due to the fact that you are
>> running it on java 1.6 (jdk6).
>> Try running it on java 1.5 (jdk5) instead it worked fine for me.
>>
>> As far as I know ( correct me if I am wrong, I am not part of the G
>> development teem ) Geronimo  1.2 on the Java 5 Virtual Machine
>> and Geronimo 2.0 is to be certified on Java EE 5 and are therefor
>> probably targeted to run on jdk5.
> 
> The target runtime is Java 5. However, we'd certainly expect that
> Geronimo would run on Java 6.
> 
> I think we've seen this problem before... Oh yeah. It was a problem
> related to geronimo.sh/bat:
> 
> http://www.nabble.com/Error-trying-to-start-fresh-trunk-build-%2810-27-2006%29-tf2522436.html#a7037555
> 
> Dirk,
> Double check your JAVA_HOME or JRE_HOME setting. My guess is it's not
> pointing to your java 6 installation...
> 
> From 
> 
> 17:35:56,267 INFO  [root]   System property [java.endorsed.dirs]  =
> /usr/lib/java/lib/endorsed:/opt/geronimo/lib/endorsed
> 
> it looks like JRE_HOME is set to /usr/lib/java. However, you're running
> java out of /usr/lib/jdk1.6.0/jre
> 
> If that doesn't fix your problem, try running Geronimo as follows? It's
> not the recommended method for starting Geronimo, but I bet it will work...
> 
>     java -jar <geronimo-bin-directory>/server.jar
> 
> Alternatively, you could try:
> 
>     export JAVA_OPTS=-enableassertions
>     geronimo.sh run
> 
> --kevan
> 
>  
> 
> 
> 
> 

- --
Kaeto23

HTTP: http://kaeto23.dnsalias.com (german!)
Jabber: jabber://kaeto23@jabber.ds2/DS2

Reclaim Your Inbox!
http://www.mozilla.org/products/thunderbird/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFm02rbiSTaBU+G6oRAzp8AJ0eeDv3mElo4cbxcciAm6h+0jUnEgCgg6KE
7yfsQJyizdTHaVPUSmeD5V0=
=PhA+
-----END PGP SIGNATURE-----

		
___________________________________________________________ 
Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de

Re: Geronimo 1.2beta doesn't start, too

Posted by Kevan Miller <ke...@gmail.com>.
On Jan 2, 2007, at 12:31 PM, Peter Petersson wrote:

> Hi Dirk
>
> You probably encounter this problem due to the fact that you are  
> running it on java 1.6 (jdk6).
> Try running it on java 1.5 (jdk5) instead it worked fine for me.
>
> As far as I know ( correct me if I am wrong, I am not part of the G  
> development teem ) Geronimo  1.2 on the Java 5 Virtual Machine
> and Geronimo 2.0 is to be certified on Java EE 5 and are therefor  
> probably targeted to run on jdk5.

The target runtime is Java 5. However, we'd certainly expect that  
Geronimo would run on Java 6.

I think we've seen this problem before... Oh yeah. It was a problem  
related to geronimo.sh/bat:

http://www.nabble.com/Error-trying-to-start-fresh-trunk-build-% 
2810-27-2006%29-tf2522436.html#a7037555

Dirk,
Double check your JAVA_HOME or JRE_HOME setting. My guess is it's not  
pointing to your java 6 installation...

From

17:35:56,267 INFO  [root]   System property [java.endorsed.dirs]  = / 
usr/lib/java/lib/endorsed:/opt/geronimo/lib/endorsed

it looks like JRE_HOME is set to /usr/lib/java. However, you're  
running java out of /usr/lib/jdk1.6.0/jre

If that doesn't fix your problem, try running Geronimo as follows?  
It's not the recommended method for starting Geronimo, but I bet it  
will work...

     java -jar <geronimo-bin-directory>/server.jar

Alternatively, you could try:

     export JAVA_OPTS=-enableassertions
     geronimo.sh run

--kevan







Re: Geronimo 1.2beta doesn't start, too

Posted by Peter Petersson <pe...@pmb.mine.nu>.
Hi Dirk

You probably encounter this problem due to the fact that you are running 
it on java 1.6 (jdk6).
Try running it on java 1.5 (jdk5) instead it worked fine for me.

As far as I know ( correct me if I am wrong, I am not part of the G 
development teem ) Geronimo  1.2 on the Java 5 Virtual Machine
and Geronimo 2.0 is to be certified on Java EE 5 and are therefor 
probably targeted to run on jdk5.

/Peter

Kaeto23 skrev:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: RIPEMD160
>
> Hello, David
>
> I also found the time to "test" the beta release of version 1.2. Also:
> not startable thanks to the SubjectId class.
>
> As always, I attach the startup crash log for verification. If you need
> the config.xml (which is all what I changed) let me know.
>
> Best regards
>
> Dirk
>
> - --
> Kaeto23
>
> HTTP: http://kaeto23.dnsalias.com (german!)
> Jabber: jabber://kaeto23@jabber.ds2/DS2
>
> Reclaim Your Inbox!
> http://www.mozilla.org/products/thunderbird/
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.2 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iD8DBQFFmouwbiSTaBU+G6oRA59sAJ47DyN2vXcVFfig0p3h48ukMFPHGACfcf8K
> 9MzaB/a0qvy4ScljDyyfi9o=
> =GrG7
> -----END PGP SIGNATURE-----
>   
> ------------------------------------------------------------------------
>
> Booting Geronimo Kernel (in Java 1.6.0)...
> 17:35:56,263 INFO  [root] ----------------------------------------------
> 17:35:56,264 INFO  [root] Started Logging Service
> 17:35:56,264 INFO  [root] Runtime Information:
> 17:35:56,264 INFO  [root]   Install Directory = /opt/geronimo-tomcat-j2ee-1.2-beta
> 17:35:56,264 INFO  [root]   JVM in use = Sun Microsystems Inc. Java 1.6.0
> 17:35:56,264 INFO  [root] Java Information:
> 17:35:56,264 INFO  [root]   System property [java.runtime.name]  = Java(TM) SE Runtime Environment
> 17:35:56,265 INFO  [root]   System property [java.runtime.version]  = 1.6.0-b105
> 17:35:56,265 INFO  [root]   System property [os.name]             = Linux
> 17:35:56,265 INFO  [root]   System property [os.version]          = 2.6.15-rc5-git3-2-default
> 17:35:56,265 INFO  [root]   System property [sun.os.patch.level]  = unknown
> 17:35:56,265 INFO  [root]   System property [os.arch]             = i386
> 17:35:56,265 INFO  [root]   System property [java.class.version]  = 50.0
> 17:35:56,265 INFO  [root]   System property [locale]              = en_US
> 17:35:56,266 INFO  [root]   System property [unicode.encoding]    = UnicodeLittle
> 17:35:56,266 INFO  [root]   System property [file.encoding]       = ANSI_X3.4-1968
> 17:35:56,266 INFO  [root]   System property [java.vm.name]        = Java HotSpot(TM) Client VM
> 17:35:56,266 INFO  [root]   System property [java.vm.vendor]      = Sun Microsystems Inc.
> 17:35:56,266 INFO  [root]   System property [java.vm.version]     = 1.6.0-b105
> 17:35:56,266 INFO  [root]   System property [java.vm.info]        = mixed mode
> 17:35:56,266 INFO  [root]   System property [java.home]           = /usr/lib/jdk1.6.0/jre
> 17:35:56,267 INFO  [root]   System property [java.classpath]      = null
> 17:35:56,267 INFO  [root]   System property [java.library.path]   = /usr/lib/jdk1.6.0/jre/lib/i386/client:/usr/lib/jdk1.6.0/jre/lib/i386:/usr/lib/jdk1.6.0/jre/../lib/i386:/opt/teamspeak:/usr/local/subversion/lib::/usr/java/packages/lib/i386:/lib:/usr/lib
> 17:35:56,267 INFO  [root]   System property [java.endorsed.dirs]  = /usr/lib/java/lib/endorsed:/opt/geronimo/lib/endorsed
> 17:35:56,267 INFO  [root]   System property [java.ext.dirs]       = /usr/lib/java/lib/ext:/opt/geronimo/lib/ext
> 17:35:56,267 INFO  [root]   System property [sun.boot.class.path] = /opt/geronimo/lib/endorsed/xercesImpl-2.6.2.jar:/opt/geronimo/lib/endorsed/yoko-rmi-spec-1.0-incubating-M2-486709.jar:/opt/geronimo/lib/endorsed/xalan-2.7.0.jar:/opt/geronimo/lib/endorsed/xmlParserAPIs-2.6.2.jar:/opt/geronimo/lib/endorsed/yoko-spec-corba-1.0-incubating-M2-486709.jar:/usr/lib/jdk1.6.0/jre/lib/resources.jar:/usr/lib/jdk1.6.0/jre/lib/rt.jar:/usr/lib/jdk1.6.0/jre/lib/sunrsasign.jar:/usr/lib/jdk1.6.0/jre/lib/jsse.jar:/usr/lib/jdk1.6.0/jre/lib/jce.jar:/usr/lib/jdk1.6.0/jre/lib/charsets.jar:/usr/lib/jdk1.6.0/jre/classes
> 17:35:56,267 INFO  [root] ----------------------------------------------
> Module  1/22 org.apache.geronimo.configs/rmi-naming/1.2-beta/car              started in  1.948s
> Module  2/22 org.apache.geronimo.configs/j2ee-server/1.2-beta/car             started in  1.247s
> Module  3/22 org.apache.geronimo.configs/transaction/1.2-beta/car             started in  1.521s
> Module  4/22 org.apache.geronimo.configs/j2ee-security/1.2-beta/car           started in  3.070s
> Module  5/22 org.apache.geronimo.configs/axis/1.2-beta/car                    started in   .379s
> Module  6/22 org.apache.geronimo.configs/openejb/1.2-beta/car                 started in 15.360s
> Module  7/22 org.apache.geronimo.configs/system-database/1.2-beta/car         started in   .000s
> Module  8/22 org.apache.geronimo.configs/activemq-broker/1.2-beta/car         started in  8.231s
> Module  9/22 org.apache.geronimo.configs/activemq/1.2-beta/car                started in  1.669s
> Module 10/22 org.apache.geronimo.configs/tomcat/1.2-beta/car                  started in 10.492s
> Module 11/22 org.apache.geronimo.configs/geronimo-gbean-deployer/1.2-beta/car started in  3.239s
> Module 12/22 org.apache.geronimo.configs/j2ee-deployer/1.2-beta/car           started in  1.503s
> Module 13/22 org.apache.geronimo.configs/connector-deployer/1.2-beta/car      started in   .853s
> Module 14/22 org.apache.geronimo.configs/openejb-deployer/1.2-beta/car        started in  1.941s
> Module 15/22 org.apache.geronimo.configs/client-deployer/1.2-beta/car         started in   .512s
> Module 16/22 org.apache.geronimo.configs/axis-deployer/1.2-beta/car           started in  9.725s
> Module 17/22 org.apache.geronimo.configs/sharedlib/1.2-beta/car               started in   .043s
> Module 18/22 org.apache.geronimo.configs/tomcat-deployer/1.2-beta/car         started in  3.179s
> Module 19/22 org.apache.geronimo.configs/welcome-tomcat/1.2-beta/car          started in  1.533s
> Module 20/22 org.apache.geronimo.configs/webconsole-tomcat/1.2-beta/car      17:37:18,897 ERROR [GBeanInstanceState] Error while starting; GBean is now in the FAILED state: abstractName="org.apache.geronimo.configs/webconsole-tomcat/1.2-beta/car?J2EEApplication=org.apache.geronimo.configs/webconsole-tomcat/1.2-beta/car,j2eeType=JACCManager,name=JACCManager"
> java.lang.NullPointerException
> 	at org.apache.geronimo.security.SubjectId.hashCode(SubjectId.java:79)
> 	at java.util.Hashtable.put(Hashtable.java:399)
> 	at org.apache.geronimo.security.ContextManager.registerSubject(ContextManager.java:269)
> 	at org.apache.geronimo.security.jacc.ApplicationPolicyConfigurationManager.<init>(ApplicationPolicyConfigurationManager.java:109)
> 	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:513)
> 	at org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance(GBeanInstance.java:936)
> 	at org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:267)
> 	at org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:102)
> 	at org.apache.geronimo.gbean.runtime.GBeanInstance.start(GBeanInstance.java:529)
> 	at org.apache.geronimo.gbean.runtime.GBeanDependency.attemptFullStart(GBeanDependency.java:111)
> 	at org.apache.geronimo.gbean.runtime.GBeanDependency.addTarget(GBeanDependency.java:146)
> 	at org.apache.geronimo.gbean.runtime.GBeanDependency$1.running(GBeanDependency.java:120)
> 	at org.apache.geronimo.kernel.basic.BasicLifecycleMonitor.fireRunningEvent(BasicLifecycleMonitor.java:173)
> 	at org.apache.geronimo.kernel.basic.BasicLifecycleMonitor.access$300(BasicLifecycleMonitor.java:41)
> 	at org.apache.geronimo.kernel.basic.BasicLifecycleMonitor$RawLifecycleBroadcaster.fireRunningEvent(BasicLifecycleMonitor.java:251)
> 	at org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:292)
> 	at org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:102)
> 	at org.apache.geronimo.gbean.runtime.GBeanInstanceState.startRecursive(GBeanInstanceState.java:124)
> 	at org.apache.geronimo.gbean.runtime.GBeanInstance.startRecursive(GBeanInstance.java:543)
> 	at org.apache.geronimo.kernel.basic.BasicKernel.startRecursiveGBean(BasicKernel.java:379)
> 	at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBeans(ConfigurationUtil.java:378)
> 	at org.apache.geronimo.kernel.config.KernelConfigurationManager.start(KernelConfigurationManager.java:187)
> 	at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java:527)
> 	at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java:508)
> 	at org.apache.geronimo.kernel.config.SimpleConfigurationManager$$FastClassByCGLIB$$ce77a924.invoke(<generated>)
> 	at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
> 	at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
> 	at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:122)
> 	at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:820)
> 	at org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57)
> 	at org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperationInvoker.java:35)
> 	at org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java:96)
> 	at org.apache.geronimo.gbean.GBeanLifecycle$$EnhancerByCGLIB$$5eb5a889.startConfiguration(<generated>)
> 	at org.apache.geronimo.system.main.Daemon.doStartup(Daemon.java:286)
> 	at org.apache.geronimo.system.main.Daemon.<init>(Daemon.java:74)
> 	at org.apache.geronimo.system.main.Daemon.main(Daemon.java:366)
> 17:37:18,923 ERROR [GBeanInstanceState] Error while starting; GBean is now in the FAILED state: abstractName="org.apache.geronimo.configs/webconsole-tomcat/1.2-beta/car?J2EEApplication=org.apache.geronimo.configs/webconsole-tomcat/1.2-beta/car,j2eeType=JACCManager,name=JACCManager"
> java.lang.NullPointerException
> 	at org.apache.geronimo.security.SubjectId.hashCode(SubjectId.java:79)
> 	at java.util.Hashtable.put(Hashtable.java:399)
> 	at org.apache.geronimo.security.ContextManager.registerSubject(ContextManager.java:269)
> 	at org.apache.geronimo.security.jacc.ApplicationPolicyConfigurationManager.<init>(ApplicationPolicyConfigurationManager.java:109)
> 	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:513)
> 	at org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance(GBeanInstance.java:936)
> 	at org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:267)
> 	at org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:102)
> 	at org.apache.geronimo.gbean.runtime.GBeanInstanceState.startRecursive(GBeanInstanceState.java:124)
> 	at org.apache.geronimo.gbean.runtime.GBeanInstance.startRecursive(GBeanInstance.java:543)
> 	at org.apache.geronimo.kernel.basic.BasicKernel.startRecursiveGBean(BasicKernel.java:379)
> 	at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBeans(ConfigurationUtil.java:378)
> 	at org.apache.geronimo.kernel.config.KernelConfigurationManager.start(KernelConfigurationManager.java:187)
> 	at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java:527)
> 	at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java:508)
> 	at org.apache.geronimo.kernel.config.SimpleConfigurationManager$$FastClassByCGLIB$$ce77a924.invoke(<generated>)
> 	at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
> 	at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
> 	at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:122)
> 	at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:820)
> 	at org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57)
> 	at org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperationInvoker.java:35)
> 	at org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java:96)
> 	at org.apache.geronimo.gbean.GBeanLifecycle$$EnhancerByCGLIB$$5eb5a889.startConfiguration(<generated>)
> 	at org.apache.geronimo.system.main.Daemon.doStartup(Daemon.java:286)
> 	at org.apache.geronimo.system.main.Daemon.<init>(Daemon.java:74)
> 	at org.apache.geronimo.system.main.Daemon.main(Daemon.java:366)
> Server Startup failed
>
> org.apache.geronimo.kernel.config.LifecycleException: start of org.apache.geronimo.configs/webconsole-tomcat/1.2-beta/car failed
> 	at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java:544)
> 	at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java:508)
> 	at org.apache.geronimo.kernel.config.SimpleConfigurationManager$$FastClassByCGLIB$$ce77a924.invoke(<generated>)
> 	at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
> 	at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
> 	at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:122)
> 	at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:820)
> 	at org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57)
> 	at org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperationInvoker.java:35)
> 	at org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java:96)
> 	at org.apache.geronimo.gbean.GBeanLifecycle$$EnhancerByCGLIB$$5eb5a889.startConfiguration(<generated>)
> 	at org.apache.geronimo.system.main.Daemon.doStartup(Daemon.java:286)
> 	at org.apache.geronimo.system.main.Daemon.<init>(Daemon.java:74)
> 	at org.apache.geronimo.system.main.Daemon.main(Daemon.java:366)
> Caused by: org.apache.geronimo.kernel.config.InvalidConfigException: Unknown start exception
> 	at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBeans(ConfigurationUtil.java:444)
> 	at org.apache.geronimo.kernel.config.KernelConfigurationManager.start(KernelConfigurationManager.java:187)
> 	at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java:527)
> 	... 13 more
> Caused by: org.apache.geronimo.gbean.InvalidConfigurationException: Configuration org.apache.geronimo.configs/webconsole-tomcat/1.2-beta/car failed to start due to the following reasons:
>   The service J2EEApplication=org.apache.geronimo.configs/webconsole-tomcat/1.2-beta/car,j2eeType=JACCManager,name=JACCManager did not start for an unknown reason
>
> 	at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBeans(ConfigurationUtil.java:407)
> 	... 15 more
> 17:37:33,020 WARN  [BasicLifecycleMonitor] Exception occured while notifying listener
> java.lang.NullPointerException
> 	at org.apache.geronimo.gjndi.binding.GBeanBinding.removeBinding(GBeanBinding.java:159)
> 	at org.apache.geronimo.gjndi.binding.GBeanBinding$GBeanLifecycleListener.stopped(GBeanBinding.java:108)
> 	at org.apache.geronimo.kernel.basic.BasicLifecycleMonitor.fireStoppedEvent(BasicLifecycleMonitor.java:197)
> 	at org.apache.geronimo.kernel.basic.BasicLifecycleMonitor.access$500(BasicLifecycleMonitor.java:41)
> 	at org.apache.geronimo.kernel.basic.BasicLifecycleMonitor$RawLifecycleBroadcaster.fireStoppedEvent(BasicLifecycleMonitor.java:259)
> 	at org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStop(GBeanInstanceState.java:359)
> 	at org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:188)
> 	at org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:551)
> 	at org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:423)
> 	at org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:180)
> 	at org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:551)
> 	at org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:423)
> 	at org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:180)
> 	at org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:551)
> 	at org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:423)
> 	at org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:180)
> 	at org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:551)
> 	at org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:423)
> 	at org.apache.geronimo.kernel.config.KernelConfigurationManager$ShutdownHook.run(KernelConfigurationManager.java:310)
> 	at org.apache.geronimo.kernel.basic.BasicKernel.notifyShutdownHooks(BasicKernel.java:668)
> 	at org.apache.geronimo.kernel.basic.BasicKernel.shutdown(BasicKernel.java:645)
> 	at org.apache.geronimo.system.main.Daemon.doStartup(Daemon.java:296)
> 	at org.apache.geronimo.system.main.Daemon.<init>(Daemon.java:74)
> 	at org.apache.geronimo.system.main.Daemon.main(Daemon.java:366)
>
> Server shutdown begun              
> Server shutdown completed
>