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 92106 - npe during inserting component from palette
Summary: npe during inserting component from palette
Status: RESOLVED DUPLICATE of bug 82142
Alias: None
Product: platform
Classification: Unclassified
Component: Palette (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Libor Kotouc
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2007-01-09 12:56 UTC by Lukasz Grela
Modified: 2008-12-22 10:59 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 Lukasz Grela 2007-01-09 12:56:16 UTC
#200701071900

1) open jsp file
2) insert some component from palette, during inserting exception is thrown. It
hangs Ide when Netbeans using Java 6.0,on java 5.0 only exception is thrown.

WARNING [sun.awt.X11.XToolkit]: Exception on Toolkit thread
java.lang.NullPointerException
        at sun.awt.X11.XSelection.checkChange(XSelection.java:749)
        at sun.awt.X11.XSelection.access$200(XSelection.java:30)
        at
sun.awt.X11.XSelection$SelectionEventHandler.dispatchEvent(XSelection.java:758)
        at sun.awt.X11.XToolkit.dispatchEvent(XToolkit.java:482)
[catch] at sun.awt.X11.XToolkit.run(XToolkit.java:626)
        at sun.awt.X11.XToolkit.run(XToolkit.java:560)
        at java.lang.Thread.run(Thread.java:619)
Comment 1 Libor Kotouc 2007-01-10 16:48:20 UTC
I tried 
w/ JDK1.6 -> it worked,
w/ JDK1.5 -> it worked, the exception was thrown once

=> decreasing the priority to P3.
Comment 2 Marian Mirilovic 2007-04-28 20:31:50 UTC

*** This issue has been marked as a duplicate of 82142 ***