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

Upgrade to latest version throws exception, on Windows #541

Closed
ryancole opened this issue Dec 13, 2016 · 7 comments
Closed

Upgrade to latest version throws exception, on Windows #541

ryancole opened this issue Dec 13, 2016 · 7 comments

Comments

@ryancole
Copy link

ryancole commented Dec 13, 2016

I just performed a simple boot -u, on Windows. I believe I was going from 2.6.0 to 2.7.0. I'm not familiar with Java / Clojure exceptions enough to make any sense of this, though.

untitled

In this screenshot, I had already performed the boot -u which did its thing without any errors. Here though, you see the immediately next call to boot downloads new dependencies and throws an exception.

Hope this helps!

@ryancole
Copy link
Author

ryancole commented Dec 13, 2016

Follow up. This appears to be fatal, as I can no longer use boot without this exception occurring. I have also tried deleting the .boot directory that the wrapper creates. This didn't fix the issue, as running boot just goes through the same download process and hits the same exception.

@alandipert
Copy link
Contributor

Thanks for the report. It looks like f339a8d is the culprit.

@alandipert
Copy link
Contributor

@ryancole If can you let us know your versions of Windows and Java, that could be helpful.

@ryancole
Copy link
Author

@alandipert sure, no problem.

PS C:\Users\Ryan\Projects\league-clj> java -version
java version "1.8.0_112"
Java(TM) SE Runtime Environment (build 1.8.0_112-b15)
Java HotSpot(TM) 64-Bit Server VM (build 25.112-b15, mixed mode)

PS C:\Users\Ryan\Projects\league-clj> (Get-WmiObject win32_operatingsystem).version
Windows 10.0.14393

@alandipert
Copy link
Contributor

alandipert commented Dec 15, 2016

Should Work ™️

This will go out with 2.7.1. People on Windows should use 2.6.0 in the meantime.

Thanks for the report!

@worktimepower
Copy link

worktimepower commented Jan 11, 2017

"This will go out with 2.7.1."

I just updated to 2.7.1 and am still getting the same error on Windows 10.
Please let me know if you need any additional info
Thanks

@ekroon
Copy link
Contributor

ekroon commented Jan 11, 2017

@worktimepower do you have the output of boot --version and a stacktrace?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants