Re: [galaxy-dev] Removing job in error state

2016-08-04 Thread Ryan G
Thanks. That fixed it. On Thu, Aug 4, 2016 at 3:19 AM, Hans-Rudolf Hotz wrote: > Hi Ryan > > If the "Stop Jobs" option on the Admin page does not work, you can go for > the direct way by manually interacting with the PostgreSQL database: > > Change the state to "error" in the

Re: [galaxy-dev] Removing job in error state

2016-08-04 Thread Hans-Rudolf Hotz
Hi Ryan If the "Stop Jobs" option on the Admin page does not work, you can go for the direct way by manually interacting with the PostgreSQL database: Change the state to "error" in the 'job' table, eg: update job set state='error' where id=12772; As always, be very careful when you

[galaxy-dev] Removing job in error state

2016-08-03 Thread Ryan G
Hi - In the Manage Jobs admin job, I have a job from a user that never ran successfully. It shows: Job ID User Last Update Tool State Inputs Command Line Job Runner PID/Cluster ID 12772 u...@company.com 654 hours ago cshl_fastx_collapser new 13653 error None None None How do I remove this job?