Bug 1384669 - HawkularTopicListener NullPointerException
Summary: HawkularTopicListener NullPointerException
Keywords:
Status: VERIFIED
Alias: None
Product: Middleware Manager
Classification: JBoss
Component: Other
Version: 7.0.0 TP2
Hardware: Unspecified
OS: Unspecified
high
unspecified
Target Milestone: ---
: ---
Assignee: Jay Shaughnessy
QA Contact: Matt Mahoney
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-10-13 19:34 UTC by Matt Mahoney
Modified: 2021-07-27 00:19 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed:


Attachments (Terms of Use)
hawkular-Services Log (1.68 MB, text/plain)
2016-10-13 19:34 UTC, Matt Mahoney
no flags Details

Description Matt Mahoney 2016-10-13 19:34:36 UTC
Created attachment 1210244 [details]
hawkular-Services Log

Description of problem:


^[[0m^[[31m14:44:32,715 ERROR [org.jboss.as.ejb3.invocation] (Thread-10 (ActiveMQ-client-global-threads-515103874)) WFLYEJB0034: EJB Invocation failed on component HawkularTopicListener for method public void org.hawkular.bus.common.consumer.BasicMessageListener.onMessage(javax.jms.Message): javax.ejb.EJBException: java.lang.NullPointerException
        at org.jboss.as.ejb3.tx.CMTTxInterceptor.handleExceptionInNoTx(CMTTxInterceptor.java:213)
        at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInNoTx(CMTTxInterceptor.java:265)
        at org.jboss.as.ejb3.tx.CMTTxInterceptor.notSupported(CMTTxInterceptor.java:313)
        at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:237)
        at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
        at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)


Version-Release number of selected component (if applicable):
DR5 image: brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/hawkular/hawkular-services:0.0.15.Final-redhat-1-1

How reproducible:


Steps to Reproduce:
1. Start Cassandra Container
2. Start Hawkular-Services container
3. From CFME, add HS provider

Actual results:
HS container log ERROR:

ERROR [org.jboss.as.ejb3.invocation] (Thread-10 (ActiveMQ-client-global-threads-515103874)) WFLYEJB0034: EJB Invocation failed on component HawkularTopicListener for method public void org.hawkular.bus.common.consumer.BasicMessageListener.onMessage(javax.jms.Message): javax.ejb.EJBException: java.lang.NullPointerException

Expected results:
No container ERRORS expected

Additional info:

Comment 2 John Mazzitelli 2016-10-14 13:34:30 UTC
Reassigning to Jay since he knows what/where is sending messages to the bus (I do not know) - specifically to the topic HawkularTopicListener. Jay - thoughts on what this is? It doesn't say what message, the error provided is just mentioning the messaging infrastructure and the topic name.

Comment 3 Jay Shaughnessy 2016-10-20 18:50:33 UTC
The root cause seems to be https://issues.jboss.org/browse/HAWKULAR-1127, which has been resolved.  The fix is due in the next release of Hawkular Services.

This should go away when running CF/MIG against HServices 0.17 or later.


Note You need to log in before you can comment on or make changes to this bug.