Project

General

Profile

I got a error when it boots !

Added by 巍明 曾 about 9 years ago

[2015-03-04 21:09:16] INFO WEBrick 1.3.1
[2015-03-04 21:09:16] INFO ruby 2.0.0 (2014-11-13) [x86_64-linux]
[2015-03-04 21:09:16] WARN TCPServer Error: Address family not supported by protocol - socket(2)
[2015-03-04 21:09:16] INFO WEBrick::HTTPServer#start: pid=2223 port=3000


Replies (5)

RE: I got a error when it boots ! - Added by 巍明 曾 about 9 years ago

redmine version is 3.0.0 rails version is 4.2

RE: I got a error when it boots ! - Added by Toshi MARUYAMA about 9 years ago

I think your localhost on /etc/hosts has problem.

RE: I got a error when it boots ! - Added by 巍明 曾 about 9 years ago

my hosts:
127.0.0.1 localhost
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6

(deleted)

RE: I got a error when it boots ! - Added by Toshi MARUYAMA about 9 years ago

Try

$ ruby bin/rails server -e production -b 127.0.0.1

RE: I got a error when it boots ! - Added by 巍明 曾 about 9 years ago

it worked!!thank you very much !!:) you did me a big favor!!!

    (1-5/5)