Ticket #15428

java.util.zip.ZipInputStream.getNextEntry(ZipInputStream.java:144)

오픈 날짜: 2009-03-07 03:26 마지막 업데이트: 2009-10-07 23:52

Reporter:
소유자:
Type:
Status:
Closed
Component:
MileStone:
Priority:
5 - Medium
Severity:
5 - Medium
Resolution:
Fixed
File:
None

Details

Hi, I'm trying to load the Knopflerfish framework (http://www.knopflerfish.org/) on my windows mobile 5 with mySaifuJVM 0.4.5. I receive the error listed below: "java.util.zip.ZipInputStream.getNextEntry(ZipInputStream.java:144)" I tried to start the same framework with J9 and worked, so it is not a problem of the KF framework. Thanks in advance. Luigi

P.S.: the error log...

Knopflerfish OSGi framework, version 4.0.0 Copyright 2003-2006 Knopflerfish. All Rights Reserved.

See http://www.knopflerfish.org for more information. Loading xargs file \Scheda di memoria\Knopflerfish 2.0\init.xargs Loading xargs url file:/Scheda di memoria/Knopflerfish 2.0/props.xargs Removed existing fwdir \Scheda di memoria\Knopflerfish 2.0\fwdir Installed: file://\Scheda di memoria\Knopflerfish 2.0\jars\log\log_all-2.0.0.jar (id#1) Installed: file://\Scheda di memoria\Knopflerfish 2.0\jars\cm\cm_all-2.0.0.jar (id#2) Installed: file://\Scheda di memoria\Knopflerfish 2.0\jars\console\console_all-2.0.0.jar (id#3) Installed: file://\Scheda di memoria\Knopflerfish 2.0\jars\component\component_all-2.0.0.jar (id#4) Installed: file://\Scheda di memoria\Knopflerfish 2.0\jars\event\event_all-2.0.0.jar (id#5) Installed: file://\Scheda di memoria\Knopflerfish 2.0\jars\util\util-2.0.0.jar (id#6) Installed: file://\Scheda di memoria\Knopflerfish 2.0\jars\crimson\crimson-2.0.0.jar (id#7) Installed: file://\Scheda di memoria\Knopflerfish 2.0\jars\jsdk\jsdk-2.2.jar (id#8) Installed: file://\Scheda di memoria\Knopflerfish 2.0\jars\bundlerepository\bundlerepository_all-2.0.0.jar (id#9) Installed: file://\Scheda di memoria\Knopflerfish 2.0\jars\device\device_all-2.0.0.jar (id#10) Installed: file://\Scheda di memoria\Knopflerfish 2.0\jars\useradmin\useradmin_all-2.0.0.jar (id#11) Installed: file://\Scheda di memoria\Knopflerfish 2.0\jars\http\http_all-2.0.0.jar (id#12) Installed: file://\Scheda di memoria\Knopflerfish 2.0\jars\frameworkcommands\frameworkcommands-2.0.0.jar (id#13) Installed: file://\Scheda di memoria\Knopflerfish 2.0\jars\logcommands\logcommands-2.0.0.jar (id#14) Installed: file://\Scheda di memoria\Knopflerfish 2.0\jars\cm_cmd\cm_cmd-2.0.0.jar (id#15) Installed: file://\Scheda di memoria\Knopflerfish 2.0\jars\consoletty\consoletty-2.0.0.jar (id#16) Installed: file://\Scheda di memoria\Knopflerfish 2.0\jars\consoletelnet\consoletelnet-2.0.0.jar (id#17) Installed: file://\Scheda di memoria\Knopflerfish 2.0\jars\httproot\httproot-2.0.0.jar (id#18) Installed: file://\Scheda di memoria\Knopflerfish 2.0\jars\httpconsole\httpconsole-2.0.0.jar (id#19) java.io.IOException: Stream closed.

at java.util.zip.ZipInputStream.getNextEntry(ZipInputStream.java:144) at java.util.jar.JarInputStream.getNextEntry(JarInputStream.java:171) at org.knopflerfish.framework.bundlestorage.file.Archive.<init>(Archive.java:173) at org.knopflerfish.framework.bundlestorage.file.BundleArchiveImpl.<init>(BundleArchiveImpl.java:133) at org.knopflerfish.framework.bundlestorage.file.BundleStorageImpl.insertBundleJar(BundleStorageImpl.java:133) at org.knopflerfish.framework.Bundles.install0(Bundles.java:128) at org.knopflerfish.framework.PermissionOps.callInstall0(PermissionOps.java:249) at org.knopflerfish.framework.Bundles.install(Bundles.java:93) at org.knopflerfish.framework.Framework.installBundle(Framework.java:490) at org.knopflerfish.framework.Main.handleArgs(Main.java:266) at org.knopflerfish.framework.Main.main(Main.java:193) at java.lang.reflect.Method.invokeNative(Native Method) at java.lang.reflect.Method.invoke(Method.java:356) at java.lang.VMMainThread$1.run(VMMainThread.java) at java.lang.VMThread.run(VMThread.java:120)

Error: Command "-install file://\Scheda di memoria\Knopflerfish 2.0\jars\UserAgent/MultimediaUserAgent_api-0.0.1.jar" failed, Failed to install bundle: java.io.IOException: Stream closed. JVM exit(Main.java:266)

at org.knopflerfish.framework.Main.main(Main.java:193) at java.lang.reflect.Method.invokeNative(Native Method) at java.lang.reflect.Method.invoke(Method.java:356) at java.lang.VMMainThread$1.run(VMMainThread.java) at java.lang.VMThread.run(VMThread.java:120)

Error: Command "-install file://\Scheda di memoria\Knopflerfish 2.0\jars\UserAgent/MultimediaUserAgent_api-0.0.1.jar" failed, Failed to install bundle: java.io.IOException: Stream closed. JVM exit

Ticket History (3/7 Histories)

2009-03-07 03:26 Updated by: luigimc1980
  • New Ticket "java.util.zip.ZipInputStream.getNextEntry(ZipInputStream.java:144)" created
2009-03-07 08:36 Updated by: freebeans
  • Resolution Update from None to Duplicate
  • Component Update from (None) to v0.4.5
  • Priority Update from 9 - Highest to 5 - Medium
2009-03-07 09:22 Updated by: freebeans
  • Milestone Update from jvm0.4.6 (closed) to (None)
  • Severity Update from 9 - Highest to 5 - Medium
2009-03-12 00:54 Updated by: freebeans
댓글 올리기

ZipInputStream.getNextEntry() calls close() after getNextEntry() returns null. I think this is a GNU Classpath's bug, I've submitted this bug to bug report form. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39434

2009-10-07 09:25 Updated by: freebeans
  • Resolution Update from Duplicate to Remind
2009-10-07 23:40 Updated by: freebeans
  • Resolution Update from Remind to Fixed
  • Milestone Update from (None) to jvm0.4.6 (closed)
댓글 올리기

Fixed. (Reported bug report is still 'UNCONFIRMED')

2009-10-07 23:52 Updated by: freebeans
  • Status Update from Open to Closed
  • Ticket Close date is changed to 2009-10-07 23:52

Attachment File List

No attachments

Edit

Please login to add comment to this ticket » Login