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
9 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?
Wow ! Thanks for sharing ! Saves hours of searching and searching…
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
- SQLite: Referential Integrity With Full Text Search Virtual Tables (used in a Delphi application)
- CodeRage Mobile day 2 QA
- Vintage Dave is working on a new multithreaded memory manager for Delphi that does not have a global lock
- Windows 8 user interface is useless on tablets. And useless on desktops. So it's just useless.
- “Datasnap Filters Compendium” updated to XE4
- Delphi for iOS Kick Start – Sorry, It Isn’t Here
- CodeRage Mobile: My session on iOS apps and enterprise services
- Mobile CodeRage Kicking Off
- Delphi XE2: Update 4 is not the final update… Be sure to check out HotFix 1
- Delphi for iOS kick start.
I'm an avid programmer working on a variety of platforms in a variety of languages with a wide technical interest.


January 18, 2011