-
Notifications
You must be signed in to change notification settings - Fork 195
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
Could not write lock info file #2423
Comments
Looking briefly at the code and error I think the handling of paths in the new code from #2347 is different from the older code. The newer code is using java.nio classes like Path and the old code relied on java.io.File for path handling. On Linux this seems to make little difference, but on Windows there seems to be a problem in how it is handled? |
I saw this first in development environment, but running just a freshly downloaded SDK shows the problem too: command line and output from sdk
|
Fortunately it is not a regression but just a bug in a new functionality, so there shouldn't be any other side effects except error log entry. awe will fix it ASAP next week. Thanks for reportikg! |
Noticed this as well and already started to prepare a fix. It's now in |
Thanks, I was also checking this. |
Let's make sure issue is not already fixed in latest builds first.
Starting Eclipse on Windows now has an exception about writing lock file (see log below). The IDE starts properly on quick inspection, but not sure if there are other side effects.
Steps to reproduce
From a fresh installation and clean workspace:
Here is some relevant log output
From
<workspace>/.metadata/.log
Tested under this environment:
Community
The text was updated successfully, but these errors were encountered: