-
Bug
-
Resolution: Fixed
-
P3
-
1.4.0
-
beta
-
sparc
-
solaris_7
-
Not verified
Calling get_effective_component in client-side interception points is throwing java.lang.ArrayIndexOutOfBoundsException exception. FYI no components are added to the IOR.
Stack trace is given below.
Accessing get_effective_component ...
java.lang.ArrayIndexOutOfBoundsException
at com.sun.corba.ee.internal.Interceptors.ClientRequestInfoImpl.get_effective_component(ClientRequestInfoImpl.java:268)
at product.pi.crinterceptor.test001.CRInfoValidity.check_get_effective_component(CRInfoValidity.java:460)
at product.pi.crinterceptor.test001.CRInterceptorImpl_DII.check_validity(CRInterceptorImpl_DII.java:147)
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:75)
********************************************************************************
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/crinterceptor/test001
-I am using muthu's bugtraq id to close the bugs. while i am waiting for my id to get activated.
********************************************************************************
Stack trace is given below.
Accessing get_effective_component ...
java.lang.ArrayIndexOutOfBoundsException
at com.sun.corba.ee.internal.Interceptors.ClientRequestInfoImpl.get_effective_component(ClientRequestInfoImpl.java:268)
at product.pi.crinterceptor.test001.CRInfoValidity.check_get_effective_component(CRInfoValidity.java:460)
at product.pi.crinterceptor.test001.CRInterceptorImpl_DII.check_validity(CRInterceptorImpl_DII.java:147)
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:75)
********************************************************************************
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/crinterceptor/test001
-I am using muthu's bugtraq id to close the bugs. while i am waiting for my id to get activated.
********************************************************************************