NullPointerException in DefaultContinuum.buildProjects
-------------------------------------------------------
Key: CONTINUUM-855
URL: http://jira.codehaus.org/browse/CONTINUUM-855
Project: Continuum
Issue Type: Bug
Components: Core system
Affects Versions: 1.1
Environment: continuum-acegi branch
Reporter: Carlos Sanchez
Priority: Blocker
I believe this was caused with the introduction of project groups.
I added the pom
http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?view=co
2006-09-07 22:00:00,015 [defaultScheduler_Worker-3] INFO SchedulesActivator
- >>>>>>>>>>>>>>>>>>>>> Executing build job (DEFAULT_SCHEDULE)...
2006-09-07 22:00:00,046 [defaultScheduler_Worker-3] INFO Continuum:default
- Building 1 projects
2006-09-07 22:00:00,046 [defaultScheduler_Worker-3] INFO Continuum:default
- Processing 1 build definitions for project id = '1'
2006-09-07 22:00:00,046 [defaultScheduler_Worker-3] INFO Continuum:default
- Enqueuing 'Apache Maven' (Build definition id=1).
2006-09-07 22:00:00,046 [pool-1-thread-1] INFO BuildController
- Initializing build
2006-09-07 22:00:00,093 [pool-1-thread-1] INFO BuildController
- Starting build
2006-09-07 22:00:00,093 [defaultScheduler_Worker-3] ERROR JobRunShell
- Job DEFAULT.DEFAULT_SCHEDULE threw an unhandled Exception:
java.lang.NullPointerException
at
org.apache.maven.continuum.DefaultContinuum.buildProjects(DefaultContinuum.java:617)
at
org.apache.maven.continuum.scheduler.ContinuumBuildJob.execute(ContinuumBuildJob.java:63)
at org.quartz.core.JobRunShell.run(JobRunShell.java:191)
at
org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:516)
2006-09-07 22:00:00,109 [defaultScheduler_Worker-3] ERROR ErrorLogger
- Job (DEFAULT.DEFAULT_SCHEDULE threw an exception.
org.quartz.SchedulerException: Job threw an unhandled exception. [See nested
exception: java.lang.NullPointerException]
at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
at
org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:516)
* Nested Exception (Underlying Cause) ---------------
java.lang.NullPointerException
at
org.apache.maven.continuum.DefaultContinuum.buildProjects(DefaultContinuum.java:617)
at
org.apache.maven.continuum.scheduler.ContinuumBuildJob.execute(ContinuumBuildJob.java:63)
at org.quartz.core.JobRunShell.run(JobRunShell.java:191)
at
org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:516)
2006-09-07 22:00:00,125 [pool-1-thread-1] INFO BuildController
- Updating working dir
2006-09-07 22:00:00,125 [pool-1-thread-1] INFO BuildController
- Performing action check-working-directory
2006-09-07 22:00:00,140 [pool-1-thread-1] INFO BuildController
- Performing action update-working-directory-from-scm
2006-09-07 22:00:00,171 [pool-1-thread-1] INFO ContinuumScm
- Updating project: id: '1', name 'Apache Maven'.
2006-09-07 22:00:00,187 [pool-1-thread-1] INFO ScmManager
- Executing: svn --non-interactive update
2006-09-07 22:00:00,187 [pool-1-thread-1] INFO ScmManager
- Working directory:
C:\dev\maven\continuum-acegi\continuum-webapp\target\continuum-webapp-1.1-SNAPSHOT\WEB-INF\working-directory\1
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira