osgi.locking problem under Helios 3.6 [message #661442] |
Thu, 24 March 2011 12:54  |
Eclipse User |
|
|
|
I've been using the Ganymede 3.4 release with no problems on openSuSE 11.3 Linux. Eclipse was installed in /usr/share/eclipse.
I've now updated to the latest stable Helios version by deleting the old installation directory and installing Eclipse in a new directory at the same location.
When logged in as root, the command /usr/share/eclipse/eclipse runs with no problems
With my normal login the same command gives me the splash screen then an error dialog saying: 'Locking is not possible in the directory "/usr/share/eclipse/configuration/org.eclipse.osgi". A common reason is that the file system or Runtime Environment does not support file locking for that location. Please choose a different location, or disable file locking passing "-Dosgi.locking=none" as a VM argument.
/usr/share/eclipse/configuration/org.eclipse.osgi/.manager/. fileTableLock (Permission denied)'
So I tried disabling the file locking as suggested with the command /usr/share/eclipse/eclipse -vmargs -Dosgi.locking=none
This gives me a simlar but slightly different error message: 'Locking is not possible in the directory "/usr/share/eclipse/configuration/org.eclipse.osgi". A common reason is that the file system or Runtime Environment does not support file locking for that location. Please choose a different location, or disable file locking passing "-Dosgi.locking=none" as a VM argument.
Permission denied'
I've now tried to specify -Dosgi.locking=none directly in eclipse.ini and I've also specified a specific VM as suggested by the "Linux + Eclipse users, read this!" thread but the problem persists.
Any suggestions?
Thanks in advance
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.28716 seconds