This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 222037

Summary: java.io.SyncFailedException: from LocalFileSystem by NbPreferences
Product: platform Reporter: karas87
Component: FilesystemsAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED WORKSFORME    
Severity: normal CC: exceptions_reporter, huphane, jhavlin, teras
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 195053
Attachments: stacktrace

Description karas87 2012-11-13 12:15:16 UTC
This bug was originally marked as duplicate of bug 174303, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.3 Beta 2 (Build 201211062253)
VM: Java HotSpot(TM) 64-Bit Server VM, 22.0-b10, Java(TM) SE Runtime Environment, 1.7.0_02-b13
OS: Windows 7

Stacktrace: 
java.io.SyncFailedException: File eclipselink.properties already exists in filesystem C:\Users\burak.karas\AppData\Roaming\NetBeans\7.3beta2\config (C:\Users\burak.karas\AppData\Roaming\NetBeans\7.3beta2\config\Preferences\org\netbeans\modules\maven\repositories\eclipselink.properties).
   at org.openide.filesystems.LocalFileSystem.createData(LocalFileSystem.java:279)
   at org.openide.filesystems.LocalFileSystem$Impl.createData(LocalFileSystem.java:587)
   at org.openide.filesystems.AbstractFileObject.createData(AbstractFileObject.java:474)
   at org.openide.filesystems.FileUtil.createData(FileUtil.java:973)
   at org.openide.filesystems.MultiFileObject.createData(MultiFileObject.java:1175)
   at org.openide.filesystems.FileUtil.createData(FileUtil.java:973)
Comment 1 karas87 2012-11-13 12:15:19 UTC
Created attachment 127709 [details]
stacktrace
Comment 2 Antonin Nebuzelsky 2013-08-22 09:31:58 UTC
*** Bug 225845 has been marked as a duplicate of this bug. ***
Comment 3 Jaroslav Havlin 2013-09-20 09:57:43 UTC
This bug was probably fixed in NetBeans 7.3. See related bug 208227.
Thanks for reporting.