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
- OmniThreadLibrary Documentation: ParallelTask
- You can’t remove open-source code from public use
- Laying out Smart applications with Layout Manager [3]
- HotFix 1 is live!
- From OP4JS to Smart Mobile Studio
- Update 4 Hotfix 1 now available for Delphi, C++Builder and RAD Studio XE2
- Charles Petzold Rides Again (+ praise for Kindle and O’Reilly)
- Delphi Language links/info
- Limit The Number Of Characters For The TListView's Editor Control
- Embarcadero Academy–The Multithreading Session
I'm an avid programmer working on a variety of platforms in a variety of languages with a wide technical interest.


January 18, 2011