JDK-4506970 : RAS: Vtest, Vmark server immediately Fail in merlin_b80 c2 on win2ksp1
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 1.4.0
  • Priority: P1
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_2000
  • CPU: x86
  • Submitted: 2001-09-25
  • Updated: 2001-09-26
  • Resolved: 2001-09-26
Related Reports
Duplicate :  
Description
RAS: Vtest, Vmark server immediately Fail in merlin_b80 c2 on win2ksp1

JDK version
=============
java version "1.4.0-beta3"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta3-b80)
Java HotSpot(TM) Server VM (build 1.4.0-beta3-b80, mixed mode)

Platform
=============
Windows_NT JTG-WIN4 5 00 586

Error message
=============
java.lang.NoClassDefFoundError
        at java.io.FileOutputStream.getChannel(FileOutputStream.java:309)
        at java.io.OutputStreamWriter$CharsetByteOutputter.<init>(OutputStreamWr
iter.java:300)
        at java.io.OutputStreamWriter.setup(OutputStreamWriter.java:93)
        at java.io.OutputStreamWriter.<init>(OutputStreamWriter.java:135)
        at java.io.FileWriter.<init>(FileWriter.java:62)
        at COM.volano.Main.?Unknown Source)
        at COM.volano.Main.<init>(Unknown Source)
        at COM.volano.Main.main(Unknown Source)
Exception in thread "main" Exception in thread "main"
run.big.common: shutdown_server()

Try -Xint already, and the results is the same!!

Notes
=============
please check http://jtgb4u4c.eng/bigapps for test results tables

Testing results are backupped in 
jtg-win1 that can be accessed by telnet (root/admin as id/passwd) or http://jtg-win1
  
How to reproduce bug:
telnet to the hosts shown in web for linux test machine with root/admin as id/passwd
goto z:/1.3NTscripts to execute script and d:/tmp to get the running results

for example: (refer the webpage for exact host)
telnet to jtg-win1 with root/admin as id/passwd
execute sh z:/1.3NTscripts/runxxxxx.ksh stab -server (give the "stab" as 1st para)
cd to d/tmp/runxxx.xxx-server to get the results
###@###.### 2001-09-25

Comments
EVALUATION Sounds more like a runtime bug, especially since it fails in -Xint ###@###.### 2001-09-25 It looks like nio.dll under <jdk installation dir>/jre/bin causes the regression. ( the error message is java.lang.NoClassDefFoundError at java.io.FileOutputStream.getChannel(FileOutputStream.java:309) the code at FileOutputStream.java:309 refers to class sun.nio.ch.FileChannelImpl ) I copied nio.dll from build 79 and kept everything else the same There is no immediate failure. The sizes of nio.dll in b79 and b80 are the same. ###@###.### 2001-09-25 I think this is a dup of 4505086 too. Why doesn't volano fail on jtg-win2 and jtg-win11 though? ###@###.### 2001-09-26
25-09-2001