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?



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3890877#3890877

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3890877


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to