gwt-eclipse-plugin icon indicating copy to clipboard operation
gwt-eclipse-plugin copied to clipboard

Getting internal jetty server TimeoutException when service call exeeds 30 seconds

Open swapnilpereira opened this issue 8 years ago • 2 comments

Caused by: java.util.concurrent.TimeoutException: Idle timeout expired: 30000/30000 ms at org.eclipse.jetty.io.IdleTimeout.checkIdleTimeout(IdleTimeout.java:161) at org.eclipse.jetty.io.IdleTimeout$1.run(IdleTimeout.java:50) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

swapnilpereira avatar Apr 26 '18 13:04 swapnilpereira

I'm copying this from my response from the Sencha ticket. Could you try the workaround mentioned in the bug tracker?

This looks like a bug in Jetty. I see a workaround in the bug. https://github.com/eclipse/jetty.project/issues/235 https://bugs.eclipse.org/bugs/show_bug.cgi?id=478923 - Look for "around" and they mention set a longer timeout. It's possible that might help.

branflake2267 avatar Apr 26 '18 23:04 branflake2267

Thanks Brandon. Will check and get back.

On Fri, 27 Apr 2018, 05:12 Brandon Donnelson, [email protected] wrote:

I'm copying this from my response from the Sencha ticket. Could you try the workaround mentioned in the bug tracker?

This looks like a bug in Jetty. I see a workaround in the bug. eclipse/jetty.project#235 https://github.com/eclipse/jetty.project/issues/235 https://bugs.eclipse.org/bugs/show_bug.cgi?id=478923 - Look for "around" and they mention set a longer timeout. It's possible that might help.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/gwt-plugins/gwt-eclipse-plugin/issues/378#issuecomment-384821158, or mute the thread https://github.com/notifications/unsubscribe-auth/Ak9jpK8i62PR8YIWess2ZOYUfP1pmf_gks5tslthgaJpZM4TlKH6 .

swapnilpereira avatar Apr 27 '18 17:04 swapnilpereira