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 9107 - Null Pointer exceptions when accessing IDE menus
Summary: Null Pointer exceptions when accessing IDE menus
Status: CLOSED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P4 normal (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-01-15 18:23 UTC by Tim Ferrell
Modified: 2008-12-22 22:02 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 Tim Ferrell 2001-01-15 18:23:32 UTC
Here is the ide.log:

>Log Session: Monday, January 15, 2001 12:04:18 PM EST
>System Info:
  Product Version          = NetBeans IDE 3.1 (Build 34)
  IDE Versioning           = IDE/1 spec=1.1.2 impl=Build 34
  Operating System         = Windows 2000 Version 5.0 Running on x86
  Java Version             = 1.3.0
  Java VM Version          = Java HotSpot(TM) Client VM 1.3.0-C
  Java Vendor              = Sun Microsystems Inc.
  Java Vendor URL          = http://java.sun.com/
  Java Home                = C:\jdk1.3\jre
  Java Class Version       = 47.0
  System Locale            = en_US
  JIT                      = unknown or not used
  Home Dir                 = C:\Documents and Settings\TimF
  Current Directory        = C:\netbeans\bin
  IDE Home                 = C:\netbeans
  IDE User Home            = C:\netbeans
  System Directory         = C:\netbeans\system
  CLASSPATH                = C:\netbeans\lib\patches\openide-
compat.jar;C:\netbeans\lib\locale\core_ja.jar;C:\netbeans\lib\locale\openide_ja.
jar;C:\netbeans\lib\core.jar;C:\netbeans\lib\openide.jar;C:\netbeans\lib\updater
.jar;C:\netbeans\lib\ext\locale\openidex_ja.jar;C:\netbeans\lib\ext\locale\vcsco
re_ja.jar;C:\netbeans\lib\ext\AbsoluteLayout.jar;C:\netbeans\lib\ext\djava.jar;C
:\netbeans\lib\ext\jaxp.jar;C:\netbeans\lib\ext\jh.jar;C:\netbeans\lib\ext\jpyth
on.jar;C:\netbeans\lib\ext\logger.jar;C:\netbeans\lib\ext\openidex.jar;C:\netbea
ns\lib\ext\parser.jar;C:\netbeans\lib\ext\regexp.jar;C:\netbeans\lib\ext\servlet
.jar;C:\netbeans\lib\ext\vcscore.jar;C:\jdk1.3\lib\dt.jar;C:\jdk1.3
\lib\tools.jar
-------------------------------------------------------------------------------
[INFO] Loaded modules: org.apache.tools.ant.module (1.2/34);
org.netbeans.modules.clazz/1 (1.4/34); org.netbeans.modules.html/1 (1.4/34);
org.netbeans.modules.httpserver/1 (1.4/34); org.netbeans.modules.icebrowser/1
(1.4/34); org.netbeans.modules.image/1 (1.4/34);
org.netbeans.modules.properties/1 (1.4/34); org.netbeans.modules.i18n/1
(1.4/34); org.netbeans.modules.text/1 (1.4/34);
org.netbeans.modules.usersguide/1 (1.4/34); org.openidex.util/1 (1.4/34);
org.netbeans.modules.autoupdate/1 (1.4/34);
org.netbeans.modules.debugger.core/1 (1.1.6/34); org.netbeans.modules.applet/1
(1.4/34); org.netbeans.modules.debugger.debug/1 (1.6/34);
org.netbeans.modules.debugger.jpda/1 (1.6/34); org.netbeans.modules.editor/1
(1.5/34); org.netbeans.modules.jarpackager/1 (1.4/34);
org.netbeans.modules.java/1 (1.4/34); org.netbeans.modules.beans/1 (1.4/34);
org.netbeans.modules.form/1 (1.4/34); org.netbeans.modules.javadoc/1 (1.4/34);
org.netbeans.modules.objectbrowser/1 (1.4/34); org.netbeans.modules.projects/1
(1.4/34); org.netbeans.modules.scripting/1 (1.1/001);
org.netbeans.modules.utilities/1 (1.4/34); org.netbeans.modules.vcs.cmdline/1
(1.5/34); org.netbeans.modules.web.core/1 (1.1.4/34);
org.netbeans.modules.apisupport (2.0/release-2.0);
org.netbeans.modules.innertesters (0.1/dev-16); org.netbeans.modules.logger/1
(1.0/22-dec-00); org.netbeans.modules.remotefs/1 (1.0/dev-16);
org.netbeans.modules.serialversion/1 (0.2/dev-16);
org.netbeans.modules.sysprops (1.1/dev-16)
path="" :jsp: init
*********** Exception occurred ************
Mon Jan 15 13:15:44 EST 2001java.lang.NullPointerException: null pData
java.lang.NullPointerException: null pData
	at sun.awt.windows.WInputMethod.handleNativeIMEEvent(Native Method)
	at sun.awt.windows.WInputMethod.dispatchEvent(WInputMethod.java:275)
	at sun.awt.im.InputContext.dispatchEvent(InputContext.java:202)
	at sun.awt.im.InputMethodContext.dispatchEvent
(InputMethodContext.java:177)
	at java.awt.Component.dispatchEventImpl(Component.java:2529)
	at java.awt.Container.dispatchEventImpl(Container.java:1213)
	at java.awt.Component.dispatchEvent(Component.java:2499)
	at java.awt.LightweightDispatcher.retargetMouseEvent
(Container.java:2451)
	at java.awt.LightweightDispatcher.trackMouseEnterExit
(Container.java:2318)
	at java.awt.LightweightDispatcher.processMouseEvent(Container.java:2189)
	at java.awt.LightweightDispatcher.dispatchEvent(Container.java:2125)
	at java.awt.Container.dispatchEventImpl(Container.java:1200)
	at java.awt.Window.dispatchEventImpl(Window.java:912)
	at java.awt.Component.dispatchEvent(Component.java:2499)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:319)
[catch] at java.awt.EventDispatchThread.pumpOneEvent
(EventDispatchThread.java:103)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:84)
*********** Exception occurred ************
Mon Jan 15 13:15:44 EST 2001java.lang.NullPointerException: null pData
java.lang.NullPointerException: null pData
	at sun.awt.windows.WInputMethod.handleNativeIMEEvent(Native Method)
	at sun.awt.windows.WInputMethod.dispatchEvent(WInputMethod.java:275)
	at sun.awt.im.InputContext.dispatchEvent(InputContext.java:202)
	at sun.awt.im.InputMethodContext.dispatchEvent
(InputMethodContext.java:177)
	at java.awt.Component.dispatchEventImpl(Component.java:2529)
	at java.awt.Container.dispatchEventImpl(Container.java:1213)
	at java.awt.Component.dispatchEvent(Component.java:2499)
	at java.awt.LightweightDispatcher.retargetMouseEvent
(Container.java:2451)
	at java.awt.LightweightDispatcher.trackMouseEnterExit
(Container.java:2318)
	at java.awt.LightweightDispatcher.processMouseEvent(Container.java:2189)
	at java.awt.LightweightDispatcher.dispatchEvent(Container.java:2125)
	at java.awt.Container.dispatchEventImpl(Container.java:1200)
	at java.awt.Window.dispatchEventImpl(Window.java:912)
	at java.awt.Component.dispatchEvent(Component.java:2499)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:319)
[catch] at java.awt.EventDispatchThread.pumpOneEvent
(EventDispatchThread.java:103)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:84)
Comment 1 Jesse Glick 2001-01-17 15:07:59 UTC
Duplicate, thanx to Jan Zajicek for finding the real bug!

*** This bug has been marked as a duplicate of 8181 ***
Comment 2 Tim Ferrell 2001-01-19 01:04:59 UTC
am I to understand that this bug was in the JDK and was fixed before the final
1.3.0 release? If that is correct then that is incorrect :-) I have used both
the 1.3.0 and 1.3.0_01 releases of the JDK (on Win2k) with the same results. I
can reproduce this simply by adding a bean to the palette and then revisiting
the Tools menu... Have I missed something?

Thanks,
Tim
Comment 3 Jesse Glick 2001-01-19 11:23:59 UTC
If you still see it on FCS JDK, then please add comments to the JDC bug report.
Either way, it is not an IDE bug, so it is no use tracking it here--I don't
think there is anything we can do about it.

Besides the JDC bug report says it was reported against 1.3 among others and is
fixed in a "non-public release" (whatever that means).
Comment 4 Quality Engineering 2003-07-01 15:49:40 UTC
Resolved for 3.4.x or earlier, no new info since then -> verified
Comment 5 Quality Engineering 2003-07-01 16:09:35 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.