| Issue 437: | ClassCastException when executing some scheduled task | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Affected Version: 2.1.1.1
Environment: Mandriva Linux 2010
I have left Gerrit working over weekend and in the morning i found this in
console:
Exception in thread "WorkQueue-1" java.lang.ClassCastException:
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask cannot
be cast to com.google.gerrit.server.git.WorkQueue$Task
at
com.google.gerrit.server.git.WorkQueue$Executor.afterExecute(WorkQueue.java
:172)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown
Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown
Source)
at java.lang.Thread.run(Unknown Source)
Exception in thread "WorkQueue-2" java.lang.ClassCastException:
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask cannot
be cast to com.google.gerrit.server.git.WorkQueue$Task
at
com.google.gerrit.server.git.WorkQueue$Executor.afterExecute(WorkQueue.java
:172)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown
Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown
Source)
at java.lang.Thread.run(Unknown Source)
Feb 8, 2010
#1
sop@google.com
Status:
Accepted
Mar 4, 2010
(No comment was entered for this change.)
Status:
Duplicate
Mergedinto: 483 |
|
| ► Sign in to add a comment |