-
Bug
-
Resolution: Fixed
-
P3
-
1.4.0
-
merlin
-
sparc
-
solaris_7
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2038071 | 1.4.0 | Mark Roth | P3 | Closed | Won't Fix |
Invoking get_request_policy() in client-side interception points is throwing org.omg.CORBA.NO_IMPLEMENT. Though the exception is expected, but the minor code of 0 is incorrect.
Stack trace of exception is provided below.
Accessing get_request_policy ...
Got org.omg.CORBA.NO_IMPLEMENT expected exception
org.omg.CORBA.NO_IMPLEMENT: This ORB is not policy-based. minor code: 0 completed: No
at com.sun.corba.ee.internal.Interceptors.ClientRequestInfoImpl.get_request_policy(ClientRequestInfoImpl.java:297)
at product.pi.crinterceptor.test001.CRInfoValidity.check_get_request_policy(CRInfoValidity.java:502)
at product.pi.crinterceptor.test001.CRInterceptorImpl_DII.check_validity(CRInterceptorImpl_DII.java:149)
at product.pi.crinterceptor.test001.CRInterceptorImpl_DII.send_request(CRInterceptorImpl_DII.java:56)
at com.sun.corba.ee.internal.Interceptors.InterceptorInvoker.invokeClientInterceptorStartingPoint(InterceptorInvoker.java:167)
at com.sun.corba.ee.internal.Interceptors.PIORB.invokeClientPIStartingPoint(PIORB.java:425)
at com.sun.corba.ee.internal.corba.ClientDelegate.createRequest(ClientDelegate.java:527)
at com.sun.corba.ee.internal.corba.ClientDelegate.createRequest(ClientDelegate.java:557)
at com.sun.corba.ee.internal.corba.RequestImpl.doInvocation(RequestImpl.java:295)
at com.sun.corba.ee.internal.corba.RequestImpl.invoke(RequestImpl.java:226)
at product.pi.crinterceptor.test001.PIClient_DII.main(PIClient_DII.java:85)
********************************************************************************
Ramshankar Rajha: 2001-08-15
-Fix verified ok
1) with build: j2sdk-1_4_0-beta_refresh-bin-b75-solsparc-09_aug_2001
2) with test:
tests/product/pi/bugs/bug_4383821
-I am using muthu's bugtraq id to close the bugs. while i am waiting for my id to get activated.
********************************************************************************
Stack trace of exception is provided below.
Accessing get_request_policy ...
Got org.omg.CORBA.NO_IMPLEMENT expected exception
org.omg.CORBA.NO_IMPLEMENT: This ORB is not policy-based. minor code: 0 completed: No
at com.sun.corba.ee.internal.Interceptors.ClientRequestInfoImpl.get_request_policy(ClientRequestInfoImpl.java:297)
at product.pi.crinterceptor.test001.CRInfoValidity.check_get_request_policy(CRInfoValidity.java:502)
at product.pi.crinterceptor.test001.CRInterceptorImpl_DII.check_validity(CRInterceptorImpl_DII.java:149)
at product.pi.crinterceptor.test001.CRInterceptorImpl_DII.send_request(CRInterceptorImpl_DII.java:56)
at com.sun.corba.ee.internal.Interceptors.InterceptorInvoker.invokeClientInterceptorStartingPoint(InterceptorInvoker.java:167)
at com.sun.corba.ee.internal.Interceptors.PIORB.invokeClientPIStartingPoint(PIORB.java:425)
at com.sun.corba.ee.internal.corba.ClientDelegate.createRequest(ClientDelegate.java:527)
at com.sun.corba.ee.internal.corba.ClientDelegate.createRequest(ClientDelegate.java:557)
at com.sun.corba.ee.internal.corba.RequestImpl.doInvocation(RequestImpl.java:295)
at com.sun.corba.ee.internal.corba.RequestImpl.invoke(RequestImpl.java:226)
at product.pi.crinterceptor.test001.PIClient_DII.main(PIClient_DII.java:85)
********************************************************************************
Ramshankar Rajha: 2001-08-15
-Fix verified ok
1) with build: j2sdk-1_4_0-beta_refresh-bin-b75-solsparc-09_aug_2001
2) with test:
tests/product/pi/bugs/bug_4383821
-I am using muthu's bugtraq id to close the bugs. while i am waiting for my id to get activated.
********************************************************************************
- backported by
-
JDK-2038071 get_request_policy throwing org.omg.CORBA.NO_IMPLEMENT with incorrect minor code
-
- Closed
-