Community
Participate
Working Groups
Steps that caused the problem: # Opened bug 262301 # Filled in the new comment section # Updated status to Resolve As Fixed # Pressed submit # error occurred bc.. -- Error Details -- Date: Sun Jan 25 19:40:31 PST 2009 Message: Unexpected error during task submission Severity: Error Plugin: org.eclipse.mylyn.tasks.core Session Data: eclipse.buildId=M20080911-1700 java.version=1.5.0_16 java.vendor=Apple Inc. BootLoader constants: OS=macosx, ARCH=x86, WS=carbon, NL=en_US Framework arguments: -keyring /Users/dgreen/.eclipse_keyring -showlocation Command-line arguments: -os macosx -ws carbon -arch x86 -keyring /Users/dgreen/.eclipse_keyring -showlocation Exception Stack Trace: java.lang.NullPointerException at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.releaseConnection(MultiThreadedHttpConnectionManager.java:1423) at org.apache.commons.httpclient.HttpMethodBase.ensureConnectionRelease(HttpMethodBase.java:2430) at org.apache.commons.httpclient.HttpMethodBase.releaseConnection(HttpMethodBase.java:1186) at org.eclipse.mylyn.internal.bugzilla.core.BugzillaClient.postTaskData(BugzillaClient.java:1026) at org.eclipse.mylyn.internal.bugzilla.core.BugzillaTaskDataHandler.postTaskData(BugzillaTaskDataHandler.java:365) at org.eclipse.mylyn.internal.tasks.core.sync.SubmitTaskJob.run(SubmitTaskJob.java:78) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
I forgot to mention: I checked 'Attach Context' before pressing submit
Is this the same as in bug# 255417 ? I can not reproduce this.
Created attachment 123806 [details] mylyn/context/zip
Thanks Frank, I believe it's a race condition between releasing the connection in the client and the cleanup thread that closes idle connections. *** This bug has been marked as a duplicate of bug 255417 ***