Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception in thread "main" java.util.concurrent.RejectedExecutionException #30

Open
wendysyn89 opened this issue Jun 23, 2017 · 0 comments

Comments

@wendysyn89
Copy link

I was running Semafor on a dataset with 404291 sentences.

However it stopped at sentence 12339 with the following errors.

Exception in thread "main" java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.FutureTask@277c0f21 rejected from java.util.concurrent.ThreadPoolExecutor@6073f712[Shutting down, pool size = 50, active threads = 50, queued tasks = 17, completed tasks = 12335]
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:134)
at edu.cmu.cs.lti.ark.fn.Semafor.runParser(Semafor.java:195)
at edu.cmu.cs.lti.ark.fn.Semafor.main(Semafor.java:100)

Thanks for any advice and helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant