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

REGRESSION :ClientRequestInfo.received_exception() throws NoClassDefFoundError.

XMLWordPrintable

    • sparc
    • solaris_2.6

      Name: aaR10142 Date: 04/07/2004


      Filed By : SPB JCK team (###@###.###)
      JDK :
      JCK : 1.5
      Platform[s] : Solaris
      switch/Mode :
      JCK test owner : http://javaweb.eng/jct/sqe/JCK-tck/usr/owners.jto
      Failing Test [s] : api/org_omg/PortableInterceptor/ClientRequestInterceptor/index.html#exception[exception0004]


      Problem description
      ===================
      org.omg.PortableInterceptor.ClientRequestInfo.received_exception() throws NoClassDefFoundError for user defined exception.

      JCK test source location:
      ==========================
      /java/re/jck/1.5/promoted/latest/JCK-runtime-15/tests/api/org_omg/PortableInterceptor/ClientRequestInterceptor/excetionTests.java

      How to reproduce:
      =================
      --- script start ---
      #!/bin/bash
      JCK="/java/re/jck/1.5/promoted/latest/binaries/JCK-runtime-15"
      JDK="/java/re/jdk/1.5.0/promoted/latest/binaries/solaris-sparc"
      #JCK="/net/linux-15/export/home/java/jck1.5/JCK-runtime-15"
      #JDK="/net/linux-15/export/home/java/jdk1.5.0/linux"
      export CLASSPATH="$JCK/classes:$JCK/lib/javatest.jar"
      $JDK/bin/java javasoft.sqe.tests.api.org.omg.PortableInterceptor.ClientRequestInterceptor.exceptionTests
      --- script end ---

      Test output:
      =============
      ----------messages:(1/636)----------
      command: com.sun.jck.lib.ExecJCKTestOtherJVMCmd LD_LIBRARY_PATH=/tmp/nightly/nig
      htly-build/unzip/JCK-runtime-15/lib DISPLAY=sunblade:0.0 HOME=/home/jckmail /set
      /java/jdk1.5.0/solaris-sparc/bin/java -client -Xmixed -Xms32m -Xmx192m -Djava.se
      curity.policy=/tmp/nightly/nightly-build/unzip/JCK-runtime-15/lib/jck.policy -Dj
      ava.rmi.activation.port=47338 -Xfuture -classpath /tmp/nightly/nightly-build/unz
      ip/JCK-runtime-15/classes -Djava.security.policy=/tmp/nightly/nightly-build/unzi
      p/JCK-runtime-15/lib/jck.policy -Djava.rmi.activation.port=47338 javasoft.sqe.te
      sts.api.org.omg.PortableInterceptor.ClientRequestInterceptor.exceptionTests
      ----------out1:(5/256)----------
      exception0001: Passed. OKAY
      exception0002: Passed. OKAY
      exception0003: Passed. OKAY
      exception0004: Failed. Test case throws exception: java.lang.NoClassDefFoundErro
      r
      STATUS:Failed.test cases: 4; passed: 3; failed: 1; first test case failure: exce
      ption0004
      ----------out2:(29/2621)----------
      java.lang.NoClassDefFoundError
              at com.sun.corba.se.impl.interceptors.RequestInfoImpl.insertApplicationE
      xception(RequestInfoImpl.java:432)
              at com.sun.corba.se.impl.interceptors.RequestInfoImpl.exceptionToAny(Req
      uestInfoImpl.java:590)
              at com.sun.corba.se.impl.interceptors.ClientRequestInfoImpl.received_exc
      eption(ClientRequestInfoImpl.java:330)
              at javasoft.sqe.tests.api.org.omg.PortableInterceptor.ClientRequestInter
      ceptor.TestExceptionInt2.receive_exception(exceptionTests.java:511)
              at com.sun.corba.se.impl.interceptors.InterceptorInvoker.invokeClientInt
      erceptorEndingPoint(InterceptorInvoker.java:339)
              at com.sun.corba.se.impl.interceptors.PIHandlerImpl.invokeClientPIEnding
      Point(PIHandlerImpl.java:374)
              at com.sun.corba.se.impl.protocol.CorbaClientRequestDispatcherImpl.proce
      ssResponse(CorbaClientRequestDispatcherImpl.java:526)
              at com.sun.corba.se.impl.protocol.CorbaClientRequestDispatcherImpl.marsh
      alingComplete(CorbaClientRequestDispatcherImpl.java:326)
              at com.sun.corba.se.impl.protocol.CorbaClientDelegateImpl.invoke(CorbaCl
      ientDelegateImpl.java:129)
              at org.omg.CORBA.portable.ObjectImpl._invoke(ObjectImpl.java:457)
              at javasoft.sqe.tests.api.org.omg.PortableInterceptor._InterceptorTestSt
      ub.testException(_InterceptorTestStub.java:64)
              at javasoft.sqe.tests.api.org.omg.PortableInterceptor.ClientRequestInter
      ceptor.exceptionTests.exception0004(exceptionTests.java:373)
              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
      java:39)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
      sorImpl.java:25)
              at java.lang.reflect.Method.invoke(Method.java:495)
              at javasoft.sqe.javatest.lib.MultiTest.invokeTestCase(MultiTest.java:399
      )
              at javasoft.sqe.jck.lib.CORBATest.access$001(CORBATest.java:43)
              at javasoft.sqe.jck.lib.CORBATest$1.run(CORBATest.java:100)
              at javasoft.sqe.jck.lib.SecurityTestRunner.runTestWithTCKSM(SecurityTest
      Runner.java:278)
              at javasoft.sqe.jck.lib.SecurityTestRunner.runTestWithPermissions(Securi
      tyTestRunner.java:235)
              at javasoft.sqe.jck.lib.SecurityTestRunner.runTestWithAllPermissions(Sec
      urityTestRunner.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.ClientRequestInter
      ceptor.exceptionTests.main(exceptionTests.java:115)
      result: Failed. test cases: 4; passed: 3; failed: 1; first test case failure: ex
      ception0004


      test result: Failed. test cases: 4; passed: 3; failed: 1; first test case failur
      e: exception0004


      ======================================================================

            huntch Charlie Hunt
            alisunw Ali Ali (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: