Jan 9, 2012 2:48:50 PM com.sun.enterprise.admin.launcher.GFLauncherLogger info INFO: Successfully launched in 15 msec. [#|2012-01-09T14:49:10.484-0800|INFO|glassfish3.1.2|com.sun.enterprise.server.logging.GFFileHandler|_ThreadID=1;_ThreadName=Thread-2;|Running GlassFish Version: GlassFish Server Open Source Edition 3.1.2-SNAPSHOT (build 17)|#] [#|2012-01-09T14:49:10.562-0800|INFO|glassfish3.1.2|org.glassfish.ha.store.spi.BackingStoreFactoryRegistry|_ThreadID=10;_ThreadName=Thread-2;|Registered org.glassfish.ha.store.adapter.cache.ShoalBackingStoreProxy for persistence-type = replicated in BackingStoreFactoryRegistry|#] [#|2012-01-09T14:49:10.953-0800|INFO|glassfish3.1.2|javax.enterprise.system.core.com.sun.enterprise.v3.services.impl|_ThreadID=14;_ThreadName=Thread-2;|Grizzly Framework 1.9.45 started in: 125ms - bound to [0.0.0.0:8181]|#] [#|2012-01-09T14:49:10.953-0800|INFO|glassfish3.1.2|javax.enterprise.system.core.com.sun.enterprise.v3.services.impl|_ThreadID=11;_ThreadName=Thread-2;|Grizzly Framework 1.9.45 started in: 78ms - bound to [0.0.0.0:7676]|#] [#|2012-01-09T14:49:10.953-0800|INFO|glassfish3.1.2|javax.enterprise.system.core.com.sun.enterprise.v3.services.impl|_ThreadID=12;_ThreadName=Thread-2;|Grizzly Framework 1.9.45 started in: 110ms - bound to [0.0.0.0:4848]|#] [#|2012-01-09T14:49:10.953-0800|INFO|glassfish3.1.2|javax.enterprise.system.core.com.sun.enterprise.v3.services.impl|_ThreadID=13;_ThreadName=Thread-2;|Grizzly Framework 1.9.45 started in: 141ms - bound to [0.0.0.0:8080]|#] [#|2012-01-09T14:49:10.953-0800|INFO|glassfish3.1.2|javax.enterprise.system.core.com.sun.enterprise.v3.services.impl|_ThreadID=15;_ThreadName=Thread-2;|Grizzly Framework 1.9.45 started in: 94ms - bound to [0.0.0.0:3700]|#] [#|2012-01-09T14:49:11.171-0800|INFO|glassfish3.1.2|javax.enterprise.system.core.com.sun.enterprise.v3.server|_ThreadID=10;_ThreadName=Thread-2;|GlassFish Server Open Source Edition 3.1.2-SNAPSHOT (17) startup time : Felix (19,234ms), startup services(1,125ms), total(20,359ms)|#] [#|2012-01-09T14:49:11.593-0800|INFO|glassfish3.1.2|org.hibernate.validator.util.Version|_ThreadID=10;_ThreadName=Thread-2;|Hibernate Validator 4.2.0.Final|#] [#|2012-01-09T14:49:26.453-0800|WARNING|glassfish3.1.2|javax.enterprise.system.jmx.org.glassfish.admin.mbeanserver|_ThreadID=16;_ThreadName=Thread-2;|JMX007: Cannot start JMX connector JmxConnector config: { name = system, Protocol = rmi_jrmp, Address = 0.0.0.0, Port = 8686, AcceptAll = false, AuthRealmName = admin-realm, SecurityEnabled = false} having exception java.io.IOException: Cannot bind to URL [rmi://jed-asqe-43.us.oracle.com:8686/jmxrmi]: javax.naming.CommunicationException [Root exception is java.rmi.ConnectIOException: Exception creating connection to: jed-asqe-43.us.oracle.com; nested exception is: java.net.SocketException: Connection reset]|#] [#|2012-01-09T14:49:26.453-0800|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=16;_ThreadName=Thread-2;|java.io.IOException: Cannot bind to URL [rmi://jed-asqe-43.us.oracle.com:8686/jmxrmi]: javax.naming.CommunicationException [Root exception is java.rmi.ConnectIOException: Exception creating connection to: jed-asqe-43.us.oracle.com; 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 org.glassfish.admin.mbeanserver.RMIConnectorStarter.start(RMIConnectorStarter.java:301) at org.glassfish.admin.mbeanserver.JMXStartupService$JMXConnectorsStarterThread.startConnector(JMXStartupService.java:281) at org.glassfish.admin.mbeanserver.JMXStartupService$JMXConnectorsStarterThread.run(JMXStartupService.java:322) Caused by: javax.naming.CommunicationException [Root exception is java.rmi.ConnectIOException: Exception creating connection to: jed-asqe-43.us.oracle.com; nested exception is: java.net.SocketException: Connection reset] at com.sun.jndi.rmi.registry.RegistryContext.rebind(RegistryContext.java:142) at com.sun.jndi.toolkit.url.GenericURLContext.rebind(GenericURLContext.java:231) at javax.naming.InitialContext.rebind(InitialContext.java:408) at javax.naming.InitialContext.rebind(InitialContext.java:408) at javax.management.remote.rmi.RMIConnectorServer.bind(RMIConnectorServer.java:623) at javax.management.remote.rmi.RMIConnectorServer.start(RMIConnectorServer.java:412) ... 3 more Caused by: java.rmi.ConnectIOException: Exception creating connection to: jed-asqe-43.us.oracle.com; nested exception is: java.net.SocketException: Connection reset at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:614) at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:198) 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.rebind(Unknown Source) at com.sun.jndi.rmi.registry.RegistryContext.rebind(RegistryContext.java:140) ... 8 more Caused by: java.net.SocketException: Connection reset at java.net.SocketInputStream.read(SocketInputStream.java:168) at java.net.SocksSocketImpl.readSocksReply(SocksSocketImpl.java:88) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:429) at java.net.Socket.connect(Socket.java:529) at java.net.Socket.connect(Socket.java:478) at java.net.Socket.(Socket.java:375) at java.net.Socket.(Socket.java:189) at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:22) at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:128) at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:595) ... 13 more |#] [#|2012-01-09T14:50:16.984-0800|INFO|glassfish3.1.2|javax.enterprise.system.core.com.sun.enterprise.v3.services.impl|_ThreadID=17;_ThreadName=Thread-2;|Grizzly Framework 1.9.45 started in: 0ms - bound to [0.0.0.0:8080]|#] [#|2012-01-09T14:50:17.984-0800|INFO|glassfish3.1.2|javax.enterprise.system.core.com.sun.enterprise.v3.services.impl|_ThreadID=18;_ThreadName=Thread-2;|Grizzly Framework 1.9.45 started in: 0ms - bound to [0.0.0.0:8181]|#] [#|2012-01-09T14:50:18.078-0800|INFO|glassfish3.1.2|javax.enterprise.system.core.com.sun.enterprise.v3.admin.adapter|_ThreadID=19;_ThreadName=Thread-2;|The Admin Console is installing...|#] [#|2012-01-09T14:50:18.296-0800|INFO|glassfish3.1.2|javax.enterprise.system.core.com.sun.enterprise.v3.admin.adapter|_ThreadID=19;_ThreadName=Thread-2;|The Admin Console is already installed, but not yet loaded.|#] [#|2012-01-09T14:50:18.296-0800|INFO|glassfish3.1.2|javax.enterprise.system.core.com.sun.enterprise.v3.admin.adapter|_ThreadID=19;_ThreadName=Thread-2;|The Admin Console is starting. Please wait.|#] [#|2012-01-09T14:50:19.125-0800|INFO|glassfish3.1.2|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=19;_ThreadName=Thread-2;|WEB0169: Created HTTP listener [http-listener-1] on host/port [0.0.0.0:8080]|#] [#|2012-01-09T14:50:19.140-0800|INFO|glassfish3.1.2|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=19;_ThreadName=Thread-2;|WEB0169: Created HTTP listener [http-listener-2] on host/port [0.0.0.0:8181]|#] [#|2012-01-09T14:50:19.140-0800|INFO|glassfish3.1.2|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=19;_ThreadName=Thread-2;|WEB0169: Created HTTP listener [admin-listener] on host/port [0.0.0.0:4848]|#] [#|2012-01-09T14:50:19.171-0800|INFO|glassfish3.1.2|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=19;_ThreadName=Thread-2;|WEB0171: Created virtual server [server]|#] [#|2012-01-09T14:50:19.171-0800|INFO|glassfish3.1.2|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=19;_ThreadName=Thread-2;|WEB0171: Created virtual server [__asadmin]|#] [#|2012-01-09T14:50:19.578-0800|INFO|glassfish3.1.2|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=19;_ThreadName=Thread-2;|WEB0172: Virtual server [server] loaded default web module []|#] [#|2012-01-09T14:50:20.375-0800|INFO|glassfish3.1.2|javax.enterprise.system.core.security.com.sun.enterprise.security|_ThreadID=19;_ThreadName=Thread-2;|SEC1002: Security Manager is OFF.|#] [#|2012-01-09T14:50:20.484-0800|INFO|glassfish3.1.2|javax.enterprise.system.core.security.com.sun.enterprise.security|_ThreadID=19;_ThreadName=Thread-2;|SEC1010: Entering Security Startup Service|#] [#|2012-01-09T14:50:20.500-0800|INFO|glassfish3.1.2|javax.enterprise.system.core.security.com.sun.enterprise.security|_ThreadID=19;_ThreadName=Thread-2;|SEC1143: Loading policy provider com.sun.enterprise.security.provider.PolicyWrapper.|#] [#|2012-01-09T14:50:20.609-0800|INFO|glassfish3.1.2|javax.enterprise.system.core.security.com.sun.enterprise.security.auth.realm|_ThreadID=19;_ThreadName=Thread-2;|SEC1115: Realm [admin-realm] of classtype [com.sun.enterprise.security.auth.realm.file.FileRealm] successfully created.|#] [#|2012-01-09T14:50:20.609-0800|INFO|glassfish3.1.2|javax.enterprise.system.core.security.com.sun.enterprise.security.auth.realm|_ThreadID=19;_ThreadName=Thread-2;|SEC1115: Realm [file] of classtype [com.sun.enterprise.security.auth.realm.file.FileRealm] successfully created.|#] [#|2012-01-09T14:50:20.640-0800|INFO|glassfish3.1.2|javax.enterprise.system.core.security.com.sun.enterprise.security.auth.realm|_ThreadID=19;_ThreadName=Thread-2;|SEC1115: Realm [certificate] of classtype [com.sun.enterprise.security.auth.realm.certificate.CertificateRealm] successfully created.|#] [#|2012-01-09T14:50:20.687-0800|INFO|glassfish3.1.2|javax.enterprise.system.core.security.com.sun.enterprise.security|_ThreadID=19;_ThreadName=Thread-2;|SEC1011: Security Service(s) Started Successfully|#] [#|2012-01-09T14:50:23.171-0800|INFO|glassfish3.1.2|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=19;_ThreadName=Thread-2;|Initializing Mojarra 2.1.6 (SNAPSHOT 20111206) for context ''|#] [#|2012-01-09T14:50:26.109-0800|INFO|glassfish3.1.2|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=19;_ThreadName=Thread-2;|WEB0671: Loading application [__admingui] at [/]|#] [#|2012-01-09T14:50:26.109-0800|INFO|glassfish3.1.2|javax.enterprise.system.core.com.sun.enterprise.v3.server|_ThreadID=19;_ThreadName=Thread-2;|CORE10010: Loading application __admingui done in 7,813 ms|#] [#|2012-01-09T14:50:26.109-0800|INFO|glassfish3.1.2|javax.enterprise.system.core.com.sun.enterprise.v3.admin.adapter|_ThreadID=19;_ThreadName=Thread-2;|The Admin Console application is loaded.|#] [#|2012-01-09T14:50:28.921-0800|INFO|glassfish3.1.2|javax.enterprise.system.tools.admin.com.sun.enterprise.container.common|_ThreadID=20;_ThreadName=Thread-2;|User [] from host localhost does not have administration access|#] [#|2012-01-09T14:50:30.984-0800|WARNING|glassfish3.1.2|org.apache.catalina.connector.Request|_ThreadID=21;_ThreadName=Thread-2;|PWC4011: Unable to set request character encoding to UTF-8 from context , because request parameters have already been read, or ServletRequest.getReader() has already been called|#] [#|2012-01-09T14:50:31.031-0800|INFO|glassfish3.1.2|javax.enterprise.system.tools.admin.com.sun.enterprise.container.common|_ThreadID=22;_ThreadName=Thread-2;|User [] from host localhost does not have administration access|#] [#|2012-01-09T14:50:31.781-0800|WARNING|glassfish3.1.2|org.apache.catalina.connector.Request|_ThreadID=22;_ThreadName=Thread-2;|PWC4011: Unable to set request character encoding to UTF-8 from context , because request parameters have already been read, or ServletRequest.getReader() has already been called|#] [#|2012-01-09T14:50:31.812-0800|INFO|glassfish3.1.2|javax.enterprise.system.tools.admin.com.sun.enterprise.container.common|_ThreadID=21;_ThreadName=Thread-2;|User [] from host localhost does not have administration access|#] [#|2012-01-09T14:50:46.484-0800|INFO|glassfish3.1.2|javax.enterprise.system.container.ejb.com.sun.ejb.containers|_ThreadID=23;_ThreadName=Thread-2;|Created EjbThreadPoolExecutor with thread-core-pool-size 16 thread-max-pool-size 32 thread-keep-alive-seconds 60 thread-queue-capacity 2147483647 allow-core-thread-timeout false |#] [#|2012-01-09T14:50:47.531-0800|INFO|glassfish3.1.2|com.sun.jersey.server.impl.application.WebApplicationImpl|_ThreadID=23;_ThreadName=Thread-2;|Initiating Jersey application, version 'Jersey: 1.11 12/09/2011 10:27 AM'|#] [#|2012-01-09T14:50:48.734-0800|INFO|glassfish3.1.2|javax.enterprise.system.tools.admin.org.glassfish.admin.rest.adapter|_ThreadID=23;_ThreadName=Thread-2;|REST00001: Listening to REST requests at context: /management/domain|#] [#|2012-01-09T14:50:48.781-0800|INFO|glassfish3.1.2|org.glassfish.admingui|_ThreadID=24;_ThreadName=Thread-2;|Redirecting to /index.jsf|#] [#|2012-01-09T14:50:49.171-0800|INFO|glassfish3.1.2|org.glassfish.admingui|_ThreadID=22;_ThreadName=Thread-2;|Admin Console: Initializing Session Attributes...|#] [#|2012-01-09T14:51:16.546-0800|INFO|glassfish3.1.2|null|_ThreadID=25;_ThreadName=Thread-2;|Domain Pinged: release.glassfish.oracle.com|#] [#|2012-01-09T15:04:09.125-0800|INFO|glassfish3.1.2|javax.enterprise.system.tools.admin.com.sun.enterprise.v3.admin|_ThreadID=26;_ThreadName=Thread-2;|Server shutdown initiated|#] [#|2012-01-09T15:04:13.375-0800|INFO|glassfish3.1.2|javax.enterprise.system.jmx.org.glassfish.admin.mbeanserver|_ThreadID=26;_ThreadName=Thread-49;|JMX001: JMXStartupService and JMXConnectors have been shut down.|#] [#|2012-01-09T15:04:13.375-0800|INFO|glassfish3.1.2|javax.enterprise.system.core.com.sun.enterprise.v3.server|_ThreadID=26;_ThreadName=Thread-49;|Shutdown procedure finished|#] Jan 9, 2012 3:04:22 PM com.sun.enterprise.admin.launcher.GFLauncherLogger info INFO: Successfully launched in 16 msec. [#|2012-01-09T15:04:25.109-0800|INFO|glassfish3.1.2|com.sun.enterprise.server.logging.GFFileHandler|_ThreadID=1;_ThreadName=Thread-2;|Running GlassFish Version: GlassFish Server Open Source Edition 3.1.2-SNAPSHOT (build 17)|#] [#|2012-01-09T15:04:25.187-0800|INFO|glassfish3.1.2|org.glassfish.ha.store.spi.BackingStoreFactoryRegistry|_ThreadID=10;_ThreadName=Thread-2;|Registered org.glassfish.ha.store.adapter.cache.ShoalBackingStoreProxy for persistence-type = replicated in BackingStoreFactoryRegistry|#] [#|2012-01-09T15:04:25.468-0800|INFO|glassfish3.1.2|javax.enterprise.system.core.com.sun.enterprise.v3.services.impl|_ThreadID=12;_ThreadName=Thread-2;|Grizzly Framework 1.9.45 started in: 62ms - bound to [0.0.0.0:8080]|#] [#|2012-01-09T15:04:25.468-0800|INFO|glassfish3.1.2|javax.enterprise.system.core.com.sun.enterprise.v3.services.impl|_ThreadID=11;_ThreadName=Thread-2;|Grizzly Framework 1.9.45 started in: 31ms - bound to [0.0.0.0:4848]|#] [#|2012-01-09T15:04:25.468-0800|INFO|glassfish3.1.2|javax.enterprise.system.core.com.sun.enterprise.v3.services.impl|_ThreadID=13;_ThreadName=Thread-2;|Grizzly Framework 1.9.45 started in: 47ms - bound to [0.0.0.0:8181]|#] [#|2012-01-09T15:04:25.484-0800|INFO|glassfish3.1.2|javax.enterprise.system.core.com.sun.enterprise.v3.services.impl|_ThreadID=14;_ThreadName=Thread-2;|Grizzly Framework 1.9.45 started in: 0ms - bound to [0.0.0.0:7676]|#] [#|2012-01-09T15:04:25.484-0800|INFO|glassfish3.1.2|javax.enterprise.system.core.com.sun.enterprise.v3.services.impl|_ThreadID=15;_ThreadName=Thread-2;|Grizzly Framework 1.9.45 started in: 16ms - bound to [0.0.0.0:3700]|#] [#|2012-01-09T15:04:25.750-0800|INFO|glassfish3.1.2|javax.enterprise.system.core.com.sun.enterprise.v3.admin.adapter|_ThreadID=10;_ThreadName=Thread-2;|The Admin Console is already installed, but not yet loaded.|#] [#|2012-01-09T15:04:25.812-0800|INFO|glassfish3.1.2|javax.enterprise.system.core.com.sun.enterprise.v3.server|_ThreadID=10;_ThreadName=Thread-2;|GlassFish Server Open Source Edition 3.1.2-SNAPSHOT (17) startup time : Felix (1,875ms), startup services(937ms), total(2,812ms)|#] [#|2012-01-09T15:04:26.156-0800|INFO|glassfish3.1.2|javax.enterprise.system.tools.admin.com.sun.enterprise.container.common|_ThreadID=16;_ThreadName=Thread-2;|User [] from host jed-asqe-43.us.oracle.com does not have administration access|#] [#|2012-01-09T15:04:26.234-0800|INFO|glassfish3.1.2|javax.enterprise.system.core.com.sun.enterprise.v3.admin.adapter|_ThreadID=17;_ThreadName=Thread-2;|The Admin Console is already installed, but not yet loaded.|#] [#|2012-01-09T15:04:26.234-0800|INFO|glassfish3.1.2|javax.enterprise.system.core.com.sun.enterprise.v3.admin.adapter|_ThreadID=17;_ThreadName=Thread-2;|The Admin Console is starting. Please wait.|#] [#|2012-01-09T15:04:26.937-0800|INFO|glassfish3.1.2|javax.enterprise.system.jmx.org.glassfish.admin.mbeanserver|_ThreadID=18;_ThreadName=Thread-2;|JMX005: JMXStartupService had Started JMXConnector on JMXService URL service:jmx:rmi://jed-asqe-43.us.oracle.com:8686/jndi/rmi://jed-asqe-43.us.oracle.com:8686/jmxrmi|#] [#|2012-01-09T15:04:27.562-0800|INFO|glassfish3.1.2|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=17;_ThreadName=Thread-2;|WEB0169: Created HTTP listener [http-listener-1] on host/port [0.0.0.0:8080]|#] [#|2012-01-09T15:04:27.562-0800|INFO|glassfish3.1.2|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=17;_ThreadName=Thread-2;|WEB0169: Created HTTP listener [http-listener-2] on host/port [0.0.0.0:8181]|#] [#|2012-01-09T15:04:27.562-0800|INFO|glassfish3.1.2|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=17;_ThreadName=Thread-2;|WEB0169: Created HTTP listener [admin-listener] on host/port [0.0.0.0:4848]|#] [#|2012-01-09T15:04:27.593-0800|INFO|glassfish3.1.2|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=17;_ThreadName=Thread-2;|WEB0171: Created virtual server [server]|#] [#|2012-01-09T15:04:27.593-0800|INFO|glassfish3.1.2|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=17;_ThreadName=Thread-2;|WEB0171: Created virtual server [__asadmin]|#] [#|2012-01-09T15:04:27.968-0800|INFO|glassfish3.1.2|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=17;_ThreadName=Thread-2;|WEB0172: Virtual server [server] loaded default web module []|#] [#|2012-01-09T15:04:28.718-0800|INFO|glassfish3.1.2|javax.enterprise.system.core.security.com.sun.enterprise.security|_ThreadID=17;_ThreadName=Thread-2;|SEC1002: Security Manager is OFF.|#] [#|2012-01-09T15:04:28.796-0800|INFO|glassfish3.1.2|javax.enterprise.system.core.security.com.sun.enterprise.security|_ThreadID=17;_ThreadName=Thread-2;|SEC1010: Entering Security Startup Service|#] [#|2012-01-09T15:04:28.796-0800|INFO|glassfish3.1.2|javax.enterprise.system.core.security.com.sun.enterprise.security|_ThreadID=17;_ThreadName=Thread-2;|SEC1143: Loading policy provider com.sun.enterprise.security.provider.PolicyWrapper.|#] [#|2012-01-09T15:04:28.890-0800|INFO|glassfish3.1.2|javax.enterprise.system.core.security.com.sun.enterprise.security.auth.realm|_ThreadID=17;_ThreadName=Thread-2;|SEC1115: Realm [admin-realm] of classtype [com.sun.enterprise.security.auth.realm.file.FileRealm] successfully created.|#] [#|2012-01-09T15:04:28.890-0800|INFO|glassfish3.1.2|javax.enterprise.system.core.security.com.sun.enterprise.security.auth.realm|_ThreadID=17;_ThreadName=Thread-2;|SEC1115: Realm [file] of classtype [com.sun.enterprise.security.auth.realm.file.FileRealm] successfully created.|#] [#|2012-01-09T15:04:28.937-0800|INFO|glassfish3.1.2|javax.enterprise.system.core.security.com.sun.enterprise.security.auth.realm|_ThreadID=17;_ThreadName=Thread-2;|SEC1115: Realm [certificate] of classtype [com.sun.enterprise.security.auth.realm.certificate.CertificateRealm] successfully created.|#] [#|2012-01-09T15:04:28.984-0800|INFO|glassfish3.1.2|javax.enterprise.system.core.security.com.sun.enterprise.security|_ThreadID=17;_ThreadName=Thread-2;|SEC1011: Security Service(s) Started Successfully|#] [#|2012-01-09T15:04:30.906-0800|INFO|glassfish3.1.2|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=17;_ThreadName=Thread-2;|Initializing Mojarra 2.1.6 (SNAPSHOT 20111206) for context ''|#] [#|2012-01-09T15:04:32.203-0800|INFO|glassfish3.1.2|org.hibernate.validator.util.Version|_ThreadID=17;_ThreadName=Thread-2;|Hibernate Validator 4.2.0.Final|#] [#|2012-01-09T15:04:33.593-0800|INFO|glassfish3.1.2|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=17;_ThreadName=Thread-2;|WEB0671: Loading application [__admingui] at [/]|#] [#|2012-01-09T15:04:33.593-0800|INFO|glassfish3.1.2|javax.enterprise.system.core.com.sun.enterprise.v3.server|_ThreadID=17;_ThreadName=Thread-2;|CORE10010: Loading application __admingui done in 7,359 ms|#] [#|2012-01-09T15:04:33.593-0800|INFO|glassfish3.1.2|javax.enterprise.system.core.com.sun.enterprise.v3.admin.adapter|_ThreadID=17;_ThreadName=Thread-2;|The Admin Console application is loaded.|#] [#|2012-01-09T15:04:41.718-0800|INFO|glassfish3.1.2|javax.enterprise.system.tools.admin.com.sun.enterprise.container.common|_ThreadID=19;_ThreadName=Thread-2;|User [] from host localhost does not have administration access|#] [#|2012-01-09T15:04:44.312-0800|WARNING|glassfish3.1.2|org.apache.catalina.connector.Request|_ThreadID=20;_ThreadName=Thread-2;|PWC4011: Unable to set request character encoding to UTF-8 from context , because request parameters have already been read, or ServletRequest.getReader() has already been called|#] [#|2012-01-09T15:04:44.343-0800|INFO|glassfish3.1.2|javax.enterprise.system.tools.admin.com.sun.enterprise.container.common|_ThreadID=21;_ThreadName=Thread-2;|User [] from host localhost does not have administration access|#] [#|2012-01-09T15:04:49.078-0800|INFO|glassfish3.1.2|javax.enterprise.system.container.ejb.com.sun.ejb.containers|_ThreadID=16;_ThreadName=Thread-2;|Created EjbThreadPoolExecutor with thread-core-pool-size 16 thread-max-pool-size 32 thread-keep-alive-seconds 60 thread-queue-capacity 2147483647 allow-core-thread-timeout false |#] [#|2012-01-09T15:04:50.437-0800|INFO|glassfish3.1.2|com.sun.jersey.server.impl.application.WebApplicationImpl|_ThreadID=16;_ThreadName=Thread-2;|Initiating Jersey application, version 'Jersey: 1.11 12/09/2011 10:27 AM'|#] [#|2012-01-09T15:04:51.312-0800|INFO|glassfish3.1.2|javax.enterprise.system.tools.admin.org.glassfish.admin.rest.adapter|_ThreadID=16;_ThreadName=Thread-2;|REST00001: Listening to REST requests at context: /management/domain|#] [#|2012-01-09T15:04:51.328-0800|INFO|glassfish3.1.2|org.glassfish.admingui|_ThreadID=22;_ThreadName=Thread-2;|Redirecting to /index.jsf|#] [#|2012-01-09T15:04:51.750-0800|INFO|glassfish3.1.2|org.glassfish.admingui|_ThreadID=19;_ThreadName=Thread-2;|Admin Console: Initializing Session Attributes...|#] [#|2012-01-09T15:05:08.750-0800|INFO|glassfish3.1.2|null|_ThreadID=20;_ThreadName=Thread-2;|unable to read instance state file C:\as\glassfish3\glassfish\domains\domain1\config\.instancestate, recreating|#]