-
Bug
-
Resolution: Fixed
-
P4
-
5.0u1
-
beta
-
x86
-
windows_2003
-
Verified
Filed by : J2SE-SQA team (###@###.###)
J2SE : 5.0_01 b03
JCK : JCK1.4a-compiler
Platform[s] : Windows 2003 Server
switch/Mode : javac -source1.4 -target1.4 (java used: latest 1.4.2)
JCK test owner : http://javaweb.sfbay/jcce/tcks/jck/docs/others/owners.jto
Failing Test [s] : Total 12
api/java_rmi/rmic/skel/TestRemote0/index.html#Void
api/java_rmi/rmic/skel/TestRemote1/index.html#Several
api/java_rmi/rmic/skel/TestRemote2/index.html#Primitive
api/java_rmi/rmic/skel/TestRemote3/index.html#Primitive
api/java_rmi/rmic/skel/TestRemote4/index.html#Reference
api/java_rmi/rmic/skel/TestRemote5/index.html#Reference
api/java_rmi/rmic/skel/TestRemote6/index.html#SeveralArgs
api/java_rmi/rmic/stub12/TestRemote0/index.html#Void
api/java_rmi/rmic/stub12/TestRemote8/index.html#TwoRemotes
api/java_rmi/rmic/stub12/TestRemote7/index.html#NonRemote
api/java_rmi/rmic/stub12/TestRemote9/index.html#AnotherRemoteImpl
api/java_rmi/rmic/stub12/TestRemote10/index.html#NonRemoteMethod
=====================
Test source location:
/net/jtgb4u4c.sfbay/export/sail16/JCK/jck14a/JCK-compiler-14a/tests/api/java_rmi/rmic/skel/
/net/jtgb4u4c.sfbay/export/sail11/JCK/jck14a/JCK-compiler-14a/tests/api/java_rmi/rmic/stub12/
=====================
jtr file location:
The jtr files are under the following base dir
/net/cady/export/dtf/unified/results/tiger_u1/b03/jck/jck-jck_compiler1.4.2-win2003/workDir/api/java_rmi/rmic
=====================
How to reproduce:
--------Script START---------------------
#!/bin/sh
JDK="c:/jdk/b03/windows-i586/jdk1.5.0_01"
OJDK="c:/jdk1.4.2_06/windows-i586"
#JCK="/net/jtgb4u4c/export/sail16/JCK/jck14a/JCK-compiler-14a"
JCK="Z:/sail16/JCK/jck14a/JCK-compiler-14a"
LOCAL="c:/jck/script/classes"
CLASSPATH="$LOCAL;$JCK/classes;$JCK/lib/javatest.jar"
FILE1="$JCK/tests/api/java_rmi/rmic/skel/TestRemote0/VoidTests.java"
TESTCASE="javasoft.sqe.jck.lib.rmic.TestRemote0Impl"
TEST="javasoft.sqe.tests.api.java.rmi.rmic.skel.TestRemote0.VoidTests -TestCaseI
D ALL"
echo `cat $JCK/build.txt | grep JCK_VERSION` `cat $JCK/build.txt | grep JCK_BUIL
D`
# section: testCompile.java
$JDK/bin/javac -source 1.4 -target 1.4 -d $LOCAL -cp $CLASSPATH $FILE1
# section:testRMIC
$JDK/bin/rmic -classpath $CLASSPATH -d $LOCAL $TESTCASE
# section:refExecute
SystemRoot="c:/Windows"
$OJDK/bin/java -Xfuture -Djava.security.policy="$JCK/lib/jck.policy" -showversio
n -cp $CLASSPATH $TEST
--------Script END----------------------
Test output:
=============
Both fails on section:refExecute
1) For api\java_rmi\rmic\skel\:
java.lang.ClassNotFoundException: javasoft.sqe.jck.lib.rmic.TestRemote0Impl_Skel
2) For api\java_rmi\rmic\stub12\:
java.lang.InstantiationException: javasoft.sqe.jck.lib.rmic.TestRemote0Impl_Stub
Specific Machine Info:
=====================
Host Name: caius
OS: Windows 2003 Server
###@###.### 10/12/04 01:05 GMT
J2SE : 5.0_01 b03
JCK : JCK1.4a-compiler
Platform[s] : Windows 2003 Server
switch/Mode : javac -source1.4 -target1.4 (java used: latest 1.4.2)
JCK test owner : http://javaweb.sfbay/jcce/tcks/jck/docs/others/owners.jto
Failing Test [s] : Total 12
api/java_rmi/rmic/skel/TestRemote0/index.html#Void
api/java_rmi/rmic/skel/TestRemote1/index.html#Several
api/java_rmi/rmic/skel/TestRemote2/index.html#Primitive
api/java_rmi/rmic/skel/TestRemote3/index.html#Primitive
api/java_rmi/rmic/skel/TestRemote4/index.html#Reference
api/java_rmi/rmic/skel/TestRemote5/index.html#Reference
api/java_rmi/rmic/skel/TestRemote6/index.html#SeveralArgs
api/java_rmi/rmic/stub12/TestRemote0/index.html#Void
api/java_rmi/rmic/stub12/TestRemote8/index.html#TwoRemotes
api/java_rmi/rmic/stub12/TestRemote7/index.html#NonRemote
api/java_rmi/rmic/stub12/TestRemote9/index.html#AnotherRemoteImpl
api/java_rmi/rmic/stub12/TestRemote10/index.html#NonRemoteMethod
=====================
Test source location:
/net/jtgb4u4c.sfbay/export/sail16/JCK/jck14a/JCK-compiler-14a/tests/api/java_rmi/rmic/skel/
/net/jtgb4u4c.sfbay/export/sail11/JCK/jck14a/JCK-compiler-14a/tests/api/java_rmi/rmic/stub12/
=====================
jtr file location:
The jtr files are under the following base dir
/net/cady/export/dtf/unified/results/tiger_u1/b03/jck/jck-jck_compiler1.4.2-win2003/workDir/api/java_rmi/rmic
=====================
How to reproduce:
--------Script START---------------------
#!/bin/sh
JDK="c:/jdk/b03/windows-i586/jdk1.5.0_01"
OJDK="c:/jdk1.4.2_06/windows-i586"
#JCK="/net/jtgb4u4c/export/sail16/JCK/jck14a/JCK-compiler-14a"
JCK="Z:/sail16/JCK/jck14a/JCK-compiler-14a"
LOCAL="c:/jck/script/classes"
CLASSPATH="$LOCAL;$JCK/classes;$JCK/lib/javatest.jar"
FILE1="$JCK/tests/api/java_rmi/rmic/skel/TestRemote0/VoidTests.java"
TESTCASE="javasoft.sqe.jck.lib.rmic.TestRemote0Impl"
TEST="javasoft.sqe.tests.api.java.rmi.rmic.skel.TestRemote0.VoidTests -TestCaseI
D ALL"
echo `cat $JCK/build.txt | grep JCK_VERSION` `cat $JCK/build.txt | grep JCK_BUIL
D`
# section: testCompile.java
$JDK/bin/javac -source 1.4 -target 1.4 -d $LOCAL -cp $CLASSPATH $FILE1
# section:testRMIC
$JDK/bin/rmic -classpath $CLASSPATH -d $LOCAL $TESTCASE
# section:refExecute
SystemRoot="c:/Windows"
$OJDK/bin/java -Xfuture -Djava.security.policy="$JCK/lib/jck.policy" -showversio
n -cp $CLASSPATH $TEST
--------Script END----------------------
Test output:
=============
Both fails on section:refExecute
1) For api\java_rmi\rmic\skel\:
java.lang.ClassNotFoundException: javasoft.sqe.jck.lib.rmic.TestRemote0Impl_Skel
2) For api\java_rmi\rmic\stub12\:
java.lang.InstantiationException: javasoft.sqe.jck.lib.rmic.TestRemote0Impl_Stub
Specific Machine Info:
=====================
Host Name: caius
OS: Windows 2003 Server
###@###.### 10/12/04 01:05 GMT