I have a web app that uses JSF 2.0 with richFaces and primeFaces, hibernate and java and I use NetBeans 7.1.2 as the IDE when I run the app the glassfish server is started and the log shows this:
Launching GlassFish on Felix platform
Información: Running GlassFish Version: GlassFish Server Open Source Edition 3.1.2 (build 23)
Información: Grizzly Framework 1.9.46 started in: 20ms - bound to [0.0.0.0:4848]
Información: Grizzly Framework 1.9.46 started in: 32ms - bound to [0.0.0.0:8181]
Información: Grizzly Framework 1.9.46 started in: 59ms - bound to [0.0.0.0:8080]
Información: Grizzly Framework 1.9.46 started in: 32ms - bound to [0.0.0.0:3700]
Información: Grizzly Framework 1.9.46 started in: 21ms - bound to [0.0.0.0:7676]
Información: Registered org.glassfish.ha.store.adapter.cache.ShoalBackingStoreProxy for persistence-type = replicated in BackingStoreFactoryRegistry
Información: SEC1002: Security Manager is OFF.
Información: SEC1010: Entering Security Startup Service
Información: SEC1143: Loading policy provider com.sun.enterprise.security.provider.PolicyWrapper.
Información: SEC1115: Realm [admin-realm] of classtype [com.sun.enterprise.security.auth.realm.file.FileRealm] successfully created.
Información: SEC1115: Realm [file] of classtype [com.sun.enterprise.security.auth.realm.file.FileRealm] successfully created.
Información: SEC1115: Realm [certificate] of classtype [com.sun.enterprise.security.auth.realm.certificate.CertificateRealm] successfully created.
Información: SEC1011: Security Service(s) Started Successfully
Información: WEB0169: Created HTTP listener [http-listener-1] on host/port [0.0.0.0:8080]
Información: WEB0169: Created HTTP listener [http-listener-2] on host/port [0.0.0.0:8181]
Información: WEB0169: Created HTTP listener [admin-listener] on host/port [0.0.0.0:4848]
Información: WEB0171: Created virtual server [server]
Información: WEB0171: Created virtual server [__asadmin]
Información: WEB0172: Virtual server [server] loaded default web module []
Información: Inicializando Mojarra 2.1.6 (SNAPSHOT 20111206) para el contexto '/test'
Información: Hibernate Validator 4.2.0.Final
Información: WEB0671: Loading application [test] at [/test]
Información: CORE10010: Loading application test done in 4,885 ms
Información: GlassFish Server Open Source Edition 3.1.2 (23) startup time : Felix (1,848ms), startup services(5,600ms), total(7,448ms)
Información: JMX005: JMXStartupService had Started JMXConnector on JMXService URL service:jmx:rmi://SJ007:8686/jndi/rmi://SJ007:8686/jmxrmi
Información: WEB0169: Created HTTP listener [http-listener-1] on host/port [0.0.0.0:8080]
Información: Grizzly Framework 1.9.46 started in: 14ms - bound to [0.0.0.0:8080]
Información: WEB0169: Created HTTP listener [http-listener-2] on host/port [0.0.0.0:8181]
Información: Grizzly Framework 1.9.46 started in: 12ms - bound to [0.0.0.0:8181]
but right there it hangs and the deploy bar keeps running but no more actions are shown, nothing else is logged either it just stays there until I stop the deploy
Is there any other error log to debug glassfish server?
Any thoughts? I have re installed glassfish and NetBeans but it all seems the same.
I think this started happening after I had to force-restart my computer with NetBeans stil open and the app deployed, but it's hard to know for sure if this was the real catalyst. Any thoughts or help is appreciated thanks.
Is it an app error? if so why no errors in the log are shown?