Why am I getting a CORBA Transient Exception (ConnectFailed)

Viewed 12

CORBA is being used as a middleware connecting a simulation package (AIMSUN Next) to a traffic control application (SCOOT). I have been getting this error, which I understand but don't know how to resolve: "Caught CORBA::SystemException. TRANSIENT TRANSIENT_ConnectFailed IDL:omg.org/CORBA/TRANSIENT:1.0"

This error signifies that a connection cannot be made, however I don't know why. The following are the details:

  1. Both applications are running on the same machine (technically my laptop)
  2. The simulation package is trying to connect to the following IP addresses in the traffic control application: a. 127.0.0.1 b.192.168.1.70 c.192.168.1.70

What could I be doing wrong? I am thinking it is a networking issue.

Hossam

0 Answers
Related