After disk upgrade, jenkins build stopped working

2012-05-06 Thread Sampath.Rajagopal
Not sure if any one else has run into this issue. After disk space addition, the builds stopped working. 'build now' link is not doing anything. Appreicate your input. Is there a best practice that one should be following while doing such a maintenance work ? The VM where Jenkins CI is

Re: After disk upgrade, jenkins build stopped working

2012-05-06 Thread Mark Waite
I doubt the addition of the disc space is the cause of the problem. Did the disc become full during previous operation?  If so, then attempts to write to the disc may have failed at that time.  If the writes failed, then it is possible that the plugin you're trying to reference is not

RE: After disk upgrade, jenkins build stopped working

2012-05-06 Thread Sampath.Rajagopal
Thanks Mark for that note. Just curious – what are the plugins that correspond to the following exceptions (as well as dependency plugins if any) – Failed to load hudson.plugins.cobertura.dashboard.CoverageTablePortlet$DescriptorImpl java.lang.LinkageError: Failed to resolve class

Re: After disk upgrade, jenkins build stopped working

2012-05-06 Thread Mark Waite
I would guess (looking at the classpath mentioned in the trace) that the cobertura plugin is the first plugin to attempt the steps.  A google search hints that there may be a bug that was just recently fixed in the Cobertura and Emma plugins which has that stack trace.  You might review