JDK-6224657 : TEST BUG: Test 5081700 fails with 1.4.2_07 b05 onwards on Windows2000 pro
  • Type: Bug
  • Component: other-libs
  • Sub-Component: other
  • Affected Version: 1.4.2,1.4.2_08
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows_nt,windows_xp
  • CPU: x86
  • Submitted: 2005-02-02
  • Updated: 2012-08-06
  • Resolved: 2005-02-11
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.4.2_08 b02Fixed
Related Reports
Relates :  
Description
Manual regression testcase  5081700 is failing in Win2000 Pro for 1.4.2_07-b05 onwards,this was fixed in 1.4.2_07-b03 but seems like the test is not passing even for that.

This seems like a testcase issue as I had gone through the actual bug description and used the attachments of bug 5081700 and ran it manually and that is passed.

But when this testcase given in http://jpseuwt-ap.sfbay.sun.com/testcases/142/5081700/  is used the test is failing.

Steps to REPRODUCE:
====================


1.Get the MS hot fix  for 867801 from the below link and install on the test machine
http://www.microsoft.com/technet/security/bulletin/MS04-025.mspx
2.Install JDK 1.4.2_07-b03 onwards.
3.Try to access the page Test5081700.html   from the location
http://jpseuwt-ap.sfbay.sun.com/testcases/142/5081700/

Below exception is thrown and the testcase is failing as per the instructions

Java(TM) Plug-in: Version 1.4.2_08
Using JRE version 1.4.2_08-ea Java HotSpot(TM) Client VM
User home directory = C:\Documents and Settings\Administrator
Proxy Configuration: Manual Configuration
     Proxy: http=webcache.aus.sun.com:8080,https=webcache.aus.sun.com:8080,ftp=webcache.aus.sun.com:8080,gopher=webcache.aus.sun.com:8080
     Proxy Overrides: webcache.aus.sun.com:8080,jpseuwt-ap


----------------------------------------------------
c:   clear console window
f:   finalize objects on finalization queue
g:   garbage collect
h:   display this help message
l:   dump classloader list
m:   print memory usage
o:   trigger logging
p:   reload proxy configuration
q:   hide console
r:   reload policy configuration
s:   dump system properties
t:   dump thread list
v:   dump thread stack
x:   clear classloader cache
0-5: set trace level to <n>
----------------------------------------------------
load: class Bug5081700.class not found.
java.lang.ClassNotFoundException: Bug5081700.class
	at sun.applet.AppletClassLoader.findClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at sun.applet.AppletClassLoader.loadClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at sun.applet.AppletClassLoader.loadCode(Unknown Source)
	at sun.applet.AppletPanel.createApplet(Unknown Source)
	at sun.plugin.AppletViewer.createApplet(Unknown Source)
	at sun.applet.AppletPanel.runLoader(Unknown Source)
	at sun.applet.AppletPanel.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: open HTTP connection failed.
	at sun.applet.AppletClassLoader.getBytes(Unknown Source)
	at sun.applet.AppletClassLoader.access$100(Unknown Source)
	at sun.applet.AppletClassLoader$1.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	... 10 more

###@###.### 2005-2-02 17:44:57 GMT

Comments
EVALUATION Correct the codebase value in .html file in webserver. ###@###.### 2005-2-02 18:28:26 GMT
02-02-2005