This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 151878 - [JDK 1.5] WebStart does not work
Summary: [JDK 1.5] WebStart does not work
Status: VERIFIED WONTFIX
Alias: None
Product: javafx
Classification: Unclassified
Component: Deployment (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Andrey Yamkovoy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-30 16:30 UTC by Alexandr Scherbatiy
Modified: 2008-11-05 16:35 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandr Scherbatiy 2008-10-30 16:30:30 UTC
JavaFX_NB_Plugin_NB65_promoted_installer: #21  Oct 30, 2008 3:39:53 AM 

 Product Version         = NetBeans IDE 6.5 RC2 (Build 200810270001)
  Operating System        = Windows XP version 5.1 running on x86
  Java; VM; Vendor        = 1.5.0_14; Java HotSpot(TM) Client VM 1.5.0_14-b03; Sun Microsystems Inc.
  Runtime                 = Java(TM) 2 Runtime Environment, Standard Edition 1.5.0_14-b03

Steps to reproduce:

- Create a JavaFX Script application
- Go to the project properties
- Select Run-> WebStart execution
- Run the project

 Download error:

JNLPException[category: Download Error : Exception: java.util.zip.ZipException: Filename too long : LaunchDesc: null ]
	at com.sun.javaws.cache.DownloadProtocol.doDownload(DownloadProtocol.java:669)
	at com.sun.javaws.cache.DownloadProtocol.getResource(DownloadProtocol.java:835)
	at com.sun.javaws.LaunchDownload.downloadJarFiles(LaunchDownload.java:739)
	at com.sun.javaws.LaunchDownload.downloadEagerorAll(LaunchDownload.java:662)
	at com.sun.javaws.Launcher.downloadResources(Launcher.java:1035)
	at com.sun.javaws.Launcher.handleApplicationDesc(Launcher.java:378)
	at com.sun.javaws.Launcher.handleLaunchFile(Launcher.java:218)
	at com.sun.javaws.Launcher.run(Launcher.java:165)
	at java.lang.Thread.run(Thread.java:595)



An error occurred while launching/running the application.

Title: JavaFXApplication3
Vendor: andromeda
Category: Download Error

Corrupted JAR file at http://jfx.sfbay.sun.com/hudson/job/javafx1.0/label=macosx-universal/767/artifact/build/macosx-
universal/release/javaws/desktop/eula.jar


Java Console:

Java Web Start 1.5.0_14
Using JRE version 1.5.0_14 Java HotSpot(TM) Client VM
User home directory = C:\Documents and Settings\andromeda
----------------------------------------------------
c:   clear console window
f:   finalize objects on finalization queue
g:   garbage collect
h:   display this help message
m:   print memory usage
o:   trigger logging
p:   reload proxy configuration
q:   hide console
r:   reload policy configuration
s:   dump system and deployment properties
t:   dump thread list
0-5: set trace level to <n>
----------------------------------------------------
#### Java Web Start Error:
#### Corrupted JAR file at http://jfx.sfbay.sun.com/hudson/job/javafx1.0/label=macosx-
universal/767/artifact/build/macosx-universal/release/javaws/desktop/eula.jar
Comment 1 Alexandr Scherbatiy 2008-10-30 16:45:29 UTC
JIRA issue: http://openjfx.java.sun.com/jira/browse/RT-1781
Comment 2 Alexandr Scherbatiy 2008-11-05 16:03:39 UTC
workaround: Use JDK 1.5u16
Comment 3 Andrey Yamkovoy 2008-11-05 16:33:37 UTC
Not plugin issue. Already fixed in the new JDK update.
Comment 4 Alexandr Scherbatiy 2008-11-05 16:35:45 UTC
verified