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

JCK1.5a: 24 tests fail under api/org_omg , mustang

XMLWordPrintable

    • generic
    • generic

      JCK : jck1.5a
      J2SE : FAIL - mustang b38
                       PASS - mustang b37
      Platform[s] : FAIL - All
      switch/Mode : FAIL - default
       
      JCK test owner : http://javaweb.sfbay/jcce/tcks/jck/docs/others/owners.jto

      Failing Tests:
      ===============
      api/org_omg/DynamicAny/DynAny/index.html#get
      api/org_omg/DynamicAny/DynAny/index.html#insert
      api/org_omg/DynamicAny/DynAnyFactory/index.html#init
      api/org_omg/PortableInterceptor/ClientRequestInterceptor/index.html#distributed
      api/org_omg/PortableInterceptor/ClientRequestInterceptor/index.html#exception
      api/org_omg/PortableInterceptor/IORInfo/index.html#Methods
      api/org_omg/PortableInterceptor/IORInterceptor/index.html#methods
      api/org_omg/PortableInterceptor/ORBInitInfo/index.html#add
      api/org_omg/PortableInterceptor/ORBInitInfo/index.html#attr
      api/org_omg/PortableInterceptor/ORBInitInfo/index.html#attrs
      api/org_omg/PortableInterceptor/ORBInitializer/index.html#init
      api/org_omg/PortableInterceptor/ObjectReferenceFactory/index.html#Methods
      api/org_omg/PortableInterceptor/ObjectReferenceTemplate/index.html#Methods
      api/org_omg/PortableInterceptor/ServerRequestInfo/index.html#SIMethods
      api/org_omg/PortableInterceptor/ServerRequestInterceptor/index.html#distributed
      api/org_omg/PortableInterceptor/ServerRequestInterceptor/index.html#exception
      api/org_omg/PortableServer/POA/index.html#NetDistributed
      api/org_omg/PortableServer/POA/index.html#create
      api/org_omg/PortableServer/POA/index.html#destroy
      api/org_omg/PortableServer/POA/index.html#find
      api/org_omg/PortableServer/POA/index.html#fromTo
      api/org_omg/PortableServer/POA/index.html#getsetXXX
      api/org_omg/PortableServer/POA/index.html#neg_activation
      api/org_omg/PortableServer/POA/index.html#policies

      Test source location:
      =====================
      /net/cady.sfbay.sun.com/export/dtf/unified/knight-ws/suites/jck/jck1.5a/JCK-runtime-15a/tests/api/org_omg

      jtr file location:
      ==================
      /net/jsqalab.sfbay.sun.com/export/results/6.0/b38/jck/jck-1.5a_runtime-sparc10_Xshareoff-2005-05-27-17-21-59-0629/workDir/api/org_omg

      How to reproduce:
      ====================
      --------------script starts --------------------------
      #!/bin/sh

      #Paths in Java Software:
      JDK="/net/koori.sfbay.sun.com/onestop/jdk/1.6.0/promoted/all/b38/binaries/solaris-sparc"

      JCK=/net/cady.sfbay.sun.com/export/dtf/unified/knight-ws/suites/jck/jck1.5a/JCK-runtime-15a

      CLASSPATH="$JCK/classes:$JCK/lib/javatest.jar"
      LD_LIBRARY_PATH="$JCK/lib/SunOS.sparc:$JCK/lib/SunOS.sparc/jmx"
      export LD_LIBRARY_PATH
      POLICYFILE="-Djava.security.policy=$JCK/lib/jck.policy"

      TEST="javasoft.sqe.tests.api.org.omg.PortableInterceptor.ORBInitializer.initTests"

      echo `cat $JCK/build.txt | grep JCK_VERSION` `cat $JCK/build.txt | grep JCK_BUILD`

      $JDK/bin/java -showversion -cp $CLASSPATH $POLICYFILE $TEST

      --------------script ends -----------------------------------

      Test output:
      =============
      org.omg.CORBA.INITIALIZE: can't instantiate default ORB implementation com.sun.corba.se.impl.orb.ORBImpl vmcid: 0x0 minor code: 0 completed: No
              at org.omg.CORBA.ORB.create_impl(ORB.java:297)
              at org.omg.CORBA.ORB.init(ORB.java:336)
              at javasoft.sqe.jck.lib.CORBATest$1.run(CORBATest.java:98)
              at javasoft.sqe.jck.lib.SecurityTestRunner.runTestWithTCKSM(SecurityTestRunner.java:278)
              at javasoft.sqe.jck.lib.SecurityTestRunner.runTestWithPermissions(SecurityTestRunner.java:235)
              at javasoft.sqe.jck.lib.SecurityTestRunner.runTestWithAllPermissions(SecurityTestRunner.java:157)
              at javasoft.sqe.jck.lib.AllPermissionSM.testRun(AllPermissionSM.java:86)
              at javasoft.sqe.jck.lib.CORBATest.invokeTestCase(CORBATest.java:129)
              at javasoft.sqe.javatest.lib.MultiTest.run(MultiTest.java:195)
              at javasoft.sqe.jck.lib.CORBATest.run(CORBATest.java:69)
              at javasoft.sqe.javatest.lib.MultiTest.run(MultiTest.java:127)
              at javasoft.sqe.tests.api.org.omg.PortableInterceptor.ORBInitializer.initTests.main(initTests.java:109)
      Caused by: java.lang.ExceptionInInitializerError
              at java.lang.Class.forName0(Native Method)
              at java.lang.Class.forName(Class.java:242)
              at org.omg.CORBA.ORB.create_impl(ORB.java:295)
              ... 11 more
      Caused by: java.util.MissingResourceException: Can't find com.sun.corba.se.impl.logging.LogStrings bundle
              at java.util.logging.Logger.setupResourceInfo(Logger.java:1293)
              at java.util.logging.Logger.<init>(Logger.java:203)
              at java.util.logging.Logger.getLogger(Logger.java:274)
              at com.sun.corba.se.spi.orb.ORB.getCORBALogger(ORB.java:452)
              at com.sun.corba.se.spi.orb.ORB.staticGetLogger(ORB.java:444)
              at com.sun.corba.se.spi.orb.ORB.staticGetLogWrapper(ORB.java:482)
              at com.sun.corba.se.impl.logging.ORBUtilSystemException.get(ORBUtilSystemException.java:62)
              at com.sun.corba.se.spi.orb.ORB.<clinit>(ORB.java:166)
              ... 14 more
      init0001: Failed. Could not access the test case: org.omg.CORBA.INITIALIZE: can't instantiate default ORB implementation com.sun.corba.se.impl.orb.ORBImpl vmcid: 0x0 minor code: 0 completed: No

      Specific Machine Info:
      =====================
      $ uname -a
      SunOS norma 5.10 Generic sun4u sparc SUNW,Ultra-60

      ###@###.### 2005-06-03 00:59:33 GMT

            kcavanauorcl Ken Cavanaugh (Inactive)
            jsongsunw Joo Song (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: