0 Replies Latest reply on Sep 17, 2003 6:13 AM by robgodley

    JBoss hanging on '[EntityContainer] Starting'

    robgodley

      I have developed an application that runs successfully when deployed on NT, however, when I move it across to Unix (Solaris) is hangs when starting up, at the point where it is trying to start the EntityContainer for the first Entity Bean it encounters. I'm probably doing something stupid, but does anyone have any idea what may cause the server to hang ?

      In the Solaris server.log file it gets to:
      2003-09-17 12:41:57,648 DEBUG [org.jboss.ejb.EjbModule] startService, starting container: AlertEJB
      2003-09-17 12:41:57,648 DEBUG [org.jboss.system.ServiceController] starting service jboss.j2ee:jndiName=AlertLocalHome,service=EJB
      2003-09-17 12:41:57,649 INFO [org.jboss.ejb.EntityContainer] Starting
      2003-09-17 12:41:57,650 DEBUG [org.jboss.ejb.EntityContainer] Begin java:comp/env for EJB: AlertEJB
      2003-09-17 12:41:57,651 DEBUG [org.jboss.ejb.EntityContainer] TCL: java.net.URLClassLoader@9f3e95
      2003-09-17 12:41:57,677 DEBUG [org.jboss.ejb.EntityContainer] Binding resource manager: java:jdbc/AlertDB to JDNI ENC as: jdbc/AlertDB
      2003-09-17 12:41:57,680 DEBUG [org.jboss.ejb.EntityContainer] End java:comp/env for EJB: AlertEJB

      In the server log on NT, I get

      2003-09-17 12:23:09,265 DEBUG [org.jboss.system.ServiceController] starting service jboss.j2ee:jndiName=AlertLocalHome,service=EJB
      2003-09-17 12:23:09,265 INFO [org.jboss.ejb.EntityContainer] Starting
      2003-09-17 12:23:09,265 DEBUG [org.jboss.ejb.EntityContainer] Begin java:comp/env for EJB: AlertEJB
      2003-09-17 12:23:09,265 DEBUG [org.jboss.ejb.EntityContainer] TCL: java.net.URLClassLoader@541318
      2003-09-17 12:23:09,275 DEBUG [org.jboss.ejb.EntityContainer] Binding resource manager: java:jdbc/AlertDB to JDNI ENC as: jdbc/AlertDB
      2003-09-17 12:23:09,275 DEBUG [org.jboss.ejb.EntityContainer] End java:comp/env for EJB: AlertEJB
      2003-09-17 12:23:09,395 DEBUG [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJBLocalHome of AlertEJB to AlertLocalHome
      2003-09-17 12:23:09,395 INFO [org.jboss.ejb.plugins.EntityInstancePool] Starting


      In Solaris it doesn't get as far as the last 2 statements. Anyone got any ideas ?

      Regards
      Rob