• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

OC4J :RMIConnection Disconnected

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using Oracle 10g OC4J instance , in which I have one application making a RMI call to a remote EJB function. I have configured the RMI port , which is a free and available port. But when the actually RMI call is made getting the exception from the client Stub:
javax.ejb.EJBException: [RDA.ejbCreate] NamingException Disconnected: RMIConnection Disconnected
The JNDI properties set are as below:
RDA_DEDICATED_CONNECTION :false
RDA_DEDICATED_RMI_CONTEXT:true
RDA_INITIAL_CONTEXT:com.evermind.server.rmi.RMIInitialContextFactory
RDA_JNDI_NAME:RdaSession
RDA_PROVIDER_URL ormi://aid2:27006/rda_s1
RDA_SECURITY_CREDENTIALS admin
RDA_SECURITY_PRINCIPAL jazn.com-admin

Please suggest if I am missing any OC4J configuration

Thanks
Antara
 
author
Posts: 304
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well, if it were me I would go in the direction of the NamingException that you got back, but I suspect that you might have a good chance of finding the people that you need to help you in this thread.
 
They weren't very bright, but they were very, very big. Ad contrast:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic