We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When launching the generator back-end, we can sometimes end prematurely with the following error log :
[ERROR] <RESTServer::open> Failed to create socket
This error occurs randomly. It seems it occurs more often hen launching the back-end several times successively.
To Reproduce Steps to reproduce the behavior:
./build
Expected behavior Instead of the error log, we should get the following log :
[INFO ] Listening for request at: localhost:4000/OSCO-OD-Gen
Desktop (please complete the following information):
Additional context This is most likely a RESTServer issue. An issue was submitted at the RESTServer project : Clovel/RESTServer#1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When launching the generator back-end, we can sometimes end prematurely with the following error log :
This error occurs randomly. It seems it occurs more often hen launching the back-end several times successively.
To Reproduce
Steps to reproduce the behavior:
./build
Expected behavior
Instead of the error log, we should get the following log :
Desktop (please complete the following information):
Additional context
This is most likely a RESTServer issue. An issue was submitted at the RESTServer project : Clovel/RESTServer#1
The text was updated successfully, but these errors were encountered: