1 Reply Latest reply on Jun 6, 2005 7:44 AM by n2

    EJB Deployment very slow

    n2

      Hello,

      i try to deploy an EAR-File to JBoss 4.0.2 on a Linux machine with 500mb ram. In the EAR i have 5 EJB-modules and one web-module. One of the EJB-moule has about 50 beans. Sometimes it takes 1 minute per bean to dploy the beans of this module, sometimes it takes 1 or 2 two minute to deploy the module at all.
      any ideas?

      -Daniel.

        • 1. Re: EJB Deployment very slow
          n2

          in the log i see the following output while deployment:

          ...
          2005-06-05 16:48:17,103 DEBUG [org.jboss.ejb.EjbModule] startService, starting container: com.carano.automotive.fahrzeug.FahrzeugartRemotehandlerHome
          2005-06-05 16:49:17,123 DEBUG [org.jboss.ejb.EjbModule] startService, starting container: com.carano.automotive.fahrzeug.FahrzeuggruppeRemotehandlerHome
          2005-06-05 16:50:17,144 DEBUG [org.jboss.ejb.EjbModule] startService, starting container: com.carano.automotive.fahrzeug.FahrzeugklasseRemotehandlerHome
          ...
          

          As you cann see it takes one minute for every bean. This is to slow for developing and debugging an application.