Welcome! Log In Create A New Profile

Advanced

COMM_FAILURE exception

Posted by bobj 
Announcements Last Post
Announcement SoC Curricula 09/30/2017 01:08PM
Announcement Demarcation or scoping of examinations and assessment 02/13/2017 07:59AM
Announcement School of Computing Short Learning Programmes 11/24/2014 08:37AM
Announcement Unisa contact information 07/28/2011 01:28PM
COMM_FAILURE exception
April 19, 2006 11:14AM
Hi Andoni

The COMM_FAILURE indicates a communications failure. Its hard to pinpoint exactly why you get this without looking at your code, but it is most likely that your client is not reading the IOR file which your server should have created.

Clearly you have an object reference from somewhere or else your client would have failed earlier. probably its a stale IOR from a server which is no longer running. When the client tries to **use** the object reference, ie communicate with it, the communication can not be established and the exception is thrown.

Hope this helps
Bob

PS. crossposted to the forum.

P Le Roux wrote:
>
>
> >>> "Andoni Manias" <andoni.manias@gmail.com> 2006/04/18 22:32:47 >>>
> Hi,
>
> I was wondering if you might be able to please help me with this problem
> I'm having with question 3 of the first assignment? The code compiled
> successfully using gmake. I'm able to run the server, but when I run the
> client, the second exception is caught:
> ERROR: Problem invoking server methods.
> IDLyawning smileymg.org/CORBA/COMM_FAILURE:1.0 (0, not-completed)
>
> I'm not really sure what the COM_FAILURE message means.
>
> Thanks
> Andoni
> (0-895-655-3)

Sorry, only registered users may post in this forum.

Click here to login