JDK-6340079 : manual regression testcase 4856776 was failing with Tiger
  • Type: Bug
  • Component: other-libs
  • Sub-Component: other
  • Affected Version: 5.0u6
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: solaris_9
  • CPU: sparc
  • Submitted: 2005-10-21
  • Updated: 2012-08-06
  • Resolved: 2005-10-25
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
5.0u6 b04Fixed
Description
manual regression testcase 4856776 was failing with Tiger
testcase "test/CTE_REGTEST/Generic/4856776/Test4856776.java" was failing with tiger

WS Location:
------------
/net/urts071.india/export6/testSuites/Regression/workspace_150/
Testcase location:
------------------
/net/urts071.india/export6/testSuites/Regression/workspace_150/test/CTE_REGTEST/Generic/4856776/Test4856776.java
Test Type :
-----------
Manual with JTREG tool

compilation errors while running clienttest script.
Compilation errors occer while compiling the 'NortelORBSocketFactory.java' file as per the clienttest script.

errors are from the below line in the clienttest script
${JAVA}/bin/javac -d . -classpath . NortelORBSocketFactory.java

Reason for compilation errors:
------------------------------
The following packages are not there on jdk1.5.0 but they are in j2sdk1.4.2
1.com.sun.corba.se.connection.*
2.com.sun.corba.se.internal.core.*

Error list:
-----------
bash-2.05$ ksh clienttest urts072
NortelORBSocketFactory.java:11: package com.sun.corba.se.connection does not exist
import com.sun.corba.se.connection.EndPointInfo;
                                   ^
NortelORBSocketFactory.java:12: package com.sun.corba.se.connection does not exist
import com.sun.corba.se.connection.GetEndPointInfoAgainException;
                                   ^
NortelORBSocketFactory.java:13: package com.sun.corba.se.connection does not exist
import com.sun.corba.se.connection.ORBSocketFactory;
                                   ^
NortelORBSocketFactory.java:14: package com.sun.corba.se.internal.core does not exist
import com.sun.corba.se.internal.core.IOR;
                                      ^
NortelORBSocketFactory.java:15: cannot find symbol
symbol  : class EndPointImpl
location: package com.sun.corba.se.internal.iiop
import com.sun.corba.se.internal.iiop.EndPointImpl;
                                      ^
NortelORBSocketFactory.java:16: package com.sun.corba.se.internal.ior does not exist
import com.sun.corba.se.internal.ior.IIOPProfileTemplate ;
                                     ^
NortelORBSocketFactory.java:17: package com.sun.corba.se.internal.ior does not exist
import com.sun.corba.se.internal.ior.IIOPAddress ;
                                     ^
NortelORBSocketFactory.java:18: package com.sun.corba.se.internal.orbutil does not exist
import com.sun.corba.se.internal.orbutil.MinorCodes;
                                         ^
NortelORBSocketFactory.java:22: cannot find symbol
symbol: class ORBSocketFactory
        ORBSocketFactory
        ^
NortelORBSocketFactory.java:44: cannot find symbol
symbol  : class IOR
location: class NortelORBSocketFactory
                                        IOR ior,
                                        ^
NortelORBSocketFactory.java:45: cannot find symbol
symbol  : class EndPointInfo
location: class NortelORBSocketFactory
                                        EndPointInfo endPointInfo)
                                        ^
NortelORBSocketFactory.java:43: cannot find symbol
symbol  : class EndPointInfo
location: class NortelORBSocketFactory
    public EndPointInfo getEndPointInfo(ORB orb,
           ^
NortelORBSocketFactory.java:55: cannot find symbol
symbol  : class EndPointInfo
location: class NortelORBSocketFactory
    public Socket createSocket(EndPointInfo endPointInfo) throws
                               ^
NortelORBSocketFactory.java:57: cannot find symbol
symbol  : class GetEndPointInfoAgainException
location: class NortelORBSocketFactory
            GetEndPointInfoAgainException
            ^
NortelORBSocketFactory.java:31: cannot find symbol
symbol  : variable ORBSocketFactory
location: class NortelORBSocketFactory
            if (! type.equals(ORBSocketFactory.IIOP_CLEAR_TEXT)) {
                              ^
NortelORBSocketFactory.java:35: cannot find symbol
symbol  : variable MinorCodes
location: class NortelORBSocketFactory
                    MinorCodes.DEFAULT_CREATE_SERVER_SOCKET_GIVEN_NON_IIOP_CLEAR_TEST,
                    ^
NortelORBSocketFactory.java:47: cannot find symbol
symbol  : class IIOPProfileTemplate
location: class NortelORBSocketFactory
        IIOPProfileTemplate temp = ior.getProfile().getTemplate() ;
        ^
NortelORBSocketFactory.java:48: cannot find symbol
symbol  : class IIOPAddress
location: class NortelORBSocketFactory
            IIOPAddress primary = temp.getPrimaryAddress() ;
            ^
NortelORBSocketFactory.java:50: cannot find symbol
symbol  : class EndPointImpl
location: class NortelORBSocketFactory
            return new EndPointImpl(ORBSocketFactory.IIOP_CLEAR_TEXT,
                       ^
NortelORBSocketFactory.java:50: cannot find symbol
symbol  : variable ORBSocketFactory
location: class NortelORBSocketFactory
            return new EndPointImpl(ORBSocketFactory.IIOP_CLEAR_TEXT,
                                    ^
20 errors
Client: Obtained a ref. to Hello server.

Comments
EVALUATION Testcase removed.
25-10-2005