[Radiant] very very very confused.
Maurizio Balestrieri
maurizio at gmail.com
Sun Jul 16 13:48:30 CDT 2006
On 7/16/06, Josh Aronoff <jaronoff at verizon.net> wrote:
> => Booting WEBrick...
> => Rails application started on http://0.0.0.0:3000
> => Ctrl-C to shutdown server; call with --help for options
> [2006-07-16 10:51:41] INFO WEBrick 1.3.1
> [2006-07-16 10:51:41] INFO ruby 1.8.2 (2005-04-11) [i386-linux]
> [2006-07-16 10:51:41] WARN TCPServer Error: Address already in use -
> bind(2)
It seems you have another process listening on port 3000. Try to
launch webrick with the -p option. For example: ./script/server -p
3001
More information about the Radiant
mailing list