You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@thrift.apache.org by 吕鹏 <lv...@gmail.com> on 2012/02/28 03:46:58 UTC

Java thrift server exception: java.util.concurrent.RejectedExecutionException

When i use thrift server by java, an exception is catched as follows:
        Exception is catched when thrift start:
java.util.concurrent.RejectedExecutionException

Why this exception occured? How to solve?


Thx

Re: Java thrift server exception: java.util.concurrent.RejectedExecutionException

Posted by Bryan Duxbury <br...@rapleaf.com>.
You need to supply lots more details - which server are you using? What
kind of load? Can you paste some code to show how you set up the server?

On Mon, Feb 27, 2012 at 6:46 PM, 吕鹏 <lv...@gmail.com> wrote:

> When i use thrift server by java, an exception is catched as follows:
>        Exception is catched when thrift start:
> java.util.concurrent.RejectedExecutionException
>
> Why this exception occured? How to solve?
>
>
> Thx
>