2 Replies Latest reply on Sep 17, 2009 7:59 AM by massimo.zanette

    Data too long for column 'EXCEPTION_'

    massimo.zanette

      Hello,
      I'm executing a very simple simple process in jbpm3.2.5. When an action throws an Exception jbpm reports this problem:

      09:09:35,868 WARN [JDBCExceptionReporter] SQL Error: 0, SQLState: 22001
      09:09:35,868 ERROR [JDBCExceptionReporter] Data truncation: Data too long for column 'EXCEPTION_' at row 1

      As a workaround i have increased the size of the column EXCEPTION_
      in the tables jbpm_job and jbpm_log .
      It works but i don't like to modify jbpm tables.
      Does someone have experienced the same issue and solved it in a more robust way?
      Thank you