Bug #156
Thin server should check for port availability
Status: | Closed | Start date: | 10/05/2009 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Tino Vázquez | % Done: | 0% | |
Category: | - | |||
Target version: | Release 2.0 | |||
Resolution: | fixed | Pull request: | ||
Affected Versions: |
Description
The server should check for the port availability and produce some intelligible information.
Now it fails with:
--
/usr/lib/ruby/gems/1.8/gems/eventmachine-0.12.8/lib/eventmachine.rb:565:in `start_tcp_server': no acceptor (RuntimeError)
from /usr/lib/ruby/gems/1.8/gems/eventmachine-0.12.8/lib/eventmachine.rb:565:in `start_server'
from /usr/lib/ruby/gems/1.8/gems/thin-1.2.4/lib/thin/backends/tcp_server.rb:16:in `connect'
--
Associated revisions
Fix for bug #156
Merge pull request #156 from n40lab/master
Fix B#4928 import vcenter networks with same name in different clusters
History
#1 Updated by Ruben S. Montero almost 12 years ago
The HTTP server configuration for the EC2-Query and OCCI servers must be improved also to add SSL support. I am adding this task in this issue. This bug affects both Cloud servers
#2 Updated by Ruben S. Montero almost 12 years ago
- Target version set to Release 1.4
#3 Updated by Ruben S. Montero over 11 years ago
- Target version changed from Release 1.4 to Release 1.4.2
#4 Updated by Ruben S. Montero about 11 years ago
- Status changed from New to Assigned
- Target version changed from Release 1.4.2 to Release 2.0
#5 Updated by Tino Vázquez almost 11 years ago
- Status changed from Assigned to Closed
- Resolution set to fixed
Fixed in master, closing.