-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle reserved server address #1665
Comments
Note that this affects both editors since they use the same server. |
A user reported the same stacktrace after opening a created Design in a newly created
|
Another report of the same issue when a user has opened an existing project using a freshly updated designer.
|
There're two problems in Eclipse regarding this issue. 1. There's a thread still running after closing/removing the project. This thread restarts the server again and again. Reproduce:
2 . The BindException: Address already in use Reproduce:
|
There is rare exception that has existed for a long while:
Assuming the error situation is reasonable, the exception should be handled in a graceful way. In an optimal scenario, Designer would just try another port until a free one is found.
The text was updated successfully, but these errors were encountered: