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 271220 - NullPointerException: peer
Summary: NullPointerException: peer
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-02 15:05 UTC by javydreamercsw
Modified: 2018-07-30 12:05 UTC (History)
36 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 229143


Attachments
stacktrace (1.71 KB, text/plain)
2017-08-02 15:05 UTC, javydreamercsw
Details
stacktrace (1.71 KB, text/plain)
2018-04-17 19:17 UTC, jyeary
Details
stacktrace (2.77 KB, text/plain)
2018-07-30 12:05 UTC, cidrasm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description javydreamercsw 2017-08-02 15:05:11 UTC
Build: NetBeans IDE 8.2 (Build 201705191307)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.141-b15, Java(TM) SE Runtime Environment, 1.8.0_141-b15
OS: Windows 7

User Comments:
GUEST: Eliminar una list

GUEST: ...

javydreamercsw: Building a web project.

GUEST: - Compile time dependencies of WritingAcademy [android] could not be resolved. (jcenter.bintray.com)
- Runtime dependencies of WritingAcademy [android] could not be resolved. (jcenter.bintray.com)
- Compile time dependencies of WritingAcademy [desktop] could not be resolved. (jcenter.bintray.com)
- Runtime dependencies of WritingAcademy [desktop] could not be resolved. (jcenter.bintray.com)
- Compile time dependencies of WritingAcademy [embedded] could not be resolved. (jcenter.bintray.com)
- Runtime dependencies of WritingAcademy [embedded] could not be resolved. (jcenter.bintray.com)
- Compile time dependencies of WritingAcademy [ios] could not be resolved. (jcenter.bintray.com)
- Runtime dependencies of WritingAcademy [ios] could not be resolved. (jcenter.bintray.com)
- Compile time dependencies of WritingAcademy [main] could not be resolved. (jcenter.bintray.com)
- Runtime dependencies of WritingAcademy [main] could not be resolved. (jcenter.bintray.com)
- Compile time dependencies




Stacktrace: 
java.lang.NullPointerException: peer
   at sun.awt.windows.WInputMethod.openCandidateWindow(WInputMethod.java:0)
   at sun.awt.windows.WInputMethod.access$400(WInputMethod.java:45)
   at sun.awt.windows.WInputMethod$1.run(WInputMethod.java:599)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
   at java.awt.EventQueue.access$500(EventQueue.java:97)
Comment 1 javydreamercsw 2017-08-02 15:05:13 UTC
Created attachment 164887 [details]
stacktrace
Comment 2 jyeary 2018-04-17 19:17:50 UTC
Created attachment 165704 [details]
stacktrace

Coding an installanywhere custom java class.
Comment 3 cidrasm 2018-07-30 12:05:13 UTC
Created attachment 165722 [details]
stacktrace

Occurs when running a Java app from the IDE.  After the application exits and focus is returned to the NetBeans IDE