-
Notifications
You must be signed in to change notification settings - Fork 214
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
Can't start mvnd with noDaemon option #1248
Comments
Same issue on 2.0-rc-3
Same error
Adding the argument doesn't fix the problem
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I try to start running mvnd with the mvnd.noDaemon option set to true but the process failed to start as it's missing the mvnd.java.home property.
For what I understand by reading the code is that this property is normally set by the DaemonConnector class when starting in normal mode.
But with noDaemon mode activated this property is not set before instantiate the Server class and then it fail to find it.
Here is the stacktrace I get.
I install mvnd with sdkman and use version 1.0.2.
Could it be a bug or I just missing some configurations.
Thanks
The text was updated successfully, but these errors were encountered: