Strange Exception

Anthony Petrov anthony.petrov at oracle.com
Tue Dec 18 05:15:50 PST 2012


I suggest to file a bug at http://bugs.sun.com/, provide a short 
compilable test case with your bug report, and describe how to reproduce 
the issue (i.e. your OS version, exact Java version, system locale, and 
the key combination you're pressing to get this exception).

--
best regards,
Anthony

On 12/18/2012 17:04, Joshua Smith wrote:
> Any idea what might be precipitating this exception? It is happening with the latest JDK 1.7 JRE (running from the plugin folder).
> 
> Exception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: invalid keyCode
> 	at java.awt.event.KeyEvent.<init>(KeyEvent.java:1006)
> 	at sun.lwawt.LWComponentPeer.createDelegateEvent(LWComponentPeer.java:1227)
> 	at sun.lwawt.LWComponentPeer.sendEventToDelegate(LWComponentPeer.java:1179)
> 	at sun.lwawt.LWComponentPeer.handleEvent(LWComponentPeer.java:1171)
> 	at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:793)
> 	at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:1027)
> 	at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:899)
> 	at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:727)
> 	at java.awt.Component.dispatchEventImpl(Component.java:4731)
> 	at java.awt.Container.dispatchEventImpl(Container.java:2287)
> 	at java.awt.Component.dispatchEvent(Component.java:4687)
> 	at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:723)
> 	at java.awt.EventQueue.access$200(EventQueue.java:103)
> 	at java.awt.EventQueue$3.run(EventQueue.java:682)
> 	at java.awt.EventQueue$3.run(EventQueue.java:680)
> 	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:696)
> 	at java.awt.EventQueue$4.run(EventQueue.java:694)
> 	at java.security.AccessController.doPrivileged(Native Method)
> 	at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
> 	at java.awt.EventQueue.dispatchEvent(EventQueue.java:693)
> 	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)


More information about the macosx-port-dev mailing list