JDK-4943234 : JWS3 test case can't proceed due to IOException
  • Type: Bug
  • Component: deploy
  • Sub-Component: deployment_toolkit
  • Affected Version: 1.4.2,5.0
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic,windows_2003,windows_xp
  • CPU: generic,x86
  • Submitted: 2003-10-24
  • Updated: 2004-01-29
  • Resolved: 2004-01-29
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
1.0 1.0Fixed
Related Reports
Duplicate :  
Duplicate :  
Description
Bundle: j2sdk-1_5_0-beta-bin-b24-windows-i586-15_oct_2003.exe
Platform: Windows Server 2003, SE
Test case: http://sekai.sfbay/projects3/java_websvcs_j2se_1.5_tiger_l10n/java_websvcs_j2se_1.5_tiger_l10n/web/test_cases/jws/opt-out_jws_testcases.html#3

The following exception occurred during autodownload.
----------------------------------------------------------
java.io.IOException
	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
	at com.sun.javaws.net.BasicNetworkLayer.doRequest(Unknown Source)
	at com.sun.javaws.net.BasicNetworkLayer.doGetRequest(Unknown Source)
	at com.sun.javaws.cache.DownloadProtocol.doDownload(Unknown Source)
	at com.sun.javaws.cache.DownloadProtocol.getResource(Unknown Source)
	at com.sun.javaws.LaunchDownload.downloadJarFiles(Unknown Source)
	at com.sun.javaws.LaunchDownload.downloadEagerorAll(Unknown Source)
	at com.sun.javaws.Launcher.downloadResources(Unknown Source)
	at com.sun.javaws.Launcher.handleApplicationDesc(Unknown Source)
	at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)
	at com.sun.javaws.Launcher.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: http://java.sun.com/webapps/jawsautodl/AutoDL/j2se/javaws-1_0_1-j2re-1_4_1-inst-windows-i586-i.jar
	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
	at java.net.HttpURLConnection.getResponseCode(Unknown Source)
	... 11 more

----------------------------------------------------------

And also, it changes the behavior using Windows XP as follows.
JNLPException occurred.
----------------------------------------------------------
JNLPException[category: ��N������t��@��C������G������[ : Exception: null : LaunchDesc: 
<jnlp spec="1.0+" codebase="http://java.sun.com/webapps/jawsautodl/AutoDL/j2se/">
  <information>
    <title>J2RE 1.4.1 Installer (I)</title>
    <vendor>Sun Microsystems, Inc.</vendor>
    <homepage href="null"/>
  </information>
  <security>
    <all-permissions/>
  </security>
  <resources>
    <j2se href="http://java.sun.com/products/autodl/j2se" version="1.3+"/>
    <jar href="http://java.sun.com/webapps/jawsautodl/AutoDL/j2se/javaws-1_0_1-j2re-1_4_1-inst-windows-i586-i.jar" download="eager" main="false"/>
    <jar href="http://java.sun.com/webapps/jawsautodl/AutoDL/j2se/javaws-1_0_1-j2re-1_4_1-data-windows-i586-i.jar" download="lazy" main="false"/>
    <property name="javaVersion" value="1.4.1"/>
    <property name="platformVersion" value="1.4"/>
    <property name="installerLocation" value="javaws-1_0_1-j2re-1_4_1-data-windows-i586-i.jar"/>
    <property name="installerEntry" value="jre.dat"/>
    <property name="licenseEntry" value="LICENSE"/>
    <property name="lib" value="j2re-installer"/>
    <property name="msvcrt.versionMS" value="60000"/>
    <property name="msvcrt.versionLS" value="20910000"/>
    <property name="execString" value="{0} -s -a -s -f1{1}"/>
    <property name="javaPath" value="bin\\javaw.exe"/>
    <property name="verbose" value="true"/>
    <property name="hopper" value="true"/>
    <property name="isWindowsInstall" value="true"/>
    <jar href="http://java.sun.com/webapps/jawsautodl/AutoDL/j2se/javaws-1_0_1-j2re-1_4_1-native-windows-i586-i.jar" download="eager" main="false"/>
  </resources>
  <installer-desc main-class="com.sun.webstart.installers.Main"/>
</jnlp> ]
	at com.sun.javaws.Launcher.executeInstallers(Unknown Source)
	at com.sun.javaws.Launcher.handleApplicationDesc(Unknown Source)
	at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)
	at com.sun.javaws.Launcher.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
----------------------------------------------------------

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: 1.0 FIXED IN: 1.0 INTEGRATED IN: 1.0
14-06-2004

EVALUATION this is about non-responsivness of the server on java.sun.com, and is not in tiger. It may be in the servlet we post to the web, but that is not built out of the tiger workspace. ###@###.### 2003-11-24
24-11-2003