You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Francis De Brabandere (JIRA)" <ji...@apache.org> on 2011/04/15 20:06:11 UTC

[jira] [Resolved] (INFRA-3587) ClassCastException: cannot assign instance of hudson.model.StreamBuildListener...

     [ https://issues.apache.org/jira/browse/INFRA-3587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Francis De Brabandere resolved INFRA-3587.
------------------------------------------

    Resolution: Fixed

Seems to be fixed today.

> ClassCastException: cannot assign instance of hudson.model.StreamBuildListener...
> ---------------------------------------------------------------------------------
>
>                 Key: INFRA-3587
>                 URL: https://issues.apache.org/jira/browse/INFRA-3587
>             Project: Infrastructure
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Hudson
>            Reporter: Francis De Brabandere
>            Priority: Critical
>
> Trying to start our build:
> https://builds.apache.org/hudson/job/Empire-DB%20snapshot/
> gives us this:
> Started by user francisdb
> Building remotely on ubuntu1
> FATAL: cannot assign instance of hudson.model.StreamBuildListener to field hudson.scm.subversion.WorkspaceUpdater$UpdateTask.listener of type hudson.model.TaskListener in instance of hudson.scm.SubversionSCM$CheckOutTask
> java.lang.ClassCastException: cannot assign instance of hudson.model.StreamBuildListener to field hudson.scm.subversion.WorkspaceUpdater$UpdateTask.listener of type hudson.model.TaskListener in instance of hudson.scm.SubversionSCM$CheckOutTask
> 	at java.io.ObjectStreamClass$FieldReflector.setObjFieldValues(ObjectStreamClass.java:2056)
> 	at java.io.ObjectStreamClass.setObjFieldValues(ObjectStreamClass.java:1229)
> 	at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1969)
> 	at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1887)
> 	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1770)
> 	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1346)
> 	at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1963)
> 	at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1887)
> 	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1770)
> 	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1346)
> 	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:368)
> 	at hudson.remoting.UserRequest.deserialize(UserRequest.java:178)
> 	at hudson.remoting.UserRequest.perform(UserRequest.java:98)
> 	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
> 	at hudson.remoting.Request$2.run(Request.java:270)
> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
> 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
> 	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
> 	at java.lang.Thread.run(Thread.java:636)

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira