It seems our Remote Configuration Tool is trying to connect to our local installed Aware IM server.
When I stop my local Aware IM server I get "connection refused to host 127.0.0.1":
Error establising connection with the server.
ERROR: org.openadaptor.jms.JMSSink - init() failed with JMS Queue/Topic
PublishException: org.openadaptor.jms.PublishException: org.openadaptor.jms.JMSPublisher - connect() failed with NamingException: javax.naming.CommunicationException
[Root exception is java.rmi.ConnectionException: Connection refused to host: 127.0.0.1; nested exception is: java.net.ConnectException: Connection refused: connect]
When I start my local Aware IM server I get "no such object in table":
Error establising connection with the server.
ERROR: org.openadaptor.jms.JMSSink - init() failed with JMS Queue/Topic
PublishException: org.openadaptor.jms.PublishException: org.openadaptor.jms.JMSPublisher - connect() failed with NamingException: javax.naming.CommunicationException
[Root exception is java.rmi.NoSuchObjectException: no such object in table]
But the UIConfig.props on the local guest is configured correct:
WebServer=<IP-ADDRESS-SERVER>
WebServerPort=8080
HostServer=<IP-ADDRESS-SERVER>
HostServerPort=9000
So how can we configure the Remote Configuration Tool to connect to the remote server?