Actions
Bug #3576
closed[API] arv job cancel gets error.
Start date:
Due date:
% Done:
100%
Estimated time:
Story points:
0.5
Description
$ arv job cancel --uuid=qr1hi-8i9sb-ob1khws2gr7s6zu
Error: #<NoMethodError: undefined method `uuid' for nil:NilClass>
Updated by Tom Clegg over 10 years ago
Started POST "/arvados/v1/jobs/qr1hi-8i9sb-ob1khws2gr7s6zu/cancel?_profile=true&help=false&uuid_given=true" for 127.0.0.1 at 2014-08-12 18:03:51 +0000 Processing by Arvados::V1::JobsController#cancel as JSON Parameters: {"_profile"=>"true", "help"=>"false", "uuid_given"=>"true", "id"=>"qr1hi-8i9sb-ob1khws2gr7s6zu"} WARNING: Can't verify CSRF token authenticity Scoped order and limit are ignored, it's forced to be batch order and batch size #<NoMethodError: undefined method `uuid' for nil:NilClass> /data/www/qr1hi.arvadosapi.com/releases/20140812172312/app/models/job.rb:194:in `update_modified_by_fields' /data/www/qr1hi.arvadosapi.com/releases/20140812172312/app/models/arvados_model.rb:296:in `maybe_update_modified_by_fields'
Updated by Tom Clegg over 10 years ago
- Subject changed from arv job cancel gets error. to [API] arv job cancel gets error.
- Category set to API
- Status changed from New to In Progress
- Assigned To set to Tom Clegg
Updated by Anonymous over 10 years ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
Applied in changeset arvados|commit:6520a31f91a590fe8d559c14e75e6c99a676ba20.
Actions