]
Tom Jenkinson closed JBTM-2866.
-------------------------------
Resolution: Rejected
Please ask the question over here:
getting org.omg.CORBA.BAD_INV_ORDER: buffer already recycled error
------------------------------------------------------------------
Key: JBTM-2866
URL:
https://issues.jboss.org/browse/JBTM-2866
Project: JBoss Transaction Manager
Issue Type: Bug
Components: Cloud
Affects Versions: 6.later
Reporter: Lokeswarareddy P
Priority: Blocker
I am working in migration project and mine is CORBA client web application and migrated
the CODE from Jrun to Jboss. but I can't able to resolve the NS
--------------------------
I am getting below error when I tried to resolve the NS of CORBA.
08:54:30,776 INFO [stdout] (http-zlt09287.vci.att.com/130.4.174.192:8080-1)
.ReferenceManager.resolveName()
08:54:30,776 INFO [stdout] (http-zlt09287.vci.att.com/130.4.174.192:8080-1)
.ReferenceManager.resolveName()-orb:ORBImpl[delegate=ORBDelegate[id=_it_orb_id_1,
name=_it_orb_id_1]]
08:54:30,877 INFO [stdout] (http-zlt09287.vci.att.com/130.4.174.192:8080-1) Listing:
08:54:30,877 INFO [stdout] (http-zlt09287.vci.att.com/130.4.174.192:8080-1)
----------------------
08:54:30,879 INFO [stdout] (http-zlt09287.vci.att.com/130.4.174.192:8080-1)
rootContext:org.omg.CosNaming._NamingContextExtStub:IORProxy[ior=IORImpl[...,
profiles=[Profile11BaseImpl[endpoint=ProfileEndpointImpl[host=zlt09287.vci.att.com,port=4444,endpoint_id=3A3E0232310D6E6D74632E6C6F636174696F6E1449545F4E616D696E67436F6E7465787445787400,components=[ORBTypeComponentImpl[orb_type=1230266177],CodeSetComponentImpl[codesets=CodeSetComponentInfo[ForCharData[native_code_set=0x10001,conversion_code_sets=[]],ForWcharData[native_code_set=0x10104,conversion_code_sets=[0x10109]]]],ComponentSurrogate]],object_key=3A3E0232310D6E6D74632E6C6F636174696F6E1449545F4E616D696E67436F6E7465787445787400080000000000000200]]]]
08:54:30,879 INFO [stdout] (http-zlt09287.vci.att.com/130.4.174.192:8080-1)
----------------------
08:54:30,883 INFO [stdout] (http-zlt09287.vci.att.com/130.4.174.192:8080-1) error in
some other..org.omg.CORBA.BAD_INV_ORDER: buffer already recycled
=========================================================
I was force to add jacorb.jar to a class path else I am getting error.
org.omg.CORBA.INITIALIZE: Could not instantiate ORB implementation:
org.jacorb.orb.ORBSingleton
at org.omg.CORBA.ORB.create(ORB.java:102)
at org.omg.CORBA.ORB.init(ORB.java:40)
=============================================
I am using standalone.sh to run the server for time being.
So my concern is can we skip to use jacorb jar ? if yes how to do that. any help would be
really appreciate thanks !