2 Replies Latest reply on Aug 11, 2009 3:35 PM by wowuor

    ports 1098,1099,8083  not opened on a jboss 5.1.0 startup

      All,

      Need help in determining why Jboss 5.1.0 GA without errors, but port 1099 is not opened on a system running either Fedora cores 8-11, CentOS 5.3 and Scientific Linux 5.3. I did a netstat -a and netstat -l before starting jboss and after starting jboss and the port is not listed as listening.

      Regards
      Wilson

        • 1. Re: ports 1098,1099,8083  not opened on a jboss 5.1.0 startu
          peterj

          I've run in a similar situation, but on Windows where TCPView often would not report all of the open ports (this situation seemed to come and go with varying Windows patches).

          The console log should have something about port 8083:

          09:46:04,027 INFO [WebService] Using RMI server codebase: http://127.0.0.1:8083/

          Unfortunately, the console log no longer informs you of the JNDI port, 1099. But you can check that by doing a:

          telnet localhost 1099

          You'll get back mostly gibberish, but at least you'll know that the port is open.

          (I just tried on Ubuntu 9.04 and those ports showed up in netstat.)

          • 2. Re: ports 1098,1099,8083  not opened on a jboss 5.1.0 startu

            Thanks for your help, but for Jboss Server to open ports 1098,1099,8083 on startup, one has to comment them or remove them out in /etc/services files.