1 Reply Latest reply on Sep 21, 2005 1:46 AM by mazz

    JBoss 3.2.5 and Port Binding

    msf

      Hi for all!

      I have installed JBoss in 7 machines and some of them shows problems when trying to bind jndi and port 1099.
      JBoss complains that this port is under use by windows system process.
      Do you know how to solve this keeping all default ports and what windows system process is using that port?

      Thank u,

      Marcos

        • 1. Re: JBoss 3.2.5 and Port Binding
          mazz

          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.