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 51360

Summary: Navagator settings error in log file
Product: contrib Reporter: moizd <moizd>
Component: CodeAssignee: _ tboudreau <tboudreau>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 4.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:

Description moizd 2004-11-10 04:51:59 UTC
The error complains about the navigator.settings
file even though it does not exist.


Annotation: File navigator.settings already exists
in C:\Documents and
Settings\moiz\.netbeans\4.0beta2\config.
java.io.SyncFailedException: File
navigator.settings already exists in C:\Documents
and Settings\moiz\.netbeans\4.0beta2\config.
	at
org.openide.filesystems.LocalFileSystem.createData(LocalFileSystem.java:212)
	at
org.openide.filesystems.LocalFileSystem$Impl.createData(LocalFileSystem.java:463)
	at
org.openide.filesystems.AbstractFileObject.createData(AbstractFileObject.java:381)
	at
org.openide.filesystems.FileUtil.createData(FileUtil.java:266)
	at
org.openide.filesystems.MultiFileObject.createData(MultiFileObject.java:931)
	at
org.openide.filesystems.FileUtil.createData(FileUtil.java:266)
	at
org.openide.filesystems.MultiFileObject.createData(MultiFileObject.java:931)
	at
org.openide.filesystems.FileUtil.copyFileImpl(FileUtil.java:76)
	at
org.openide.filesystems.FileObject.copy(FileObject.java:78)
	at
org.openide.filesystems.MultiFileObject.copy(MultiFileObject.java:1118)
	at
org.openide.filesystems.MultiFileObject.copy(MultiFileObject.java:1118)
[catch] at
org.netbeans.core.windows.persistence.PersistenceManager.copySettingsFile(PersistenceManager.java:1194)
	at
org.netbeans.core.windows.persistence.PersistenceManager.copySettingsFiles(PersistenceManager.java:1178)
	at
org.netbeans.core.windows.persistence.PersistenceManager.loadWindowSystem(PersistenceManager.java:1046)
	at
org.netbeans.core.windows.PersistenceHandler.load(PersistenceHandler.java:77)
	at
org.netbeans.core.windows.WindowSystemImpl.load(WindowSystemImpl.java:39)
	at org.netbeans.core.Main$5.run(Main.java:266)
	at
java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at
java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
	at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:234)
	at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
	at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
	at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
	at
java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Comment 1 _ tboudreau 2004-11-19 07:07:38 UTC

*** This issue has been marked as a duplicate of 50184 ***