Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-1579

auto-deploying exploded war loops

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • Major
    • 7.0.2.Final
    • 7.0.0.Beta1
    • Server
    • None
    • Hide

      Tested with birt viewer 3.7

      The war can be downloaded from here - http://download.eclipse.org/birt/downloads/

      The following deployment scanner configuration can be used: -

              <subsystem xmlns="urn:jboss:domain:deployment-scanner:1.0">
                  <deployment-scanner scan-interval="5000" relative-to="jboss.server.base.dir" path="deployments" auto-deploy-exploded="true" />
              </subsystem>
      
      Show
      Tested with birt viewer 3.7 The war can be downloaded from here - http://download.eclipse.org/birt/downloads/ The following deployment scanner configuration can be used: - <subsystem xmlns= "urn:jboss:domain:deployment-scanner:1.0" > <deployment-scanner scan-interval= "5000" relative-to= "jboss.server.base.dir" path= "deployments" auto-deploy-exploded= "true" /> </subsystem>

    Description

      setting /subsystem=deployment-scanner/scanner=default:write-attribute(name="auto-deploy-exploded", value="true") and deploying an exploded war loops with

      10:52:38,498 INFO [org.jboss.as] (Controller Boot Thread) JBoss AS 7.1.0.Alpha1-SNAPSHOT "Lightning" started in 26355ms - Started 520 of 577 services (57 services are passive or on-demand)
      10:52:38,524 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) Starting deployment of "birt.war"
      10:52:43,707 WARN [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry derbyLocale_cs.jar in "/C:/Java/AS/jboss-as-7.1.0.Alpha1-SNAPSHOT/standalone/deployments/birt.war/WEB-INF/lib/derby.jar" does not point to a valid jar for a Class-Path reference.
      10:52:43,708 WARN [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry derbyLocale_de_DE.jar in "/C:/Java/AS/jboss-as-7.1.0.Alpha1-SNAPSHOT/standalone/deployments/birt.war/WEB-INF/lib/derby.jar" does not point to a valid jar for a Class-Path reference.
      10:52:43,708 WARN [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry derbyLocale_es.jar in "/C:/Java/AS/jboss-as-7.1.0.Alpha1-SNAPSHOT/standalone/deployments/birt.war/WEB-INF/lib/derby.jar" does not point to a valid jar for a Class-Path reference.
      10:52:43,708 WARN [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry derbyLocale_fr.jar in "/C:/Java/AS/jboss-as-7.1.0.Alpha1-SNAPSHOT/standalone/deployments/birt.war/WEB-INF/lib/derby.jar" does not point to a valid jar for a Class-Path reference.
      10:52:43,708 WARN [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry derbyLocale_hu.jar in "/C:/Java/AS/jboss-as-7.1.0.Alpha1-SNAPSHOT/standalone/deployments/birt.war/WEB-INF/lib/derby.jar" does not point to a valid jar for a Class-Path reference.
      10:52:43,708 WARN [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry derbyLocale_it.jar in "/C:/Java/AS/jboss-as-7.1.0.Alpha1-SNAPSHOT/standalone/deployments/birt.war/WEB-INF/lib/derby.jar" does not point to a valid jar for a Class-Path reference.
      10:52:43,708 WARN [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry derbyLocale_ja_JP.jar in "/C:/Java/AS/jboss-as-7.1.0.Alpha1-SNAPSHOT/standalone/deployments/birt.war/WEB-INF/lib/derby.jar" does not point to a valid jar for a Class-Path reference.
      10:52:43,708 WARN [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry derbyLocale_ko_KR.jar in "/C:/Java/AS/jboss-as-7.1.0.Alpha1-SNAPSHOT/standalone/deployments/birt.war/WEB-INF/lib/derby.jar" does not point to a valid jar for a Class-Path reference.
      10:52:43,709 WARN [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry derbyLocale_pl.jar in "/C:/Java/AS/jboss-as-7.1.0.Alpha1-SNAPSHOT/standalone/deployments/birt.war/WEB-INF/lib/derby.jar" does not point to a valid jar for a Class-Path reference.
      10:52:43,709 WARN [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry derbyLocale_pt_BR.jar in "/C:/Java/AS/jboss-as-7.1.0.Alpha1-SNAPSHOT/standalone/deployments/birt.war/WEB-INF/lib/derby.jar" does not point to a valid jar for a Class-Path reference.
      10:52:43,709 WARN [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry derbyLocale_ru.jar in "/C:/Java/AS/jboss-as-7.1.0.Alpha1-SNAPSHOT/standalone/deployments/birt.war/WEB-INF/lib/derby.jar" does not point to a valid jar for a Class-Path reference.
      10:52:43,709 WARN [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry derbyLocale_zh_CN.jar in "/C:/Java/AS/jboss-as-7.1.0.Alpha1-SNAPSHOT/standalone/deployments/birt.war/WEB-INF/lib/derby.jar" does not point to a valid jar for a Class-Path reference.
      10:52:43,709 WARN [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry derbyLocale_zh_TW.jar in "/C:/Java/AS/jboss-as-7.1.0.Alpha1-SNAPSHOT/standalone/deployments/birt.war/WEB-INF/lib/derby.jar" does not point to a valid jar for a Class-Path reference.
      10:52:43,731 INFO [org.jboss.as.jpa] (MSC service thread 1-5) added javax.persistence.api dependency to birt.war
      10:52:44,024 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) Deploying JDBC-compliant driver class org.apache.derby.jdbc.AutoloadedDriver (version 10.5)
      10:52:44,863 INFO [org.jboss.web] (MSC service thread 1-3) registering web context: /birt
      10:52:44,948 INFO [org.jboss.as.server.controller] (DeploymentScanner-threads - 2) Deployed "birt.war"
      10:52:50,253 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) Stopped deployment birt.war in 210ms
      10:52:50,254 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) Starting deployment of "birt.war"
      10:52:52,759 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_cs.jar in "/C:/Java/AS/jboss-as-7.1.0.Alpha1-SNAPSHOT/standalone/deployments/birt.war/WEB-INF/lib/derby.jar" does not point to a valid jar for a Class-Path reference.
      10:52:52,759 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_de_DE.jar in "/C:/Java/AS/jboss-as-7.1.0.Alpha1-SNAPSHOT/standalone/deployments/birt.war/WEB-INF/lib/derby.jar" does not point to a valid jar for a Class-Path reference.
      10:52:52,759 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_es.jar in "/C:/Java/AS/jboss-as-7.1.0.Alpha1-SNAPSHOT/standalone/deployments/birt.war/WEB-INF/lib/derby.jar" does not point to a valid jar for a Class-Path reference.
      10:52:52,759 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_fr.jar in "/C:/Java/AS/jboss-as-7.1.0.Alpha1-SNAPSHOT/standalone/deployments/birt.war/WEB-INF/lib/derby.jar" does not point to a valid jar for a Class-Path reference.
      10:52:52,759 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_hu.jar in "/C:/Java/AS/jboss-as-7.1.0.Alpha1-SNAPSHOT/standalone/deployments/birt.war/WEB-INF/lib/derby.jar" does not point to a valid jar for a Class-Path reference.
      10:52:52,759 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_it.jar in "/C:/Java/AS/jboss-as-7.1.0.Alpha1-SNAPSHOT/standalone/deployments/birt.war/WEB-INF/lib/derby.jar" does not point to a valid jar for a Class-Path reference.
      10:52:52,759 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_ja_JP.jar in "/C:/Java/AS/jboss-as-7.1.0.Alpha1-SNAPSHOT/standalone/deployments/birt.war/WEB-INF/lib/derby.jar" does not point to a valid jar for a Class-Path reference.
      10:52:52,759 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_ko_KR.jar in "/C:/Java/AS/jboss-as-7.1.0.Alpha1-SNAPSHOT/standalone/deployments/birt.war/WEB-INF/lib/derby.jar" does not point to a valid jar for a Class-Path reference.
      10:52:52,760 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_pl.jar in "/C:/Java/AS/jboss-as-7.1.0.Alpha1-SNAPSHOT/standalone/deployments/birt.war/WEB-INF/lib/derby.jar" does not point to a valid jar for a Class-Path reference.
      10:52:52,760 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_pt_BR.jar in "/C:/Java/AS/jboss-as-7.1.0.Alpha1-SNAPSHOT/standalone/deployments/birt.war/WEB-INF/lib/derby.jar" does not point to a valid jar for a Class-Path reference.
      10:52:52,760 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_ru.jar in "/C:/Java/AS/jboss-as-7.1.0.Alpha1-SNAPSHOT/standalone/deployments/birt.war/WEB-INF/lib/derby.jar" does not point to a valid jar for a Class-Path reference.
      10:52:52,760 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_zh_CN.jar in "/C:/Java/AS/jboss-as-7.1.0.Alpha1-SNAPSHOT/standalone/deployments/birt.war/WEB-INF/lib/derby.jar" does not point to a valid jar for a Class-Path reference.
      10:52:52,760 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_zh_TW.jar in "/C:/Java/AS/jboss-as-7.1.0.Alpha1-SNAPSHOT/standalone/deployments/birt.war/WEB-INF/lib/derby.jar" does not point to a valid jar for a Class-Path reference.
      10:52:52,781 INFO [org.jboss.as.jpa] (MSC service thread 1-8) added javax.persistence.api dependency to birt.war
      10:52:53,020 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-6) Deploying JDBC-compliant driver class org.apache.derby.jdbc.AutoloadedDriver (version 10.5)
      10:52:53,703 INFO [org.jboss.web] (MSC service thread 1-6) registering web context: /birt
      10:52:53,733 INFO [org.jboss.as.server.controller] (DeploymentScanner-threads - 1) Replaced deployment "birt.war" with deployment "birt.war"
      10:52:59,018 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) Stopped deployment birt.war in 193ms
      10:52:59,019 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) Starting deployment of "birt.war"
      10:53:01,443 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_cs.jar in "/C:/Java/AS/jboss-as-7.1.0.Alpha1-SNAPSHOT/standalone/deployments/birt.war/WEB-INF/lib/derby.jar" does not point to a valid jar for a Class-Path reference.
      10:53:01,444 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_de_DE.jar in "/C:/Java/AS/jboss-as-7.1.0.Alpha1-SNAPSHOT/standalone/deployments/birt.war/WEB-INF/lib/derby.jar" does not point to a valid jar for a Class-Path reference.
      10:53:01,444 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_es.jar in "/C:/Java/AS/jboss-as-7.1.0.Alpha1-SNAPSHOT/standalone/deployments/birt.war/WEB-INF/lib/derby.jar" does not point to a valid jar for a Class-Path reference.
      10:53:01,444 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_fr.jar in "/C:/Java/AS/jboss-as-7.1.0.Alpha1-SNAPSHOT/standalone/deployments/birt.war/WEB-INF/lib/derby.jar" does not point to a valid jar for a Class-Path reference.
      10:53:01,444 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_hu.jar in "/C:/Java/AS/jboss-as-7.1.0.Alpha1-SNAPSHOT/standalone/deployments/birt.war/WEB-INF/lib/derby.jar" does not point to a valid jar for a Class-Path reference.
      10:53:01,444 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_it.jar in "/C:/Java/AS/jboss-as-7.1.0.Alpha1-SNAPSHOT/standalone/deployments/birt.war/WEB-INF/lib/derby.jar" does not point to a valid jar for a Class-Path reference.
      10:53:01,444 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_ja_JP.jar in "/C:/Java/AS/jboss-as-7.1.0.Alpha1-SNAPSHOT/standalone/deployments/birt.war/WEB-INF/lib/derby.jar" does not point to a valid jar for a Class-Path reference.
      10:53:01,444 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_ko_KR.jar in "/C:/Java/AS/jboss-as-7.1.0.Alpha1-SNAPSHOT/standalone/deployments/birt.war/WEB-INF/lib/derby.jar" does not point to a valid jar for a Class-Path reference.
      10:53:01,444 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_pl.jar in "/C:/Java/AS/jboss-as-7.1.0.Alpha1-SNAPSHOT/standalone/deployments/birt.war/WEB-INF/lib/derby.jar" does not point to a valid jar for a Class-Path reference.
      10:53:01,445 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_pt_BR.jar in "/C:/Java/AS/jboss-as-7.1.0.Alpha1-SNAPSHOT/standalone/deployments/birt.war/WEB-INF/lib/derby.jar" does not point to a valid jar for a Class-Path reference.
      10:53:01,445 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_ru.jar in "/C:/Java/AS/jboss-as-7.1.0.Alpha1-SNAPSHOT/standalone/deployments/birt.war/WEB-INF/lib/derby.jar" does not point to a valid jar for a Class-Path reference.
      10:53:01,445 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_zh_CN.jar in "/C:/Java/AS/jboss-as-7.1.0.Alpha1-SNAPSHOT/standalone/deployments/birt.war/WEB-INF/lib/derby.jar" does not point to a valid jar for a Class-Path reference.
      10:53:01,445 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_zh_TW.jar in "/C:/Java/AS/jboss-as-7.1.0.Alpha1-SNAPSHOT/standalone/deployments/birt.war/WEB-INF/lib/derby.jar" does not point to a valid jar for a Class-Path reference.
      10:53:01,456 INFO [org.jboss.as.jpa] (MSC service thread 1-5) added javax.persistence.api dependency to birt.war

      watching the deployments.folder you see both a birt.war.deployed and birt.war.isdeploying file

      Attachments

        Activity

          People

            darran.lofthouse@redhat.com Darran Lofthouse
            nickarls Nicklas Karlsson (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: