Tony Zakula 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 [email protected] http://maillist.caucho.com/mailman/listinfo/resin-interest
