Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 336758 - bugzilla task submission fails (java.util.concurrent.RejectedExecutionException)
Summary: bugzilla task submission fails (java.util.concurrent.RejectedExecutionException)
Status: RESOLVED WORKSFORME
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Mylyn Inbox CLA
QA Contact: Frank Becker CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-09 15:45 EST by David Green CLA
Modified: 2011-02-09 16:33 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Green CLA 2011-02-09 15:45:58 EST
See stack trace below:

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 java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:92)
	at org.eclipse.mylyn.commons.net.WebUtil.execute(WebUtil.java:351)
	at org.eclipse.mylyn.commons.net.WebUtil.executeInternal(WebUtil.java:387)
	at org.eclipse.mylyn.commons.net.WebUtil.execute(WebUtil.java:341)
	at org.eclipse.mylyn.commons.net.WebUtil.execute(WebUtil.java:315)
	at org.eclipse.mylyn.internal.bugzilla.core.BugzillaClient.postFormData(BugzillaClient.java:1012)
	at org.eclipse.mylyn.internal.bugzilla.core.BugzillaClient.postTaskData(BugzillaClient.java:1191)
	at org.eclipse.mylyn.internal.bugzilla.core.BugzillaTaskDataHandler.postTaskData(BugzillaTaskDataHandler.java:385)
	at org.eclipse.mylyn.internal.tasks.core.sync.SubmitTaskJob.run(SubmitTaskJob.java:82)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Comment 1 Steffen Pingel CLA 2011-02-09 16:33:32 EST
This is likely caused by a third party extension that is not properly releasing connections and hence exhausting the connection pool.