0 Replies Latest reply on May 19, 2008 9:15 AM by philiparad

    Server trying to connect to another IP

      Hi

      I have a JBoss server running on IP 172.16.11.25 (-b option).

      For some unknown reason the server, from time to time tries to connect
      to another IP (172.16.1.217) and fails, since this IP is not running any server:
      -------------------------------------------------------------------------------------
      2008-05-19 17:28:50,671 INFO [STDOUT] org.jboss.remoting.CannotConnectException: Can not get connection to server. Problem establishing socket connection for InvokerLocator [socket://172.16.1.217:4446/?dataType=invocation&enableTcpNoDelay=true&marshaller=org.jboss.invocation.unified.marshall.InvocationMarshaller&socketTimeout=600000&unmarshaller=org.jboss.invocation.unified.marshall.InvocationUnMarshaller]
      2008-05-19 17:28:50,671 INFO [STDOUT] at org.jboss.remoting.transport.socket.MicroSocketClientInvoker.transport(MicroSocketClientInvoker.java:532)
      2008-05-19 17:28:50,671 INFO [STDOUT] at org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientInvoker.java:122)
      2008-05-19 17:28:50,671 INFO [STDOUT] at org.jboss.remoting.Client.invoke(Client.java:1634)
      2008-05-19 17:28:50,671 INFO [STDOUT] at org.jboss.remoting.Client.invoke(Client.java:548)
      -------------------------------------------------------------------------------------

      How can I avoid this situation?
      What should I chnage in the configuration of the server, so the server stops making attemps to connect to other IPs?

      Regards
      Philip