Skip to content

Instantly share code, notes, and snippets.

@stevenroose

stevenroose/NPE Secret

Created March 25, 2013 20:43
Show Gist options
  • Save stevenroose/174572f692b7605ab2d7 to your computer and use it in GitHub Desktop.
Save stevenroose/174572f692b7605ab2d7 to your computer and use it in GitHub Desktop.
NPE in PlayerClient
DefaultExceptionHandler: Consumer peno.htttp.PlayerClient$PublicConsumer@1ac4d48 (amq.ctag-SN6m0amzh-QYDmZhM_l81w) method handleDelivery for channel AMQChannel(amqp://guest@10.2.15.3:5672/,5) threw an exception for channel AMQChannel(amqp://guest@10.2.15.3:5672/,5):
java.lang.NullPointerException
at peno.htttp.PlayerClient.playerFoundObject(PlayerClient.java:1061)
at peno.htttp.PlayerClient.access$20(PlayerClient.java:1059)
at peno.htttp.PlayerClient$PublicConsumer.handleMessage(PlayerClient.java:1701)
at peno.htttp.impl.Consumer.handleDelivery(Consumer.java:55)
at com.rabbitmq.client.impl.ConsumerDispatcher$4.run(ConsumerDispatcher.java:121)
at com.rabbitmq.client.impl.ConsumerWorkService$WorkPoolRunnable.run(ConsumerWorkService.java:76)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:679)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment