0 Replies Latest reply on Feb 9, 2004 8:52 AM by glyn_walters

    Problem with farming using 3.2.1

    glyn_walters

      Hi

      I am running JBoss 3.2.1 on XP and W2K. I am using the out of the box configuration for clustering and farming. If I copy a .jar into the /farm directory of one of the servers it deploys immediately on that server. However it doesn't deploy on the second server until I send a ctrl-c to the command console JBoss is running in.

      There are no errors in that JBoss start-up process and no errors before or after the ctrl-c is sent:

      An example of this was that at 14:22 I deployed a .jar on one server. There was still nothing on the command console of the second server at 14:24. I sent a ctrl-c and the command console spooled out the lines shown below. This includes some processing it must have been doing at 14:22 but did not show me until I sent the ctrl-c. I guess a process must have been hanging. But there are no errors in the logs and the hot deployment works fine after the ctrl-c.

      14:22:18,109 INFO [FarmMemberService] farmDeployment(), deploy locally: C:\jboss-3.2.1\server\all\tmp\BBServer.jar
      14:24:52,453 INFO [MainDeployer] Starting deployment of package: file:/C:/jboss
      -3.2.1/server/all/farm/BBServer.jar
      14:24:53,187 INFO [EjbModule] Creating
      14:24:53,218 INFO [EjbModule] Deploying BBClientEJB
      14:24:53,296 INFO [EjbModule] Deploying BBClientSessionEJB
      14:24:53,328 INFO [EjbModule] Deploying BBClientSessionManagerEJB
      14:24:53,359 INFO [EntityContainer] Creating
      14:24:53,375 INFO [EntityInstancePool] Creating
      14:24:53,390 INFO [EntityInstancePool] Created
      14:24:53,406 INFO [EntityContainer] Created
      14:24:53,421 INFO [StatelessSessionContainer] Creating
      14:24:53,421 INFO [StatelessSessionInstancePool] Creating
      14:24:53,437 INFO [StatelessSessionInstancePool] Created
      14:24:53,437 INFO [StatelessSessionContainer] Created
      14:24:53,453 INFO [StatelessSessionContainer] Creating
      14:24:53,453 INFO [StatelessSessionInstancePool] Creating
      14:24:53,468 INFO [StatelessSessionInstancePool] Created
      14:24:53,468 INFO [StatelessSessionContainer] Created
      14:24:53,468 INFO [EjbModule] Created
      14:24:53,484 INFO [EjbModule] Starting
      14:24:53,484 INFO [EntityContainer] Starting
      14:24:53,796 INFO [BBClientEJB] Table 'BBCLIENTEJB' already exists
      14:24:53,812 INFO [EntityInstancePool] Starting
      14:24:53,812 INFO [EntityInstancePool] Started
      14:24:53,812 INFO [EntityContainer] Started
      14:24:53,828 INFO [StatelessSessionContainer] Starting
      14:24:53,875 INFO [StatelessSessionInstancePool] Starting
      14:24:53,875 INFO [StatelessSessionInstancePool] Started
      14:24:53,875 INFO [StatelessSessionContainer] Started
      14:24:53,890 INFO [StatelessSessionContainer] Starting
      14:24:53,937 INFO [StatelessSessionInstancePool] Starting
      14:24:53,953 INFO [StatelessSessionInstancePool] Started
      14:24:53,968 INFO [StatelessSessionContainer] Started
      14:24:53,984 INFO [EjbModule] Started
      14:24:53,984 INFO [EJBDeployer] Deployed: file:/C:/jboss-3.2.1/server/all/farm/BBServer.jar
      14:24:54,015 INFO [MainDeployer] Deployed package: file:/C:/jboss-3.2.1/server/all/farm/BBServer.jar

      Any ideas what could be causing this?

      Thanks
      Glyn