OAS 408; CORBA/COMM_FAILURE

I wrote a small, "hello world" type cweb cartridge and installed it on my OS. When I run it, it never stops; it's as if it gets caught in a loop.
I put some logging/debugging statements in, and the only function that execute is the initRuntime function (as far as I can tell). The only error I receive is the nebulous "IDL:omg.org/CORBA/COMM_FAILURE" error.
Has anyone ever run into a situtation like this? Any help is appreciated (specifically related or not).
null

Hi Rohit,
What platform are you running on? Is it NT or Solaris or what? And what version? I have seen similar problems before and we currently get the same on Oracle 8.1.6 on Solaris 2.8. I am trying to resolve it but I have noticed another posting on this forum regarding this issue.
It suggests that it may be an inherent problem with Oracle 8.1.6 on Solaris. Can anybody confirm this for me?
Cheers
null

Similar Messages

  • Java.rmi.MarshalException: CORBA COMM_FAILURE 1398079691

    I am facing a problem in Weblogic 8.1 with service pack 4. I have deployed an EJB that parses an xml and transforms that to an another xml. If we send an xml with less data...say for example, the file size is around 5KB, then it works fine. If we send a larger xml that is of size more than 10KB, then I get the following exception.
    com.boomboat.scs.services.client.ClientException: CORBA COMM_FAILURE 1398079691 No; nested exception is:
         org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 203 completed: No
         at com.boomboat.scs.services.client.SCSClient.getCsoFromLso(SCSClient.java:157)
         at ORTester.main(ORTester.java:109)
    Caused by: java.rmi.MarshalException: CORBA COMM_FAILURE 1398079691 No; nested exception is:
         org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 203 completed: No
         at com.sun.corba.se.internal.iiop.ShutdownUtilDelegate.mapSystemException(Unknown Source)
         at javax.rmi.CORBA.Util.mapSystemException(Unknown Source)
         at com.boomboat.scs.services.legacytransformation.ejb._TransformerRemote_Stub.getCsoFromLso(Unknown Source)
         at com.boomboat.scs.services.client.SCSClient.getCsoFromLso(SCSClient.java:155)
         ... 1 more
    Caused by: org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 203 completed: No
         at com.sun.corba.se.internal.iiop.IIOPConnection.sendWithoutLock(Unknown Source)
         at com.sun.corba.se.internal.iiop.BufferManagerWriteGrow.sendMessage(Unknown Source)
         at com.sun.corba.se.internal.iiop.IIOPOutputStream.finishSendingMessage(Unknown Source)
         at com.sun.corba.se.internal.iiop.IIOPOutputStream.invoke(Unknown Source)
         at com.sun.corba.se.internal.iiop.ClientRequestImpl.invoke(Unknown Source)
         at com.sun.corba.se.internal.corba.ClientDelegate.invoke(Unknown Source)
         at com.sun.corba.se.internal.corba.ClientDelegate.invoke(Unknown Source)
         at org.omg.CORBA.portable.ObjectImpl._invoke(Unknown Source)
         ... 3 more
    Do anybody have any idea on how to resolve this?

    There is no firewall settings between the client and server sides. I checked the JDK ORB on the server, it run well at the moment of MarshaoException. Normally, we will have the MarshalException when the stub class in the client side is not up to date...any other possible reasons?
    May I have some suggestions? Or my statement is not clear enough?
    Thanks

  • More OAS -408 woes

    after giving up on oas-408 on linux
    i decided to try it out on nt
    installs fine & starts up ok except
    theres no pl/sql webkit with it
    any way to install that seperately ??
    this really has to be oracles buggiest
    product packaging to date...
    [email protected]
    null

    after giving up on oas-408 on linux
    i decided to try it out on nt
    installs fine & starts up ok except
    theres no pl/sql webkit with it
    any way to install that seperately ??
    this really has to be oracles buggiest
    product packaging to date...
    [email protected]
    null

  • OAS and CORBA

    Hi,
    Can a CORBA object deployed in OAS invoke
    methods of other CORBA objects in other ORBs?
    Is it true that with Oracle 8.1.5 this is not
    possible? Because we have tried and it does
    not work.
    Also we have found at the site metalink.oracle.com the document
    "Configuring Oracle8i for IIOP" that says it should be possible the interoperability with
    other ORBs (by adding another dispatcher).
    And this confusing me ....
    Does anyone know the true story?
    filippo

    We are planning to use OAS 4.0.8 with the >>JServlet cartridge and an
    Oracle DBMS. Is it possible to run this >>configuration without CORBA/EJB?
    Sure, but it really depends on what you're >trying to do. We do a lot of simple >projects using nothing more than Servlets >and JDBC. However, maintaining state is a >pain. If your requirements require >transactions, use EJBs. If you think that >you can reuse parts of your project, make >them EJBs.and you could go a step further and use Business Components for Java... the BC4J framework allows you to productively develop your business logic and then the framework provides flexible deployment options wherein you can deploy your application in multiple deployment scenarios without modifying your source code at all.
    Check out the whitepaper at http://technetinside.us.oracle.com/products/jdev/info/techwp20/wp.html for details.
    The 'OnlineOrders' sample in the JDeveloper3.0/samples/bc4j walks through a complete application.
    Regards,
    Arun
    null

  • Corba error when accessing EJB on OAS 4.0.8

    When trying to access an EJB the Context lookup fails with the following error:
    org.omg.CORBA.COMM_FAILURE:
    at oracle.oas.orb.CORBA.Request._invoke(Compiled Code)
    at oracle.oas.orb.CORBA.Delegate._invoke(Compiled Code)
    at org.omg.CORBA.portable.ObjectImpl._invoke(Compiled Code)
    at oracle.oas.orb.CORBA.Delegate.is_a(Compiled Code)
    at org.omg.CORBA.portable.ObjectImpl._is_a(Compiled Code)
    at oracle.oas.jndi.oas.BeanInitialContext.resolve(Compiled Code)
    at oracle.oas.jndi.oas.BeanContext.lookup(Compiled Code)
    at oracle.oas.jndi.oas.BeanInitialContext.lookup(Compiled Code)
    at oracle.oas.jndi.oas.WrapperContext.lookup(Compiled Code)
    at oracle.oas.jndi.oas.BeanContext.lookup(Compiled Code)
    at javax.naming.InitialContext.lookup(Compiled Code)
    at Demo.main(Compiled Code)
    I get this error when trying to use an EJB from a client computer. The EJB works when accessing it from the same computer where OAS is running. Any ideas?

    HI, I have the same problem that you had, maybe you have solve it now. If so, can you tell me how to manage through this situation.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by jtanner1:
    When trying to access an EJB the Context lookup fails with the following error:
    org.omg.CORBA.COMM_FAILURE:
    at oracle.oas.orb.CORBA.Request._invoke(Compiled Code)
    at oracle.oas.orb.CORBA.Delegate._invoke(Compiled Code)
    at org.omg.CORBA.portable.ObjectImpl._invoke(Compiled Code)
    at oracle.oas.orb.CORBA.Delegate.is_a(Compiled Code)
    at org.omg.CORBA.portable.ObjectImpl._is_a(Compiled Code)
    at oracle.oas.jndi.oas.BeanInitialContext.resolve(Compiled Code)
    at oracle.oas.jndi.oas.BeanContext.lookup(Compiled Code)
    at oracle.oas.jndi.oas.BeanInitialContext.lookup(Compiled Code)
    at oracle.oas.jndi.oas.WrapperContext.lookup(Compiled Code)
    at oracle.oas.jndi.oas.BeanContext.lookup(Compiled Code)
    at javax.naming.InitialContext.lookup(Compiled Code)
    at Demo.main(Compiled Code)
    I get this error when trying to use an EJB from a client computer. The EJB works when accessing it from the same computer where OAS is running. Any ideas? <HR></BLOCKQUOTE>
    null

  • [Jeveloper + EJB client - EJB on OAS] Problem connecting

    I having problems getting a simple client from within JDeveloper 3.0(Code snippet - OAS/EJB Client) talking to a simple EJB on OAS 4.0.8.
    I have deployed OK (red flag against status?) but when I run the client using port - 5512(ORB port)I get the message below
    Anybody any ideas?
    Creating an initial context
    Looking for the EJB published as 'MyOASApp/MyEJB'
    Naming exception occurred!
    Cause: This may be an unknown URL, or some classes required by the EJB are missing from your classpath, or your OAS host is short of resources
    Suggestion: Check the components of the URL, and make sure your project includes a library containing the EJB .jar files generated by the deployment utility.
    [Root exception is java.net.UnknownServiceException: no content-type]javax.naming.NamingException: Failure to access http://hfxcap4:5512/ows-bin/rmproxy.ior; listener inaccessible or configured wrongly
    at oracle.oas.jndi.oas.SiteResolver.getIOR(Compiled Code)
    at oracle.oas.jndi.oas.SiteResolver.resolveListenerURL(Compiled Code)
    at oracle.oas.jndi.oas.SiteResolver.resolveSiteContact(Compiled Code)
    at oracle.oas.jndi.oas.SiteResolver.resolveSiteContact(Compiled Code)
    at oracle.oas.jndi.oas.SiteResolver.resolveSiteObject(Compiled Code)
    at oracle.oas.jndi.oas.BeanInitialContext.resolve(Compiled Code)
    at oracle.oas.jndi.oas.BeanContext.lookup(Compiled Code)
    at oracle.oas.jndi.oas.BeanInitialContext.lookup(Compiled Code)
    at oracle.oas.jndi.oas.WrapperContext.lookup(Compiled Code)
    at oracle.oas.jndi.oas.BeanContext.lookup(Compiled Code)
    at javax.naming.InitialContext.lookup(Compiled Code)
    at package1.MyOASAppClient.main(Compiled Code)
    **************

    HI, I have the same problem that you had, maybe did you manage through ?? Thanks for all the help you could bring me.
    Nico
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by pFrooney:
    Back Again ...
    I have tried all ao the above
    now using this code below but it fails on the lookup with the error message below:
    ..created library with client stub, using 1.1.8, moved OASRuntime to top of included libraries
    Any suggestions
    String oasUrl = "oas://hfxcap4:80";
    String oasEJB = "MyOASApp/MyEJB" ;
    // Setup the environment
    Hashtable environment = new Hashtable();
    // Turn JNDI on to OAS
    environment.put(javax.naming.Context.INITIAL_CONTEXT_FACTORY, "oracle.oas.naming.jndi.RemoteInitCtxFactory");
    // Lookup the URL
    conv_package.MyEJBHome homeInterface = null;
    try {
    System.out.println("Creating an initial context");
    // Get initial JNDI context
    Context site = (Context) ((new InitialContext(environment)).lookup(oasUrl));
    org.omg.CORBA.COMM_FAILURE:
    at oracle.oas.orb.CORBA.Request._invoke(Compiled Code)
    at oracle.oas.orb.CORBA.Delegate._invoke(Compiled Code)
    at org.omg.CORBA.portable.ObjectImpl._invoke(Compiled Code)
    at oracle.oas.orb.CORBA.Delegate.is_a(Compiled Code)
    at org.omg.CORBA.portable.ObjectImpl._is_a(Compiled Code)
    at oracle.oas.jndi.oas.BeanInitialContext.resolve(Compiled Code)
    at oracle.oas.jndi.oas.BeanContext.lookup(Compiled Code)
    at oracle.oas.jndi.oas.BeanInitialContext.lookup(Compiled Code)
    at oracle.oas.jndi.oas.WrapperContext.lookup(Compiled Code)
    at oracle.oas.jndi.oas.BeanContext.lookup(Compiled Code)
    at javax.naming.InitialContext.lookup(Compiled Code)
    at CClient_package.MyOASAppClient.main(Compiled Code)<HR></BLOCKQUOTE>
    null

  • HELP!! ::: org.omg.CORBA.MARSHAL

    When i call an ejb deplyed into oracle8i from my client i have
    got
    the following exception:
    ::: org.omg.CORBA.MARSHAL
    org.omg.CORBA.MARSHAL[completed=MAYBE]
    and i really don'r know how to manage that.
    regards
    Luca
    [email protected]
    null

    finally i have found the solution.
    you have to declare the serializable class :final
    bye
    luca landolfo (guest) wrote:
    : Thank you for your answer but i still got my problem.
    : The strangest thing is that if is the server(EJB on Oracle8i)
    : returning the class everything work fine but the opposite
    (Client
    : sending a serielizable object to the server). ???
    : Jose R. Daz (guest) wrote:
    : : Hello,
    : : It looks like an error mapping the objects beetwen JAVA
    and
    : : CORBA.
    : : Check if the objects you return as parameters are
    : serializable,
    : : and you return parameters by value (only in the return of
    the
    : : method).
    : : From Oracle 8i, we have several EJBs, returning objects
    : arrays
    : : and Vectors.
    : : Have you tried in OAS 408? We can3t do it because of the
    : same
    : : problem that you say.
    : : Jose R. Daz
    : : luca landolfo (guest) wrote:
    : : : When i call an ejb deplyed into oracle8i from my client i
    : have
    : : : got
    : : : the following exception:
    : : : ::: org.omg.CORBA.MARSHAL
    : : : org.omg.CORBA.MARSHAL[completed=MAYBE]
    : : : and i really don'r know how to manage that.
    : : : regards
    : : : Luca
    : : : [email protected]
    null

  • Dealing with J2SE CORBA errors at the WARNING level?

    Sun CORBA Community:
    For several years now (since we upgraded to J2SE 1.5.*) our log files have been filling up with CORBA.COMM_FAILURE errors from the Sun ORB that are thrown at the WARNING level. This has been reported as either a problem or an annoyance by a number of folks in this forum, but there has yet to be a suitable fix or work-around forthcoming.
    An example stack trace is:
    Oct 17, 2008 1:30:54 PM com.sun.corba.se.impl.transport.SocketOrChannelConnectio
    nImpl <init>
    WARNING: "IOP00410201: (COMM_FAILURE) Connection failure: socketType: IIOP_CLEAR
    _TEXT; hostname: 192.168.0.136; port: 58032"
    org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 201 completed: No
    at com.sun.corba.se.impl.logging.ORBUtilSystemException.connectFailure(O
    RBUtilSystemException.java:2172)
    at com.sun.corba.se.impl.logging.ORBUtilSystemException.connectFailure(O
    RBUtilSystemException.java:2193)
    at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.<init>(
    SocketOrChannelConnectionImpl.java:205)
    at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.<init>(
    SocketOrChannelConnectionImpl.java:218)
    at com.sun.corba.se.impl.transport.SocketOrChannelContactInfoImpl.create
    Connection(SocketOrChannelContactInfoImpl.java:101)
    at com.sun.corba.se.impl.protocol.CorbaClientRequestDispatcherImpl.begin
    Request(CorbaClientRequestDispatcherImpl.java:152)
    at com.sun.corba.se.impl.protocol.CorbaClientDelegateImpl.request(CorbaC
    lientDelegateImpl.java:118)
    at org.omg.CORBA.portable.ObjectImpl._request(ObjectImpl.java:431)
    at org.opencoral.idl.Admin._ClientStub.postedEvent(_ClientStub.java:102)
    at org.opencoral.event.server.EventManagerImpl.postEvent(EventManagerImp
    l.java:284)
    at org.opencoral.idl.Resource.EventManager_Tie.postEvent(EventManager_Ti
    e.java:43)
    at org.opencoral.idl.Resource._EventManagerImplBase._invoke(_EventManage
    rImplBase.java:85)
    at com.sun.corba.se.impl.protocol.CorbaServerRequestDispatcherImpl.dispa
    tchToServant(CorbaServerRequestDispatcherImpl.java:637)
    at com.sun.corba.se.impl.protocol.CorbaServerRequestDispatcherImpl.dispa
    tch(CorbaServerRequestDispatcherImpl.java:189)
    at com.sun.corba.se.impl.protocol.CorbaMessageMediatorImpl.handleRequest
    Request(CorbaMessageMediatorImpl.java:1680)
    at com.sun.corba.se.impl.protocol.CorbaMessageMediatorImpl.handleRequest
    (CorbaMessageMediatorImpl.java:1540)
    at com.sun.corba.se.impl.protocol.CorbaMessageMediatorImpl.handleInput(C
    orbaMessageMediatorImpl.java:922)
    at com.sun.corba.se.impl.protocol.giopmsgheaders.RequestMessage_1_2.call
    back(RequestMessage_1_2.java:181)
    at com.sun.corba.se.impl.protocol.CorbaMessageMediatorImpl.handleRequest
    (CorbaMessageMediatorImpl.java:694)
    at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.dispatc
    h(SocketOrChannelConnectionImpl.java:451)
    at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.doWork(
    SocketOrChannelConnectionImpl.java:1189)
    at com.sun.corba.se.impl.orbutil.threadpool.ThreadPoolImpl$WorkerThread.
    run(ThreadPoolImpl.java:417)
    Caused by: java.net.ConnectException: Connection refused
    at sun.nio.ch.Net.connect(Native Method)
    at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:464)
    at java.nio.channels.SocketChannel.open(SocketChannel.java:146)
    at com.sun.corba.se.impl.transport.DefaultSocketFactoryImpl.createSocket
    (DefaultSocketFactoryImpl.java:60)
    at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.<init>(
    SocketOrChannelConnectionImpl.java:188)
    ... 19 more
    Why does this happen? While I can't speak for others, in our case, I know why it happens and is not something that I want to hear about at the WARNING level. We use CORBA for client/server communications and each client registers with and then receives update information from the server. If someone exits the client properly, by clicking "Exit" in the application, we deregister the client with the server and everything is fine.
    However, if someone simply closes the window to terminate the application, then the next time there is an update, the server tries to send it to a non-existent client and, bingo, we get a CORBA.COMM_FAILURE exception. Of course, getting users to properly exit rather than simply closing the window is a losing battle ....
    While I would argue that this is not a WARNING level problem, that's the way that Sun has chosen to define it in the underlying CORBA stuff.
    So, does anyone have an effective means of dealing with this problem. I thought that I should be able to override the logging level for the appropriate class and change it from WARNING to something lower such as FINE so that our logs listening to INFO level or higher wouldn't see them.
    However, my efforts to do this .... and I don't pretend to be a java.logging wizard ... failed. Maybe I was not resetting the level of the appropriate class. Should the java.logging API let me override a logging level for one of the CORBA classes?
    Any insights or suggestions as to how to better deal with this problem would be greatly appreciated.
    Thanks for your consideration,
    John

    Hi,
    I hope you have carried out the following activities:
    1. Carry out standard cost estimate for the materials involved.
    2. Check KKPAN to see the cost details of the product.
    Need more details on the steps that you have carried out so far.
    Regards,
    SGP.
    P.S - assign points incase the info was useful.

  • CORBA Exception whiel recieving document from rightsmanagement server

    Hello again,
    i have a problem with livecycle es rightsmanagement. after a policy was applied to a document i try to save the secured document via
    >Document.copyToFile(aFile)
    While saving tis exception is thrown:
    >26.01.2009 08:26:01 com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl readFully
    WARNUNG: "IOP00410215: (COMM_FAILURE) Read of full message failed : bytes requested = 3.331.736 bytes read = 803.128 max wait time = 3.000 total time spent waiting = 3.190"
    org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 215 completed: No
    at com.sun.corba.se.impl.logging.ORBUtilSystemException.transportReadTimeoutExceeded(ORBUtil SystemException.java:2572)
    at com.sun.corba.se.impl.logging.ORBUtilSystemException.transportReadTimeoutExceeded(ORBUtil SystemException.java:2598)
    at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.readFully(SocketOrChannelCo nnectionImpl.java:628)
    at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.read(SocketOrChannelConnect ionImpl.java:559)
    at com.sun.corba.se.impl.protocol.giopmsgheaders.MessageBase.readGIOPBody(MessageBase.java:4 13)
    at com.sun.corba.se.impl.transport.CorbaContactInfoBase.finishCreatingMessageMediator(CorbaC ontactInfoBase.java:183)
    at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.finishReadingBits(SocketOrC hannelConnectionImpl.java:380)
    at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.doWork(SocketOrChannelConne ctionImpl.java:1184)
    at com.sun.corba.se.impl.orbutil.threadpool.ThreadPoolImpl$WorkerThread.run(ThreadPoolImpl.j ava:417)
    26.01.2009 08:26:01 com.adobe.idp.DocumentManagerClient requestRemotePassivation
    SCHWERWIEGEND: DOCS001: Unexpected exception. See the stack trace for details.
    org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 208 completed: Maybe
    at com.sun.corba.se.impl.logging.ORBUtilSystemException.connectionAbort(ORBUtilSystemExcepti on.java:2372)
    at com.sun.corba.se.impl.logging.ORBUtilSystemException.connectionAbort(ORBUtilSystemExcepti on.java:2390)
    at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.finishReadingBits(SocketOrC hannelConnectionImpl.java:421)
    at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.doWork(SocketOrChannelConne ctionImpl.java:1184)
    at com.sun.corba.se.impl.orbutil.threadpool.ThreadPoolImpl$WorkerThread.run(ThreadPoolImpl.j ava:417)
    Caused by: org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 215 completed: No
    at com.sun.corba.se.impl.logging.ORBUtilSystemException.transportReadTimeoutExceeded(ORBUtil SystemException.java:2572)
    at com.sun.corba.se.impl.logging.ORBUtilSystemException.transportReadTimeoutExceeded(ORBUtil SystemException.java:2598)
    at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.readFully(SocketOrChannelCo nnectionImpl.java:628)
    at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.read(SocketOrChannelConnect ionImpl.java:559)
    at com.sun.corba.se.impl.protocol.giopmsgheaders.MessageBase.readGIOPBody(MessageBase.java:4 13)
    at com.sun.corba.se.impl.transport.CorbaContactInfoBase.finishCreatingMessageMediator(CorbaC ontactInfoBase.java:183)
    at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.finishReadingBits(SocketOrC hannelConnectionImpl.java:380)
    ... 2 more
    Does anyone know this problem?
    Here is the code to apply the policy:
    >ServiceClientFactory factory = ServiceClientFactory.createInstance(connectionProps);
    >RightsManagementClient rightsClient = new RightsManagementClient(factory);
    FileInputStream is = new FileInputStream("C:\\file.pdf");
    Document inPDF = new Document(is);
    DocumentManager documentManager = rightsClient.getDocumentManager();
    Document protectPDF = documentManager.applyPolicy(inPDF, "doc", "Global GL Policy Set", "Policy",
    "Domain", "user");
    protectPDF.passivate();
    File myFile = new File("C:\\secured.pdf");

    As I expected, it was a client/server classpath order issue...

  • IDL / CORBA

    hi all, first, i apologize if this topic is in the wrong forum, didn't find a better place though. i don't have any problem with the classpath.. :)
    Problem description:
    - i use jdk 1.5.0
    - i'm running the orbd before i try to run the example :)
    - i have no classpath problems
    - trying to set up and run the IDL HelloWorld example, both server and client on the same machine.
    - when running the server, i get the following problem/error after some waiting time on this instruction (all instructions before this one actually make no problems):
    NamingContextExt ncRef = NamingContextExtHelper.narrow(objRef);
    06.07.2005 10:31:45 com.sun.corba.se.impl.transport.SocketOrChannelConnectionImp
    l <init>
    WARNUNG: "IOP00410201: (COMM_FAILURE) Connection failure: socketType: IIOP_CLEAR
    _TEXT; hostname: 192.168.1.104; port: 1049"
    org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 201 completed: No
    at com.sun.corba.se.impl.logging.ORBUtilSystemException.connectFailure(Unknown Source)
    at com.sun.corba.se.impl.logging.ORBUtilSystemException.connectFailure(Unknown Source)
    at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.<init>(Unknown Source)
    at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.<init>(Unknown Source)
    at com.sun.corba.se.impl.transport.SocketOrChannelContactInfoImpl.createConnection(Unknown Source)
    at com.sun.corba.se.impl.protocol.CorbaClientRequestDispatcherImpl.beginRequest(Unknown Source)
    at com.sun.corba.se.impl.protocol.CorbaClientDelegateImpl.request(Unknown Source)
    at com.sun.corba.se.impl.protocol.CorbaClientDelegateImpl.is_a(Unknown Source)
    at org.omg.CORBA.portable.ObjectImpl._is_a(Unknown Source)
    at org.omg.CosNaming.NamingContextExtHelper.narrow(Unknown Source)
    at HelloServer.main(HelloServer.java:65)
    Caused by: java.net.ConnectException: Connection timed out: connect
    at sun.nio.ch.Net.connect(Native Method)
    at sun.nio.ch.SocketChannelImpl.connect(Unknown Source)
    at java.nio.channels.SocketChannel.open(Unknown Source)
    at com.sun.corba.se.impl.transport.DefaultSocketFactoryImpl.createSocket
    (Unknown Source)
    ... 9 more
    i followed all instructions in the example and cannot figure out what's wrong, also, i'm running the orbd..
    i am really really happy if someone with more knowledge and experience could solve my problem!
    thanks alot in advance!
    greetings.

    Check whether any other application is using port 1049. Or try changing the port of orbd.
    You should also take care to pass the port num as argument to the server.

  • EJB Deployment on OAS

    when I run the snippet generated client for the EJB deployed on OAS, I have this error:
    java.lang.NoClassDefFoundError: EJBPack.AppEJBHomeHelper
    at oracle.oas.container.corba.RemoteObject.narrow(Compiled Code)
    at oracle.oas.container.corba.RemoteObject.narrow(Compiled Code)
    at javax.rmi.PortableRemoteObject.narrow(Compiled Code)
    at EJBPack.AppEJBClient.main(Compiled Code)
    Any help well be appreciated???
    Many thanks.
    Xtophe
    null

    Hi Mak_GK,
    Sorry for the late answer.
    Make sure that your client project has the following libraries:
    JDeveloper runtime
    Oracle 8.1.5 JDBC
    Connection Manager
    <your generated jar file from the EJB>
    JBO Runtime
    OAS Runtime
    JBO OAS Runtime
    Also, sometimes it helps to stop and re-start OAS after deploying your EJB.
    Xtophe

  • CORBA related issue in JRE 1.4.2_06

    Hi Experts,
    We have an application written in C and Java. Communication is handled by CORBA using ORB form JRE. JRE 1.4.2_06 is used.
    We're currently facing application hanging or crashing. Log files have the following exceptions:
    com.sun.corba.se.internal.iiop.ReaderThread(Thread[JavaIDL Reader for javatech.us.oracle.com:1079,5,ORB ThreadGroup]): Exception thrown while reading request: java.lang.OutOfMemoryError: unable to create new native thread
    java.lang.OutOfMemoryError: unable to create new native thread
    at java.lang.Thread.start(Native Method)
    at com.sun.corba.se.internal.orbutil.ThreadPool.addWork(ThreadPool.java:181)
    at com.sun.corba.se.internal.iiop.MessageMediator.handleInput(MessageMediator.java:221)
    at com.sun.corba.se.internal.iiop.messages.RequestMessage_1_2.callback(RequestMessage_1_2.java:164)
    at com.sun.corba.se.internal.iiop.MessageMediator.processRequest(MessageMediator.java:142)
    at com.sun.corba.se.internal.iiop.IIOPConnection.processInput(IIOPConnection.java:336)
    at com.sun.corba.se.internal.iiop.ReaderThread.run(ReaderThread.java:60)
    Exception 50125 (org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 203 completed: No
    at com.sun.corba.se.internal.iiop.IIOPConnection.sendWithoutLock(IIOPConnection.java:768)
    at com.sun.corba.se.internal.iiop.BufferManagerWriteStream.sendFragment(BufferManagerWriteStream.java:87)
    at com.sun.corba.se.internal.iiop.BufferManagerWriteStream.sendMessage(BufferManagerWriteStream.java:107)
    at com.sun.corba.se.internal.iiop.IIOPOutputStream.finishSendingMessage(IIOPOutputStream.java:159)
    at com.sun.corba.se.internal.iiop.IIOPOutputStream.invoke(IIOPOutputStream.java:117)
    at com.sun.corba.se.internal.iiop.ClientRequestImpl.invoke(ClientRequestImpl.java:76)
    at com.sun.corba.se.internal.corba.ClientDelegate.invoke(ClientDelegate.java:235)
    at com.sun.corba.se.internal.corba.ClientDelegate.invoke(ClientDelegate.java:282)
    at org.omg.CORBA.portable.ObjectImpl._invoke(ObjectImpl.java:457)
    Exception 50125 (org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 208 completed: Maybe
    at com.sun.corba.se.internal.iiop.IIOPConnection.purge_calls(IIOPConnection.java:438)
    at com.sun.corba.se.internal.iiop.ReaderThread.run(ReaderThread.java:70)
    If I use JRE 1.4.2_14, the situation improves.
    Any suggestions on where the problem might be?
    Thanks

    Hello, sorry to jump on this thread, but I am having a similar issue with version 1.4.2_08
    We have a site that checks the current version of java before trying to load an applet, and if the version is not 1.4.2-08 or higher it prompts them to install...
    j2re-1_4_2_08-windows-i586-p.exe
    I am having an issue on a few different computers where even after they install and reboot, it prompts them to install again.
    on the one I am currently working on, they have win98 IE6
    the advanced tab of internet options has selections for MS JIT Compiler, and sun java 1.5 but not 1.4.2_08
    none of these are checked currently...
    This customer had installed 1.4.2_08 from our site, and it dodnt work, so they installed 1.5 from the java website.
    I had them Uninstall everything that said java from add/remove programs (J2SE 5.0 and JRE 1.4.2_08), reboot, and when we came back to the site, it prompted to install again, so we did, only this time the installer prompted to "modify" or "remove"
    We tried Modify first, and rebooted, cand it didnt work, so we tried remove, reboot, and reinstalled again (this time it didnt have the modify option) but the site still wont pass the version check.
    at this point, the internet options still have options for Sun Java 1.5 (which isnt currently installed) and MS JIT Compiler (both unchecked)
    Our diagnostics site reports thier version of java as MS 1.1 (IE isnt even trying to load the Sun Java apparently)
    If this is the same issue, hopefully this will help us both fix our issues, if you dont think this is the same issue, lemme know and ill post in a new topic.
    thanks in advanced for your help.

  • J2SE 5.0 CORBA logging

    I am running the J2SE 5.0 update 2 CORBA features. Just before a CORBA exception is thrown the logging service logs out the following stack trace. I was wondering if there is a way to disable only this function�s console logging?
    Apr 14, 2005 3:03:27 PM com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl <init>
    WARNING: "IOP00410201: (COMM_FAILURE) Connection failure: socketType: IIOP_CLEAR_TEXT; hostname: 157.176.13.122; port: 2004"
    org.omg.CORBA.COMM_FAILURE:   vmcid: SUN  minor code: 201  completed: No
         at com.sun.corba.se.impl.logging.ORBUtilSystemException.connectFailure(ORBUtilSystemException.java:2172)
         at com.sun.corba.se.impl.logging.ORBUtilSystemException.connectFailure(ORBUtilSystemException.java:2193)
         at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.<init>(SocketOrChannelConnectionImpl.java:205)
         at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.<init>(SocketOrChannelConnectionImpl.java:218)
         at com.sun.corba.se.impl.transport.SocketOrChannelContactInfoImpl.createConnection(SocketOrChannelContactInfoImpl.java:101)
         at com.sun.corba.se.impl.protocol.CorbaClientRequestDispatcherImpl.beginRequest(CorbaClientRequestDispatcherImpl.java:152)
         at com.sun.corba.se.impl.protocol.CorbaClientDelegateImpl.request(CorbaClientDelegateImpl.java:118)thanks for your help,
    greg

    I am running the J2SE 5.0 update 2 CORBA features. Just before a CORBA exception is thrown the logging service logs out the following stack trace. I was wondering if there is a way to disable only this function�s console logging?
    Apr 14, 2005 3:03:27 PM com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl <init>
    WARNING: "IOP00410201: (COMM_FAILURE) Connection failure: socketType: IIOP_CLEAR_TEXT; hostname: 157.176.13.122; port: 2004"
    org.omg.CORBA.COMM_FAILURE:   vmcid: SUN  minor code: 201  completed: No
         at com.sun.corba.se.impl.logging.ORBUtilSystemException.connectFailure(ORBUtilSystemException.java:2172)
         at com.sun.corba.se.impl.logging.ORBUtilSystemException.connectFailure(ORBUtilSystemException.java:2193)
         at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.<init>(SocketOrChannelConnectionImpl.java:205)
         at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.<init>(SocketOrChannelConnectionImpl.java:218)
         at com.sun.corba.se.impl.transport.SocketOrChannelContactInfoImpl.createConnection(SocketOrChannelContactInfoImpl.java:101)
         at com.sun.corba.se.impl.protocol.CorbaClientRequestDispatcherImpl.beginRequest(CorbaClientRequestDispatcherImpl.java:152)
         at com.sun.corba.se.impl.protocol.CorbaClientDelegateImpl.request(CorbaClientDelegateImpl.java:118)thanks for your help,
    greg

  • Timeouts with RAS OpenDocument: CORBA Error reported

    I am trying to code a .net application using the Report Application Server in a Crystal Enterprise 10 environment.  My code so far is very simple:
    s = mgr.Logon("user", "pw", "server", "secEnterprise");
    ReportAppFactory factory = (ReportAppFactory)s.GetService("", "RASReportFactory").Interface;
    EnterpriseService esvc = s.GetService("InfoStore");
    rcd = factory.OpenDocument(201, 0);
    This works fine when I run it against a test server (Windows Server 2003) running in a VM on my local machine.  However, when I run this against my production server (also Windows Server 2003) it fails.  The exception I get on the client side says that the request has timed out because the server has not responded in 600000ms.  On the server side, I see the following error in the RAS server's log:
    ErrorLog 2010  3  4 20:39:51.156 8464 9368 (Y:\servers\ras\crystalras\dts\corbaclientrequestcommadapter.cpp:340): EXCEPTION: IDL:omg.org/CORBA/COMM_FAILURE:1.0: Corba client dropped connection prematurely. reqType=154 agentId=""
    I've tried shutting off the firewalls on both the client and the server, to no avail. I've also tried using the -port <ipaddress>:<port> switch in the CMS command line and the -ns <cmsip>:<cmsport> switch in the RAS command line, also to no avail.  My only other obvious move at this point is to sacrifice a fatted calf to the CORBA gods, but before I make that much of a mess I should probably see if anyone has solved a similar problem. 
    Any advice, anyone?  Thanks in advance,
    David

    So does the report take longer than 10 minutes to process?
    If not, then you'd best do some network snooping (using something like Wireshark), to see what's blocking the access.
    If firewall is indeed blocking, then you'd need to reference the following document here:
    [Configuring The Crystal Enterprise SDK to Work With Firewalls|http://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/0047e5f4-3140-2b10-1bae-de175e4c741c]
    Sincerely,
    Ted Ueda

  • CORBA using Java

    I am trying to use java to connect to a CORBA Object and get an COMM_FAILURE Exception when I try to execute the follinwg line of code:
    org.omg.CORBA.Object objRef = orb.resolve_initial_references("NameService");
    The object orb has been initialized with the following parameters:
    props.put("org.omg.CORBA.ORBInitialPort", port);
    props.put("org.omg.CORBA.ORBInitialHost", host);
    orb = ORB.init(sArray, props);
    The exception I get is:
    Inside getMatchRef().
    About to resolve reference.
    org.omg.CORBA.SystemException: org.omg.CORBA.COMM_FAILURE: minor code: 1398079490 co
    mpleted: No
    org.omg.CORBA.COMM_FAILURE: minor code: 1398079490 completed: No
    at com.sun.corba.se.internal.iiop.IIOPConnection.writeLock(Unknown Source)
    at com.sun.corba.se.internal.iiop.IIOPConnection.send(Unknown Source)
    at com.sun.corba.se.internal.iiop.IIOPOutputStream.invoke(Unknown Source)
    at com.sun.corba.se.internal.iiop.ClientRequestImpl.invoke(Unknown Source)
    at com.sun.corba.se.internal.corba.ClientDelegate.invoke(Unknown Source)
    at com.sun.corba.se.internal.corba.InitialNamingClient.resolve(Unknown Source)
    at com.sun.corba.se.internal.corba.InitialNamingClient.cachedInitialReferences(
    Unknown Source)
    at com.sun.corba.se.internal.corba.InitialNamingClient.resolve_initial_referenc
    es(Unknown Source)
    at com.sun.corba.se.internal.corba.ORB.resolve_initial_references(Unknown Sourc
    e)
    at com.trilogy.fs.bom.services.search.core.DNBWrap.getMatchRef(DNBWrap.java:146
    at com.trilogy.fs.bom.services.search.core.DNBWrap.runMatch(DNBWrap.java:294)
    at com.trilogy.fs.bom.services.search.core.DNBClientSearch.run(DNBClientSearch.
    java:152)
    at java.lang.Thread.run(Unknown Source)
    Could not get reference
    Unable to reference the Match Engine object.
    The people whose CORBA object I am trying to reference tell me I am connecting to the correct server and port. although they said I need to pass in two ports, one being the Orbix port and one being the base port. What am i doing wrong??? Any help would be appreciated.

    if your are using tnamesev, launch the tnameserver with "tnameserv -ORBInitialPort yourPort -ORBInitialHost yourHostName(not localhost)", and this might help

Maybe you are looking for