[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform] Re: NFS locking issues when starting Eclipse

Pascal Rapicault wrote:

The problem is that Java lock mechanism does not works properly on such file system.
On your command line, try to specify as a vm argument (-vmargs)
-Dosgi.locking=java.io
or
-Dosgi.locking=none


This will give you the following command line:
    eclipse.exe -vmargs -Dosgi.locking=java.io

Note that when running with "none", will neither lock workspaces nor configuration area which may cause the corruption of some metadata.

PaScaL

running osgi.locking=java.io solved the issue. Thank you.

Victor