You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/06/16 01:24:18 UTC

[GitHub] [netbeans] aplatypus commented on issue #4197: Unexpected exception: .FileAlreadyExistsException

aplatypus commented on issue #4197:
URL: https://github.com/apache/netbeans/issues/4197#issuecomment-1157132453

   Same error happened again today.  I took another look at the stack trace.  The directory:
   * `/home/william/.config` 
   Is a linux desktop standard folder for config files.  
   
   On this system the Git config is:
   
   - `/home/william/.config/git/config`
   
   and 
   
   - `/home/william/.config`  is a symlink  --> `../../data/home/william/.config/`
   - Which collects all these things under a `data/` file tree:  `/data/home/william/.config/`
   
   I noticed in the Eclipse error there is an association with a symbolic link.
   
   One thing to remark on, this error doesn't come-up too often  So, most of the time it seems to work find with the symlink.  


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists