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 248633

Summary: NullPointerException at org.jboss.remotingjmx.protocol.v2.ClientCommon$BaseResponseHandler.handle
Product: serverplugins Reporter: mindjoy
Component: JBossAssignee: Petr Hejl <phejl>
Status: NEW ---    
Severity: normal CC: lukeester
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 213416
Attachments: stacktrace

Description mindjoy 2014-11-13 22:28:06 UTC
Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: OpenJDK 64-Bit Server VM, 24.65-b04, OpenJDK Runtime Environment, 1.7.0_65-b32
OS: Linux

User Comments:
mindjoy: Stopping the JBoss app server EAP 6.2.




Stacktrace: 
java.lang.NullPointerException
   at org.jboss.remotingjmx.protocol.v2.ClientCommon$BaseResponseHandler.handle(ClientCommon.java:186)
   at org.jboss.remotingjmx.protocol.v2.ClientCommon$MessageReceiver$1.run(ClientCommon.java:123)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   at java.lang.Thread.run(Thread.java:745)
Comment 1 mindjoy 2014-11-13 22:28:08 UTC
Created attachment 150475 [details]
stacktrace