-
Notifications
You must be signed in to change notification settings - Fork 212
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
Connection timeout when trying to execute any build #63
Comments
Same here. |
Thanks for the report. I admit this project suffers from a lack of developers working on Windows. To see whether the issue is caused by your local settings (firewall or similar), could you @marcphilipp or @galegofer please run the integration tests on your machine? It is basically
|
For me it fails on macOS. |
Good to know, thanks. Are the integration tests passing on your machine? |
What is the output of |
BTW, I had to disable sdkman in my |
mvnd -v
It looks like it's happening all the time. I didn't manage yet to run the Integration Tests in my local due to some issues with the artifacts repository that we have in the company, not being able to resolve some Takari lifecycle dependencies. |
What is your BTW, 0.0.5 was released and I guess this issue was not solved by the only included fix? |
java --version
As you said, I am still facing the issue. λ mvnd -version
|
Does the problem still exist with the freshly released mvnd 0.0.6? https://github.com/mvndaemon/mvnd/releases/tag/0.0.6 |
Not lucky
|
I think something like this may happen if the
|
The variable MVND_HOME seems to don't be set.
In my case I am not using SDKMAN to use mvnd, I just downloaded the release and unpacked it.
I don't see the file ~/.m2/mvnd.properties in my user directory. |
Could you please re-check with the recently released https://github.com/mvndaemon/mvnd/releases/tag/0.0.8 ? There are two fixes that might help: |
Thanks, that fixed it for me on macOS! 👍 |
How about you, @galegofer? |
@galegofer |
@ppalaga Could also be Git Bash. |
Windows got so many different flavors since I stopped using it back in 2006. I wonder if they all need to be tested separately? |
No luck yet, I am still getting: GIT BASH / CMDER
WINDOWS CONSOLE
|
Just checked this on my business laptop (which is using Checkpoint VPN) and it works for me! TBH I would have expected to see the same problem. |
I was wrong, the second run fails with the same connection timeout! And interestingly, it even fails with disconnected VPN. |
What is the output of And what happens when you issue |
I am getting a:
Same for Windows CMD. Running mvnd --stop, doesn't change the above output. To clarify I am using also Checkpoint VPN, and I am getting this error connected or disconnected as @famod commented. |
@galegofer does you machine have other network adapters, e.g. VirtualBox host-only adapters? |
@famod I have ethernet, wifi, "Check point Virtual Network Adapter ..." and "Hyper V Virtual Ethernet Adapter" |
@galegofer 0656e13 fixed it for me. |
You got it!, good job! |
Can we close this one then? |
Fixed by 0656e13 |
Just for the record, @ppalaga The any local address |
Thanks for the info. I'd release when I figure out how to integrate the new brew tap into the release pipeline. |
Hello,
I am getting this error every time I am trying to run a build:
"mvnd clean install"
I am running the software on a VPN, don't know if that may be the issue.
The text was updated successfully, but these errors were encountered: