Hudson 'wipe out workspace' and job config 'save' do not complete [message #1684910] |
Wed, 18 March 2015 12:26  |
Eclipse User |
|
|
|
Hello, novice Hudson user here.
Over night, the Hudson options Hudson 'wipe out workspace' and job config 'save' do not complete. the buttons do allow to click on them, but the actions never complete.
I don't believe that any permissions were changed overnight. I don't see any failure logs show this... suggestions? is there a log I can turn on to show the failure?
thank you!
|
|
|
|
Re: Hudson 'wipe out workspace' and job config 'save' do not complete [message #1687491 is a reply to message #1685393] |
Thu, 19 March 2015 13:25  |
Eclipse User |
|
|
|
I found this in Hudson log...
Mar 19, 2015 11:14:40 AM hudson.model.UpdateSite doPostBack
INFO: Obtained the latest update center data file for UpdateSource default
Mar 19, 2015 11:14:39 AM hudson.model.DownloadService$Downloadable doPostBack
INFO: Obtained the updated data file for hudson.tasks.Maven.MavenInstaller
Mar 19, 2015 11:14:39 AM hudson.model.DownloadService$Downloadable doPostBack
INFO: Obtained the updated data file for hudson.tools.JDKInstaller
Mar 19, 2015 11:14:39 AM hudson.model.DownloadService$Downloadable doPostBack
INFO: Obtained the updated data file for hudson.tasks.Ant.AntInstaller
Mar 19, 2015 3:01:04 AM hudson.triggers.SCMTrigger$Runner runPolling
SEVERE: Failed to record SCM polling
java.lang.NullPointerException
at sun.security.ssl.JsseJce.isEcAvailable(JsseJce.java:183)
at sun.security.ssl.CipherSuite$KeyExchange.isAvailable(CipherSuite.java:349)
at sun.security.ssl.CipherSuite.isAvailable(CipherSuite.java:180)
at sun.security.ssl.SSLContextImpl.getApplicableCipherSuiteList(SSLContextImpl.java:337)
at sun.security.ssl.SSLContextImpl.getSupportedCipherSuiteList(SSLContextImpl.java:271)
at sun.security.ssl.SSLSocketImpl.getSupportedCipherSuites(SSLSocketImpl.java:2240)
at org.tmatesoft.svn.core.internal.util.SVNSocketFactory.configureSSLSocket(SVNSocketFactory.java:265)
at org.tmatesoft.svn.core.internal.util.SVNSocketFactory.createSSLSocket(SVNSocketFactory.java:91)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.connect(HTTPConnection.java:192)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:343)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:286)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:274)
at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:704)
at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:627)
at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:103)
at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1016)
at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.testConnection(DAVRepository.java:99)
at hudson.scm.SubversionSCM$DescriptorImpl.checkRepositoryPath(SubversionSCM.java:2040)
at hudson.scm.SubversionSCM.repositoryLocationsNoLongerExist(SubversionSCM.java:2272)
at hudson.scm.SubversionSCM.compareRemoteRevisionWith(SubversionSCM.java:1104)
at hudson.scm.SCM._compareRemoteRevisionWith(SCM.java:354)
at hudson.scm.SCM.poll(SCM.java:371)
at hudson.model.AbstractProject.poll(AbstractProject.java:1615)
at hudson.triggers.SCMTrigger$Runner.runPolling(SCMTrigger.java:430)
at hudson.triggers.SCMTrigger$Runner.run(SCMTrigger.java:459)
at hudson.util.SequentialExecutionQueue$QueueEntry.run(SequentialExecutionQueue.java:118)
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:1146)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:701)
|
|
|
Powered by
FUDForum. Page generated in 0.02792 seconds