Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 6340079
Votes 0
Synopsis manual regression testcase 4856776 was failing with Tiger
Category java:cte_test
Reported Against b03
Release Fixed 5.0u6(b04)
State 10-Fix Delivered, bug
Priority: 3-Medium
Related Bugs
Submit Date 21-OCT-2005
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  customer 
 customer   : 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  customer 
 customer : class ORBSocketFactory
        ORBSocketFactory
        ^
NortelORBSocketFactory.java:44: cannot find  customer 
 customer   : class IOR
location: class NortelORBSocketFactory
                                        IOR ior,
                                        ^
NortelORBSocketFactory.java:45: cannot find  customer 
 customer   : class EndPointInfo
location: class NortelORBSocketFactory
                                        EndPointInfo endPointInfo)
                                        ^
NortelORBSocketFactory.java:43: cannot find  customer 
 customer   : class EndPointInfo
location: class NortelORBSocketFactory
    public EndPointInfo getEndPointInfo(ORB orb,
           ^
NortelORBSocketFactory.java:55: cannot find  customer 
 customer   : class EndPointInfo
location: class NortelORBSocketFactory
    public Socket createSocket(EndPointInfo endPointInfo) throws
                               ^
NortelORBSocketFactory.java:57: cannot find  customer 
 customer   : class GetEndPointInfoAgainException
location: class NortelORBSocketFactory
            GetEndPointInfoAgainException
            ^
NortelORBSocketFactory.java:31: cannot find  customer 
 customer   : variable ORBSocketFactory
location: class NortelORBSocketFactory
            if (! type.equals(ORBSocketFactory.IIOP_CLEAR_TEXT)) {
                              ^
NortelORBSocketFactory.java:35: cannot find  customer 
 customer   : variable MinorCodes
location: class NortelORBSocketFactory
                    MinorCodes.DEFAULT_CREATE_SERVER_SOCKET_GIVEN_NON_IIOP_CLEAR_TEST,
                    ^
NortelORBSocketFactory.java:47: cannot find  customer 
 customer   : class IIOPProfileTemplate
location: class NortelORBSocketFactory
        IIOPProfileTemplate temp = ior.getProfile().getTemplate() ;
        ^
NortelORBSocketFactory.java:48: cannot find  customer 
 customer   : class IIOPAddress
location: class NortelORBSocketFactory
            IIOPAddress primary = temp.getPrimaryAddress() ;
            ^
NortelORBSocketFactory.java:50: cannot find  customer 
 customer   : class EndPointImpl
location: class NortelORBSocketFactory
            return new EndPointImpl(ORBSocketFactory.IIOP_CLEAR_TEXT,
                       ^
NortelORBSocketFactory.java:50: cannot find  customer 
 customer   : variable ORBSocketFactory
location: class NortelORBSocketFactory
            return new EndPointImpl(ORBSocketFactory.IIOP_CLEAR_TEXT,
                                    ^
20 errors
Client: Obtained a ref. to Hello server.
Posted Date : 2005-10-21 11:57:35.0
Work Around
N/A
Evaluation
Testcase removed.
Posted Date : 2005-10-25 21:25:08.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang