Java重写+malformed,java.lang.IllegalArgumentException: MALFORMED 问题解决

Java重写+malformed,java.lang.IllegalArgumentException: MALFORMED 问题解决eclipse跑的时候没有任何问题,打成war放到jetty下启动报错:查找各种原因http://blog.csdn.net/zhangdaiscott/article/details/43792811后发现引用了My97DatePicker在下面有个中文命名的:开发包;应该是启动war包是因为中文路径的问题导致无法进行解压,报错,删掉这层目录,其他引用的位置修改即可。08-2320:18:1…

大家好,欢迎来到IT知识分享网。Java重写+malformed,java.lang.IllegalArgumentException: MALFORMED 问题解决

eclipse跑的时候没有任何问题,打成war放到jetty下启动报错:

查找各种原因

http://blog.csdn.net/zhangdaiscott/article/details/43792811

后发现引用了My97DatePicker 在下面有个中文命名的:开发包;

应该是启动war包是因为中文路径的问题导致无法进行解压,报错,删掉这层目录,其他引用的位置修改即可。

08-23 20:18:19.074 [main] WARN  org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:514) – Failed startup of context o.e.j.w.WebAppContext@3e84448c{/,file:/app/jetty/server/ESG_CCMP_CORE_CNSZ22_JETTY_APP_CORE_01/work/jetty-10.202.21.145-8080-ccmp-core-V1.2.war-_-any-/webapp/,null}{/ccmp-core-V1.2.war} java.lang.IllegalArgumentException: MALFORMED at java.util.zip.ZipCoder.toString(ZipCoder.java:58) ~[na:1.8.0_25] at java.util.zip.ZipFile.getZipEntry(ZipFile.java:567) ~[na:1.8.0_25] at java.util.zip.ZipFile.access$900(ZipFile.java:61) ~[na:1.8.0_25] at java.util.zip.ZipFile$ZipEntryIterator.next(ZipFile.java:525) ~[na:1.8.0_25] at java.util.zip.ZipFile$ZipEntryIterator.nextElement(ZipFile.java:500) ~[na:1.8.0_25] at java.util.zip.ZipFile$ZipEntryIterator.nextElement(ZipFile.java:481) ~[na:1.8.0_25] at java.util.jar.JarFile$JarEntryIterator.next(JarFile.java:257) ~[na:1.8.0_25] at java.util.jar.JarFile$JarEntryIterator.nextElement(JarFile.java:266) ~[na:1.8.0_25] at java.util.jar.JarFile$JarEntryIterator.nextElement(JarFile.java:247) ~[na:1.8.0_25] at org.eclipse.jetty.util.resource.JarFileResource.exists(JarFileResource.java:190) ~[jetty-util-9.2.7.v20150116.jar:9.2.7.v20150116] at org.eclipse.jetty.webapp.MetaInfConfiguration.scanForFragment(MetaInfConfiguration.java:242) ~[jetty-webapp-9.2.7.v20150116.jar:9.2.7.v20150116] at org.eclipse.jetty.webapp.MetaInfConfiguration.scanJars(MetaInfConfiguration.java:134) ~[jetty-webapp-9.2.7.v20150116.jar:9.2.7.v20150116] at org.eclipse.jetty.webapp.MetaInfConfiguration.preConfigure(MetaInfConfiguration.java:86) ~[jetty-webapp-9.2.7.v20150116.jar:9.2.7.v20150116] at org.eclipse.jetty.webapp.WebAppContext.preConfigure(WebAppContext.java:468) ~[jetty-webapp-9.2.7.v20150116.jar:9.2.7.v20150116] at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:504) ~[jetty-webapp-9.2.7.v20150116.jar:9.2.7.v20150116] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.2.7.v20150116.jar:9.2.7.v20150116] at org.eclipse.jetty.deploy.bindings.StandardStarter.processBinding(StandardStarter.java:41) [jetty-deploy-9.2.7.v20150116.jar:9.2.7.v20150116] at org.eclipse.jetty.deploy.AppLifeCycle.runBindings(AppLifeCycle.java:186) [jetty-deploy-9.2.7.v20150116.jar:9.2.7.v20150116] at org.eclipse.jetty.deploy.DeploymentManager.requestAppGoal(DeploymentManager.java:498) [jetty-deploy-9.2.7.v20150116.jar:9.2.7.v20150116] at org.eclipse.jetty.deploy.DeploymentManager.addApp(DeploymentManager.java:146) [jetty-deploy-9.2.7.v20150116.jar:9.2.7.v20150116] at org.eclipse.jetty.deploy.providers.ScanningAppProvider.fileAdded(ScanningAppProvider.java:180) [jetty-deploy-9.2.7.v20150116.jar:9.2.7.v20150116] at org.eclipse.jetty.deploy.providers.WebAppProvider.fileAdded(WebAppProvider.java:461) [jetty-deploy-9.2.7.v20150116.jar:9.2.7.v20150116] at org.eclipse.jetty.deploy.providers.ScanningAppProvider$1.fileAdded(ScanningAppProvider.java:64) [jetty-deploy-9.2.7.v20150116.jar:9.2.7.v20150116] at org.eclipse.jetty.util.Scanner.reportAddition(Scanner.java:609) [jetty-util-9.2.7.v20150116.jar:9.2.7.v20150116] at org.eclipse.jetty.util.Scanner.reportDifferences(Scanner.java:528) [jetty-util-9.2.7.v20150116.jar:9.2.7.v20150116] at org.eclipse.jetty.util.Scanner.scan(Scanner.java:391) [jetty-util-9.2.7.v20150116.jar:9.2.7.v20150116] at org.eclipse.jetty.util.Scanner.doStart(Scanner.java:313) [jetty-util-9.2.7.v20150116.jar:9.2.7.v20150116] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.2.7.v20150116.jar:9.2.7.v20150116] at org.eclipse.jetty.deploy.providers.ScanningAppProvider.doStart(ScanningAppProvider.java:150) [jetty-deploy-9.2.7.v20150116.jar:9.2.7.v20150116] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.2.7.v20150116.jar:9.2.7.v20150116] at org.eclipse.jetty.deploy.DeploymentManager.startAppProvider(DeploymentManager.java:560) [jetty-deploy-9.2.7.v20150116.jar:9.2.7.v20150116] at org.eclipse.jetty.deploy.DeploymentManager.doStart(DeploymentManager.java:235) [jetty-deploy-9.2.7.v20150116.jar:9.2.7.v20150116] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.2.7.v20150116.jar:9.2.7.v20150116] at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132) [jetty-util-9.2.7.v20150116.jar:9.2.7.v20150116] at org.eclipse.jetty.server.Server.start(Server.java:387) [jetty-server-9.2.7.v20150116.jar:9.2.7.v20150116] at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114) [jetty-util-9.2.7.v20150116.jar:9.2.7.v20150116] at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61) [jetty-server-9.2.7.v20150116.jar:9.2.7.v20150116] at org.eclipse.jetty.server.Server.doStart(Server.java:354) [jetty-server-9.2.7.v20150116.jar:9.2.7.v20150116] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.2.7.v20150116.jar:9.2.7.v20150116] at org.eclipse.jetty.xml.XmlConfiguration$1.run(XmlConfiguration.java:1255) [jetty-xml-9.2.7.v20150116.jar:9.2.7.v20150116] at java.security.AccessController.doPrivileged(Native Method) [na:1.8.0_25] at org.eclipse.jetty.xml.XmlConfiguration.main(XmlConfiguration.java:1174) [jetty-xml-9.2.7.v20150116.jar:9.2.7.v20150116] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[na:1.8.0_25] at org.eclipse.jetty.start.Main.invokeMain(Main.java:321) [start.jar:9.2.7.v20150116] at org.eclipse.jetty.start.Main.start(Main.java:817) [start.jar:9.2.7.v20150116] at org.eclipse.jetty.start.Main.main(Main.java:112) [start.jar:9.2.7.v20150116] 08-23 20:18:19.102 [main] INFO  org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:266) – Started

免责声明:本站所有文章内容,图片,视频等均是来源于用户投稿和互联网及文摘转载整编而成,不代表本站观点,不承担相关法律责任。其著作权各归其原作者或其出版社所有。如发现本站有涉嫌抄袭侵权/违法违规的内容,侵犯到您的权益,请在线联系站长,一经查实,本站将立刻删除。 本文来自网络,若有侵权,请联系删除,如若转载,请注明出处:https://yundeesoft.com/12214.html

(0)
上一篇 2024-03-16 09:00
下一篇 2024-03-16 14:26

相关推荐

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注

关注微信