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

Summary: NullPointerException: peer
Product: ide Reporter: javydreamercsw <javydreamercsw>
Component: CodeAssignee: issues@ide <issues>
Status: NEW ---    
Severity: normal CC: 1933404370, alexsl2303, amattya, apip, Arkham, azertyuiop, azozi, bht, chintan4fun, dava9495, diego14, erickescalona, fumer8353, gwimag, hossmf, HULK91, Ikhsan, jiai, jrocky, jyeary, KuroiMaou, lovanto, MorganX, Ola_S, pakbert, Rohaan427, RojeruSan, RyckApps, sachalsain, sachini_bawanthi, swap_6598, tdnorb, terje7601, toben, vvunai, xdanxx85
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 229143
Attachments: stacktrace
stacktrace
stacktrace

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