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 - NullPointerException at org.jboss.remotingjmx.protocol.v2.ClientCommon$BaseResponseHandler.handle
Summary: NullPointerException at org.jboss.remotingjmx.protocol.v2.ClientCommon$BaseRe...
Status: NEW
Alias: None
Product: serverplugins
Classification: Unclassified
Component: JBoss (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-13 22:28 UTC by mindjoy
Modified: 2014-11-27 17:40 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 213416


Attachments
stacktrace (448 bytes, text/plain)
2014-11-13 22:28 UTC, mindjoy
Details

Note You need to log in before you can comment on or make changes to this bug.
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