-
Bug
-
Resolution: Fixed
-
P2
-
9
-
linux (Gnome2, Xfse), windows, os_x
-
b32
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8084327 | emb-9 | Alexander Zvegintsev | P2 | Resolved | Fixed | team |
In the nightly build of jdk9/client -- I guess it is post-b27 -- many Clipboard/DnD tests fail with error like this one (see below). Moreover, X11 after the test is in the strange state. Gnome 2 session dies pretty soon, Xfce on my Ubuntu 12.04 doesn't work until I switch to F1 console and back again: it reacts on keystrokes pretty funny and repaint things unexpectedly. Beware!
java.lang.InternalError: Default flavor mapping not found
at java.awt.datatransfer.SystemFlavorMap.initSystemFlavorMap(SystemFlavorMap.java:205)
at java.awt.datatransfer.SystemFlavorMap.getFlavorToNative(SystemFlavorMap.java:128)
at java.awt.datatransfer.SystemFlavorMap.flavorToNativeLookup(SystemFlavorMap.java:432)
at java.awt.datatransfer.SystemFlavorMap.getNativesForFlavor(SystemFlavorMap.java:554)
at sun.awt.datatransfer.DataTransferer.getFormatsForFlavors(DataTransferer.java:357)
at sun.awt.datatransfer.DataTransferer.getFormatsForTransferable(DataTransferer.java:311)
at sun.awt.dnd.SunDragSourceContextPeer.startDrag(SunDragSourceContextPeer.java:131)
at java.awt.dnd.DragSource.startDrag(DragSource.java:321)
at java.awt.dnd.DragSource.startDrag(DragSource.java:426)
at java.awt.dnd.DragGestureEvent.startDrag(DragGestureEvent.java:263)
at DragSourceButton.dragGestureRecognized(CustomDragCursorTest.java:151)
at java.awt.dnd.DragGestureRecognizer.fireDragGestureRecognized(DragGestureRecognizer.java:361)
at sun.awt.X11.XMouseDragGestureRecognizer.mouseDragged(XMouseDragGestureRecognizer.java:219)
at java.awt.Component.processMouseMotionEvent(Component.java:6635)
at java.awt.Component.processEvent(Component.java:6356)
at java.awt.Button.processEvent(Button.java:382)
at java.awt.Component.dispatchEventImpl(Component.java:4972)
at java.awt.Component.dispatchEvent(Component.java:4804)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:754)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:705)
at java.awt.EventQueue$3.run(EventQueue.java:699)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:75)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:86)
at java.awt.EventQueue$4.run(EventQueue.java:727)
at java.awt.EventQueue$4.run(EventQueue.java:725)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:75)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:724)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:190)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:115)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:104)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:100)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:92)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:81)
java.lang.InternalError: Default flavor mapping not found
at java.awt.datatransfer.SystemFlavorMap.initSystemFlavorMap(SystemFlavorMap.java:205)
at java.awt.datatransfer.SystemFlavorMap.getFlavorToNative(SystemFlavorMap.java:128)
at java.awt.datatransfer.SystemFlavorMap.flavorToNativeLookup(SystemFlavorMap.java:432)
at java.awt.datatransfer.SystemFlavorMap.getNativesForFlavor(SystemFlavorMap.java:554)
at sun.awt.datatransfer.DataTransferer.getFormatsForFlavors(DataTransferer.java:357)
at sun.awt.datatransfer.DataTransferer.getFormatsForTransferable(DataTransferer.java:311)
at sun.awt.dnd.SunDragSourceContextPeer.startDrag(SunDragSourceContextPeer.java:131)
at java.awt.dnd.DragSource.startDrag(DragSource.java:321)
at java.awt.dnd.DragSource.startDrag(DragSource.java:426)
at java.awt.dnd.DragGestureEvent.startDrag(DragGestureEvent.java:263)
at DragSourceButton.dragGestureRecognized(CustomDragCursorTest.java:151)
at java.awt.dnd.DragGestureRecognizer.fireDragGestureRecognized(DragGestureRecognizer.java:361)
at sun.awt.X11.XMouseDragGestureRecognizer.mouseDragged(XMouseDragGestureRecognizer.java:219)
at java.awt.Component.processMouseMotionEvent(Component.java:6635)
at java.awt.Component.processEvent(Component.java:6356)
at java.awt.Button.processEvent(Button.java:382)
at java.awt.Component.dispatchEventImpl(Component.java:4972)
at java.awt.Component.dispatchEvent(Component.java:4804)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:754)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:705)
at java.awt.EventQueue$3.run(EventQueue.java:699)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:75)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:86)
at java.awt.EventQueue$4.run(EventQueue.java:727)
at java.awt.EventQueue$4.run(EventQueue.java:725)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:75)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:724)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:190)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:115)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:104)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:100)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:92)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:81)
- backported by
-
JDK-8084327 plenty of clipboard/dnd tests fail and break X11
-
- Resolved
-
- duplicates
-
JDK-8058702 [macosx] Copy/paste regression since JDK9 b30
-
- Closed
-
-
JDK-8058780 Clipboard support is broken
-
- Closed
-
-
JDK-8057908 closed/java/awt/TextArea/TextLengthTest/TextLengthTest failed
-
- Closed
-
- relates to
-
JDK-8051449 Incorrect parsing of the default flavor mapping
-
- Resolved
-
-
JDK-8062736 Test java/awt/datatransfer/HTMLDataFlavors/HTMLDataFlavorTest.java fails
-
- Closed
-
(1 relates to)