Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getting NullPointerException error #13

Open
andreibosco opened this issue Jun 13, 2015 · 1 comment
Open

getting NullPointerException error #13

andreibosco opened this issue Jun 13, 2015 · 1 comment

Comments

@andreibosco
Copy link

I'm getting the following error when I try to make an MQTT test (either pub or sub):
2015/06/13 14:26:27 ERROR - jmeter.protocol.java.sampler.AbstractJavaSamplerClient:

And when I stop the simulation the following error message is shown in the log:

2015/06/13 14:29:17 ERROR - jmeter.JMeter: Uncaught exception:  java.lang.NullPointerException
    at org.fusesource.mqtt.client.CallbackConnection$8.onSuccess(CallbackConnection.java:506)
    at org.fusesource.mqtt.client.CallbackConnection$8.onSuccess(CallbackConnection.java:495)
    at org.fusesource.mqtt.client.CallbackConnection.disconnect(CallbackConnection.java:519)
    at org.fusesource.mqtt.client.FutureConnection$3.run(FutureConnection.java:104)
    at org.fusesource.hawtdispatch.internal.SerialDispatchQueue.run(SerialDispatchQueue.java:96)
    at org.fusesource.hawtdispatch.internal.pool.SimpleThread.run(SimpleThread.java:77)

Here's a screenshot of the parameters I'm using in Jmeter: https://dl.dropboxusercontent.com/u/546167/jmeter-mqtt-error.PNG

@firesh-bakhda
Copy link

Refer to the my comment on Issue #12 , a full pom.xml is there

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants