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 51084 - Exception in Netbeans after installing the new Navagator module
Summary: Exception in Netbeans after installing the new Navagator module
Status: RESOLVED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P4 blocker (vote)
Assignee: David Simonek
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2004-11-02 15:46 UTC by moizd
Modified: 2005-08-12 13:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description moizd 2004-11-02 15:46:31 UTC
Running Win2k SP4, Java 5.0
INFORMATIONAL *********** Exception occurred
************ at 6:34 AM on Nov 2, 2004
Annotation: Cannot copy component settings file to
folder
MultiFileObject@1bb3e9a[nbfs://nbhost/SystemFileSystem/Windows2Local/Components/]
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 Martin Matula 2004-11-02 16:31:49 UTC
Navigator is not part of java module. Reassigning...
Comment 2 _ tboudreau 2004-11-19 06:54:04 UTC
Only printed to console; not sure why the system filesystem would have a problem with 
the existing settings file, but it's harmless.
Comment 3 David Simonek 2004-12-15 17:27:11 UTC
Moving to objectbrowser/navigator.
Comment 4 David Simonek 2004-12-22 19:51:11 UTC
I can't reproduce, I believe it was just some installation problem.
However please reopen with reproduce steps if this error appears
again. Thx for the report.