0

Getting above exception when using ThreadPoolExecutor for parallel asyncthread execution.

The first time I request to the server which is long running process. Meanwhile, I send one more request to the server which is executing correctly but first request which still has to run, but stopped after second request.

JoshDM
  • 4,939
  • 7
  • 43
  • 72
Yella Goud
  • 157
  • 1
  • 4
  • 14
  • That is not an exception, only a line (possibly) responsible for it. Post the full stack trace. – assylias Jun 08 '13 at 08:27
  • java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1080) java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:573) coming these both system errors . – Yella Goud Jun 08 '13 at 08:30
  • There should be a lot more. This is what it should look like: http://stackoverflow.com/a/8217566/829571 – assylias Jun 08 '13 at 08:32
  • 06-08 14:01:43.010: W/System.err(21348): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1080) 06-08 14:01:43.010: W/System.err(21348): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:573) – Yella Goud Jun 08 '13 at 08:35

0 Answers0