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 237258 - no popup is shown for project (due to exception?)
Summary: no popup is shown for project (due to exception?)
Status: RESOLVED DUPLICATE of bug 232926
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 8.0
Hardware: PC Solaris
: P2 normal (vote)
Assignee: Egor Ushakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-17 14:49 UTC by Vladimir Voskresensky
Modified: 2013-12-03 13:47 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 Vladimir Voskresensky 2013-10-17 14:49:32 UTC
when I right click on project I do not see any popup menu, but each right-click adds one more exception in message.log:
SEVERE [global]
java.lang.AssertionError: Resource temporarily unavailable
	at sun.nio.fs.AbstractPoller.cancel(AbstractPoller.java:139)
	at sun.nio.fs.SolarisWatchService$SolarisWatchKey.cancel(SolarisWatchService.java:189)
	at org.netbeans.modules.masterfs.watcher.solaris.NioNotifier.removeWatch(NioNotifier.java:85)
	at org.netbeans.modules.masterfs.watcher.solaris.NioNotifier.removeWatch(NioNotifier.java:63)
	at org.netbeans.modules.masterfs.providers.Notifier$1.removeWatch(Notifier.java:115)
	at org.netbeans.modules.masterfs.watcher.NotifierKeyRef.removeWatch(NotifierKeyRef.java:96)
	at org.netbeans.modules.masterfs.watcher.Watcher$Ext.clearQueue(Watcher.java:295)
	at org.netbeans.modules.masterfs.watcher.Watcher$Ext.register(Watcher.java:232)
	at org.netbeans.modules.masterfs.watcher.Watcher.register(Watcher.java:118)
	at org.netbeans.modules.masterfs.filebasedfs.fileobjects.BaseFileObj.addFileChangeListener(BaseFileObj.java:528)
	at org.netbeans.modules.versioning.core.api.VCSFileProxy.createFileProxy(VCSFileProxy.java:182)
	at org.netbeans.modules.versioning.core.ProjectMenuItem.getRootFilesForProjectNodes(ProjectMenuItem.java:218)
	at org.netbeans.modules.versioning.core.ProjectMenuItem.createItems(ProjectMenuItem.java:95)
	at org.netbeans.modules.versioning.core.ProjectMenuItem.access$200(ProjectMenuItem.java:75)
	at org.netbeans.modules.versioning.core.ProjectMenuItem$DynamicDummyItem.getMenuPresenters(ProjectMenuItem.java:198)
	at org.netbeans.modules.openide.awt.DefaultAWTBridge.convertComponents(DefaultAWTBridge.java:120)
	at org.openide.util.Utilities.actionsToPopup(Utilities.java:2852)
	at org.openide.util.Utilities.actionsToPopup(Utilities.java:2928)
	at org.openide.explorer.view.TreeView.createPopup(TreeView.java:1058)
	at org.openide.explorer.view.TreeView$PopupAdapter.showPopup(TreeView.java:1555)
	at org.openide.awt.MouseUtils$PopupMouseAdapter.maybePopup(MouseUtils.java:189)
	at org.openide.awt.MouseUtils$PopupMouseAdapter.mousePressed(MouseUtils.java:180)
	at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:280)
	at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:279)
	at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:279)
	at java.awt.Component.processMouseEvent(Component.java:6502)
	at javax.swing.JComponent.processMouseEvent(JComponent.java:3321)
	at java.awt.Component.processEvent(Component.java:6270)
	at java.awt.Container.processEvent(Container.java:2229)
	at java.awt.Component.dispatchEventImpl(Component.java:4861)
	at java.awt.Container.dispatchEventImpl(Container.java:2287)
	at java.awt.Component.dispatchEvent(Component.java:4687)
	at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4832)
	at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4489)
	at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4422)
	at java.awt.Container.dispatchEventImpl(Container.java:2273)
	at java.awt.Window.dispatchEventImpl(Window.java:2719)
	at java.awt.Component.dispatchEvent(Component.java:4687)
	at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:735)
	at java.awt.EventQueue.access$200(EventQueue.java:103)
	at java.awt.EventQueue$3.run(EventQueue.java:694)
	at java.awt.EventQueue$3.run(EventQueue.java:692)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87)
	at java.awt.EventQueue$4.run(EventQueue.java:708)
	at java.awt.EventQueue$4.run(EventQueue.java:706)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:705)
	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:159)
[catch] at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
Comment 1 Ondrej Vrabec 2013-10-18 07:34:52 UTC
can't reproduce, probably specific to Solaris and native listeners impl on Solaris
Comment 2 Jaroslav Havlin 2013-12-03 13:47:38 UTC

*** This bug has been marked as a duplicate of bug 232926 ***