[jboss-jira] [JBoss JIRA] Created: (JBAS-6117) IOException in VFS while undeploying a Seam example
Jay Balunas (JIRA)
jira-events at lists.jboss.org
Mon Oct 20 11:03:21 EDT 2008
IOException in VFS while undeploying a Seam example
---------------------------------------------------
Key: JBAS-6117
URL: https://jira.jboss.org/jira/browse/JBAS-6117
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Deployers
Affects Versions: JBossAS-5.0.0.CR2
Environment: JDK6
AS 5 CR2
Fedora 8
Reporter: Jay Balunas
Assignee: Ales Justin
Fix For: JBossAS-5.0.0.GA
The exception below is thrown multiple times when attempting to undeploy the seam wicket example from AS 5 CR2.
To reproduce download and/or build the latest Seam 2.1.0 (trunk) release. Navigate to rhe $SEAM/examples/wicket directory and type "ant archive". Then deploy $SEAM/examples/wicket/dist/jboss-seam-wicket-booking.ear to AS 5. Then attempt to undeploy the example by deleting the EAR file. You should see the exception below.
Caused by: java.io.IOException: Child not found jboss-seam-wicket-booking.ear/lib/wicket.jar/org/apache/wicket/Application.properties for FileHandler at 21707409[path context=file:/jboss/projects/seam/2.1.0.GA/jboss-5.0.0.CR2/server/default/deploy/ real=file:/jboss/projects/seam/2.1.0.GA/jboss-5.0.0.CR2/server/default/deploy/]
at org.jboss.virtual.VFS.findChild(VFS.java:211)
at org.jboss.virtual.plugins.vfs.VirtualFileURLConnection.resolveCachedVirtualFile(VirtualFileURLConnection.java:122)
at org.jboss.virtual.plugins.vfs.VirtualFileURLConnection.getVirtualFile(VirtualFileURLConnection.java:144)
at org.jboss.virtual.plugins.vfs.VirtualFileURLConnection.getLastModified(VirtualFileURLConnection.java:89)
... 4 more
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list