Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 431834

Summary: [terminal] exposed ports calculation is broken
Product: [ECD] Orion Reporter: Anthony Hunter <ahunter.eclipse>
Component: DockerAssignee: Anthony Hunter <ahunter.eclipse>
Status: RESOLVED FIXED QA Contact: Anthony Hunter <ahunter.eclipse>
Severity: normal    
Priority: P3    
Version: 6.0   
Target Milestone: 6.0 M1   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Anthony Hunter CLA 2014-04-02 15:33:35 EDT
In Bug 431064 I introduced an exposed ports feature. The internal list of used ports is not working:

[error] server.go:950 Error: Cannot start container anthonyh: port has already been allocated
[error] server.go:85 HTTP Error: statusCode=500 Cannot start container anthonyh: port has already been allocated

As a result new containers are not being started and the error 500 is somehow not being passed back to the client.