You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@apache.org by Sandro Martini <sa...@gmail.com> on 2012/01/09 12:33:33 UTC

Problems building a Pivot-Trunk Release on Solaris Server

Hi all,
I have just seen that our latest build fail from Jenkins when running
on a Solaris Server (our builds doesn't require a specific server
environment, but I'm sure that before today some builds were
successfully made on that server): we got a connection error.
I'm sure it's not a codebase problem because some hour before I tried
to make a build by hand (the #144) and on an ubuntu server all has
been good.

Here you can see with more detail:
https://builds.apache.org/job/Pivot-trunk/145/console
(more detail bottom).


So I think it's a problem of that server ... I hope this can help to
fix things :-) .
If you need more info, tell me.

Thank you very much in the meantime,
Sandro


Output Console

Started by timer
Building remotely on solaris1
hudson.util.IOException2: remote file operation failed:
/export/home/hudson/hudson-slave/workspace/Pivot-trunk at
hudson.remoting.Channel@4be71ffb:solaris1
	at hudson.FilePath.act(FilePath.java:780)
	at hudson.FilePath.act(FilePath.java:766)
	at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:731)
	at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:676)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1195)
	at hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:573)
	at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:462)
	at hudson.model.Run.run(Run.java:1404)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:238)
Caused by: java.io.IOException: Remote call on solaris1 failed
	at hudson.remoting.Channel.call(Channel.java:690)
	at hudson.FilePath.act(FilePath.java:773)
	... 10 more
Caused by: java.lang.NoClassDefFoundError
	at hudson.scm.SubversionWorkspaceSelector.syncWorkspaceFormatFromMaster(SubversionWorkspaceSelector.java:85)
	at hudson.scm.SubversionSCM.createSvnClientManager(SubversionSCM.java:808)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:751)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:738)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2045)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:287)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
	at java.util.concurrent.FutureTask.run(FutureTask.java:123)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
Sending e-mails to: dev@pivot.apache.org
Finished: FAILURE

Re: Problems building a Pivot-Trunk Release on Solaris Server

Posted by Sandro Martini <sa...@gmail.com>.
Hi,

> HttpComponents has been getting the same errors on Solaris
Ok, I hope you can solve the issue :-) , and don't worry for me at the
moment it's not a problem, we can do our builds on other servers.

Bye,
Sandro

Re: Problems building a Pivot-Trunk Release on Solaris Server

Posted by sebb <se...@gmail.com>.
On 9 January 2012 11:33, Sandro Martini <sa...@gmail.com> wrote:
> Hi all,
> I have just seen that our latest build fail from Jenkins when running
> on a Solaris Server (our builds doesn't require a specific server
> environment, but I'm sure that before today some builds were
> successfully made on that server): we got a connection error.
> I'm sure it's not a codebase problem because some hour before I tried
> to make a build by hand (the #144) and on an ubuntu server all has
> been good.
>
> Here you can see with more detail:
> https://builds.apache.org/job/Pivot-trunk/145/console
> (more detail bottom).

HttpComponents has been getting the same errors on Solaris

>
> So I think it's a problem of that server ... I hope this can help to
> fix things :-) .
> If you need more info, tell me.
>
> Thank you very much in the meantime,
> Sandro
>
>
> Output Console
>
> Started by timer
> Building remotely on solaris1
> hudson.util.IOException2: remote file operation failed:
> /export/home/hudson/hudson-slave/workspace/Pivot-trunk at
> hudson.remoting.Channel@4be71ffb:solaris1
>        at hudson.FilePath.act(FilePath.java:780)
>        at hudson.FilePath.act(FilePath.java:766)
>        at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:731)
>        at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:676)
>        at hudson.model.AbstractProject.checkout(AbstractProject.java:1195)
>        at hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:573)
>        at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:462)
>        at hudson.model.Run.run(Run.java:1404)
>        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
>        at hudson.model.ResourceController.execute(ResourceController.java:88)
>        at hudson.model.Executor.run(Executor.java:238)
> Caused by: java.io.IOException: Remote call on solaris1 failed
>        at hudson.remoting.Channel.call(Channel.java:690)
>        at hudson.FilePath.act(FilePath.java:773)
>        ... 10 more
> Caused by: java.lang.NoClassDefFoundError
>        at hudson.scm.SubversionWorkspaceSelector.syncWorkspaceFormatFromMaster(SubversionWorkspaceSelector.java:85)
>        at hudson.scm.SubversionSCM.createSvnClientManager(SubversionSCM.java:808)
>        at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:751)
>        at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:738)
>        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2045)
>        at hudson.remoting.UserRequest.perform(UserRequest.java:118)
>        at hudson.remoting.UserRequest.perform(UserRequest.java:48)
>        at hudson.remoting.Request$2.run(Request.java:287)
>        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
>        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
>        at java.util.concurrent.FutureTask.run(FutureTask.java:123)
>        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
>        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
>        at java.lang.Thread.run(Thread.java:595)
> Sending e-mails to: dev@pivot.apache.org
> Finished: FAILURE