These errors show in console:

Iniciando Sun Java System Application Server 9.1_02 (build b04-fcs)...
MBeanServer iniciado:
com.sun.enterprise.interceptor.DynamicInterceptor
CORE5098: Se ha completado una inicialización del servicio de socket.
CORE5076: Utilizando [Java HotSpot(TM) Client VM, Versión 1.6.0_10] de
[Sun Microsystems Inc.]
SEC1002: El administrador de seguridad está DESACTIVADO.
C:/Archivos de programa/glassfish-v2ur2/domains/domain1/
config/.__com_sun_appserv_pid
ADM0001:SunoneInterceptor está ahora activado
SEC1143: Cargando el proveedor de políticas
com.sun.enterprise.security.provider.PolicyWrapper.
WEB0114: SSO desactivado en el servidor virtual [server]
WEB0114: SSO desactivado en el servidor virtual [__asadmin]
ADM1079: Se ha iniciado la inicialización de los MBeans AMX
        java.net.SocketException: Connection
reset];_RequestID=7a03c29e-0e7e-4f90-8d67-d7fc2215fc1e;|No se puede
iniciar el servicio
com.sun.enterprise.admin.server.core.jmxconnectorlifecy...@16acad2. :
com.sun.appserv.server.ServerLifecycleException: Cannot bind to URL
[rmi://coreiiduo:8686/management/rmi-jmx-connector]:
javax.naming.CommunicationException [Root exception is
java.rmi.ConnectIOException: error during JRMP connection
establishment; nested exception is:
        java.net.SocketException: Connection reset]
CORE5071: Se produjo un error durante la inicialización
com.sun.appserv.server.ServerLifecycleException: Cannot bind to URL
[rmi://coreiiduo:8686/management/rmi-jmx-connector]:
javax.naming.CommunicationException [Root exception is
java.rmi.ConnectIOException: error during JRMP connection
establishment; nested exception is:
        java.net.SocketException: Connection reset]
        at
com.sun.enterprise.admin.server.core.JmxConnectorLifecycle.onStartup
(JmxConnectorLifecycle.java:153)
        at com.sun.enterprise.server.ApplicationServer.onStartup
(ApplicationServer.java:442)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup
(OnDemandServer.java:120)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:411)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:338)
        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:412)
Caused by: java.io.IOException: Cannot bind to URL [rmi://coreiiduo:
8686/management/rmi-jmx-connector]:
javax.naming.CommunicationException [Root exception is
java.rmi.ConnectIOException: error during JRMP connection
establishment; nested exception is:
        java.net.SocketException: Connection reset]
        at
javax.management.remote.rmi.RMIConnectorServer.newIOException
(RMIConnectorServer.java:804)
        at javax.management.remote.rmi.RMIConnectorServer.start
(RMIConnectorServer.java:417)
        at
com.sun.enterprise.admin.jmx.remote.server.rmi.JmxConnectorServerDriver.startConnectorServer
(JmxConnectorServerDriver.java:218)
        at
com.sun.enterprise.admin.server.core.JmxConnectorLifecycle.onStartup
(JmxConnectorLifecycle.java:134)
        ... 9 more
Caused by: javax.naming.CommunicationException [Root exception is
java.rmi.ConnectIOException: error during JRMP connection
establishment; nested exception is:
        java.net.SocketException: Connection reset]
        at com.sun.jndi.rmi.registry.RegistryContext.bind
(RegistryContext.java:126)
        at com.sun.jndi.toolkit.url.GenericURLContext.bind
(GenericURLContext.java:208)
        at javax.naming.InitialContext.bind(InitialContext.java:400)
        at javax.management.remote.rmi.RMIConnectorServer.bind
(RMIConnectorServer.java:625)
        at javax.management.remote.rmi.RMIConnectorServer.start
(RMIConnectorServer.java:412)
        ... 11 more
Caused by: java.rmi.ConnectIOException: error during JRMP connection
establishment; nested exception is:
        java.net.SocketException: Connection reset
        at sun.rmi.transport.tcp.TCPChannel.createConnection
(TCPChannel.java:286)
        at sun.rmi.transport.tcp.TCPChannel.newConnection
(TCPChannel.java:184)
        at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:322)
        at sun.rmi.registry.RegistryImpl_Stub.bind(Unknown Source)
        at com.sun.jndi.rmi.registry.RegistryContext.bind
(RegistryContext.java:120)
        ... 15 more
Caused by: java.net.SocketException: Connection reset
        at java.net.SocketInputStream.read(SocketInputStream.java:168)
        at java.io.BufferedInputStream.fill(BufferedInputStream.java:
218)
        at java.io.BufferedInputStream.read(BufferedInputStream.java:
237)
        at java.io.DataInputStream.readByte(DataInputStream.java:248)
        at sun.rmi.transport.tcp.TCPChannel.createConnection
(TCPChannel.java:228)
        ... 19 more
Error al iniciar el servidor. Cerrando el proceso...
Cierre del servidor en curso...
WEB0303: Deteniendo Sun-Java-System/Application-Server.
CORE5061: Excepción:
com.sun.appserv.server.ServerLifecycleException: WEB0106: Se ha
producido un error al detener el contenedor Web
        at com.sun.enterprise.web.PEWebContainer.stopInstance
(PEWebContainer.java:822)
        at com.sun.enterprise.web.PEWebContainerLifecycle.onShutdown
(PEWebContainerLifecycle.java:95)
        at com.sun.enterprise.server.ApplicationServer.onShutdown
(ApplicationServer.java:549)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onShutdown
(OnDemandServer.java:131)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:429)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:338)
        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:412)
Caused by: LifecycleException:  WEB0103: Aún no se ha iniciado este
contenedor Web
        at com.sun.enterprise.web.WebContainer.stop(WebContainer.java:
913)
        at com.sun.enterprise.web.PEWebContainer.stopInstance
(PEWebContainer.java:814)
        ... 10 more
CORE5051: Cerrando todas las aplicaciones J2EE...
CORE 5060 :  Deteniendo todos los adaptadores de recursos compatibles
con J2EE Connector 1.5...
CORE 5061 : Completada detención Stop() de adaptadores de recursos
CORE5052: Se completó el cierre de las aplicaciones.
CORE5061: Excepción:
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:549)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onShutdown
(OnDemandServer.java:131)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:429)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:338)
        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:412)
CORE5061: Excepción:
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:549)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onShutdown
(OnDemandServer.java:131)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:429)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:338)
        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:412)
CORE5061: Excepción:
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:587)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:434)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:338)
        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:412)
El servidor se detuvo debido a un fallo de inicio.
sending notification to server...server

Regards!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Java 
EE (J2EE) Programming with Passion!" group.
To post to this group, send email to 
java-ee-j2ee-programming-with-passion@googlegroups.com
To unsubscribe from this group, send email to 
java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to