1 Reply Latest reply on Oct 7, 2013 6:17 AM by ctomc

    JBoss domain slow deployment

    keiji13

      Hi,

       

      I'm encountering slow deployment in a JBoss domain environment. The weird thing is that we encounter this in our PROD environment. In our STAGING environment, our deployment takes only 15-17secs, but in our PROD environment it takes around 15-17mins, considering that our PROD environment has more resources and that our STAGING environment is only a virtual machine. Same number of web applications are deployed, and there are no exception in the logs. It only freezes at particular times (i.e. undeploying web application, reading WSDL file from webservice), and then resumes after a while.

       

      Need help pls.

       

      Thanks,

      JayL Conaco

        • 1. Re: JBoss domain slow deployment
          ctomc

          keiji13 wrote:

           

          It only freezes at particular times (i.e. undeploying web application, reading WSDL file from webservice), and then resumes after a while.

           

          does your wsdl contain xsds that cannot be resolved locally and it connects to internet to resolve them?

          i would guess that you production system does not have access to internet but staging does.

          also is OS / JDK same between PROD / STAGING?