Here is my netstat dump.  I am running in a console  as root when I try to start resin up.

I can start Jetty, but I cannot start Glassfish as well.  I get a similiar error.  I thought maybe it had to with resolving its domain name as it is behind a firewall which is doing NAT, but I think I have taken care of that with an entry in the hosts file.  I do have the ports open in the iptables firewall as well.

Any ideas?

Thanks,

Tony

Active Internet connections (w/o servers)
Proto Recv-Q Send-Q Local Address               Foreign Address             Stat
e
tcp        1      0 mine10.zakula.com:40764     cobe-if-a.mirrorservic:http CLOS
E_WAIT
tcp       52      0 mine10.zakula.com:ssh       192.168.1.2:sixtrak         ESTA
BLISHED
tcp        0      1 mine10.zakula.com:40074     mine10.zakula.com:pop3      SYN_
SENT
tcp        0      1 mine10.zakula.com:40998     mine10.zakula.com:pop3      SYN_
SENT
tcp        0      1 mine10.zakula.com:40999     mine10.zakula.com:pop3      SYN_
SENT
tcp        0      1 mine10.zakula.com:47892     mine10.zakula.com:smtp      SYN_
SENT
tcp        0      1 mine10.zakula.com:47893     mine10.zakula.com:smtp      SYN_
SENT
tcp        0      1 mine10.zakula.com:46359     mine10.zakula.com:smtp      SYN_
SENT
tcp        1      0 mine10.zakula.com:54406     ie.freshrpms.net:http       CLOS
E_WAIT
Active UNIX domain sockets (w/o servers)
Proto RefCnt Flags       Type       State         I-Node Path
unix  13     [ ]         DGRAM                    6222   /dev/log
unix  2      [ ]         DGRAM                    1476   @/org/kernel/udev/udevd
unix  2      [ ]         DGRAM                    7206   @/org/freedesktop/hal/u
dev_event
unix  2      [ ]         DGRAM                    88252
unix  2      [ ]         DGRAM                    9722
unix  2      [ ]         DGRAM                    8122
unix  2      [ ]         DGRAM                    8114
unix  3      [ ]         STREAM     CONNECTED     8011   /var/run/dbus/system_bu
s_socket
unix  3      [ ]         STREAM     CONNECTED     8010
unix  3      [ ]         STREAM     CONNECTED     7953   @/var/run/hald/dbus-C9r
PpArtSW
unix  3      [ ]         STREAM     CONNECTED     7948
unix  3      [ ]         STREAM     CONNECTED     7803   /var/run/acpid.socket
unix  3      [ ]         STREAM     CONNECTED     7802
unix  3      [ ]         STREAM     CONNECTED     7789   /var/run/dbus/system_bu
s_socket
unix  3      [ ]         STREAM     CONNECTED     7788
unix  3      [ ]         STREAM     CONNECTED     7797   @/var/run/hald/dbus-C9r
PpArtSW
unix  3      [ ]         STREAM     CONNECTED     7786
unix  3      [ ]         STREAM     CONNECTED     7201   @/var/run/hald/dbus-vaH
MTYCoih
unix  3      [ ]         STREAM     CONNECTED     7200
unix  2      [ ]         DGRAM                    7199
unix  2      [ ]         DGRAM                    6877
unix  2      [ ]         DGRAM                    6840
unix  2      [ ]         DGRAM                    6667
unix  3      [ ]         STREAM     CONNECTED     6594
unix  3      [ ]         STREAM     CONNECTED     6593
unix  3      [ ]         STREAM     CONNECTED     6496
unix  3      [ ]         STREAM     CONNECTED     6495
unix  2      [ ]         DGRAM                    6368
unix  2      [ ]         DGRAM                    6357
unix  2      [ ]         DGRAM                    6230
unix  3      [ ]         STREAM     CONNECTED     6184
unix  3      [ ]         STREAM     CONNECTED     6183
 

Vic Simkus wrote:
Tony wrote:
  
Hi,

I have been trying to install and run resin on a Centos 5 system.  I run 
it fine on Windows.  Everything installs fine on Centos, but when I try 
to run the resin.jar file with all of the default configuration, I get 
the following error:

Aug 24, 2007 11:26:39 AM com.caucho.boot.ResinWatchdog run
INFO: java.net.BindException: Cannot assign requested address
java.net.BindException: Cannot assign requested address
        at java.net.PlainSocketImpl.socketBind(Native Method)
        at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359)
        at java.net.ServerSocket.bind(ServerSocket.java:319)
        at java.net.ServerSocket.<init>(ServerSocket.java:185)
        at com.caucho.boot.ResinWatchdog.run(ResinWatchdog.java:496)
        at java.lang.Thread.run(Thread.java:619)

The server is behind a firewall with an ip address of 192.168.1.3, but I 
have an entry in the hosts file with the machine name and the ip 
address.  Any help would be appreciated.  Thanks!

Tony
  
    
Sounds like something else is bound to a port that Resin is trying to 
use.  Do a netstat and make sure that nothing is using ports 8080 and 6800.


_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

  
_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to