Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Hudson » Hudson 'wipe out workspace' and job config 'save' do not complete(Hudson 'wipe out workspace' and job config 'save' do not complete)
Hudson 'wipe out workspace' and job config 'save' do not complete [message #1684910] Wed, 18 March 2015 16:26 Go to next message
mike theriault is currently offline mike theriaultFriend
Messages: 4
Registered: March 2015
Junior Member
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 #1685393 is a reply to message #1684910] Wed, 18 March 2015 20:49 Go to previous messageGo to next message
Winston Prakash is currently offline Winston PrakashFriend
Messages: 534
Registered: August 2011
Location: Fremont, CA USA
Senior Member
Did you check your browser console to see if any JavaScript related error is reported?

Winston Prakash
Eclipse Hudson team
Re: Hudson 'wipe out workspace' and job config 'save' do not complete [message #1687491 is a reply to message #1685393] Thu, 19 March 2015 17:25 Go to previous message
mike theriault is currently offline mike theriaultFriend
Messages: 4
Registered: March 2015
Junior Member
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)

Previous Topic:Build per branch
Next Topic:Access SCM on only one node and build elsewhere, is it possible?
Goto Forum:
  


Current Time: Tue Mar 19 11:36:03 GMT 2024

Powered by FUDForum. Page generated in 0.02151 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top