1 Reply Latest reply on Mar 24, 2002 2:37 PM by weffen

    Deploying loop

    thorsten

      Hi All
      I use Jboss 3.0 beta. I created two simple entity objects:
      AllParty and AllAddress. When I deloy the jar archive i come into a deploying loop but no error messages appear:

      Here the messages:

      02:19:42,392 INFO [MainDeployer] Deploying: file:/F:/jboss/deploy/party-struct.
      jar
      02:19:42,472 INFO [EJBDeployer] Deploying AllParty
      02:19:42,763 INFO [EJBDeployer] Deploying AllAddress
      02:19:43,243 INFO [EnterpriseContextCachePolicy] Cache policy scheduler started

      02:19:43,544 INFO [AllAddress] Created table 'AllAddress' successfully.
      02:19:43,574 INFO [AllParty] Created table 'AllParty' successfully.
      02:19:43,594 INFO [MainDeployer] Undeploying file:/F:/jboss/deploy/party-struct
      .jar
      02:19:43,614 INFO [EJBDeployer] Undeploying:file:/F:/jboss/deploy/party-struct.
      jar
      02:19:43,624 INFO [MainDeployer] could not delete directory file:/F:/jboss/tmp/
      deploy/70.party-struct.jar restart will delete it
      02:19:43,644 INFO [MainDeployer] Undeployed file:/F:/jboss/deploy/party-struct.
      jar
      02:19:43,654 INFO [MainDeployer] Deploying: file:/F:/jboss/deploy/party-struct.
      jar
      02:19:43,734 INFO [EJBDeployer] Deploying AllParty
      02:19:43,734 INFO [EJBDeployer] Deploying AllAddress
      02:19:43,834 INFO [AllAddress] Table 'AllAddress' already exists
      02:19:43,844 INFO [AllParty] Table 'AllParty' already exists
      02:19:48,871 INFO [MainDeployer] Undeploying file:/F:/jboss/deploy/party-struct
      .jar
      02:19:48,871 INFO [EJBDeployer] Undeploying:file:/F:/jboss/deploy/party-struct.
      jar
      02:19:48,871 INFO [MainDeployer] could not delete directory file:/F:/jboss/tmp/
      deploy/71.party-struct.jar restart will delete it
      02:19:48,871 INFO [MainDeployer] Undeployed file:/F:/jboss/deploy/party-struct.
      jar
      02:19:48,871 INFO [MainDeployer] Deploying: file:/F:/jboss/deploy/party-struct.
      jar
      02:19:48,921 INFO [EJBDeployer] Deploying AllParty
      02:19:48,921 INFO [EJBDeployer] Deploying AllAddress
      02:19:49,002 INFO [AllAddress] Table 'AllAddress' already exists
      02:19:49,002 INFO [AllParty] Table 'AllParty' already exists
      02:19:54,019 INFO [MainDeployer] Undeploying file:/F:/jboss/deploy/party-struct
      .jar
      .....
      etc

        • 1. Re: Deploying loop
          weffen

          Yes, i also meet the same problem, alpha version is OK, but i deploy the same ejb jar file to beta jboss, just enter the dead loop!!!

          Why???....

          I cannot solve the problem even it is 03:38 am here!!!
          Anyone can help me?