[jboss-jira] [JBoss JIRA] (WFLY-2871) Deploying a 2nd WAR file gives VFS000017 for resteasy-spring module
Steve Storey (JIRA)
issues at jboss.org
Wed Feb 5 13:10:28 EST 2014
[ https://issues.jboss.org/browse/WFLY-2871?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Steve Storey updated WFLY-2871:
-------------------------------
Description:
* Download the nightly from https://ci.jboss.org/hudson/job/WildFly-latest-master/934/
* Start up in standalone mode
* Have 2 WAR files, and copy each individually into .../standalone/deployments/
* Observe that the 2nd one will always fail.
Sample trace:
{code}
18:02:17,349 ERROR [org.jboss.as.controller.management-operation] (DeploymentScanner-threads - 1) JBAS014613: Operation ("deploy") failed - address: ([("deployment" => "two.war")]) - failure description: {"JBAS014671: Failed services" => {"jboss.deployment.unit.\"two.war\".DEPENDENCIES" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"two.war\".DEPENDENCIES: JBAS018733: Failed to process phase DEPENDENCIES of deployment \"two.war\"
Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: java.io.IOException: VFS000017: Filesystem already mounted at mount point \"\"/opt/jboss/wildfly-8.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/resteasy/resteasy-spring/main/bundled/resteasy-spring.jar\"\"
Caused by: java.io.IOException: VFS000017: Filesystem already mounted at mount point \"\"/opt/jboss/wildfly-8.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/resteasy/resteasy-spring/main/bundled/resteasy-spring.jar\"\""}}
{code}
A stackoverflow poster appears to have the same problem: http://stackoverflow.com/questions/21565734/resteasy-spring-module-in-jboss-wildfly-8
was:
* Download the nightly from https://ci.jboss.org/hudson/job/WildFly-latest-master/934/
* Start up in standalone mode
* Have 2 WAR files, and copy each individually into .../standalone/deployments/
* Observe that the 2nd one will always fail.
Sample trace:
{code}
18:02:17,346 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-4) MSC000001: Failed to start service jboss.deployment.unit."paris-admin-1.0.war".DEPENDENCIES: org.jboss.msc.service.StartException in service jboss.deployment.unit."paris-admin-1.0.war".DEPENDENCIES: JBAS018733: Failed to process phase DEPENDENCIES of deployment "paris-admin-1.0.war"
SNAPSHOT]
Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: java.io.IOException: VFS000017: Filesystem already mounted at mount point ""/opt/jboss/wildfly-8.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/resteasy/resteasy-spring/main/bundled/resteasy-spring.jar""
SNAPSHOT]
Caused by: java.io.IOException: VFS000017: Filesystem already mounted at mount point ""/opt/jboss/wildfly-8.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/resteasy/resteasy-spring/main/bundled/resteasy-spring.jar""
18:02:17,349 ERROR [org.jboss.as.controller.management-operation] (DeploymentScanner-threads - 1) JBAS014613: Operation ("deploy") failed - address: ([("deployment" => "two.war")]) - failure description: {"JBAS014671: Failed services" => {"jboss.deployment.unit.\"two.war\".DEPENDENCIES" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"two.war\".DEPENDENCIES: JBAS018733: Failed to process phase DEPENDENCIES of deployment \"two.war\"
Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: java.io.IOException: VFS000017: Filesystem already mounted at mount point \"\"/opt/jboss/wildfly-8.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/resteasy/resteasy-spring/main/bundled/resteasy-spring.jar\"\"
Caused by: java.io.IOException: VFS000017: Filesystem already mounted at mount point \"\"/opt/jboss/wildfly-8.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/resteasy/resteasy-spring/main/bundled/resteasy-spring.jar\"\""}}
{code}
A stackoverflow poster appears to have the same problem: http://stackoverflow.com/questions/21565734/resteasy-spring-module-in-jboss-wildfly-8
> Deploying a 2nd WAR file gives VFS000017 for resteasy-spring module
> -------------------------------------------------------------------
>
> Key: WFLY-2871
> URL: https://issues.jboss.org/browse/WFLY-2871
> Project: WildFly
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Server
> Affects Versions: 8.0.0.Final
> Environment: Fedora 20, i686, Java 8b128
> Reporter: Steve Storey
> Assignee: Jason Greene
>
> * Download the nightly from https://ci.jboss.org/hudson/job/WildFly-latest-master/934/
> * Start up in standalone mode
> * Have 2 WAR files, and copy each individually into .../standalone/deployments/
> * Observe that the 2nd one will always fail.
> Sample trace:
> {code}
> 18:02:17,349 ERROR [org.jboss.as.controller.management-operation] (DeploymentScanner-threads - 1) JBAS014613: Operation ("deploy") failed - address: ([("deployment" => "two.war")]) - failure description: {"JBAS014671: Failed services" => {"jboss.deployment.unit.\"two.war\".DEPENDENCIES" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"two.war\".DEPENDENCIES: JBAS018733: Failed to process phase DEPENDENCIES of deployment \"two.war\"
> Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: java.io.IOException: VFS000017: Filesystem already mounted at mount point \"\"/opt/jboss/wildfly-8.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/resteasy/resteasy-spring/main/bundled/resteasy-spring.jar\"\"
> Caused by: java.io.IOException: VFS000017: Filesystem already mounted at mount point \"\"/opt/jboss/wildfly-8.0.0.Final-SNAPSHOT/modules/system/layers/base/org/jboss/resteasy/resteasy-spring/main/bundled/resteasy-spring.jar\"\""}}
> {code}
> A stackoverflow poster appears to have the same problem: http://stackoverflow.com/questions/21565734/resteasy-spring-module-in-jboss-wildfly-8
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list