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 248920 - NullPointerException at org.jboss.remotingjmx.protocol.v1.ClientConnection$BaseResponseHandler.handle
Summary: NullPointerException at org.jboss.remotingjmx.protocol.v1.ClientConnection$Ba...
Status: RESOLVED INCOMPLETE
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-26 12:34 UTC by henry_oc
Modified: 2015-03-09 12:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 213711


Attachments
stacktrace (465 bytes, text/plain)
2014-11-26 12:34 UTC, henry_oc
Details

Note You need to log in before you can comment on or make changes to this bug.
Description henry_oc 2014-11-26 12:34:24 UTC
Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b18
OS: Windows 7

User Comments:
henry_oc: Not sure what casued it. Recently stopped a JBoss 7 server and then started it in debug mode from the Output window.




Stacktrace: 
java.lang.NullPointerException
   at org.jboss.remotingjmx.protocol.v1.ClientConnection$BaseResponseHandler.handle(ClientConnection.java:1764)
   at org.jboss.remotingjmx.protocol.v1.ClientConnection$MessageReceiver$1.run(ClientConnection.java:453)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   at java.lang.Thread.run(Thread.java:745)
Comment 1 henry_oc 2014-11-26 12:34:26 UTC
Created attachment 150720 [details]
stacktrace
Comment 2 Petr Hejl 2015-03-09 12:27:44 UTC
Did this appeared in the server log or in the IDE? What is the selected JDK platform for the JBoss (it looks like JBoss itself does not work correctly on JDK8). What is the exact version of the JBoss. Thanks in advance.