Skip to content
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

Smooth shutdown when an exception occurs during service initialization #69

Open
dotta opened this issue Mar 31, 2016 · 0 comments
Open
Labels

Comments

@dotta
Copy link
Contributor

dotta commented Mar 31, 2016

This is a development environment issue that occurs when an exception is thrown when the service is created (but not yet started). For instance, if one forgets to enable the Module class (in the application.conf) that binds a service interface to its implementation. Another occurrence of the same problem is when the port assigned to the service is already in use. The issue is particularly annoying when using the runAll task, as the service that is not being started is likely the one a user is working on.

@TimMoore TimMoore added this to the 1.5.0 milestone Aug 3, 2017
@TimMoore TimMoore added the help wanted Ready and waiting for a volunteer label Jun 18, 2018
@TimMoore TimMoore removed this from the Lagom 1.5.0 milestone Jun 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

3 participants