3 Replies Latest reply on Apr 15, 2013 9:36 PM by samanosuke31

    Undeploying an app affects another deployed app

    samanosuke31

      Hi, I got this problem: I have two applications (beta_sfc and pruebas_sfc) deployed in my Jboss 7.1.1 and when I undeploy beta_sfc, pruebas_sfc gets affected.

      When I say "pruebas_sfc gets affected" I mean browsing http://server-url/pruebas_sfc returns http 503.

      After that I have to redeploy pruebas_sfc.

       

      This is the log of the server:

       

      [Server:server-one] 13:17:15,784 INFO  [org.jboss.modcluster.ModClusterService] (MSC service thread 1-1) All active sessions drained from context [/beta_sfc] in 0 seconds

      [Server:server-one] 13:17:15,794 INFO  [org.jboss.modcluster.ModClusterService] (MSC service thread 1-3) All active sessions drained from context [/pruebas_sfc] in 0 seconds

      [Server:server-one] 13:17:15,908 INFO  [org.infinispan.eviction.PassivationManagerImpl] (MSC service thread 1-3) ISPN000029: Passivating all entries to disk

      [Server:server-one] 13:17:15,909 INFO  [org.infinispan.eviction.PassivationManagerImpl] (MSC service thread 1-3) ISPN000030: Passivated 0 entries in 1 milliseconds

      [Server:server-one] 13:17:15,908 INFO  [org.infinispan.eviction.PassivationManagerImpl] (MSC service thread 1-1) ISPN000029: Passivating all entries to disk

      [Server:server-one] 13:17:15,910 INFO  [org.infinispan.eviction.PassivationManagerImpl] (MSC service thread 1-1) ISPN000030: Passivated 0 entries in 2 milliseconds

      [Server:server-one] 13:17:15,914 INFO  [org.jboss.as.clustering.infinispan] (MSC service thread 1-1) JBAS010282: Stopped //default-host//beta_sfc cache from web container

      [Server:server-one] 13:17:15,915 INFO  [org.quartz.core.QuartzScheduler] (MSC service thread 1-1) Scheduler MyScheduler_$_NON_CLUSTERED shutting down.

      [Server:server-one] 13:17:15,916 INFO  [org.quartz.core.QuartzScheduler] (MSC service thread 1-1) Scheduler MyScheduler_$_NON_CLUSTERED paused.

      [Server:server-one] 13:17:15,916 INFO  [org.quartz.core.QuartzScheduler] (MSC service thread 1-1) Scheduler MyScheduler_$_NON_CLUSTERED shutdown complete.

      [Server:server-one] 13:17:15,919 INFO  [org.jboss.as.clustering.infinispan] (MSC service thread 1-3) JBAS010282: Stopped //default-host//pruebas_sfc cache from web container

      [Server:server-one] 13:17:15,920 INFO  [org.quartz.core.QuartzScheduler] (MSC service thread 1-3) Scheduler MyScheduler_$_NON_CLUSTERED shutting down.

      [Server:server-one] 13:17:15,920 INFO  [org.quartz.core.QuartzScheduler] (MSC service thread 1-3) Scheduler MyScheduler_$_NON_CLUSTERED paused.

      [Server:server-one] 13:17:15,928 INFO  [org.quartz.core.QuartzScheduler] (MSC service thread 1-3) Scheduler MyScheduler_$_NON_CLUSTERED shutdown complete.

      [Server:server-one] 13:17:15,973 INFO  [org.infinispan.eviction.PassivationManagerImpl] (pool-16-thread-2) ISPN000029: Passivating all entries to disk

      [Server:server-one] 13:17:15,973 INFO  [org.infinispan.eviction.PassivationManagerImpl] (pool-16-thread-2) ISPN000030: Passivated 0 entries in 0 milliseconds

      [Server:server-one] 13:17:15,976 INFO  [org.jboss.as.clustering.infinispan] (pool-16-thread-2) JBAS010282: Stopped dist cache from web container

      [Server:server-one] 13:17:16,200 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015877: Stopped deployment beta_sfc.war in 422ms

      [Server:server-one] 13:17:16,292 INFO  [org.jboss.as.repository] (host-controller-connection-threads - 11) JBAS014901: Content removed from location /u01/forest/jboss-as-7.1.1.Final/domain/servers/server-one/data/content/48/945931757339f18051b23ba348824634e6c676/content

      [Server:server-one] 13:17:16,292 INFO  [org.jboss.as.server] (host-controller-connection-threads - 11) JBAS018558: Undeployed "beta_sfc.war"

      [Server:server-one] 13:17:16,293 INFO  [org.jboss.as.controller] (host-controller-connection-threads - 11) JBAS014774: Service status report

      [Server:server-one] JBAS014775:    New missing/unsatisfied dependencies:

      [Server:server-one]       service jboss.cluster.web.lock (missing) dependents: [service jboss.web.deployment.default-host./pruebas_sfc.session]

      [Server:server-one]       service jboss.infinispan.web.___defaultcache.registry (missing) dependents: [service jboss.web.deployment.default-host./pruebas_sfc.session]

      [Server:server-one]

      [Host Controller] 13:17:16,308 INFO  [org.jboss.as.repository] (management-handler-thread - 18) JBAS014901: Content removed from location /u01/forest/jboss-as-7.1.1.Final/domain/data/content/48/945931757339f18051b23ba348824634e6c676/content

       

      As you can see there is a reference to pruebas_sfc on the "undeployment" of beta_sfc.

       

      Your help would be appreciated.