There's probably a ton of tools out there that you can use to tell what is using which ports. I, personally, use "TCPView" from Sysinternals. You can get it here:
http://www.sysinternals.com/Utilities/TcpView.html Run that to see what process is actually connected to that port and ... kill it :-) Most probably you have another Java application running that has started the RMI Registry. 1099 is the port the Java RMI Registry uses. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3895960#3895960 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3895960 ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
