UNKNOWN:   vmcid: SUN  minor code: 202

The idl of the method is:
void myMethod(in string param1, in string param2, in long param3, in long long param4) raises (anException);
The problem occure when the two string parameters are empty (not null, but empty).
org.omg.CORBA.UNKNOWN: vmcid: SUN minor code: 202 completed: Maybe
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
at java.lang.Class.newInstance0(Class.java:306)
at java.lang.Class.newInstance(Class.java:259)
at com.sun.corba.se.internal.iiop.messages.ReplyMessage_1_2.getSystemException(ReplyMessage_1_2.java:90)
at com.sun.corba.se.internal.iiop.ClientResponseImpl.getSystemException(ClientResponseImpl.java:105)
at com.sun.corba.se.internal.POA.GenericPOAClientSC.invoke(GenericPOAClientSC.java:129)
at org.omg.CORBA.portable.ObjectImpl._invoke(ObjectImpl.java:457)
at conferencing._UnitListenerStub.myMethod(_UnitListenerStub.java:61)
XP Pro, J2SE 1.4.1_01 on the caller side
XP Pro, J2SE 1.4.1-b21 on the called side
Both application run on the same machine for the test
What's wrong with empty String ?

Empty string is just fine.
What is probably happening is that server is failing either a) before reaching servant ( server object ) or b) after reaching server object. In this case the exception will be 'unknown' in client side. Try turning on debug for server and checking trace for messages.
- Jim

Similar Messages

  • IOP00010202 org.omg.CORBA.UNKNOWN:   vmcid: SUN  minor code: 202

    Hi,
    I try to make a servlet call a method of an EJB that return an object. After the execution of the method (during the object result return I get th exception below.
    Any idea ???
    Thanks
    Didier
    [#|2004-10-28T15:54:09.424+0200|WARNING|sun-appserver-pe8.1|javax.enterprise.resource.corba.S1AS-ORB.rpc.protocol|_ThreadID=11;|"IOP00010202: (UNKNOWN) Unknown user exception thrown by the server - exception: java.lang.ClassCastException; message: null"
    org.omg.CORBA.UNKNOWN: vmcid: SUN minor code: 202 completed: Maybe
         at com.sun.corba.ee.impl.logging.ORBUtilSystemException.runtimeexception(ORBUtilSystemException.java:8508)
         at com.sun.corba.ee.impl.protocol.CorbaMessageMediatorImpl.convertThrowableToSystemException(CorbaMessageMediatorImpl.java:1921)
         at com.sun.corba.ee.impl.protocol.CorbaMessageMediatorImpl.handleThrowableDuringServerDispatch(CorbaMessageMediatorImpl.java:1871)
         at com.sun.corba.ee.impl.protocol.CorbaMessageMediatorImpl.handleThrowableDuringServerDispatch(CorbaMessageMediatorImpl.java:1824)
         at com.sun.corba.ee.impl.protocol.CorbaServerRequestDispatcherImpl.dispatch(CorbaServerRequestDispatcherImpl.java:261)
         at com.sun.corba.ee.impl.protocol.CorbaMessageMediatorImpl.handleRequestRequest(CorbaMessageMediatorImpl.java:1683)
         at com.sun.corba.ee.impl.protocol.SharedCDRClientRequestDispatcherImpl.marshalingComplete(SharedCDRClientRequestDispatcherImpl.java:155)
         at com.sun.corba.ee.impl.protocol.CorbaClientDelegateImpl.invoke(CorbaClientDelegateImpl.java:132)
         at com.sun.corba.ee.impl.presentation.rmi.StubInvocationHandlerImpl.invoke(StubInvocationHandlerImpl.java:129)
         at com.sun.corba.ee.impl.presentation.rmi.StubInvocationHandlerImpl.invoke(StubInvocationHandlerImpl.java:150)
         at com.sun.corba.ee.impl.presentation.rmi.bcel.BCELStubBase.invoke(Unknown Source)
         at fr.adp.com.gxp.std.moteur.comm_host.EJB.src._Saisie_DynamicStub.execute(_Saisie_DynamicStub.java)
         at servlet.IP.src.GxpServlet.doGet(Unknown Source)
         at servlet.IP.src.GxpServlet.doPost(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:767)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:246)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAsPrivileged(Subject.java:500)
         at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:273)
         at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:162)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:236)
         at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
         at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:145)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:141)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:262)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:225)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:173)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:161)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:132)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:933)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
         at com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:618)
         at com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:500)
         at com.sun.enterprise.web.connector.grizzly.ProcessorTask.doTask(ProcessorTask.java:375)
         at com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:55)
    Caused by: java.lang.ClassCastException
         at com.sun.corba.ee.impl.presentation.rmi.DynamicMethodMarshallerImpl$14.write(DynamicMethodMarshallerImpl.java:338)
         at com.sun.corba.ee.impl.presentation.rmi.DynamicMethodMarshallerImpl.writeResult(DynamicMethodMarshallerImpl.java:430)
         at com.sun.corba.ee.impl.presentation.rmi.ReflectiveTie._invoke(ReflectiveTie.java:127)
         at com.sun.corba.ee.impl.protocol.CorbaServerRequestDispatcherImpl.dispatchToServant(CorbaServerRequestDispatcherImpl.java:648)
         at com.sun.corba.ee.impl.protocol.CorbaServerRequestDispatcherImpl.dispatch(CorbaServerRequestDispatcherImpl.java:192)
         ... 40 more
    |#]

    My war archive contains remote and home interface and the return object class.
    The exception is rised between the return of the EJB's result and the reception of the result in my servlet.
    thank you for your help
    didier
    This is my remote interface :
    public interface Saisie extends EJBObject
    public GxpOutput execute(String inputReq)
              throws ResourceException,RemoteException;
    This is my Home interface :
    public interface SaisieHome extends EJBHome
         public Saisie create() throws CreateException,RemoteException;
    This a part of my servlet code :
    //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////servlet
    InitialContext ic = new InitialContext();
    Object objRef = ic.lookup("ejb/ejbGxp");
    saisieHome = (SaisieHome)PortableRemoteObject.narrow(objRef, SaisieHome.class); //narrow is here
    saisie = saisieHome.create();
    output = (GxpOutput)saisie.execute(inputReq);
    /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////end

  • Minor code 202

    hi,
    when I start my Corba Client the follow Exception occur:
    Exception in thread "main" org.omg.CORBA.UNKNOWN: vmcid: SUN minor code: 202
    completed: Maybe
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
    orAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
    onstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
    at java.lang.Class.newInstance0(Class.java:296)
    at java.lang.Class.newInstance(Class.java:249)
    at com.sun.corba.se.internal.iiop.messages.ReplyMessage_1_2.getSystemExc
    eption(ReplyMessage_1_2.java:90)
    at com.sun.corba.se.internal.iiop.ClientResponseImpl.getSystemException(
    ClientResponseImpl.java:105)
    at com.sun.corba.se.internal.POA.GenericPOAClientSC.invoke(GenericPOACli
    entSC.java:129)
    at org.omg.CORBA.portable.ObjectImpl._invoke(ObjectImpl.java:457)
    at banken._BankStub.createSparbuch(_BankStub.java:101)
    at BankService2.main(BankService2.java:31)
    I work with the POA Interface and I have an Object "Bank" registered. This I can reach without any problem. But the Objekt have intern an Class Array from the typ: "Konto". When I start from the Client this Method (Class Bank):
         public void createSparbuch(String inhaber, int kontonummer, int pin)
              konten[anzahlKonto] = new konten.Sparbuch(inhaber, kontonummer, pin);
              anzahlKonto++;
    (Sparbuch inherits from Konto)
    than, the Exception occurs. But without POA (-oldImplBase) it works.
    can Anybody help me?
    bye
    christian (germany)

    I had this same error code (202).
    What I was doing "wrong" was that I was creating flyweights of my response objects because many of the common ones had no variables.
    One of these flyweights was stored in a static variable.
    Example:
    public class ResponseFactory {
       private static final ResponseFactory singleton = new ResponseFactory();
       // This was the nasty bit here:
       private static final Response okResponse = new Response(ResponseCode.OK, null);
       private ResponseFactory() {}
       public static final ResponseFactory instance() {
          return singleton;
       public static final Response ok() {
          return okResponse;
    }For some reason, CORBA didn't like the fact that it was static.
    I removed the static, and the 202 went away!

  • Org.omg.CORBA.BAD_OPERATION:   vmcid: 0x2000  minor code: 2049  completed:

    Hi,
    I have a stupid CORBA error, can someone please help me to have a clue why this client gives me a hart time?
    Properties props = new Properties();
    props.put("org.omg.CORBA.ORBInitialPort", "1570");
    props.put("org.omg.CORBA.ORBInitialHost", "192.168.10.44");
    ORB orb = ORB.init(args, props);
    org.omg.CORBA.Object obj = orb.resolve_initial_references("NameService");
    NamingContextExt ctx = NamingContextExtHelper.narrow(obj);
    org.omg.CORBA.BAD_OPERATION: vmcid: 0x2000 minor code: 2049 completed: No
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
         at java.lang.reflect.Constructor.newInstance(Unknown Source)
         at java.lang.Class.newInstance0(Unknown Source)
         at java.lang.Class.newInstance(Unknown Source)
         at com.sun.corba.se.impl.protocol.giopmsgheaders.MessageBase.getSystemException(Unknown Source)
         at com.sun.corba.se.impl.protocol.giopmsgheaders.ReplyMessage_1_0.getSystemException(Unknown Source)
         at com.sun.corba.se.impl.protocol.CorbaMessageMediatorImpl.getSystemExceptionReply(Unknown Source)
         at com.sun.corba.se.impl.protocol.CorbaClientRequestDispatcherImpl.processResponse(Unknown Source)
         at com.sun.corba.se.impl.protocol.CorbaClientRequestDispatcherImpl.marshalingComplete(Unknown Source)
         at com.sun.corba.se.impl.protocol.CorbaClientDelegateImpl.invoke(Unknown Source)
         at com.sun.corba.se.impl.resolver.BootstrapResolverImpl.invoke(Unknown Source)
         at com.sun.corba.se.impl.resolver.BootstrapResolverImpl.resolve(Unknown Source)
         at com.sun.corba.se.impl.resolver.CompositeResolverImpl.resolve(Unknown Source)
         at com.sun.corba.se.impl.resolver.CompositeResolverImpl.resolve(Unknown Source)
         at com.sun.corba.se.impl.resolver.CompositeResolverImpl.resolve(Unknown Source)
         at com.sun.corba.se.impl.orb.ORBImpl.resolve_initial_references(Unknown Source)

    I too have the same error my friend.
    I am trying to call a remote method of an entity bean when I get the same org.omg.CORBA.BAD_OPERATION message.

  • Org.omg.CORBA.NO_RESPONSE:   vmcid: 0x0  minor code: 0 completed: Maybe

    Hi,
    We are using a ejb to connect to corba server (tuxedo) at the backend , in most cases things are fine , but if the server takes more than 65 - 75 secs the above error occurs. The processing at the backend completes just fine ..
    We are not using network access points. I have tried setting the following properties to no avail
    IdleIIOPConnectionTimeout="300"
    CompleteIIOPMessageTimeout="300"
    The ejb is invoked via a jsp. The code snippet to invoke the corba server is as follows
                   //Use the factory finder to find the connection factory. Replace
                   // here with appropriate connection factory
                   org.omg.CORBA.Object connection_fact_oref = IIOPFactory.getFactoryFinder().find_one_factory_by_id(TxnConnectionFactoryHelper.id());
                   // Narrow the connection factory.
                   TxnConnectionFactory connection_factory_ref = TxnConnectionFactoryHelper.narrow(connection_fact_oref);
                   // Find the connection object.
                   TxnConnection connection = connection_factory_ref.getTxnConnection();
                   recv_buff = new byte[Constants.XML_BUFF_LEN];
                   //Prepare for the output
                   org.omg.CORBA.StringHolder buf = new org.omg.CORBA.StringHolder(new String(recv_buff));
                   //Invoke the neccessary method
                   TXNMON.MessageHolder msgHldr = new TXNMON.MessageHolder(new TXNMON.Message(sb));
                   int arrayLength = sb.length;
                   connection.sendByteMessage(arrayLength, msgHldr);
    Meanwhile we are trying to reduce the server processing time ...
    This is ruining my XMas, any help will be greatly appreciated.
    Thanks,
    George

    Sabarinath Kundoor <> writes:
    Are you using WTC? WTC connections should never be timed out. Its
    possible this is coming from the WTC layer, or maybe the gateway
    process is closing the connection. What version of WLS and Tux?
    andy
    Hi,
    We are using a ejb to connect to corba server (tuxedo) at the backend , in most cases things are fine , but if the server takes more than 65 - 75 secs the above error occurs. The processing at the backend completes just fine ..
    We are not using network access points. I have tried setting the following properties to no avail
    IdleIIOPConnectionTimeout="300"
    CompleteIIOPMessageTimeout="300"
    The ejb is invoked via a jsp. The code snippet to invoke the corba server is as follows
                   //Use the factory finder to find the connection factory. Replace
                   // here with appropriate connection factory
                   org.omg.CORBA.Object connection_fact_oref = IIOPFactory.getFactoryFinder().find_one_factory_by_id(TxnConnectionFactoryHelper.id());
                   // Narrow the connection factory.
                   TxnConnectionFactory connection_factory_ref = TxnConnectionFactoryHelper.narrow(connection_fact_oref);
                   // Find the connection object.
                   TxnConnection connection = connection_factory_ref.getTxnConnection();
                   recv_buff = new byte[Constants.XML_BUFF_LEN];
                   //Prepare for the output
                   org.omg.CORBA.StringHolder buf = new org.omg.CORBA.StringHolder(new String(recv_buff));
                   //Invoke the neccessary method
                   TXNMON.MessageHolder msgHldr = new TXNMON.MessageHolder(new TXNMON.Message(sb));
                   int arrayLength = sb.length;
                   connection.sendByteMessage(arrayLength, msgHldr);
    Meanwhile we are trying to reduce the server processing time ...
    This is ruining my XMas, any help will be greatly appreciated.
    Thanks,
    George

  • MINOR CODE 211 issue

    I have an ejb deployed to weblogic server and , i am making a call to the ejb from the client, using weblogic thin client. I see minor code 211 .
    I have a put some debug into the sun classe CDRInputStream_1_0.java and found following is happening, it looks like when an interface is encountered there seems to be something that triggers adding duplicate entry into the cachetable and causing Minor code:207 which in turn causes this exception for me.
    java -Xbootclasspath/p:C:/other/test/rt test.proxy.RunMyTest
    Before Check - valueClass: interface java.util.List
    Now comparing repIdStrs and repositoryIDString
    repIdStrs : RMI:java.util.List:0000000000000000
    repositoryIDString: RMI:java.util.Arrays\U0024ArrayList:D2A06EB148D0767C:D9A43CB
    ECD8806D2
    Setting Value class using getClassFromString
    After Check - valueClass: class java.util.Arrays$ArrayList
    parent: com.sun.corba.se.internal.iiop.ClientResponseImpl@1275d39
    indirection: 24
    valueClass: class java.util.Arrays$ArrayList
    repositoryIDString: RMI:java.util.Arrays\U0024ArrayList:D2A06EB148D0767C:D9A43CB
    ECD8806D2
    getCOdeBase: com.sun.corba.se.internal.iiop.CachedCodeBase: no delegate set
    Before Check - valueClass: class [Ljava.lang.Object;
    Now comparing repIdStrs and repositoryIDString
    repIdStrs : RMI:[Ljava.lang.Object;:0000000000000000
    repositoryIDString: RMI:[Ltest.proxy.MyInterface;:0000000000000000
    Setting Value class using getClassFromString
    After Check - valueClass: class [Ltest.proxy.MyInterface;
    parent: com.sun.corba.se.internal.iiop.ClientResponseImpl@1275d39
    indirection: 104
    valueClass: class [Ltest.proxy.MyInterface;
    repositoryIDString: RMI:[Ltest.proxy.MyInterface;:0000000000000000
    getCOdeBase: com.sun.corba.se.internal.iiop.CachedCodeBase: no delegate set
    Before Check - valueClass: interface test.proxy.MyInterface
    Now comparing repIdStrs and repositoryIDString
    repIdStrs : RMI:test.proxy.MyInterface:0000000000000000
    repositoryIDString: RMI:\U0024Proxy8:2D4A76C198E9D8DA:0000000000000000
    Setting Value class using getClassFromString
    After Check - valueClass: null
    parent: com.sun.corba.se.internal.iiop.ClientResponseImpl@1275d39
    indirection: 164
    valueClass: null
    repositoryIDString: RMI:\U0024Proxy8:2D4A76C198E9D8DA:0000000000000000
    getCOdeBase: com.sun.corba.se.internal.iiop.CachedCodeBase: no delegate set
    Before Check - valueClass: interface test.proxy.MyInterface
    Now comparing repIdStrs and repositoryIDString
    repIdStrs : RMI:test.proxy.MyInterface:0000000000000000
    repositoryIDString: RMI:\U0024Proxy8:2D4A76C198E9D8DA:0000000000000000
    Setting Value class using getClassFromString
    After Check - valueClass: null
    parent: com.sun.corba.se.internal.iiop.ClientResponseImpl@1275d39
    indirection: 308
    valueClass: null
    repositoryIDString: RMI:\U0024Proxy8:2D4A76C198E9D8DA:0000000000000000
    getCOdeBase: com.sun.corba.se.internal.iiop.CachedCodeBase: no delegate set
    org.omg.CORBA.INTERNAL: vmcid: SUN minor code: 207 completed: No
    at com.sun.corba.se.internal.orbutil.CacheTable.put_table(CacheTable.jav
    a:78)
    at com.sun.corba.se.internal.orbutil.CacheTable.put(CacheTable.java:67)
    at com.sun.corba.se.internal.iiop.CDRInputStream_1_0.read_value(CDRInput
    Stream_1_0.java:1118)
    at com.sun.corba.se.internal.iiop.CDRInputStream.read_value(CDRInputStre
    am.java:293)
    at com.sun.corba.se.internal.io.ValueHandlerImpl.read_Array(ValueHandler
    Impl.java:695)
    at com.sun.corba.se.internal.io.ValueHandlerImpl.readValueInternal(Value
    HandlerImpl.java:244)
    at com.sun.corba.se.internal.io.ValueHandlerImpl.readValue(ValueHandlerI
    mpl.java:209)
    at com.sun.corba.se.internal.iiop.CDRInputStream_1_0.read_value(CDRInput
    Stream_1_0.java:1091)
    at com.sun.corba.se.internal.iiop.CDRInputStream.read_value(CDRInputStre
    am.java:293)
    at com.sun.corba.se.internal.io.IIOPInputStream.inputObjectField(IIOPInp
    utStream.java:1577)
    at com.sun.corba.se.internal.io.IIOPInputStream.inputClassFields(IIOPInp
    utStream.java:1796)
    at com.sun.corba.se.internal.io.IIOPInputStream.inputObject(IIOPInputStr
    eam.java:913)
    at com.sun.corba.se.internal.io.IIOPInputStream.simpleReadObject(IIOPInp
    utStream.java:261)
    at com.sun.corba.se.internal.io.ValueHandlerImpl.readValueInternal(Value
    HandlerImpl.java:247)
    at com.sun.corba.se.internal.io.ValueHandlerImpl.readValue(ValueHandlerI
    mpl.java:209)
    at com.sun.corba.se.internal.iiop.CDRInputStream_1_0.read_value(CDRInput
    Stream_1_0.java:1091)
    at com.sun.corba.se.internal.iiop.CDRInputStream.read_value(CDRInputStre
    am.java:293)
    at test.proxy._TestProxy_Stub.getMyInterfaceList(Unknown Source)
    at test.proxy.RunMyTest.testList(RunMyTest.java:44)
    at test.proxy.RunMyTest.runTest(RunMyTest.java:29)
    at test.proxy.RunMyTest.main(RunMyTest.java:11)
    org.omg.CORBA.MARSHAL: Unable to read value from underlying bridge : vmcid: SU
    N minor code: 211 completed: Maybe
    at com.sun.corba.se.internal.iiop.CDRInputStream_1_0.read_value(CDRInput
    Stream_1_0.java:1097)
    at com.sun.corba.se.internal.iiop.CDRInputStream.read_value(CDRInputStre
    am.java:293)
    at com.sun.corba.se.internal.io.IIOPInputStream.inputObjectField(IIOPInp
    utStream.java:1577)
    at com.sun.corba.se.internal.io.IIOPInputStream.inputClassFields(IIOPInp
    utStream.java:1796)
    at com.sun.corba.se.internal.io.IIOPInputStream.inputObject(IIOPInputStr
    eam.java:913)
    at com.sun.corba.se.internal.io.IIOPInputStream.simpleReadObject(IIOPInp
    utStream.java:261)
    at com.sun.corba.se.internal.io.ValueHandlerImpl.readValueInternal(Value
    HandlerImpl.java:247)
    at com.sun.corba.se.internal.io.ValueHandlerImpl.readValue(ValueHandlerI
    mpl.java:209)
    at com.sun.corba.se.internal.iiop.CDRInputStream_1_0.read_value(CDRInput
    Stream_1_0.java:1091)
    at com.sun.corba.se.internal.iiop.CDRInputStream.read_value(CDRInputStre
    am.java:293)
    at test.proxy._TestProxy_Stub.getMyInterfaceList(Unknown Source)
    at test.proxy.RunMyTest.testList(RunMyTest.java:44)
    at test.proxy.RunMyTest.runTest(RunMyTest.java:29)
    at test.proxy.RunMyTest.main(RunMyTest.java:11)
    java.rmi.MarshalException: CORBA MARSHAL 1398079699 Maybe; nested exception is:
    org.omg.CORBA.MARSHAL: Unable to read value from underlying bridge : Una
    ble to read value from underlying bridge : vmcid: SUN minor code: 211 complet
    ed: Maybe
    at com.sun.corba.se.internal.iiop.ShutdownUtilDelegate.mapSystemExceptio
    n(ShutdownUtilDelegate.java:100)
    at javax.rmi.CORBA.Util.mapSystemException(Util.java:65)
    at test.proxy._TestProxy_Stub.getMyInterfaceList(Unknown Source)
    at test.proxy.RunMyTest.testList(RunMyTest.java:44)
    at test.proxy.RunMyTest.runTest(RunMyTest.java:29)
    at test.proxy.RunMyTest.main(RunMyTest.java:11)
    Caused by: org.omg.CORBA.MARSHAL: Unable to read value from underlying bridge :
    Unable to read value from underlying bridge : vmcid: SUN minor code: 211 comp
    leted: Maybe
    at com.sun.corba.se.internal.iiop.CDRInputStream_1_0.read_value(CDRInput
    Stream_1_0.java:1097)
    at com.sun.corba.se.internal.iiop.CDRInputStream.read_value(CDRInputStre
    am.java:293)
    ... 4 more

    Seems like you have compiled the classes on a higher version SDK and then deployed it in WebLogic... just a guess though.
    Better use the JDK present in WebLogic and retry.
    ***Annie***

  • MINOR CODE: jms corba marshalling error

    I have a JMS queue connection factory and queue deployed on Sun Application Server 8.2 that I am trying to access through jndi. I am able to look up the queues using JNDI when I run a command line test program. It sets the context using my jndi.properties file.
    java.naming.factory.initial=com.sun.appserv.naming.S1ASCtxFactory
    java.naming.provider.url=iiop://smosi-1:3360
    b2bconnection.queueConnectionFactory=jms/B2BintegrationMDBDestinationFactory
    b2bconnection.queueName=jms/B2BintegrationMDBBeanWhen I run the code from within another application server called pramati, I get the stack trace printed out below. Pramati is the application server from where I'm trying to access the JMS qeueus located on sun application server. It looks like a marshalling error. I did some digging around, and found out that I am able to read all of the objects from JNDI ( i.e. jms, jdbc, ejb, etc ) except for a mysterious context called __SYSTEM that is being used by the java libraries to load the jmsra resource adapter. This context can be loaded from the command line, but not within the pramati application server. Any attempt to load it gives the error below... If I can solve this, I'll be the star of the development team for sure. PLEASE help me if you can. Thanks.
    Other things to note are that both servers have been configured to use the same JDK version, which is 1.4.2_12.
    Aug 16, 2006 4:42:32 PM com.sun.corba.ee.impl.encoding.CDRInputStream_1_0 read_v
    alue
    WARNING: "IOP00810210: (MARSHAL) Error from readValue on ValueHandler in CDRInpu
    tStream"
    org.omg.CORBA.MARSHAL: vmcid: SUN minor code: 210 completed: Maybe
    at com.sun.corba.ee.impl.logging.ORBUtilSystemException.valuehandlerRead
    Error(ORBUtilSystemException.java:6646)
    at com.sun.corba.ee.impl.encoding.CDRInputStream_1_0.read_value(CDRInput
    Stream_1_0.java:1048)
    at com.sun.corba.ee.impl.encoding.CDRInputStream_1_0.read_value(CDRInput
    Stream_1_0.java:879)
    at com.sun.corba.ee.impl.encoding.CDRInputStream_1_0.read_abstract_inter
    face(CDRInputStream_1_0.java:873)
    at com.sun.corba.ee.impl.encoding.CDRInputStream_1_0.read_abstract_inter
    face(CDRInputStream_1_0.java:863)
    at com.sun.corba.ee.impl.encoding.CDRInputStream.read_abstract_interface
    (CDRInputStream.java:275)
    at com.sun.corba.ee.impl.io.IIOPInputStream.readObjectDelegate(IIOPInput
    Stream.java:363)
    at com.sun.corba.ee.impl.io.IIOPInputStream.readObjectOverride(IIOPInput
    Stream.java:526)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:333)
    at java.util.Hashtable.readObject(Hashtable.java:848)
    at sun.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.sun.corba.ee.impl.io.IIOPInputStream.invokeObjectReader(IIOPInput
    Stream.java:1694)
    at com.sun.corba.ee.impl.io.IIOPInputStream.inputObject(IIOPInputStream.
    java:1212)
    at com.sun.corba.ee.impl.io.IIOPInputStream.simpleReadObject(IIOPInputSt
    ream.java:400)
    at com.sun.corba.ee.impl.io.ValueHandlerImpl.readValueInternal(ValueHand
    lerImpl.java:330)
    at com.sun.corba.ee.impl.io.ValueHandlerImpl.readValue(ValueHandlerImpl.
    java:296)
    at com.sun.corba.ee.impl.encoding.CDRInputStream_1_0.read_value(CDRInput
    Stream_1_0.java:1034)
    at com.sun.corba.ee.impl.encoding.CDRInputStream.read_value(CDRInputStre
    am.java:259)
    at com.sun.corba.ee.impl.io.IIOPInputStream.inputObjectField(IIOPInputSt
    ream.java:1989)
    at com.sun.corba.ee.impl.io.IIOPInputStream.inputClassFields(IIOPInputSt
    ream.java:2213)
    at com.sun.corba.ee.impl.io.IIOPInputStream.inputObject(IIOPInputStream.
    java:1221)
    at com.sun.corba.ee.impl.io.IIOPInputStream.simpleReadObject(IIOPInputSt
    ream.java:400)
    at com.sun.corba.ee.impl.io.ValueHandlerImpl.readValueInternal(ValueHand
    lerImpl.java:330)
    at com.sun.corba.ee.impl.io.ValueHandlerImpl.readValue(ValueHandlerImpl.
    java:296)
    at com.sun.corba.ee.impl.encoding.CDRInputStream_1_0.read_value(CDRInput
    Stream_1_0.java:1034)
    at com.sun.corba.ee.impl.encoding.CDRInputStream_1_0.read_value(CDRInput
    Stream_1_0.java:879)
    at com.sun.corba.ee.impl.encoding.CDRInputStream_1_0.read_abstract_inter
    face(CDRInputStream_1_0.java:873)
    at com.sun.corba.ee.impl.encoding.CDRInputStream_1_0.read_abstract_inter
    face(CDRInputStream_1_0.java:863)
    at com.sun.corba.ee.impl.encoding.CDRInputStream.read_abstract_interface
    (CDRInputStream.java:275)
    at com.sun.corba.ee.impl.io.IIOPInputStream.readObjectDelegate(IIOPInput
    Stream.java:363)
    at com.sun.corba.ee.impl.io.IIOPInputStream.readObjectOverride(IIOPInput
    Stream.java:526)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:333)
    at java.util.Hashtable.readObject(Hashtable.java:848)
    at sun.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.sun.corba.ee.impl.io.IIOPInputStream.invokeObjectReader(IIOPInput
    Stream.java:1694)
    at com.sun.corba.ee.impl.io.IIOPInputStream.inputObject(IIOPInputStream.
    java:1212)
    at com.sun.corba.ee.impl.io.IIOPInputStream.simpleReadObject(IIOPInputSt
    ream.java:400)
    at com.sun.corba.ee.impl.io.ValueHandlerImpl.readValueInternal(ValueHand
    lerImpl.java:330)
    at com.sun.corba.ee.impl.io.ValueHandlerImpl.readValue(ValueHandlerImpl.
    java:296)
    at com.sun.corba.ee.impl.encoding.CDRInputStream_1_0.read_value(CDRInput
    Stream_1_0.java:1034)
    at com.sun.corba.ee.impl.encoding.CDRInputStream.read_value(CDRInputStre
    am.java:259)
    at com.sun.corba.ee.impl.io.IIOPInputStream.inputObjectField(IIOPInputSt
    ream.java:1989)
    at com.sun.corba.ee.impl.io.IIOPInputStream.inputClassFields(IIOPInputSt
    ream.java:2213)
    at com.sun.corba.ee.impl.io.IIOPInputStream.inputObject(IIOPInputStream.
    java:1221)
    at com.sun.corba.ee.impl.io.IIOPInputStream.simpleReadObject(IIOPInputSt
    ream.java:400)
    at com.sun.corba.ee.impl.io.ValueHandlerImpl.readValueInternal(ValueHand
    lerImpl.java:330)
    at com.sun.corba.ee.impl.io.ValueHandlerImpl.readValue(ValueHandlerImpl.
    java:296)
    at com.sun.corba.ee.impl.encoding.CDRInputStream_1_0.read_value(CDRInput
    Stream_1_0.java:1034)
    at com.sun.corba.ee.impl.encoding.CDRInputStream_1_0.read_value(CDRInput
    Stream_1_0.java:879)
    at com.sun.corba.ee.impl.encoding.CDRInputStream_1_0.read_abstract_inter
    face(CDRInputStream_1_0.java:873)
    at com.sun.corba.ee.impl.encoding.CDRInputStream_1_0.read_abstract_inter
    face(CDRInputStream_1_0.java:863)
    at com.sun.corba.ee.impl.encoding.CDRInputStream.read_abstract_interface
    (CDRInputStream.java:275)
    at com.sun.corba.ee.impl.io.IIOPInputStream.readObjectDelegate(IIOPInput
    Stream.java:363)
    at com.sun.corba.ee.impl.io.IIOPInputStream.readObjectOverride(IIOPInput
    Stream.java:526)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:333)
    at java.util.Hashtable.readObject(Hashtable.java:848)
    at sun.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.sun.corba.ee.impl.io.IIOPInputStream.invokeObjectReader(IIOPInput
    Stream.java:1694)
    at com.sun.corba.ee.impl.io.IIOPInputStream.inputObject(IIOPInputStream.
    java:1212)
    at com.sun.corba.ee.impl.io.IIOPInputStream.simpleReadObject(IIOPInputSt
    ream.java:400)
    at com.sun.corba.ee.impl.io.ValueHandlerImpl.readValueInternal(ValueHand
    lerImpl.java:330)
    at com.sun.corba.ee.impl.io.ValueHandlerImpl.readValue(ValueHandlerImpl.
    java:296)
    at com.sun.corba.ee.impl.encoding.CDRInputStream_1_0.read_value(CDRInput
    Stream_1_0.java:1034)
    at com.sun.corba.ee.impl.encoding.CDRInputStream.read_value(CDRInputStre
    am.java:259)
    at com.sun.corba.ee.impl.presentation.rmi.DynamicMethodMarshallerImpl$14
    .read(DynamicMethodMarshallerImpl.java:333)
    at com.sun.corba.ee.impl.presentation.rmi.DynamicMethodMarshallerImpl.re
    adResult(DynamicMethodMarshallerImpl.java:424)
    at com.sun.corba.ee.impl.presentation.rmi.StubInvocationHandlerImpl.invo
    ke(StubInvocationHandlerImpl.java:133)
    at com.sun.corba.ee.impl.presentation.rmi.bcel.BCELStubBase.invoke(Unkno
    wn Source)
    at com.sun.enterprise.naming._SerialContextProvider_DynamicStub.list(_Se
    rialContextProvider_DynamicStub.java)
    at com.sun.enterprise.naming.SerialContext.list(SerialContext.java:478)
    at javax.naming.InitialContext.list(InitialContext.java:395)
    at com.sun.b2b.connection.B2BConnector.printContext(B2BConnector.java:72
    Message was edited by:
    queperknuckle

    Tried with following error,
    String orbArgs[] = new String[] { "-ORBInitRef", nameService };
    java.util.Properties props = System.getProperties();
    props.put("org.omg.CORBA.ORBClass", "com.iona.corba.art.artimpl.ORBImpl");
    props.put("org.omg.CORBA.ORBSingletonClass", "com.iona.corba.art.artimpl.ORBSingleton");
    // create and initialize the ORB
    orb = ORB.init(orbArgs, props);
    But now received,
    org.omg.CORBA.INITIALIZE: can't instantiate default ORB implementation com.iona.corba.art.artimpl.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)
    Please help.

  • Minor Code not sure what it means

    I get the following Marshal exception, can anybody explain what the problem is?
    weblogic.jms.common.JMSException: CORBA MARSHAL 1398079699 Maybe; nested exception is:
         org.omg.CORBA.MARSHAL: Unable to read value from underlying bridge : Can't skip sender's custom marshaled class: RMI:java.lang.Throwable:F8678B4F4D2EB705:D5C635273977B8CB vmcid: SUN minor code: 211 completed: Maybe
         at weblogic.jms.dispatcher.DispatcherWrapperState.dispatchSync(DispatcherWrapperState.java:372)
         at weblogic.jms.client.JMSConnection.setClientID(JMSConnection.java:503)
    Caused by: java.rmi.MarshalException: CORBA MARSHAL 1398079699 Maybe; nested exception is:
         org.omg.CORBA.MARSHAL: Unable to read value from underlying bridge : Can't skip sender's custom marshaled class: RMI:java.lang.Throwable:F8678B4F4D2EB705:D5C635273977B8CB vmcid: SUN minor code: 211 completed: Maybe
         at com.sun.corba.se.internal.iiop.ShutdownUtilDelegate.mapSystemException(Unknown Source)
         at javax.rmi.CORBA.Util.mapSystemException(Unknown Source)
         at weblogic.jms.dispatcher._DispatcherImpl_Stub.dispatchSyncFuture(_DispatcherImpl_Stub.java:104)
         at weblogic.jms.dispatcher.DispatcherWrapperState.dispatchSync(DispatcherWrapperState.java:339)
         ... 6 more
    Caused by: org.omg.CORBA.MARSHAL: Unable to read value from underlying bridge : Can't skip sender's custom marshaled class: RMI:java.lang.Throwable:F8678B4F4D2EB705:D5C635273977B8CB vmcid: SUN minor code: 211 completed: Maybe
         at com.sun.corba.se.internal.iiop.CDRInputStream_1_0.read_value(Unknown Source)
         at com.sun.corba.se.internal.iiop.CDRInputStream.read_value(Unknown Source)
         at weblogic.jms.dispatcher._DispatcherImpl_Stub.dispatchSyncFuture(_DispatcherImpl_Stub.java:95)
         ... 7 more

    It's not one of the normal easy setups but you can create a custom one that will work for those situations.
    Read up on creating custom presets. Just be aware that there is no 32/12 available but 32/16 works fine.
    If you wish to stay in the 48/16 world, you can unlink your 32/12 audio, export your audio only, resample it in QT Pro, Soundtrack Pro or another audio editor (eg Peak) to 48/16 and bring it back into FCP. Once back in, relink it to the video and life is good.
    x

  • [MINOR CODE] Exception with minor code 1404

    Hi,
    Could you please explain what Sun CORBA minor code 1404 represents? We are getting this exception on a JavaWS app java console:
    Client - Windows XP [java 1.6/java 1.5]
    Server - Linux [java 1.6]
    com.sun.corba.se.impl.util.Utility loadStub
    FINE: "IOP01211404: (BAD_OPERATION) Exception in loadStub"
    org.omg.CORBA.BAD_OPERATION: vmcid: SUN minor code: 1404 completed: No
         at com.sun.corba.se.impl.logging.UtilSystemException.exceptionInLoadStub(Unknown Source)
         at com.sun.corba.se.impl.logging.UtilSystemException.exceptionInLoadStub(Unknown Source)
         at com.sun.corba.se.impl.util.Utility.loadStub(Unknown Source)
         at com.sun.corba.se.impl.javax.rmi.PortableRemoteObject.narrow(Unknown Source)
         at javax.rmi.PortableRemoteObject.narrow(Unknown Source)
         at com.ibm.ws.ejb.portable.LegacyHandleDelegateImpl.readEJBObject(LegacyHandleDelegateImpl.java:353)
         at com.ibm.ws.ejb.portable.HandleImpl.readObject(HandleImpl.java:406)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.ibm.rmi.io.IIOPInputStream.invokeObjectReader(IIOPInputStream.java:1700)
         at com.ibm.rmi.io.IIOPInputStream.inputObjectUsingClassDesc(IIOPInputStream.java:1435)
         at com.ibm.rmi.io.IIOPInputStream.inputObjectClassDesc(IIOPInputStream.java:1410)
         at com.ibm.rmi.io.IIOPInputStream.readSerializable(IIOPInputStream.java:1139)
         at com.ibm.rmi.io.IIOPInputStream.simpleReadObjectInternal(IIOPInputStream.java:427)
         at com.ibm.rmi.io.IIOPInputStream.simpleReadObjectLoop(IIOPInputStream.java:512)
         at com.ibm.rmi.io.IIOPInputStream.simpleReadObject(IIOPInputStream.java:464)
         at com.ibm.rmi.io.ValueHandlerImpl.readValue(ValueHandlerImpl.java:210)
         at com.ibm.rmi.iiop.CDRReader.read_value(CDRReader.java:2011)
    Thanks,
    Mi.

    I remember seeing that post sometime ago. And yes, your guess is quite good. WAS 5.1 uses jdk 1.3.1
    As for Ant, if you want to use a different version class, I think you need to set "build.compiler" property. Of course, a look into Ant docs would be more helpful.
    Cheers!
    ***Annie***

  • CORBA exception, MINOR CODE 1004

    Hi,
    I'm getting the following error in corba, does anyone knows why it happens?
    IOP02511004: (OBJECT_NOT_EXIST) Null servant"
    org.omg.CORBA.OBJECT_NOT_EXIST: vmcid: SUN minor code: 1004 completed

    Since this is an IBM specific error, you'd do much better doing some searching at IBM's Java site - or asking there.

  • CORBA MINOR CODE ERROR

    Hello All,
    I am getting following error when I am making CORBA connection,
    173938.019:Connection handler pasapap-vip-51664:LOW :<<static>>:
    : (ERROR) Exception occured during connection -
    >> 173938.020:Connection handler pasapap-vip-51664:SANE:com.mslv.activation.cartridge.eci.ls.v1.EciConnectionHandler:
    Exception occured during connection - org.omg.CORBA.INTERNAL:   vmcid: SUN  minor code: 261  completed: Yes
    >> 173938.020:Connection handler pasapap-vip-51664:LOW :com.mslv.activation.cartridge.eci.ls.v1.EciConnectionHandler:
    Closing EMS Session...
    What problem occurs "SUN  minor code: 261"
    Please help.
    Thank you,
    Bhaskar

    Tried with following error,
    String orbArgs[] = new String[] { "-ORBInitRef", nameService };
    java.util.Properties props = System.getProperties();
    props.put("org.omg.CORBA.ORBClass", "com.iona.corba.art.artimpl.ORBImpl");
    props.put("org.omg.CORBA.ORBSingletonClass", "com.iona.corba.art.artimpl.ORBSingleton");
    // create and initialize the ORB
    orb = ORB.init(orbArgs, props);
    But now received,
    org.omg.CORBA.INITIALIZE: can't instantiate default ORB implementation com.iona.corba.art.artimpl.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)
    Please help.

  • MINOR CODE 203

    I am getting the below.
    org.omg.CORBA.MARSHAL: vmcid: SUN minor code: 203 completed: No
    What is the meaning of this minor code. Where is the list of sun's minor codes.

    Here's one that has a meaning for 203:
    http://babbage.clarku.edu/java/docs/guide/idl/jidlExceptions.html

  • Unknown CORBA minor code in CORBA Exception

    If this is not the best forum for this Q, please advise.
    I've been using the JDK ORB to do some CORBA programming for some time with no problems. I added a new operation to a server side object, rant the client side stuff througn idlj again, and am getting a CORBA BAD_OPERATION
    exception when invoking this operation. I'm not sure if the source of the exception in on the server side or the client side. The exception major code is
    0x4f490000, and minor code is 387.
    The server ORB and naming service are both from ORB Express 2.6.3 from
    Object Interface (www.ois.com). I am using JDK 1.5.0_05 running on
    Windows XP Professional with Service Pack 2.
    I'm seeking information regarding the meaning of minor code 387. Any help or advice will be appreciated. The full stack trace information is given
    below. Thank you.
    Dennis Newbold
    ==========================================================
    Tst exception: org.omg.CORBA.BAD_OPERATION: vmcid: 0x4f490000 minor code: 387
    completed: No
    org.omg.CORBA.BAD_OPERATION: vmcid: 0x4f490000 minor code: 387 completed: No
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
    orAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
    onstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    at java.lang.Class.newInstance0(Class.java:350)
    at java.lang.Class.newInstance(Class.java:303)
    at com.sun.corba.se.impl.protocol.giopmsgheaders.MessageBase.getSystemEx
    ception(MessageBase.java:897)
    at com.sun.corba.se.impl.protocol.giopmsgheaders.ReplyMessage_1_0.getSys
    temException(ReplyMessage_1_0.java:94)
    at com.sun.corba.se.impl.protocol.CorbaMessageMediatorImpl.getSystemExce
    ptionReply(CorbaMessageMediatorImpl.java:572)
    at com.sun.corba.se.impl.protocol.CorbaClientRequestDispatcherImpl.proce
    ssResponse(CorbaClientRequestDispatcherImpl.java:430)
    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 VehicleNVM._VehicleNVMAccessStub.readProtectedNVM(_VehicleNVMAccessSt
    ub.java:169)
    at JVehicleNVMDevice.readProtectedNVM(JVehicleNVMDevice.java:193)
    at TestSuite.test6(DoTests.java:463)
    at TestSuite.runTests(DoTests.java:477)
    at DoTests.main(DoTests.java:492)

    It looks like it's coming from the server in a ServerException so it is probably an ORB Express code.

  • EJB different JVM's giving Serialization error --IBM minor code: 89A

    Envoirnment : Java 1.4 ,RAD 7 (RSA) on Websphere6 , Windows OS.
    I am testing through JUnit and UTC.
    Background: We have a multiple JVM situation here where EJB's deployed on Websphere "talk" with EJB's on a WebLogic server.
    While testing the EJB from my Junit (or UTC) eventhough I pass through the first step of getting the Home, the call fails when I try to get an Object (call a business method)from the EJB's on Weblogic.This gives me a peculiar error
    CORBA MARSHAL 0x4942f89a No; nested exception is: org.omg.CORBA.MARSHAL: Unable to read value from underlying bridge : Mismatched serialization UIDs : Source (Rep. IDRMI:***.**.**.**.BLReimbursementAccount:39784B2BBA00F350:57AE98BA9295194A) = 57AE98BA9295194A whereas Target (Rep. ID RMI:***.**.**.**.BLReimbursementAccount:EA247A4E0D7F6D1F:5F25F0A11BF4F1E4) = 5F25F0A11BF4F1E4 vmcid: IBM minor code: 89A completed: No
    Thanks for your time

    I remember seeing that post sometime ago. And yes, your guess is quite good. WAS 5.1 uses jdk 1.3.1
    As for Ant, if you want to use a different version class, I think you need to set "build.compiler" property. Of course, a look into Ant docs would be more helpful.
    Cheers!
    ***Annie***

  • Oracle to WebLogic error - OBJ_ADAPTER: MINOR CODE: 1398079492

    I am trying to perform an RMI call from a Java Stored Procedure within Oracle 9i to Weblogic 8.1. I am using the following code:
    env.put("java.naming.factory.initial", "com.sun.jndi.cosnaming.CNCtxFactory");
    env.put("java.naming.provider.url", "iiop://myserver:7001");
    Context initialNamingContext = new InitialContext(env);
    LogServiceRmi rmiTest= (LogServiceRmi)PortableRemoteObject.narrow(initialNamingContext.lookup(LogServiceRmi.JNDI_NAME),LogServiceRmi.class);
    miTest.log(event);In the InitialContext constructor, the following exception is generated
    org.omg.CORBA.OBJ_ADAPTER:   minor code: 1398079492  completed: No
      at com.sun.corba.se.internal.corba.ORB.connect(ORB.java)
      at com.sun.corba.se.internal.corba.ORB.getServantIOR(ORB.java)
      at com.sun.corba.se.internal.corba.ClientDelegate.getServiceContexts(ClientDelegate.java)
      at com.sun.corba.se.internal.corba.ClientDelegate.createRequest(ClientDelegate.java)
      at com.sun.corba.se.internal.corba.ClientDelegate.createRequest(ClientDelegate.java)
      at com.sun.corba.se.internal.corba.InitialNamingClient.resolve(InitialNamingClient.java)
      at com.sun.corba.se.internal.corba.InitialNamingClient.cachedInitialReferences(InitialNamingClient.java)
      at com.sun.corba.se.internal.corba.InitialNamingClient.resolve_initial_references(InitialNamingClient.java)
      at com.sun.corba.se.internal.corba.ORB.resolve_initial_references(ORB.java)
      at com.sun.jndi.cosnaming.CNCtx.setOrbAndRootContext(CNCtx.java)
      at com.sun.jndi.cosnaming.CNCtx.initUsingUrl(CNCtx.java)
      at com.sun.jndi.cosnaming.CNCtx.initOrbAndRootContext(CNCtx.java)
      at com.sun.jndi.cosnaming.CNCtx.<init>(CNCtx.java)
      at com.sun.jndi.cosnaming.CNCtxFactory.getInitialContext(CNCtxFactory.java)
      at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java)
      at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java)
      at javax.naming.InitialContext.init(InitialContext.java)
      at javax.naming.InitialContext.<init>(InitialContext.java)
      at com.carlson.cmg.awards.logservice.rmi.CmgRmiAppender.activateOptions(CmgRmiAppender.java:100)Everything works fine when I execute it in a 1.3 JVM outside of Oracle. Any ideas what would cause this to happen? Thanks in advance.

    Hi
    I am getting exactly the same error ? Did you manage to find a resolution to this ?

Maybe you are looking for

  • Will upgrading from Tiger 10.4.11 to Snow Leopard delete programs?

    Sorry if this is a stupid question or answered a million times before, but will upgrading from Tiger 10.4.11 to Snow Leopard stop my existing programs (PhotoShop, Office etc) from running? I've got an Intel MacBook but I've never installed a new OS m

  • Battery low when taking a shot (20D)

    Hi guys, I have strange problem with Canon 20D. When I turn on camera everything is fine, but when I am doing 1-3 shots camera shows "battery low" or even turned off. I have several fully charged batteries and all of them have the same problem. In th

  • Sound recording with duration

    hi all ,     i have some trouble about sound recording function. i want to have 30S duration of sound input recording and also , if the user click the finish button the recording will be stopped even it is still have time for recording. i have tried

  • I want to copy my iMac iPhoto files to a MacBook Air. How do I do this? Thanks.

    I want to copy my iMac iPhoto files to a MacBook Air. How do I do this? Do I drag and drop the iPhoto files or should I use a Thunderbolt cable? Thanks.

  • ITunes intermittently crashes on iMac

    I need some help from the mac gurus. For some reason, iTunes keeps crashing intermittently every couple of days and I haven't found the cause yet. It crashes when nothing is happening on the iMac as well as when I was watching something through my Ap