Skip to content
This repository has been archived by the owner on May 8, 2021. It is now read-only.

NPE Again #57

Closed
bmistry13 opened this issue Jan 22, 2015 · 0 comments
Closed

NPE Again #57

bmistry13 opened this issue Jan 22, 2015 · 0 comments

Comments

@bmistry13
Copy link

Please fix when you get chance following exception.

Thanks,
Bhavesh

Here is log:

21 Jan 2015 17:18:23,930 ERROR New I/O server worker #2-1 - HttpServerHandler exception.
java.lang.NullPointerException
at com.walmartlabs.mupd8.AppRuntime$$anonfun$22.apply(AppRuntime.scala:310)
at com.walmartlabs.mupd8.AppRuntime$$anonfun$22.apply(AppRuntime.scala:227)
at com.walmartlabs.mupd8.HttpServerHandler.handleHttpRequest(HttpServer.scala:117)
at com.walmartlabs.mupd8.HttpServerHandler.messageReceived(HttpServer.scala:100)
at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:302)
at org.jboss.netty.handler.codec.replay.ReplayingDecoder.unfoldAndFireMessageReceived(ReplayingDecoder.java:527)
at org.jboss.netty.handler.codec.replay.ReplayingDecoder.callDecode(ReplayingDecoder.java:506)
at org.jboss.netty.handler.codec.replay.ReplayingDecoder.messageReceived(ReplayingDecoder.java:443)
at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:274)
at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:261)
at org.jboss.netty.channel.socket.nio.NioWorker.read(NioWorker.java:351)
at org.jboss.netty.channel.socket.nio.NioWorker.processSelectedKeys(NioWorker.java:282)
at org.jboss.netty.channel.socket.nio.NioWorker.run(NioWorker.java:202)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:744)
21 Jan 2015 17:18:25,102 ERROR New I/O server worker #2-2 - HttpServerHandler exception.
java.lang.NullPointerException
at com.walmartlabs.mupd8.AppRuntime$$anonfun$22.apply(AppRuntime.scala:310)
at com.walmartlabs.mupd8.AppRuntime$$anonfun$22.apply(AppRuntime.scala:227)
at com.walmartlabs.mupd8.HttpServerHandler.handleHttpRequest(HttpServer.scala:117)
at com.walmartlabs.mupd8.HttpServerHandler.messageReceived(HttpServer.scala:100)
at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:302)
at org.jboss.netty.handler.codec.replay.ReplayingDecoder.unfoldAndFireMessageReceived(ReplayingDecoder.java:527)
at org.jboss.netty.handler.codec.replay.ReplayingDecoder.callDecode(ReplayingDecoder.java:506)
at org.jboss.netty.handler.codec.replay.ReplayingDecoder.messageReceived(ReplayingDecoder.java:443)
at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:274)
at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:261)
at org.jboss.netty.channel.socket.nio.NioWorker.read(NioWorker.java:351)
at org.jboss.netty.channel.socket.nio.NioWorker.processSelectedKeys(NioWorker.java:282)
at org.jboss.netty.channel.socket.nio.NioWorker.run(NioWorker.java:202)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:744)

@llmpros llmpros closed this as completed in 569ed41 May 7, 2015
llmpros pushed a commit that referenced this issue May 7, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant