[jboss-jira] [JBoss JIRA] Updated: (JBAS-6117) IOException in VFS while undeploying a Seam example

Ales Justin (JIRA) jira-events at lists.jboss.org
Thu Nov 27 07:15:36 EST 2008


     [ https://jira.jboss.org/jira/browse/JBAS-6117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ales Justin updated JBAS-6117:
------------------------------

    Workaround Description: 
Adding proper jboss-structure.xml to top META-INF fixes this, as it will make a temp copy,
hence it will still find it on undeploy.
 - https://www.jboss.org/community/docs/DOC-13178

<structure>
    <context modification="temp">
        <path name=""/>
        <metaDataPath>
         <path name="META-INF"/>
      </metaDataPath>
      <classpath>
            <path name="lib" suffixes=".jar"/>
        </classpath>
    </context>
   ...
</structure>

                Workaround: [Workaround Exists]


> 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