ExamarCorp / ovz-web-panel

Automatically exported from code.google.com/p/ovz-web-panel
Other
0 stars 0 forks source link

Starting web server webrick on 0.0.0.0:3000... [FAIL] Unable to start web server. #511

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Steps to reproduce:
1. service owp restart
2.
3.

Actual result: Starting web server webrick on 0.0.0.0:3000... [FAIL] Unable to 
start web server.

Expected result:

Version of the product: 2.4

Server OS: Centos 6.4 64bit with openvz Linux 2.6.32-042stab078.26 #1 SMP Wed 
Jun 19 11:05:34 MSK 2013 x86_64 x86_64 x86_64 GNU/Linux

Browser:

Additional information:

Original issue reported on code.google.com by mastersc...@gmail.com on 29 Jun 2013 at 5:40

GoogleCodeExporter commented 9 years ago
I had a similar problem after setting up a production server with a proper 
hostname _after_ installing OWP. I guess this was the wrong order, but I'm 
working on Amazon EC2 images, and it's nice to have all the software installed 
before launching. In this case, it seems that WEBrick doesn't like it if there 
isn't an entry in /etc/hosts which reads:

127.0.0.1 localhost

I'm on RHEL, and apparently /etc/hosts isn't used by RHEL, so putting in the 
above doesn't seem (so far) to interfere with anything.

See here for more details / alternatives: 
https://code.google.com/p/ovz-web-panel/issues/detail?id=267

Original comment by david.s....@gmail.com on 1 Jul 2013 at 9:50