0 Replies Latest reply on Aug 19, 2005 5:15 PM by dobracki

    SYN_SENT to Anonymous ports

    dobracki

      Running JBoss 3.2.6 on Windows behind a firewall.

      I am seeing JBoss actively try to establish connections with a SYN_SENT on two ports. The ports change each time the server is started.

      I would like to determine which services are trying to connect and either turn them off or set the ports. The application is running normally but the server.log shows two Exceptions which may or may not be relevent:

      2005-08-16 15:16:14:820 37118 WARN [org.jboss.mq.Connection] Connection failure:
      org.jboss.mq.SpyJMSException: Could not pong; - nested throwable: (java.rmi.RemoteException: Cannot connect to the ConnectionReceiver/Server)
      at org.jboss.mq.server.JMSDestinationManager.ping(JMSDestinationManager.java:840)
      at org.jboss.mq.server.JMSServerInterceptorSupport.ping(JMSServerInterceptorSupport.java:309)
      at org.jboss.mq.server.TracingInterceptor.ping(TracingInterceptor.java:859)
      at org.jboss.mq.server.JMSServerInvoker.ping(JMSServerInvoker.java:309)
      at org.jboss.mq.il.oil.OILServerILService$Client.run(OILServerILService.java:325)
      at java.lang.Thread.run(Thread.java:534)
      Caused by: java.rmi.RemoteException: Cannot connect to the ConnectionReceiver/Server
      at org.jboss.mq.il.oil.OILClientIL.createConnection(OILClientIL.java:183)
      at org.jboss.mq.il.oil.OILClientIL.checkSocket(OILClientIL.java:156)
      at org.jboss.mq.il.oil.OILClientIL.pong(OILClientIL.java:112)
      at org.jboss.mq.server.JMSDestinationManager.ping(JMSDestinationManager.java:836)
      ... 5 more


      Also, the rmi-il-service and the snmp agent are not deployed.

      Is there a way to drill down to which services are trying make the unwanted attempts to establish connections?