Looks better now on various ubuntu slaves.

Thanks to Gavin and infra team for the help !

But if you still have issues please add comment to
https://issues.apache.org/jira/browse/INFRA-5021

2012/7/10 Olivier Lamy <ol...@apache.org>:
> So I have reverted jenkins version to last LTS release (1.447.2)
>
> But still issues to connect from some nodes to svn.a.o. (see logs)
>
> Some recent changes on network level recently ?
>
> ERROR: Failed to check out http://svn.apache.org/repos/asf/archiva/trunk
> org.tmatesoft.svn.core.SVNException: svn: OPTIONS
> /repos/asf/archiva/trunk failed
>         at 
> org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:291)
>         at 
> org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:276)
>         at 
> org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:264)
>         at 
> org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:516)
>         at 
> org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:98)
>         at 
> org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1001)
>         at 
> org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:178)
>         at 
> org.tmatesoft.svn.core.wc.SVNBasicClient.getRevisionNumber(SVNBasicClient.java:482)
>         at 
> org.tmatesoft.svn.core.wc.SVNBasicClient.getLocations(SVNBasicClient.java:873)
>         at 
> org.tmatesoft.svn.core.wc.SVNBasicClient.createRepository(SVNBasicClient.java:534)
>         at 
> org.tmatesoft.svn.core.wc.SVNUpdateClient.doCheckout(SVNUpdateClient.java:901)
>         at 
> hudson.scm.subversion.CheckoutUpdater$1.perform(CheckoutUpdater.java:86)
>         at 
> hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:136)
>         at 
> hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:144)
>         at 
> hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:119)
>         at 
> hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:136)
>         at 
> hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:780)
>         at 
> hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:761)
>         at 
> hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:745)
>         at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2048)
>         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: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)
> Caused by: org.tmatesoft.svn.core.SVNErrorMessage: svn: OPTIONS
> /repos/asf/archiva/trunk failed
>         at 
> org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:200)
>         at 
> org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:146)
>         at 
> org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:89)
>         ... 29 more
> Caused by: org.tmatesoft.svn.core.SVNException: svn: OPTIONS request
> failed on '/repos/asf/archiva/trunk'
> svn: connection refused by the server
>         at 
> org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:64)
>         at 
> org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51)
>         at 
> org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:644)
>         at 
> org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:285)
>         ... 28 more
> Caused by: org.tmatesoft.svn.core.SVNErrorMessage: svn: OPTIONS
> request failed on '/repos/asf/archiva/trunk'
>         at 
> org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:200)
>         at 
> org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:642)
>         ... 29 more
> Caused by: org.tmatesoft.svn.core.SVNErrorMessage: svn: connection
> refused by the server
>         at 
> org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:200)
>         at 
> org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:400)
>         ... 29 more
> Caused by: java.net.ConnectException: Connection timed out
>         at java.net.PlainSocketImpl.socketConnect(Native Method)
>         at 
> java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:327)
>         at 
> java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:193)
>         at 
> java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:180)
>         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:384)
>         at java.net.Socket.connect(Socket.java:546)
>         at 
> org.tmatesoft.svn.core.internal.util.SVNSocketConnection.run(SVNSocketConnection.java:57)
>         ... 1 more
> FATAL: null
> java.lang.NullPointerException
>         at java.util.ArrayList.addAll(ArrayList.java:530)
>         at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:735)
>         at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:677)
>         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.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:481)
>         at hudson.model.ResourceController.execute(ResourceController.java:88)
>         at hudson.model.Executor.run(Executor.java:238)
>
> 2012/7/10 Olivier Lamy <ol...@apache.org>:
>> 2012/7/10 Niklas Gustavsson <nik...@protocol7.com>:
>>> On Tue, Jul 10, 2012 at 11:17 AM, Olivier Lamy <ol...@apache.org> wrote:
>>>> done too.
>>>> But I still don't have any ideas what fail on those machines.
>>>> I'm not a sysadmin expert so if someone could have a look.
>>>
>>> Are we sure this isn't actually a Jenkins problem? It seems to
>>> happening to pretty all slaves we got, which makes disabling them one
>>> after soon be useless as we won't have any slaves left.
>> Agree.
>> But AFAICS ubuntu3/4 doesn't have any issues.
>>
>> My main trouble is the log:
>> https://builds.apache.org/job/central-indexer-test/153/console
>>
>> As I can understand jenkins has issues to connect to svn.a.o .
>> Is there any firewall change or something else on network level ?
>>
>>
>>
>>>
>>> /niklas
>>
>>
>>
>> --
>> Olivier Lamy
>> Talend: http://coders.talend.com
>> http://twitter.com/olamy | http://linkedin.com/in/olamy
>
>
>
> --
> Olivier Lamy
> Talend: http://coders.talend.com
> http://twitter.com/olamy | http://linkedin.com/in/olamy



-- 
Olivier Lamy
Talend: http://coders.talend.com
http://twitter.com/olamy | http://linkedin.com/in/olamy

Reply via email to