You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@oozie.apache.org by Andy Srine <an...@gmail.com> on 2014/05/31 11:03:35 UTC

Sub-workflow

Team,

I am trying to run a very simple sub-workflow and I am getting this error
when I try to run it. Any ideas?

Caused by: org.apache.openjpa.lib.jdbc.ReportingSQLException: Data
truncation: Data too long for column 'conf' at row 1 {prepstmnt 1468234944
INSERT INTO WF_JOBS (id, app_name, app_path, conf, group_name, parent_id,
run, user_name, bean_type, auth_token, created_time, end_time, external_id,
last_modified_time, log_token, proto_action_conf, sla_xml, start_time,
status, wf_instance) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?) [params=?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?]} [code=1406, state=22001]

Thanks,
Andy