Issue Details (XML | Word | Printable)

Key: CONTINUUM-170
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Trygve Laugstol
Reporter: Brett Porter
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Continuum

project can get stuck in the updating state

Created: 26/May/05 09:14 PM   Updated: 13/Mar/06 04:05 AM   Resolved: 03/Jul/05 02:31 AM
Component/s: None
Affects Version/s: None
Fix Version/s: 1.0-alpha-3

Time Tracking:
Not Specified


 Description  « Hide

I don't have any diagnostic info on this (no idea where to look), but I had a project get stuck in the update state that was irrecoverable (I couldn't even delete it, had to blow away the whole db).



Björn Sköld added a comment - 30/May/05 10:10 AM

This occured to me too. Seems like scmResult.getUpdatedFiles() can return null in some scm error cases (got this for a cvs repo).

java.lang.NullPointerException
at org.apache.maven.continuum.scm.DefaultContinuumScm.convertUpdateScmResult(DefaultContinuumScm.java:213)
at org.apache.maven.continuum.scm.DefaultContinuumScm.updateProject(DefaultContinuumScm.java:144)
at org.apache.maven.continuum.buildcontroller.DefaultBuildController.update(DefaultBuildController.java:194)
at org.apache.maven.continuum.buildcontroller.DefaultBuildController.build(DefaultBuildController.java:139)
at org.apache.maven.continuum.buildcontroller.BuildProjectTaskExecutor.executeTask(BuildProjectTaskExecutor.java:50)
at org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$ExecutorRunnable.run(ThreadedTaskQueueExecutor.java:100)
at java.lang.Thread.run(Thread.java:534)