Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[paho-dev] Callback exception

I am using eclipse.paho as a client. I get these errors when I publish a message on a topic that my client is subscribed to.

 DEBUG [org.eclipse.paho.client.mqttv3.internal.CommsCallback]: a/topic: callback threw exception
    java.lang.NullPointerException
            at org.bull.a2nets.MyInterwokringProxy.broker.SimpleMqttClient.messageArrived(SimpleMqttClient.java:197)
            at org.eclipse.paho.client.mqttv3.internal.CommsCallback.handleMessage(CommsCallback.java:354)
            at org.eclipse.paho.client.mqttv3.internal.CommsCallback.run(CommsCallback.java:162)

What can be the solution? thanks.


Back to the top