Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6340079

manual regression testcase 4856776 was failing with Tiger

XMLWordPrintable

    • b04
    • sparc
    • solaris_9

      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.

            asaha Abhijit Saha
            vmnsunw Vishnupriya Mn (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: