[jboss-jira] [JBoss JIRA] (WFLY-4483) Resteasy+Spring integration can result in double VFS mount if deployment fails
ehsavoie Hugonnet (JIRA)
issues at jboss.org
Thu Apr 2 09:02:19 EDT 2015
[ https://issues.jboss.org/browse/WFLY-4483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
ehsavoie Hugonnet updated WFLY-4483:
------------------------------------
Description:
I have a spring MVC war that failed during deployment because of some external resource missing ( a cassandra keyspace).
When I tried to deploy the war again after fixing the issue (through the web console) I got :
Caused by: java.io.IOException: VFS000017: Filesystem already mounted at mount point \"\"/wildfly/modules/system/layers/base/org/jboss/resteasy/resteasy-spring/main/bundled/resteasy-spring-jar/resteasy-spring-3.0.11.Final.jar
It looks like we are trying to mount the file again while the service managing the mounthandle hasn't stopped.
was:
I have a spring MVC war that failed during deployment because of some external resource missing.
When I tried to deploy the war again after fixing the issue I got :
> Resteasy+Spring integration can result in double VFS mount if deployment fails
> ------------------------------------------------------------------------------
>
> Key: WFLY-4483
> URL: https://issues.jboss.org/browse/WFLY-4483
> Project: WildFly
> Issue Type: Bug
> Components: REST
> Affects Versions: 9.0.0.Beta2
> Reporter: ehsavoie Hugonnet
> Assignee: Stuart Douglas
>
> I have a spring MVC war that failed during deployment because of some external resource missing ( a cassandra keyspace).
> When I tried to deploy the war again after fixing the issue (through the web console) I got :
> Caused by: java.io.IOException: VFS000017: Filesystem already mounted at mount point \"\"/wildfly/modules/system/layers/base/org/jboss/resteasy/resteasy-spring/main/bundled/resteasy-spring-jar/resteasy-spring-3.0.11.Final.jar
> It looks like we are trying to mount the file again while the service managing the mounthandle hasn't stopped.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
More information about the jboss-jira
mailing list