[ http://mc4j.org/jira/browse/STS-159?page=all ]
Tim Fennell updated STS-159:
----------------------------
Comment: was deleted
> Resolver Util can't open jars throws ZipException
> -------------------------------------------------
>
> Key: STS-159
> URL: http://mc4j.org/jira/browse/STS-159
> Project: Stripes
> Issue Type: Bug
> Affects Versions: Release 1.2.2
> Environment: Resin 3.0.18
> JDK 1.5
> Windows XP Pro
> Reporter: Terry D
> Assigned To: Tim Fennell
> Fix For: Release 1.3
>
>
> Stripes tries to open up the jar files to look inside, and it can't open
> them. I've tried it with on a few different machines with paths to the jar
> file being different, and I get the same ZipException error.
> [13:21:03.125] Checking URL
> 'jar:file:/f:/java-projects/webCMS/deploy/WEB-INF/lib/stripes.jar!/' for
> instances of net.sourceforge.stripes.action.ActionBean
> [13:21:03.125] Could not search jar file
> 'file:\f:\java-projects\webCMS\deploy\WEB-INF\lib\stripes.jar!' for
> implementations of net.sourceforge.stripes.action.ActionBean
> [13:21:03.125] java.util.zip.ZipException: The filename, directory name, or
> volume label syntax is incorrect
> [13:21:03.125] at java.util.zip.ZipFile.open(Native Method)
> [13:21:03.125] at java.util.zip.ZipFile.<init>(ZipFile.java:203)
> [13:21:03.125] at java.util.jar.JarFile.<init>(JarFile.java:132)
> [13:21:03.125] at java.util.jar.JarFile.<init>(JarFile.java:97)
> [13:21:03.125] at
> net.sourceforge.stripes.util.ResolverUtil.getImplementationsInJar(ResolverUtil.java:192)
> [13:21:03.125] at
> net.sourceforge.stripes.util.ResolverUtil.getImplementations(ResolverUtil.java:107)
> [13:21:03.125] at
> net.sourceforge.stripes.controller.ActionClassCache.init(ActionClassCache.java:47)
> [13:21:03.125] at
> net.sourceforge.stripes.controller.AnnotatedClassActionResolver.init(AnnotatedClassActionResolver.java:109)
> [13:21:03.125] at
> net.sourceforge.stripes.config.DefaultConfiguration.init(DefaultConfiguration.java:84)
> [13:21:03.125] at
> net.sourceforge.stripes.controller.StripesFilter.init(StripesFilter.java:113)
> [13:21:03.125] at
> com.caucho.server.dispatch.FilterManager.createFilter(FilterManager.java:134)
> [13:21:03.125] at
> com.caucho.server.dispatch.FilterManager.init(FilterManager.java:87)
> [13:21:03.125] at
> com.caucho.server.webapp.Application.start(Application.java:1600)
> [13:21:03.125] at
> com.caucho.server.deploy.DeployController.startImpl(DeployController.java:587)
> [13:21:03.125] at
> com.caucho.server.deploy.StartAutoRedeployAutoStrategy.startOnInit(StartAutoRedeployAutoStrategy.java:72)
> [13:21:03.125] at
> com.caucho.server.deploy.DeployController.startOnInit(DeployController.java:475)
> [13:21:03.125] at
> com.caucho.server.deploy.DeployContainer.start(DeployContainer.java:158)
> [13:21:03.125] at
> com.caucho.server.webapp.ApplicationContainer.start(ApplicationContainer.java:651)
> [13:21:03.125] at
> com.caucho.server.host.Host.start(Host.java:385)[13:21:03.125] at
> com.caucho.server.deploy.DeployController.startImpl(DeployController.java:587)
> [13:21:03.125] at
> com.caucho.server.deploy.StartAutoRedeployAutoStrategy.startOnInit(StartAutoRedeployAutoStrategy.java:72)
> [13:21:03.125] at
> com.caucho.server.deploy.DeployController.startOnInit(DeployController.java:475)
> [13:21:03.125] at
> com.caucho.server.deploy.DeployContainer.start(DeployContainer.java:158)
> [13:21:03.125] at
> com.caucho.server.host.HostContainer.start(HostContainer.java:467)
> [13:21:03.125] at
> com.caucho.server.resin.ServletServer.start(ServletServer.java:945)
> [13:21:03.125] at
> com.caucho.server.deploy.DeployController.startImpl(DeployController.java:587)
> [13:21:03.125] at
> com.caucho.server.deploy.AbstractDeployControllerStrategy.start(AbstractDeployControllerStrategy.java:56)
> [13:21:03.125] at
> com.caucho.server.deploy.DeployController.start(DeployController.java:483)
> [13:21:03.125] at
> com.caucho.server.resin.ResinServer.start(ResinServer.java:478)
> [13:21:03.125] at com.caucho.server.resin.Resin.init(Resin.java)
> [13:21:03.125] at com.caucho.server.resin.Resin.main(Resin.java:623)
> [13:21:03.125] Checking URL
> 'jar:file:/f:/java-projects/webCMS/deploy/WEB-INF/lib/webcms-1-0.jar!/' for
> instances of net.sourceforge.stripes.action.ActionBean
> [13:21:03.125] Could not search jar file
> 'file:\f:\java-projects\webCMS\deploy\WEB-INF\lib\webcms-1-0.jar!' for
> implementations of net.sourceforge.stripes.action.ActionBean
> [13:21:03.125] java.util.zip.ZipException: The filename, directory name, or
> volume label syntax is incorrect
> [13:21:03.125] at java.util.zip.ZipFile.open(Native Method)
> [13:21:03.125] at java.util.zip.ZipFile.<init>(ZipFile.java:203)
> [13:21:03.125] at java.util.jar.JarFile.<init>(JarFile.java:132)
> [13:21:03.125] at java.util.jar.JarFile.<init>(JarFile.java:97)
> [13:21:03.125] at
> net.sourceforge.stripes.util.ResolverUtil.getImplementationsInJar(ResolverUtil.java:192)
> [13:21:03.125] at
> net.sourceforge.stripes.util.ResolverUtil.getImplementations(ResolverUtil.java:107)
> [13:21:03.125] at
> net.sourceforge.stripes.controller.ActionClassCache.init(ActionClassCache.java:47)
> [13:21:03.125] at
> net.sourceforge.stripes.controller.AnnotatedClassActionResolver.init(AnnotatedClassActionResolver.java:109)
> [13:21:03.125] at
> net.sourceforge.stripes.config.DefaultConfiguration.init(DefaultConfiguration.java:84)
> [13:21:03.125] at
> net.sourceforge.stripes.controller.StripesFilter.init(StripesFilter.java:113)
> [13:21:03.125] at
> com.caucho.server.dispatch.FilterManager.createFilter(FilterManager.java:134)
> [13:21:03.125] at
> com.caucho.server.dispatch.FilterManager.init(FilterManager.java:87)
> [13:21:03.125] at
> com.caucho.server.webapp.Application.start(Application.java:1600)
> [13:21:03.125] at
> com.caucho.server.deploy.DeployController.startImpl(DeployController.java:587)
> [13:21:03.125] at
> com.caucho.server.deploy.StartAutoRedeployAutoStrategy.startOnInit(StartAutoRedeployAutoStrategy.java:72)
> [13:21:03.125] at
> com.caucho.server.deploy.DeployController.startOnInit(DeployController.java:475)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://mc4j.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development