Opened 17 years ago

Closed 17 years ago

#13 closed defect (fixed)

Removing experiment while job exists leaves the job waiting indefinitly

Reported by: Gregory Vincic Owned by: Nicklas Nordborg
Priority: major Milestone: BASE 2.0 RC1
Component: core Version: trunk
Keywords: Job Cc:

Description

If you manage to remove an experiment while a waiting job exists the job will wait indefinitly without generating an error message to the user. The log output when running TestExperiment? looks like this:

11:34:09,278 ERROR jobqueue:388 - Exception while executing job: Job[id=2; name=New job] net.sf.basedb.core.BaseException?: No row with the given identifier exists.

Change History (1)

comment:1 Changed 17 years ago by Nicklas Nordborg

Resolution: fixed
Status: newclosed

Fixed. The error is now reported in the same way as any other job execution error. Ie. the job's status is set to ERROR and a message is sent to the owner.

Note: See TracTickets for help on using tickets.