• 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

org.omg.CORBA.COMM_FAILURE

 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
javax.naming.CommunicationException. Root exception is org.omg.CORBA.COMM_FAILURE: minor code: 1 completed: Maybe
java.lang.Throwable(java.lang.String)
java.lang.Exception(java.lang.String)
java.lang.RuntimeException(java.lang.String)
org.omg.CORBA.SystemException(java.lang.String, int, org.omg.CORBA.CompletionStatus)
org.omg.CORBA.COMM_FAILURE(java.lang.String, int, org.omg.CORBA.CompletionStatus)
org.omg.CORBA.COMM_FAILURE(int, org.omg.CORBA.CompletionStatus)
void com.ibm.CORBA.iiop.IIOPConnection.purge_calls(int, boolean, boolean)
void com.ibm.CORBA.iiop.StandardReaderThread.run()
I am getting this exception while running my client EJB application in VAJ .It is stand alone application .It is working in VAJ 'EJB Test client ' .Can Any one help me to resolve this
------------------
 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Add Your EJB Group to Server. Then Select the EJB Group and open the properties window, in that specify Data Source, Database Driver, User Id, Password.
For Oracle
Data Source: jdbc racle:thin:@YOURMACHINENAME:1521 rcl
Database Driver:
oracle.jdbc.driver.OracleDriver
if your using DB2 use correponding driver
After this Choose Tools->Workspace->Webspher Test Environment, WTE Window will open in that Choose Persistent Name Server, specify the above information in corresponding textboxes on right side, click apply and Click START NAME SERVER, minimize the current window and then go back to EJB Server Configuration Window, Choose your EJB Server and click run icon, now your EJB Server will be running, which is indicated by a run icon on the EJB Server.

Any problem still post it I will try to answer....
 
Meyyappan Meyyappan
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am sorry Guy its not tools->workspace-> websphereTestenvironment menu
its actually workspace->tools-> websphereTestenvironment
sorry for the mistake....
 
kishore Kumar Kota
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have problems when try running my client program.But i am able to run test client given by VJA.I have specified port name correctly and context also.Do we need to set classpath in VJA?
 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi kishor,
i was facing the same problem, but i found the solution , in a way that you first follow the instruction carefully by Mayyappan and but then you have to be wait for EJB server Configuration , in a sense that even thow the server show you running and enabled with run icon, but actaully it takes a bit time before it really starts, meanwhile , if u send a request you may get Corba.com error, so the best way to assure that the server is started is open click th Console window, select the server in all program tab, and check in output tab, you have to wait till the output in console ends with last line as "EJServer E Server open for business.", wait for the same if you have number of servers, then you can start the client request, if still the problem is there let me know...
 
kishore Kumar Kota
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi deep,
I have done as said,TestClient is running fine ,at the same time when i try to run MY Client it is not working.
[ February 06, 2002: Message edited by: kishore k ]
 
deepesh shah
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi, see corba com is realted with binding problem only, therefore make sure that first u should start persistance name server, and after it is started then only you have to start your ejb servers , make sure that persistance name server is started b4 you go start u'r ejb server, then after you run ejb server wait til in console gives 'Eserver ready for business', if still then close server and name server and redo the operation, u have to be passionate for this, and if still problem persist just restart entire VAJ, or even machine , check whether ports are available for that or not, with netstat commmand on cmd prompt also check " E Server open for business." in name server also b4 u start request , ... good luck!
 
For my next trick, I'll need the help of a tiny ad ...
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic