checking the log and I am seeing DB failure, I saw any post reported a similar issue. In my case I am running h2 DB on a file.
Caused by: org.h2.jdbc.JdbcSQLException: Value too long for column "FAILED_NODE_LIST VARCHAR(255)": "'xxxxxxxxxxx (taken out for privacy)... (398)"; SQL statement:
insert into base_report (id, version, action_type, author, ctx_name, ctx_project, ctx_type, date_completed, date_started, mapref_uri, message, node, report_id, status, tags, title, aborted_by_user, adhoc_execution, adhoc_script, ctx_command, ctx_controller, failed_node_list, filter_applied, jc_exec_id, jc_job_id, succeeded_node_list, class) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 'rundeck.ExecReport') [22001-193]
at org.h2.message.DbException.getJdbcSQLException(DbException.java:345)
at org.h2.message.DbException.get(DbException.java:179)
at org.h2.table.Column.validateConvertUpdateSequence(Column.java:335)
at org.h2.table.Table.validateConvertUpdateSequence(Table.java:784)
at org.h2.command.dml.Insert.insertRows(Insert.java:151)
at org.h2.command.dml.Insert.update(Insert.java:114)
at org.h2.command.CommandContainer.update(CommandContainer.java:98)
at org.h2.command.Command.executeUpdate(Command.java:258)
at org.h2.jdbc.JdbcPreparedStatement.executeUpdateInternal(JdbcPreparedStatement.java:160)
at org.h2.jdbc.JdbcPreparedStatement.executeUpdate(JdbcPreparedStatement.java:146)
... 13 more
2017-01-04 09:03:25,712 WARN ExecutionJob - Execution 33303 save result status: failed (attempts=9/10), retrying in 184527ms
This looks like the in-place schema failed?