Eclipse on Mac OS X – Workspace error on NFS mounts
If you are using Eclipse on Mac OS X and experience a “Workspace in use or cannot be created, choose a different one” after moving your workspace to a NFS share, try running eclipse with these arguments:
./eclipse -vmargs -Dosgi.locking=java.io
or you may add this line to your /Application/eclipse/Eclipse.app/Contents/MacOS/eclipse.ini file:
-Dosgi.locking=java.io
8 Comments to Eclipse on Mac OS X – Workspace error on NFS mounts
I confirm it also works when your worskpace is located on an AFP share, in my case on a Mac OSX Server.
Thanks a lot !
January 19, 2011
Thanks for that info!
January 31, 2011
Thanks, I’ve been looking for that hint a loong time
September 19, 2011
Had exactly that problem, your solution worded great, thanks!
October 3, 2011
Yup, totally worked. Thanks
I’ve come back to this many times. Thanks for sharing.
Thank you!!! This just saved me a ton of time debugging
February 1, 2012
Was having same issue just now on freebsd.. i read suggestion elsewhere to mount with local locking ie nolockd (may be locallocks depending on implementation)
this seems to work too. However, I wonder if one way is better (less prone to failure/corrpution) than the other?
Leave a comment
About
Recent Posts
- VerySimpleXML – a lightweight Delphi XML reader and writer
- Solving circular unit references with class helpers
- How to change the language of the Cisco SPA504G
- Eclipse on Mac OS X – Workspace error on NFS mounts
- Lua 5.1 for Delphi 2010
- WordPress Plugin – QR Code Tag v1.0
- Favourite Android applications
- Hint: Blank Typo3 installation screen
- How to create an ESXi v4 Whitebox ISO with Windows Tools
- Ext: tt_news – no translation for name of months
Search
Categories
Tags
Archives
Delphi Feeds
- MSBuild and Delphi compiler hints – binary patch
- Temporärer Beitrag, der zur Designerkennung verwendet wurde (1d773c88-5a47-40d8-a9d8-60a2f29e72ed – 3bfe001a-32de-4114-a6b4-4005b770f6d7)
- An Interface Implementation Pattern for Consideration
- Functional programming style in Delphi
- FireMonkey 3D Text Editor
- Delphi Mapping REST Clients
- Lua4Delphi – Broken the Interface
- XE2 VCL Styles "EQ"
- Upcoming webinars for Delphi developers
- Wireless Android Control
I'm an avid programmer working on a variety of platforms in a variety of languages with a wide technical interest.


January 18, 2011