0 Replies Latest reply on Oct 14, 2008 9:28 AM by turanyi

    Redeploying of deployed processes

    turanyi

      Hi.
      When process is deployed and application server is restarted then application server redeploy this process again.
      There an issue because app server does not work it out.

      DEBUG [org.jboss.deployment.MainDeployer] Starting deployment of package: file:/usr/jboss/jboss-4.2.2GA/server/default/deploy/process.war
      DEBUG [org.jboss.web.WebModule] Starting jboss.web.deployment:war=process.war,id=-184595670
      DEBUG [org.jboss.web.tomcat.service.TomcatDeployer] warURL: file:/usr/jboss/jboss-4.2.2.GA/server/default/tmp/deploy/tmp43456process-exp.war/
      INFO [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/process, warUrl=.../tmp/deploy/tmp43456process-exp.war/
      ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/process]] Error configuring application listener of class org.jbpm.bpel.integration.server.IntegrationConfigurator
      ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/process]] Skipped installing application listeners due to previous error(s)
      DEBUG [org.jboss.web.WebModule] Starting failed jboss.web.deployment:war=process.war,id=-184595670
      DEBUG [org.jboss.util.NestedThrowable] org.jboss.util.NestedThrowable.detectDuplicateNesting=true
      org.jboss.deployment.DeploymentException: URL file:/usr/jboss/jboss-4.2.2.GA/server/default/tmp/deploy/tmp43456process-exp.war/ deployment failed
      


      So process does not working. You cannot start any instance. You have to deploy process again manualy.