Install Error [message #1847441] |
Wed, 27 October 2021 04:21  |
Eclipse User |
|
|
|
I get this error when installing.
From where does it get the user´name/Jørgen ??
ERROR: org.eclipse.equinox.p2.artifact.repository code=1003 Unable to write to repository: file:/C:/Users/Jørgen/.p2/pool.
java.io.IOException: Failed to create directory C:\Users\Jørgen\.p2\pool\plugins.
How do I fix this ??
|
|
|
Re: Install Error [message #1847448 is a reply to message #1847441] |
Wed, 27 October 2021 09:30   |
Eclipse User |
|
|
|
This comes from the value of System.getProperty("user.home"), at least originally it was. Yo u can use the menu, Bundle Pools... where you can create a new Agent with a new bundle pool that you can then set as the current one. But if your user.home value is bogus, there are liable to be other problems, e.g, with the <user.home>\.eclipse folder...
If you run "set" in a cmd prompt, do any of those values use Jørgen, e.g., HOMEPATH, USERNAME, or USERPROFILE?
|
|
|
|
|
Re: Install Error [message #1847480 is a reply to message #1847478] |
Thu, 28 October 2021 10:54  |
Eclipse User |
|
|
|
Yes, in <user.home>\.eclipse\org.eclipse.oomph.p2\*.info there are files with the value of user.home at the time it was created, so if you renamed your home folder or copied to another home folder those will point to the original things. Other files under ~/.eclipse might also have such paths...
|
|
|
Powered by
FUDForum. Page generated in 0.05966 seconds