Getting svn exception when we do a checkout from hudson and the build fials [message #1235198] |
Thu, 23 January 2014 14:53  |
Eclipse User |
|
|
|
Hudson environment details
Hudson version is Hudson: 3.0.1-b2
Hudson ssh plugin version: 2.1.1
Hudson Subversion plugin 2.3.3
All our Hudson multi platforms builds are failing with the below exception. Previously we were getting this exception randomly and it was not consistent. It is a sporadic message which comes. If the connection is established the checkout goes well
ERROR: Failed to check out org.tmatesoft.svn.core.SVNException: svn: E175002: Processing REPORT request response failed: XML document structures must start and end within the same entity. (/svn/epiphany-ia/!svn/vcc/default)
svn: E175002: REPORT request failed on '/svn/epiphany-ia/!svn/vcc/default'
We have tried the following and nothing is working. Please let us know if there are any more things which we can do
This has become a blocking issue for us
1 cleaned the workspace and also the slave.jar file and regenerated them from hudson by relaunching the slaves.
2 deleted the .subversion folder created by subversion so that during fresh checkout it is re created
3 increased the htp-timout and httpSpolling in the svn server
4 checked all the subversion clients of all the slaves and confirmed that all the client version is 1.6 and above and our svn server is also in 1.7.
5 checked the hudson server log and found that for one of the slave where we get this error often there was a exception like the one below
Jan 23, 2014 10:25:41 AM hudson.scm.SubversionWorkspaceSelector syncWorkspaceFormatFromMaster
WARNING: Failed to retrieve Subversion workspace format
java.io.InvalidClassException: hudson.scm.SubversionWorkspaceSelector$1; local class incompatible: stream classdesc serialVersionUID = -9083182694487986517, local class serialVersionUID = 6494337549896104453
at java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:562)
at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1582)
at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1495)
at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1731)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
at hudson.remoting.UserRequest.deserialize(UserRequest.java:171)
at hudson.remoting.UserRequest.perform(UserRequest.java:91)
at hudson.remoting.UserRequest.perform(UserRequest.java:41)
at hudson.remoting.Request$2.run(Request.java:276)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
|
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.29318 seconds