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 193917 - [70cat] sun.awt.X11.XException: Cannot write XdndAware property
Summary: [70cat] sun.awt.X11.XException: Cannot write XdndAware property
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: JDK Problems (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal with 2 votes (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-29 16:15 UTC by gholmer
Modified: 2012-09-11 19:29 UTC (History)
9 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 173612


Attachments
stacktrace (2.62 KB, text/plain)
2010-12-29 16:15 UTC, gholmer
Details
stacktrace (8.84 KB, text/plain)
2012-03-01 22:10 UTC, Jesse Glick
Details
stacktrace (5.94 KB, text/plain)
2012-08-28 07:46 UTC, schkovich
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gholmer 2010-12-29 16:15:06 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-6381-on-101224)
VM: Java HotSpot(TM) Client VM, 19.0-b09, Java(TM) SE Runtime Environment, 1.6.0_23-b05
OS: Linux

User Comments:
gholmer: Clicked "Close Other Tabs" in the Search Results tab.




Stacktrace: 
sun.awt.X11.XException: Cannot write XdndAware property
   at sun.awt.X11.XDnDDropTargetProtocol.registerDropTarget(XDnDDropTargetProtocol.java:79)
   at sun.awt.X11.XDropTargetRegistry.registerDropSite(XDropTargetRegistry.java:554)
   at sun.awt.X11.XWindowPeer.addDropTarget(XWindowPeer.java:1633)
   at sun.awt.X11.XComponentPeer.addDropTarget(XComponentPeer.java:1509)
   at java.awt.dnd.DropTarget.addNotify(DropTarget.java:493)
   at java.awt.Component.addNotify(Component.java:6666)
Comment 1 gholmer 2010-12-29 16:15:09 UTC
Created attachment 104600 [details]
stacktrace
Comment 2 skuda 2011-06-16 16:48:12 UTC
This it is creating problems in other packages that use Netbeans as a platform, for example Jasper Reports, you can see how this problem affects Jasper here http://jasperforge.org/plugins/espforum/view.php?group_id=102&forumid=103&topicid=83582&topid=85814 should be great to have a fix or workaround.
Comment 3 skuda 2011-06-16 17:20:02 UTC
Researching a bit more seems to be a java problem in versions > 1.6.0_22 http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7027598 .
Comment 4 _ rkubacki 2011-11-07 16:37:41 UTC
The JDK bug is closed as not reproducible yet the problem persists. I can reproduce it with our NetBeans based RCP application.

Java: 1.6.0_26; Java HotSpot(TM) Server VM 20.1-b02 
System: Linux version 3.0.0-12-generic running on i386; UTF-8; en_US (instantjchem) 

Ubuntu 11.10 installation with Ubuntu 2D session.
Comment 5 Jesse Glick 2012-03-01 22:10:09 UTC
Created attachment 116265 [details]
stacktrace
Comment 6 Exceptions Reporter 2012-07-23 15:59:11 UTC
This bug already has 20 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=173612
Comment 7 schkovich 2012-08-28 07:46:57 UTC
Created attachment 123636 [details]
stacktrace

Invoking Refactor > Rename from the Ubuntu HUD menu
Comment 8 Stanislav Aubrecht 2012-09-03 08:54:01 UTC
It is a bug in JDK: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7100524