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 31009 - [strg]+s produces the error below but the menu entry works !
Summary: [strg]+s produces the error below but the menu entry works !
Status: VERIFIED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: mslama
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2003-02-12 19:06 UTC by eballnath
Modified: 2008-12-22 20:54 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 eballnath 2003-02-12 19:06:00 UTC
java.lang.IllegalStateException: RequestProcessor already 
stopped!
	at org.openide.util.RequestProcessor$Task.schedule
(RequestProcessor.java:317)
	at org.openide.util.RequestProcessor.post
(RequestProcessor.java:178)
	at org.openide.util.RequestProcessor.post
(RequestProcessor.java:151)
	at org.netbeans.core.ModuleActions.invokeAction
(ModuleActions.java:111)
	at java.lang.reflect.Method.invoke(Native Method)
[catch] at org.openide.awt.Actions.invokeAction
(Actions.java:505)
	at 
org.openide.awt.Actions$ButtonBridge.actionPerformed
(Actions.java:484)
	at javax.swing.AbstractButton.fireActionPerformed
(AbstractButton.java:1445)
	at 
javax.swing.AbstractButton$ForwardActionEvents.actionPerfor
med(AbstractButton.java:1499)
	at 
javax.swing.DefaultButtonModel.fireActionPerformed
(DefaultButtonModel.java:373)
	at javax.swing.DefaultButtonModel.setPressed
(DefaultButtonModel.java:245)
	at javax.swing.AbstractButton.doClick
(AbstractButton.java:274)
	at 
javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mo
useReleased(BasicMenuItemUI.java:882)
	at java.awt.Component.processMouseEvent
(Component.java:3710)
	at java.awt.Component.processEvent
(Component.java:3539)
	at java.awt.Container.processEvent
(Container.java:1159)
	at java.awt.Component.dispatchEventImpl
(Component.java:2588)
	at java.awt.Container.dispatchEventImpl
(Container.java:1208)
	at java.awt.Component.dispatchEvent
(Component.java:2492)
	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:1195)
	at java.awt.Window.dispatchEventImpl
(Window.java:923)
	at java.awt.Component.dispatchEvent
(Component.java:2492)
	at java.awt.EventQueue.dispatchEvent
(EventQueue.java:334)
	at 
java.awt.EventDispatchThread.pumpOneEventForHierarchy
(EventDispatchThread.java:126)
	at 
java.awt.EventDispatchThread.pumpEventsForHierarchy
(EventDispatchThread.java:93)
	at java.awt.EventDispatchThread.pumpEvents
(EventDispatchThread.java:88)
	at java.awt.EventDispatchThread.run
(EventDispatchThread.java:80)
*********** Exception occurred ************ at Wed Feb 12 
19:44:07 CET 2003
java.lang.IllegalStateException: RequestProcessor already 
stopped!
	at org.openide.util.RequestProcessor$Task.schedule
(RequestProcessor.java:317)
	at org.openide.util.RequestProcessor.post
(RequestProcessor.java:178)
	at org.openide.util.RequestProcessor.post
(RequestProcessor.java:151)
	at org.netbeans.core.ModuleActions.invokeAction
(ModuleActions.java:111)
	at 
org.netbeans.core.windows.frames.NbFocusManager.processKeyS
troke(NbFocusManager.java:217)
	at 
org.netbeans.core.windows.frames.NbFocusManager.processEven
t(NbFocusManager.java:189)
	at 
org.netbeans.core.windows.frames.NbFocusManager.access$000
(NbFocusManager.java:38)
	at 
org.netbeans.core.windows.frames.NbFocusManager$1.run
(NbFocusManager.java:175)
	at java.awt.event.InvocationEvent.dispatch
(InvocationEvent.java:149)
	at java.awt.EventQueue.dispatchEvent
(EventQueue.java:332)
[catch] at 
java.awt.EventDispatchThread.pumpOneEventForHierarchy
(EventDispatchThread.java:126)
	at 
java.awt.EventDispatchThread.pumpEventsForHierarchy
(EventDispatchThread.java:93)
	at java.awt.EventDispatchThread.pumpEvents
(EventDispatchThread.java:88)
	at java.awt.EventDispatchThread.run
(EventDispatchThread.java:80)
Comment 1 Jesse Glick 2003-02-17 19:03:28 UTC
Dupe of something unreproducible, search for it...
Comment 2 mslama 2003-02-21 14:45:10 UTC
I tried to reproduce it on current dev build but no success. I suppose
you meant Ctrl-S to invoke Save am I right?
Comment 3 Marian Mirilovic 2003-09-01 13:36:31 UTC
It works fine in [nb_dev](20030901) - verifying.