Welcome Guest! Log in
Stambia versions 2.x, 3.x, S17, S18, S19 and S20 are reaching End of Support January, 15th, 2024. Please consider upgrading to the supported Semarchy xDI versions. See Global Policy Support and the Semarchy Documentation.

The Stambia User Community is moving to Semarchy! All the applicable resources have already been moved or are currently being moved to their new location. Read more…


Symptom

The Designer cannot connect to a Runtime.

The Runtime is up and can execute deliveries.

The Runtime server can ping the Designer's machine, and vice versa.

Solution

Edit the file stambiaRuntime/properties/engines/commonParameters.xml on the Runtime server.

Change the following line:

<!--<parameter name="rmiHost" value="localhost"/>-->

to this:

<parameter name="rmiHost" value="<hostname of the Runtime server>"/>

And then restart the Runtime.

 

If it does not work, try with the IP address instead of the hostname :

<parameter name="rmiHost" value="<IP address>"/>

 

Knowledge Base

Suggest a new Article!