Skip to content

Instantly share code, notes, and snippets.

@softprops
Created August 26, 2011 03:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save softprops/02267eac2f32970f9cf2 to your computer and use it in GitHub Desktop.
Save softprops/02267eac2f32970f9cf2 to your computer and use it in GitHub Desktop.
Aug 25, 2011 11:14:43 PM org.jboss.netty.channel.SimpleChannelUpstreamHandler
WARNING: EXCEPTION, please implement unfiltered.netty.NotFoundHandler.exceptionCaught() for proper handling.
java.util.concurrent.RejectedExecutionException
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:1768)
at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:767)
at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:658)
at unfiltered.netty.cycle.DeferralExecutor$class.defer(deferrals.scala:60)
at unfiltered.netty.cycle.Planify.defer(plans.scala:46)
at unfiltered.netty.cycle.DeferredIntent$class.executeIntent(deferrals.scala:31)
at unfiltered.netty.cycle.Planify.executeIntent(plans.scala:46)
at unfiltered.netty.cycle.Plan$class.messageReceived(plans.scala:31)
at unfiltered.netty.cycle.Planify.messageReceived(plans.scala:46)
at org.jboss.netty.handler.stream.ChunkedWriteHandler.handleUpstream(ChunkedWriteHandler.java:148)
at unfiltered.netty.channel.Plan$class.messageReceived(plans.scala:32)
at unfiltered.netty.Resources.messageReceived(resources.scala:29)
at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:302)
at org.jboss.netty.handler.codec.replay.ReplayingDecoder.unfoldAndfireMessageReceived(ReplayingDecoder.java:522)
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:349)
at org.jboss.netty.channel.socket.nio.NioWorker.processSelectedKeys(NioWorker.java:280)
at org.jboss.netty.channel.socket.nio.NioWorker.run(NioWorker.java:200)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:680)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment