Name: asR10013 Date: 04/11/2001
JDK : jdk1.4.0-b59, jre1.4.0-b59
JCK : JCK1.3a
Platform[s] : RedHat Linux 6.2, Mandrake Linux 7.1, Windows Me
switch/Mode : -client -Xmixed, plugin for Netscape 4.7 and Internet Explorer 5.5
JCK test owner : http://javaweb.eng/jct/sqe/JCK-tck/usr/owners.jto
Failing Test :
api/javax_rmi/CORBA/Util/copyObjects.html#CopyObjs0001
api/javax_rmi/CORBA/Util/copyObject.html#CopyObjTests0001
Test source location:
=====================
/net/jdk/export/disk8/local.java/jck1.3a/JCK-runtime-13a/tests/api/javax_rmi/CORBA/Util/CopyObjsTests.java
/net/jdk/export/disk8/local.java/jck1.3a/JCK-runtime-13a/tests/api/javax_rmi/CORBA/Util/CopyObjTests.java
jtr file location:
==================
/net/jtgb4u4c.eng/export/sail7/JavaWebServer1.1.3/public_html/QA/merlin/b59/jck13a/linux/Mandrake7.1_single_gnome_client_linux-12/workDir/api/javax_rmi/CORBA/Util/copyObjects_CopyObjs0001.jtr
/net/jtgb4u4c.eng/export/sail7/JavaWebServer1.1.3/public_html/QA/merlin/b59/jck13a/linux/Mandrake7.1_single_gnome_client_linux-12/workDir/api/javax_rmi/CORBA/Util/copyObject_CopyObjTests0001.jtr
How to reproduce:
====================
--------Script START---------------------
#!/bin/sh
JCK=/net/jtgb4u4c/export/sail16/airina/jck1.3a/jck1.3a/JCK-runtime-13a
export JCK
CLASSPATH=${JCK}/classes:${JCK}/javatest.jar
export CLASSPATH
JAVA_HOME=/net/jdk/export/disk8/local.java/jdk1.4.0/linux-i386
export JAVA_HOME
$JAVA_HOME/bin/java -version
$JAVA_HOME/bin/tnameserv -ORBInitialPort 9876 2>&1 >/dev/null
$JAVA_HOME/bin/java -Xfuture javasoft.sqe.tests.api.javax.rmi.CORBA.Util.CopyObjsTests -TestCaseID CopyObjs0001
--------Script END----------------------
Test output:
=============
BitSet1 = [Ljava.util.BitSet;@c1dd9
BitSet2 = [Ljava.lang.Object;@7bb7cb
Date1 = [Ljava.util.Date;@5f8b99
Date2 = [Ljava.lang.Object;@462851
Float1 = [Ljava.lang.Float;@10058
Float2 = [Ljava.lang.Object;@3dab91
Integer1 = [Ljava.lang.Integer;@4ac00c
Integer2 = [Ljava.lang.Object;@65b28
Remote Object = [Ljavasoft.sqe.tests.api.javax.rmi.CORBA.Util.CopyObjsImpl;@4ac6db
Reference to Remote Object = [Ljava.lang.Object;@456c60
STATUS:Failed.copyObject() Could not call method on Remote objects
result: Failed. copyObject() Could not call method on Remote objects
Specific Machine Info:
=====================
Hostname: linux-12
Os: Mandrake7.1
Hostname : linux-18
Os: Windows Me
======================================================================
Note added by nanduk on 04/20/2001:
------------------------------------
This bug is also causing several tests in our workspace to fail. I am attaching a copy of the logs generated by a debug JDK build provided by Hemanth. These logs are for the Util.CopyObject(s)Tests in our workspace. The apr19-debug.log was created using the debug build and the merlin-b56.log is run against the merlin b61 build.
In addition to these, we are also seeing similar failures in our rmi-iiop product tests and a bunch of javaidl tests. The failures have been observed starting from Merlin B59.
- relates to
-
JDK-4449479 REGRESSION: All client/server tests throwing a CORBA Unknown exception
-
- Closed
-
-
JDK-4460553 JCK13a 5 api/javax_rmi failed with rmi.RemoteException on b63a passed on b63-b65
-
- Closed
-