-
Bug
-
Resolution: Not an Issue
-
P2
-
None
-
1.4.0
-
x86, sparc
-
generic, linux, windows_95, windows_2000
Name: skR10017 Date: 09/14/2001
JDK : jdk1.4.0-b79
JCK : JCK1.4-b09
Platform[s] : Redhat 7.1, Windows 2000, Windows 95
switch/Mode : default, -server, plugin
JCK test owner : http://javaweb.eng/jck/usr/owners.jto
Failing Test : api/javax_rmi/CORBA/Util/unexportObject.html#UnexObj0003
Please note that in b78 test passes. The difference between b78 and b79
is that in class com.sun.corba.se.internal.javax.rmi.CORBA.Util.unexportObject(Util.java:217)
the following strings are added:
-------------------------------Util.java-----------------------------------
216 } else {
217 throw new java.rmi.NoSuchObjectException("Tie not found" );
218 }
--------------------------------------------------------------
Test source location:
=====================
/net/jdk/export/disk8/local.java/jck1.4/JCK-runtime-14/tests/api/javax_rmi/CORBA/Util/UnexObjTests.java
jtr file location:
==================
/net/jtgb4u4c.eng/export/sail15/results/merlin/b79/jck14/linux/redhat7.1_gnome_client_linux-13/workDir/api/javax_rmi/CORBA/Util/unexportObject_UnexObj0003.jtr
How to reproduce:
=================
How to reproduce:
(probably, you need to change JCK and JAVA_HOME paths):
--------Script START---------------------
#!/bin/sh
JAVA_HOME=/net/jdk/export/disk8/local.java/jdk1.4/linux-i386
JCK=/net/jdk/export/disk8/local.java/jck1.4/JCK-runtime-14
export CLASSPATH="$JCK/classes:$JCK/javatest.jar"
executeClass="javasoft.sqe.tests.api.javax.rmi.CORBA.Util.UnexObjTests -TestCaseID UnexObj0003"
$JAVA_HOME/bin/rmid &
$JAVA_HOME/bin/tnameserv -ORBInitialPort 9876 &
$JAVA_HOME/bin/java -Xfuture ${executeClass}
---------Script END----------------------
Test output:
============
java.rmi.NoSuchObjectException: Tie not found
at com.sun.corba.se.internal.javax.rmi.CORBA.Util.unexportObject(Util.java:217)
at javax.rmi.CORBA.Util.unexportObject(Util.java:162)
at javasoft.sqe.tests.api.javax.rmi.CORBA.Util.UnexObjTests.UnexObj0003(UnexObjTests.java:263)
at javasoft.sqe.tests.api.javax.rmi.CORBA.Util.UnexObjTests.run(UnexObjTests.java:130)
at javasoft.sqe.tests.api.javax.rmi.CORBA.Util.UnexObjTests.main(UnexObjTests.java:161)
An error has occured: unexportObject() raised unexpected exception: java.rmi.NoSuchObjectException: Tie not found
STATUS:Failed.An Exception occured: unexportObject() raised unexpected exception: java.rmi.NoSuchObjectException: Tie not found
result: Failed. An Exception occured: unexportObject() raised unexpected exception: java.rmi.NoSuchObjectException: Tie not found
Specific Machine Info:
======================
Hostname: linux-2
Os: Windows 2000
Hostname: linux-19
Os: Windows 95
Hostname: linux-13
Os: Redhat 7.1
======================================================================