users@glassfish.java.net

Re: Problem to start glassfish domain

From: Alexis Moussine-Pouchkine <alexis.mp_at_sun.com>
Date: Wed, 28 Apr 2010 17:01:12 +0200

> java.net.BindException: Address already in use
try creating the additional domain with the --portbase option instead if you want them to be up at the same time.
See http://blogs.sun.com/alexismp/entry/flexible_glassfish_domain_creation_using
-Alexis

On 28 avr. 2010, at 17:00, glassfish_at_javadesktop.org wrote:

> asadmin create-domain –-adminport ‘AdminPort’ --instanceport ‘InstancePort’ ‘DomainName’
>
> For the AdminPort en InstancePort I've choose different port for each domain for example domain1 have adminPort 8181 and instancePort 4949 and domain2 have adminPort 8282 and instancePort 5050.
>
> I thinks isn't problem of port because I can start the tree domain (not at the same time)
>
>
> [#|2010-04-28T16:50:27.964+0200|WARNING|sun-appserver2.1|javax.enterprise.resource.corba.ee._INITIALIZING_.rpc.presentation|_ThreadID=10;_ThreadName=main;_RequestID=9fe675a2-01e3-43de-96a3-ac17f2752181;|"IOP02310202: (OBJ_ADAPTER) Error in connecting servant to ORB"
> org.omg.CORBA.OBJ_ADAPTER: vmcid: SUN minor code: 202 completed: No
> at com.sun.corba.ee.impl.logging.ORBUtilSystemException.orbConnectError(ORBUtilSystemException.java:10170)
> at com.sun.corba.ee.impl.logging.ORBUtilSystemException.orbConnectError(ORBUtilSystemException.java:10188)
> at com.sun.corba.ee.impl.orb.ORBImpl.connect(ORBImpl.java:1666)
> at com.sun.corba.ee.spi.presentation.rmi.StubAdapter.connect(StubAdapter.java:212)
> at com.sun.corba.ee.impl.orb.ORBImpl.getIOR(ORBImpl.java:2115)
> at com.sun.corba.ee.impl.orb.ORBImpl.getFVDCodeBaseIOR(ORBImpl.java:987)
> at com.sun.enterprise.util.ORBManager.initORB(ORBManager.java:556)
> at com.sun.enterprise.util.ORBManager.getORB(ORBManager.java:278)
> at com.sun.enterprise.util.ORBManager.getORB(ORBManager.java:289)
> at com.sun.enterprise.server.ondemand.EjbServiceGroup.createORB(EjbServiceGroup.java:511)
> at com.sun.enterprise.server.ondemand.EjbServiceGroup.startORB(EjbServiceGroup.java:437)
> at com.sun.enterprise.server.ondemand.EjbServiceGroup._start(EjbServiceGroup.java:156)
> at com.sun.enterprise.server.ondemand.EjbServiceGroup.start(EjbServiceGroup.java:143)
> at com.sun.enterprise.server.ondemand.ServiceGroup$1.run(ServiceGroup.java:193)
> at java.security.AccessController.doPrivileged(Native Method)
> at com.sun.enterprise.server.ondemand.ServiceGroup.startChildren(ServiceGroup.java:190)
> at com.sun.enterprise.server.ondemand.MainServiceGroup.start(MainServiceGroup.java:58)
> at com.sun.enterprise.server.ondemand.ServerEntryListenerImpl.notifyEntry(ServerEntryListenerImpl.java:85)
> at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.sendEvent(ServerEntryHelper.java:75)
> at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.generateStartUpEntryContext(ServerEntryHelper.java:64)
> at com.sun.enterprise.server.ondemand.OnDemandServer.generateEntryContext(OnDemandServer.java:154)
> at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:133)
> at com.sun.enterprise.server.PEMain.run(PEMain.java:409)
> at com.sun.enterprise.server.PEMain.main(PEMain.java:336)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at com.sun.enterprise.server.PELaunch.main(PELaunch.java:415)
> Caused by: org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 216 completed: No
> at com.sun.corba.ee.impl.logging.ORBUtilSystemException.createListenerFailed(ORBUtilSystemException.java:3094)
> at com.sun.corba.ee.impl.logging.ORBUtilSystemException.createListenerFailed(ORBUtilSystemException.java:3114)
> at com.sun.corba.ee.impl.transport.SocketOrChannelAcceptorImpl.initialize(SocketOrChannelAcceptorImpl.java:181)
> at com.sun.corba.ee.impl.transport.CorbaTransportManagerImpl.getAcceptors(CorbaTransportManagerImpl.java:236)
> at com.sun.corba.ee.impl.transport.CorbaTransportManagerImpl.addToIORTemplate(CorbaTransportManagerImpl.java:253)
> at com.sun.corba.ee.spi.oa.ObjectAdapterBase.initializeTemplate(ObjectAdapterBase.java:127)
> at com.sun.corba.ee.impl.oa.toa.TOAImpl.<init>(TOAImpl.java:107)
> at com.sun.corba.ee.impl.oa.toa.TOAFactory.getTOA(TOAFactory.java:98)
> at com.sun.corba.ee.impl.orb.ORBImpl.connect(ORBImpl.java:1664)
> ... 26 more
> Caused by: java.net.BindException: Address already in use
> at sun.nio.ch.Net.bind(Native Method)
> at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:119)
> at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
> at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:52)
> at com.sun.enterprise.iiop.IIOPSSLSocketFactory.createServerSocket(IIOPSSLSocketFactory.java:301)
> at com.sun.corba.ee.impl.transport.SocketOrChannelAcceptorImpl.initialize(SocketOrChannelAcceptorImpl.java:174)
> ... 32 more
> |#]
>
> [#|2010-04-28T16:50:27.965+0200|SEVERE|sun-appserver2.1|javax.enterprise.system.util|_ThreadID=10;_ThreadName=main;_RequestID=9fe675a2-01e3-43de-96a3-ac17f2752181;|UTIL6009:Unexcpected Exception in createORB.
> org.omg.CORBA.OBJ_ADAPTER: vmcid: SUN minor code: 202 completed: No
> at com.sun.corba.ee.impl.logging.ORBUtilSystemException.orbConnectError(ORBUtilSystemException.java:10170)
> at com.sun.corba.ee.impl.logging.ORBUtilSystemException.orbConnectError(ORBUtilSystemException.java:10188)
> at com.sun.corba.ee.impl.orb.ORBImpl.connect(ORBImpl.java:1666)
> at com.sun.corba.ee.spi.presentation.rmi.StubAdapter.connect(StubAdapter.java:212)
> at com.sun.corba.ee.impl.orb.ORBImpl.getIOR(ORBImpl.java:2115)
> at com.sun.corba.ee.impl.orb.ORBImpl.getFVDCodeBaseIOR(ORBImpl.java:987)
> at com.sun.enterprise.util.ORBManager.initORB(ORBManager.java:556)
> at com.sun.enterprise.util.ORBManager.getORB(ORBManager.java:278)
> at com.sun.enterprise.util.ORBManager.getORB(ORBManager.java:289)
> at com.sun.enterprise.server.ondemand.EjbServiceGroup.createORB(EjbServiceGroup.java:511)
> at com.sun.enterprise.server.ondemand.EjbServiceGroup.startORB(EjbServiceGroup.java:437)
> at com.sun.enterprise.server.ondemand.EjbServiceGroup._start(EjbServiceGroup.java:156)
> at com.sun.enterprise.server.ondemand.EjbServiceGroup.start(EjbServiceGroup.java:143)
> at com.sun.enterprise.server.ondemand.ServiceGroup$1.run(ServiceGroup.java:193)
> at java.security.AccessController.doPrivileged(Native Method)
> at com.sun.enterprise.server.ondemand.ServiceGroup.startChildren(ServiceGroup.java:190)
> at com.sun.enterprise.server.ondemand.MainServiceGroup.start(MainServiceGroup.java:58)
> at com.sun.enterprise.server.ondemand.ServerEntryListenerImpl.notifyEntry(ServerEntryListenerImpl.java:85)
> at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.sendEvent(ServerEntryHelper.java:75)
> at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.generateStartUpEntryContext(ServerEntryHelper.java:64)
> at com.sun.enterprise.server.ondemand.OnDemandServer.generateEntryContext(OnDemandServer.java:154)
> at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:133)
> at com.sun.enterprise.server.PEMain.run(PEMain.java:409)
> at com.sun.enterprise.server.PEMain.main(PEMain.java:336)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at com.sun.enterprise.server.PELaunch.main(PELaunch.java:415)
> Caused by: org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 216 completed: No
> at com.sun.corba.ee.impl.logging.ORBUtilSystemException.createListenerFailed(ORBUtilSystemException.java:3094)
> at com.sun.corba.ee.impl.logging.ORBUtilSystemException.createListenerFailed(ORBUtilSystemException.java:3114)
> at com.sun.corba.ee.impl.transport.SocketOrChannelAcceptorImpl.initialize(SocketOrChannelAcceptorImpl.java:181)
> at com.sun.corba.ee.impl.transport.CorbaTransportManagerImpl.getAcceptors(CorbaTransportManagerImpl.java:236)
> at com.sun.corba.ee.impl.transport.CorbaTransportManagerImpl.addToIORTemplate(CorbaTransportManagerImpl.java:253)
> at com.sun.corba.ee.spi.oa.ObjectAdapterBase.initializeTemplate(ObjectAdapterBase.java:127)
> at com.sun.corba.ee.impl.oa.toa.TOAImpl.<init>(TOAImpl.java:107)
> at com.sun.corba.ee.impl.oa.toa.TOAFactory.getTOA(TOAFactory.java:98)
> at com.sun.corba.ee.impl.orb.ORBImpl.connect(ORBImpl.java:1664)
> ... 26 more
> Caused by: java.net.BindException: Address already in use
> at sun.nio.ch.Net.bind(Native Method)
> at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:119)
> at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
> at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:52)
> at com.sun.enterprise.iiop.IIOPSSLSocketFactory.createServerSocket(IIOPSSLSocketFactory.java:301)
> at com.sun.corba.ee.impl.transport.SocketOrChannelAcceptorImpl.initialize(SocketOrChannelAcceptorImpl.java:174)
> ... 32 more
> |#]
>
> [#|2010-04-28T16:50:27.966+0200|SEVERE|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;java.lang.RuntimeException: org.omg.CORBA.OBJ_ADAPTER: vmcid: SUN minor code: 202 completed: No;_RequestID=9fe675a2-01e3-43de-96a3-ac17f2752181;|CORE5081: Exception while creating ORB: [java.lang.RuntimeException: org.omg.CORBA.OBJ_ADAPTER: vmcid: SUN minor code: 202 completed: No]|#]
>
> [#|2010-04-28T16:50:27.967+0200|SEVERE|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;java.lang.RuntimeException: Unable to create ORB;_RequestID=9fe675a2-01e3-43de-96a3-ac17f2752181;|CORE5082: Exception running j2ee services: [java.lang.RuntimeException: Unable to create ORB]|#]
>
> [#|2010-04-28T16:50:27.967+0200|SEVERE|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;_RequestID=9fe675a2-01e3-43de-96a3-ac17f2752181;|com.sun.enterprise.server.ondemand.ServiceGroupException: java.lang.RuntimeException: Unable to create ORB
> com.sun.enterprise.server.ondemand.ServiceGroupException: com.sun.enterprise.server.ondemand.ServiceGroupException: java.lang.RuntimeException: Unable to create ORB
> at com.sun.enterprise.server.ondemand.ServiceGroup.startChildren(ServiceGroup.java:198)
> at com.sun.enterprise.server.ondemand.MainServiceGroup.start(MainServiceGroup.java:58)
> at com.sun.enterprise.server.ondemand.ServerEntryListenerImpl.notifyEntry(ServerEntryListenerImpl.java:85)
> at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.sendEvent(ServerEntryHelper.java:75)
> at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.generateStartUpEntryContext(ServerEntryHelper.java:64)
> at com.sun.enterprise.server.ondemand.OnDemandServer.generateEntryContext(OnDemandServer.java:154)
> at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:133)
> at com.sun.enterprise.server.PEMain.run(PEMain.java:409)
> at com.sun.enterprise.server.PEMain.main(PEMain.java:336)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at com.sun.enterprise.server.PELaunch.main(PELaunch.java:415)
> Caused by: com.sun.enterprise.server.ondemand.ServiceGroupException: java.lang.RuntimeException: Unable to create ORB
> at com.sun.enterprise.server.ondemand.EjbServiceGroup._start(EjbServiceGroup.java:160)
> at com.sun.enterprise.server.ondemand.EjbServiceGroup.start(EjbServiceGroup.java:143)
> at com.sun.enterprise.server.ondemand.ServiceGroup$1.run(ServiceGroup.java:193)
> at java.security.AccessController.doPrivileged(Native Method)
> at com.sun.enterprise.server.ondemand.ServiceGroup.startChildren(ServiceGroup.java:190)
> ... 13 more
> Caused by: java.lang.RuntimeException: Unable to create ORB
> at com.sun.enterprise.server.ondemand.EjbServiceGroup.startORB(EjbServiceGroup.java:501)
> at com.sun.enterprise.server.ondemand.EjbServiceGroup._start(EjbServiceGroup.java:156)
> ... 17 more
> Caused by: java.lang.RuntimeException: Unable to create ORB
> at com.sun.enterprise.server.ondemand.EjbServiceGroup.startORB(EjbServiceGroup.java:452)
> ... 18 more
> |#]
>
> [#|2010-04-28T16:50:27.968+0200|SEVERE|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;_RequestID=9fe675a2-01e3-43de-96a3-ac17f2752181;|CORE5071: An error occured during initialization
> java.lang.RuntimeException: com.sun.enterprise.server.ondemand.ServiceGroupException: com.sun.enterprise.server.ondemand.ServiceGroupException: java.lang.RuntimeException: Unable to create ORB
> at com.sun.enterprise.server.ondemand.ServerEntryListenerImpl.notifyEntry(ServerEntryListenerImpl.java:88)
> at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.sendEvent(ServerEntryHelper.java:75)
> at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.generateStartUpEntryContext(ServerEntryHelper.java:64)
> at com.sun.enterprise.server.ondemand.OnDemandServer.generateEntryContext(OnDemandServer.java:154)
> at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:133)
> at com.sun.enterprise.server.PEMain.run(PEMain.java:409)
> at com.sun.enterprise.server.PEMain.main(PEMain.java:336)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at com.sun.enterprise.server.PELaunch.main(PELaunch.java:415)
> Caused by: com.sun.enterprise.server.ondemand.ServiceGroupException: com.sun.enterprise.server.ondemand.ServiceGroupException: java.lang.RuntimeException: Unable to create ORB
> at com.sun.enterprise.server.ondemand.ServiceGroup.startChildren(ServiceGroup.java:198)
> at com.sun.enterprise.server.ondemand.MainServiceGroup.start(MainServiceGroup.java:58)
> at com.sun.enterprise.server.ondemand.ServerEntryListenerImpl.notifyEntry(ServerEntryListenerImpl.java:85)
> ... 11 more
> Caused by: com.sun.enterprise.server.ondemand.ServiceGroupException: java.lang.RuntimeException: Unable to create ORB
> at com.sun.enterprise.server.ondemand.EjbServiceGroup._start(EjbServiceGroup.java:160)
> at com.sun.enterprise.server.ondemand.EjbServiceGroup.start(EjbServiceGroup.java:143)
> at com.sun.enterprise.server.ondemand.ServiceGroup$1.run(ServiceGroup.java:193)
> at java.security.AccessController.doPrivileged(Native Method)
> at com.sun.enterprise.server.ondemand.ServiceGroup.startChildren(ServiceGroup.java:190)
> ... 13 more
> Caused by: java.lang.RuntimeException: Unable to create ORB
> at com.sun.enterprise.server.ondemand.EjbServiceGroup.startORB(EjbServiceGroup.java:501)
> at com.sun.enterprise.server.ondemand.EjbServiceGroup._start(EjbServiceGroup.java:156)
> ... 17 more
> Caused by: java.lang.RuntimeException: Unable to create ORB
> at com.sun.enterprise.server.ondemand.EjbServiceGroup.startORB(EjbServiceGroup.java:452)
> ... 18 more
> |#]
>
> [#|2010-04-28T16:50:27.969+0200|SEVERE|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;_RequestID=9fe675a2-01e3-43de-96a3-ac17f2752181;|Server Startup failed. Exiting...|#]
>
> [#|2010-04-28T16:50:27.969+0200|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Server shutdown in progress...|#]
>
> [#|2010-04-28T16:50:27.969+0200|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;|WEB0303: Stopping Sun-Java-System/Application-Server.|#]
>
> [#|2010-04-28T16:50:27.969+0200|WARNING|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;_RequestID=9fe675a2-01e3-43de-96a3-ac17f2752181;|CORE5061: Exception :
> com.sun.appserv.server.ServerLifecycleException: WEB0106: An error occurred while stopping the web container
> at com.sun.enterprise.web.PEWebContainer.stopInstance(PEWebContainer.java:823)
> at com.sun.enterprise.web.PEWebContainerLifecycle.onShutdown(PEWebContainerLifecycle.java:100)
> at com.sun.enterprise.server.ApplicationServer.onShutdown(ApplicationServer.java:553)
> at com.sun.enterprise.server.ondemand.OnDemandServer.onShutdown(OnDemandServer.java:145)
> at com.sun.enterprise.server.PEMain.run(PEMain.java:427)
> at com.sun.enterprise.server.PEMain.main(PEMain.java:336)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at com.sun.enterprise.server.PELaunch.main(PELaunch.java:415)
> Caused by: LifecycleException: WEB0103: This web container has not yet been started
> at com.sun.enterprise.web.WebContainer.stop(WebContainer.java:912)
> at com.sun.enterprise.web.PEWebContainer.stopInstance(PEWebContainer.java:815)
> ... 10 more
> |#]
>
> [#|2010-04-28T16:50:27.970+0200|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|CORE5051: Shutting down all J2EE applications ...|#]
>
> [#|2010-04-28T16:50:27.970+0200|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|CORE5068 : Stopping all J2EE Connector 1.5 Compliant resource adapters ...|#]
>
> [#|2010-04-28T16:50:27.971+0200|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|CORE 5061 : Resource adapters Stop() Complete|#]
>
> [#|2010-04-28T16:50:27.971+0200|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|CORE5052: Application shutdown complete.|#]
>
> [#|2010-04-28T16:50:27.971+0200|WARNING|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;_RequestID=9fe675a2-01e3-43de-96a3-ac17f2752181;|CORE5061: Exception :
> java.lang.NullPointerException
> at com.sun.enterprise.util.InvocationManagerImpl.preInvoke(InvocationManagerImpl.java:136)
> at com.sun.appserv.server.ServerLifecycleModule.preInvoke(ServerLifecycleModule.java:178)
> at com.sun.appserv.server.ServerLifecycleModule.postEvent(ServerLifecycleModule.java:219)
> at com.sun.appserv.server.ServerLifecycleModule.onShutdown(ServerLifecycleModule.java:273)
> at com.sun.appserv.server.LifecycleModuleService.onShutdown(LifecycleModuleService.java:487)
> at com.sun.enterprise.server.ApplicationServer.onShutdown(ApplicationServer.java:553)
> at com.sun.enterprise.server.ondemand.OnDemandServer.onShutdown(OnDemandServer.java:145)
> at com.sun.enterprise.server.PEMain.run(PEMain.java:427)
> at com.sun.enterprise.server.PEMain.main(PEMain.java:336)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at com.sun.enterprise.server.PELaunch.main(PELaunch.java:415)
> |#]
>
> [#|2010-04-28T16:50:27.974+0200|WARNING|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;_RequestID=9fe675a2-01e3-43de-96a3-ac17f2752181;|CORE5061: Exception :
> com.sun.appserv.server.ServerLifecycleException
> at com.sun.enterprise.admin.server.core.JmxConnectorLifecycle.onShutdown(JmxConnectorLifecycle.java:171)
> at com.sun.enterprise.server.ApplicationServer.onShutdown(ApplicationServer.java:553)
> at com.sun.enterprise.server.ondemand.OnDemandServer.onShutdown(OnDemandServer.java:145)
> at com.sun.enterprise.server.PEMain.run(PEMain.java:427)
> at com.sun.enterprise.server.PEMain.main(PEMain.java:336)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at com.sun.enterprise.server.PELaunch.main(PELaunch.java:415)
> |#]
>
> [#|2010-04-28T16:50:27.975+0200|WARNING|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;_RequestID=9fe675a2-01e3-43de-96a3-ac17f2752181;|core.tmp_folder_deletion_failed|#]
>
> [#|2010-04-28T16:50:28.110+0200|WARNING|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;_RequestID=9fe675a2-01e3-43de-96a3-ac17f2752181;|CORE5061: Exception :
> java.lang.NullPointerException
> at com.sun.enterprise.util.InvocationManagerImpl.preInvoke(InvocationManagerImpl.java:136)
> at com.sun.appserv.server.ServerLifecycleModule.preInvoke(ServerLifecycleModule.java:178)
> at com.sun.appserv.server.ServerLifecycleModule.postEvent(ServerLifecycleModule.java:219)
> at com.sun.appserv.server.ServerLifecycleModule.onTermination(ServerLifecycleModule.java:277)
> at com.sun.appserv.server.LifecycleModuleService.onTermination(LifecycleModuleService.java:496)
> at com.sun.enterprise.server.ApplicationServer.onTermination(ApplicationServer.java:591)
> at com.sun.enterprise.server.PEMain.run(PEMain.java:432)
> at com.sun.enterprise.server.PEMain.main(PEMain.java:336)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at com.sun.enterprise.server.PELaunch.main(PELaunch.java:415)
> |#]
>
> [#|2010-04-28T16:50:28.110+0200|SEVERE|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;_RequestID=9fe675a2-01e3-43de-96a3-ac17f2752181;|Server stopped due to Server startup failure.|#]
> [Message sent by forum member 'shucky']
>
> http://forums.java.net/jive/thread.jspa?messageID=399405
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>