1 Reply Latest reply on Mar 4, 2002 9:28 AM by adrian.brock

    Urgent: Deployment problem

    rixc

      Hi all,

      A strange problem has suddenly appeared in our JBoss environment last Friday. When I redeploy a jar JBoss is not recognising the new jar. I have this problem even if I remove the jar first and then deploy it. The only workaround that I have found this is:
      1 stopping JBoss
      2 deleting all deployment jars
      3 deleting the contents of the db/sessions directory
      4 redeploying the jars
      5 starting up JBoss.

      As you can imagine this is not the best solution for a development environment. Please help as this is really holding up development!!

      I am running JBoss 2.4.4 with jdk 1.4.0

      Regards,

      Ricardo Coutinho

        • 1. Re: Urgent: Deployment problem

          You'll have to post a bit more information.
          Do you have any errors in the logs?

          Somebody was having a similar problem with
          redhat linux last month. When he eventually
          tracked it down it was due an external jndi
          context hanging which blocked the deployer during
          jndi operations.

          He reported the delayed deployment was only "temporary",
          i.e. it eventually deployed after about 20 mins.
          I assume this was some sort of timeout on the external
          jndi.

          Regards,
          Adrian