[
https://issues.jboss.org/browse/JBAS-8024?page=com.atlassian.jira.plugin....
]
Jithendra Babu commented on JBAS-8024:
--------------------------------------
I am still getting the same issue. Is there any solution for this ?
15:37:11,709 SEVERE [config] Unable to process annotations for url,
vfs:/D:/servers/jboss-6.0.0.Final/server/default/deploy/ebreez.war/WEB-INF/lib/richfaces-core-impl-4.0.0.Final.jar/META-INF/faces-config.xml.
Reason: java.util.zip.ZipException: error in opening zip file
15:37:11,709 SEVERE [config] : java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method) [:1.6.0_23]
at java.util.zip.ZipFile.<init>(Unknown Source) [:1.6.0_23]
at java.util.jar.JarFile.<init>(Unknown Source) [:1.6.0_23]
at sun.net.www.protocol.jar.URLJarFile.<init>(Unknown Source) [:1.6.0_23]
I am using the JBOSS 6.0 Final version. It is not supporting Richfaces jars. Is there any
workaround for this.
Please help on this.
Weld deployments fail with "Error in zip file" message
------------------------------------------------------
Key: JBAS-8024
URL:
https://issues.jboss.org/browse/JBAS-8024
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: VFS
Affects Versions: 6.0.0.M3
Reporter: jaikiran pai
Assignee: John Bailey
Priority: Critical
Fix For: 6.0.0.M4
Attachments: rf4app-1.0-SNAPSHOT.war, richfaces-showcase.war,
weld-numberguess.war
More than one user has now reported that weld deployments which used to work in earlier
AS versions (6.0.0.M2) have started failing in M3 with the following error:
18:51:45,567 SEVERE [javax.enterprise.resource.webcontainer.jsf.config] :
java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method) [:1.6.0_17]
at java.util.zip.ZipFile.<init>(ZipFile.java:114) [:1.6.0_17]
at java.util.jar.JarFile.<init>(JarFile.java:133) [:1.6.0_17]
at sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:67)
[:1.6.0_17]
at sun.net.www.protocol.jar.URLJarFile$1.run(URLJarFile.java:214) [:1.6.0_17]
at java.security.AccessController.doPrivileged(Native Method) [:1.6.0_17]
at sun.net.www.protocol.jar.URLJarFile.retrieve(URLJarFile.java:198) [:1.6.0_17]
at sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:50)
[:1.6.0_17]
at sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:68)
[:1.6.0_17]
at sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:104)
[:1.6.0_17]
at sun.net.www.protocol.jar.JarURLConnection.getJarFile(JarURLConnection.java:71)
[:1.6.0_17]
at
com.sun.faces.config.AnnotationScanner.processClasspath(AnnotationScanner.java:290)
[:2.0.2-FCS]
at
com.sun.faces.config.AnnotationScanner.getAnnotatedClasses(AnnotationScanner.java:215)
[:2.0.2-FCS]
at
com.sun.faces.config.ConfigManager$AnnotationScanTask.call(ConfigManager.java:765)
[:2.0.2-FCS]
at
com.sun.faces.config.ConfigManager$AnnotationScanTask.call(ConfigManager.java:736)
[:2.0.2-FCS]
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
[:1.6.0_17]
at java.util.concurrent.FutureTask.run(FutureTask.java:138) [:1.6.0_17]
at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:329)
[:2.0.2-FCS]
at
com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:223)
[:2.0.2-FCS]
at
org.jboss.web.jsf.integration.config.JBossJSFConfigureListener.contextInitialized(JBossJSFConfigureListener.java:72)
[:6.0.0.20100429-M3]
Please see the referenced forum thread for the complete details
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira