6 Replies Latest reply on Jan 7, 2009 6:37 PM by peterj

    JBoss doesn't bind server ports in RHEL5?

    gghart

      Hi,

      I've got a freshly installed RHEL5.3 workstation, jdk1.6 installed, and Jboss-5.0.0.GA installed. I went back to fresh install of Jboss with no applications installed and no configuration file changes, and it seems to start up ok using the 'web' server configuration - I see the java process running and the only error/warning in the server.log or boot.log is:

      server.log:2009-01-07 03:09:12,886 WARN [org.jboss.annotation.factory.AnnotationCreator] (main) No ClassLoader provided, using TCCL: org.jboss.managed.api.annotation.ManagementComponent

      However, it doesn't bind to port 8080 (as I expected based on the listen defined in server.xml), and the server doesn't accept HTTP requests. Since there aren't any obvious errors, I'm not really sure what to do to troubleshoot this?

      [root@cweb2 log]# netstat -a | grep LISTEN
      tcp 0 0 cweb2:46560 *:* LISTEN
      tcp 0 0 cweb2:4712 *:* LISTEN
      tcp 0 0 cweb2:8009 *:* LISTEN
      tcp 0 0 cweb2:4713 *:* LISTEN
      tcp 0 0 *:sunrpc *:* LISTEN
      tcp 0 0 cweb2:webcache *:* LISTEN
      tcp 0 0 cweb2:ipp *:* LISTEN
      tcp 0 0 cweb2:smtp *:* LISTEN
      tcp 0 0 *:826 *:* LISTEN
      tcp 0 0 *:ssh *:* LISTEN
      unix 2 [ ACC ] STREAM LISTENING 9661 /var/run/sdp
      unix 2 [ ACC ] STREAM LISTENING 9811 /var/run/pcscd.comm
      unix 2 [ ACC ] STREAM LISTENING 9846 /var/run/setroubleshoot/setroubleshoot_server
      unix 2 [ ACC ] STREAM LISTENING 9935 /var/run/acpid.socket
      unix 2 [ ACC ] STREAM LISTENING 12032 @/tmp/fam-root-
      unix 2 [ ACC ] STREAM LISTENING 10086 /var/run/cups/cups.sock
      unix 2 [ ACC ] STREAM LISTENING 10613 /var/run/avahi-daemon/socket
      unix 2 [ ACC ] STREAM LISTENING 10296 /dev/gpmctl
      unix 2 [ ACC ] STREAM LISTENING 10663 @/var/run/hald/dbus-1rwuOzp9pl
      unix 2 [ ACC ] STREAM LISTENING 10662 @/var/run/hald/dbus-KpOH49hnfG
      unix 2 [ ACC ] STREAM LISTENING 8860 /var/run/audispd_events
      unix 2 [ ACC ] STREAM LISTENING 9087 /var/run/setrans/.setrans-unix
      unix 2 [ ACC ] STREAM LISTENING 9570 /var/run/dbus/system_bus_socket

      Any suggestions?