Hi All We have a clean workspace to checkout modules from a branch. During its checkout of a Jenkins job run, most folders and files are checked out fine but the job always fails at a certain point with the following errors below; what is this error and what's the workaround ? We've tried cleaning up workspace before checking out, no options in CVS SCM section is selected, tried all options to make a simple co and still fails:
*21:21:31* ERROR: CVS Command failed: Illegal seek*21:21:31* java.io.IOException <http://stacktrace.jenkins-ci.org/search?query=java.io.IOException>: Illegal seek*21:21:31* at java.io.FileInputStream.skip(Native Method)*21:21:31* at java.io.BufferedInputStream.skip(BufferedInputStream.java:349)*21:21:31* at java.io.FilterInputStream.skip(FilterInputStream.java:125)*21:21:31* at org.netbeans.lib.cvsclient.util.LoggedDataInputStream.skip(LoggedDataInputStream.java:211)*21:21:31* at org.netbeans.lib.cvsclient.response.UpdatedResponse.skip(UpdatedResponse.java:221)*21:21:31* at org.netbeans.lib.cvsclient.response.UpdatedResponse.process(UpdatedResponse.java:157)*21:21:31* at org.netbeans.lib.cvsclient.response.CreatedResponse.process(CreatedResponse.java:54)*21:21:31* at org.netbeans.lib.cvsclient.Client.handleResponse(Client.java:648)*21:21:31* at org.netbeans.lib.cvsclient.Client.processRequests(Client.java:598)*21:21:31* at org.netbeans.lib.cvsclient.command.checkout.CheckoutCommand.postExpansionExecute(CheckoutCommand.java:462)*21:21:31* at org.netbeans.lib.cvsclient.command.checkout.CheckoutCommand.execute(CheckoutCommand.java:355)*21:21:31* at org.netbeans.lib.cvsclient.Client.executeCommand(Client.java:710)*21:21:31* at hudson.scm.AbstractCvs$1.invoke(AbstractCvs.java:246)*21:21:31* at hudson.scm.AbstractCvs$1.invoke(AbstractCvs.java:226)*21:21:31* at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2388)*21:21:31* at hudson.remoting.UserRequest.perform(UserRequest.java:118)*21:21:31* at hudson.remoting.UserRequest.perform(UserRequest.java:48)*21:21:31* at hudson.remoting.Request$2.run(Request.java:326)*21:21:31* at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)*21:21:31* at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)*21:21:31* at java.util.concurrent.FutureTask.run(FutureTask.java:138)*21:21:31* at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)*21:21:31* at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)*21:21:31* at java.lang.Thread.run(Thread.java:662)*21:21:31* ERROR: Cvs task failed Advance thanks for help. Sincerely -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
