<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<p class="MsoNormal"><span style="font-size: 10pt; font-family: Arial;"
 lang="EN-US">Hello all<o:p></o:p><br>
I am new, so please be patient.<br>
I would like
to ask for help in a following situation:<o:p></o:p><br>
Configuration : omniORB v.4.x.x with VS9  (VS 2008) Language:  VC++<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size: 10pt; font-family: Arial;"
 lang="EN-US">Problem:<br>
I try to implement a basic client-server
application which uses CORBA technology.<br>
Server waits client's request for actual time.<o:p></o:p><br>
Server starts correctly, I obtain a stringified IOR id,
which I use as a parameter for the client.<o:p></o:p><br>
When I launch client, I obtain &#8220;Uncaught CORBA
exception&#8221; and client stops.<br>
In a VS output view I see: <br>
First-chance exception at 0x7c812aeb in Example_Client.exe: Microsoft
C++ exception: omni::giopStream::CommFailure at memory location
0x0012fb50..<br>
First-chance exception at 0x7c812aeb in Example_Client.exe: Microsoft
C++ exception: CORBA::TRANSIENT at memory location 0x0012fcf8..<br>
Using debugger and "cout" in a few lines of program I realized, that
exception occurs at the moment of call to a function I defined in
interface. Did you meet a similar problem? Please write if any
additional information is neccessary.<br>
Thank you in advance.<br>
MC<br>
</span></p>
</body>
</html>