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 18247 - unmounting cvs from file system caused exception
Summary: unmounting cvs from file system caused exception
Status: CLOSED DUPLICATE of bug 15002
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 3.x
Hardware: PC Other
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-12-01 11:48 UTC by Dennis Daniels
Modified: 2007-01-04 17:14 UTC (History)
1 user (show)

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 Dennis Daniels 2001-12-01 11:48:16 UTC
win 98se
jdk 1.3.1
hth
Sat Dec 01 12:44:03 CET 2001: java.util.ConcurrentModificationException: Posted 
StackTrace
Annotation: Exception occurred in Request Processor
org.openide.util.RequestProcessor$Holder: Posted StackTrace(task 
org.netbeans.core.ModuleActions$1@42921d [-5660, 1, -1])
        at org.openide.util.RequestProcessor$Task.createHolder
(RequestProcessor.java:322)
        at org.openide.util.RequestProcessor.post(RequestProcessor.java:100)
        at org.openide.util.RequestProcessor.post(RequestProcessor.java:73)
        at org.netbeans.core.ModuleActions.invokeAction(ModuleActions.java:89)
        at org.openide.awt.Actions$ButtonBridge.actionPerformed
(Actions.java:351)
        at javax.swing.AbstractButton.fireActionPerformed
(AbstractButton.java:1450)
        at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed
(AbstractButton.java:1504)
        at javax.swing.DefaultButtonModel.fireActionPerformed
(DefaultButtonModel.java:378)
        at javax.swing.DefaultButtonModel.setPressed
(DefaultButtonModel.java:250)
        at javax.swing.AbstractButton.doClick(AbstractButton.java:279)
[catch] at 
javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseReleased
(BasicMenuItemUI.java:886)
        at java.awt.Component.processMouseEvent(Component.java:3715)
        at java.awt.Component.processEvent(Component.java:3544)
        at java.awt.Container.processEvent(Container.java:1164)
        at java.awt.Component.dispatchEventImpl(Component.java:2593)
        at java.awt.Container.dispatchEventImpl(Container.java:1213)
        at java.awt.Component.dispatchEvent(Component.java:2497)
        at java.awt.LightweightDispatcher.retargetMouseEvent
(Container.java:2451)
        at java.awt.LightweightDispatcher.processMouseEvent(Container.java:2216)
        at java.awt.LightweightDispatcher.dispatchEvent(Container.java:2125)
        at java.awt.Container.dispatchEventImpl(Container.java:1200)
        at java.awt.Window.dispatchEventImpl(Window.java:914)
        at java.awt.Component.dispatchEvent(Component.java:2497)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:339)
        at java.awt.EventDispatchThread.pumpOneEventForHierarchy
(EventDispatchThread.java:131)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy
(EventDispatchThread.java:98)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:85)
 
Sat Dec 01 12:44:03 CET 2001: java.util.ConcurrentModificationException: null
java.util.ConcurrentModificationException
        at java.util.HashMap$HashIterator.next(HashMap.java:736)
        at org.netbeans.modules.vcscore.cache.CacheDir.writeToDiskRecursively
(CacheDir.java:374)
        at org.netbeans.modules.vcscore.cache.CacheDir.writeToDiskRecursively
(CacheDir.java:375)
        at org.netbeans.modules.cvsclient.caching.CvsFsCache.saveToDiskFromNode
(CvsFsCache.java:309)
        at org.netbeans.modules.cvsclient.JavaCvsFileSystem.removeNotify
(JavaCvsFileSystem.java:1242)
        at org.openide.filesystems.Repository.removeFileSystem
(Repository.java:205)
        at org.netbeans.core.RootFolderNode$1.unmount(RootFolderNode.java:241)
        at org.netbeans.core.actions.UnmountFSAction.performAction
(UnmountFSAction.java:75)
        at org.openide.util.actions.NodeAction.performAction(NodeAction.java:92)
        at org.openide.util.actions.NodeAction.actionPerformed
(NodeAction.java:83)
        at org.netbeans.core.ModuleActions$1.run(ModuleActions.java:76)
        at org.openide.util.Task.run(Task.java:124)
[catch] at org.openide.util.RequestProcessor$ProcessorThread.run
(RequestProcessor.java:626)
Comment 1 Milos Kleint 2001-12-01 13:48:03 UTC
this should be fixed in the 3.3 release.

BUG also appears in FFJ30.

*** This issue has been marked as a duplicate of 15002 ***
Comment 2 Jiri Kovalsky 2001-12-05 12:29:39 UTC
Verified as duplicate.
Comment 3 Quality Engineering 2003-07-01 12:50:37 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.