[ 
http://opencast.jira.com/browse/MH-8026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=27644#comment-27644
 ] 

Josh Holtzman commented on MH-8026:
-----------------------------------

The initial error message indicates that the JOB table's PAYLOAD column is too 
short for some of the payloads being stored:
  Internal Exception: com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data 
too long for column 'PAYLOAD' at row 1

The current JPA definition for this column is:
  @Lob
  @Column(name = "PAYLOAD", length = 65535)

Greg, is Eclipselink effective in setting the column length in MySQL?  Does 
MySQL report a 65k length for this column?

If so, we need to increase the column size in JPA.  If not, we need to find 
another way to coax MySQL into providing larger CLOBs.

> Processing weirdness leads failed processing
> --------------------------------------------
>
>                 Key: MH-8026
>                 URL: http://opencast.jira.com/browse/MH-8026
>             Project: Matterhorn Project
>          Issue Type: Bug
>          Components: Architecture & Services
>    Affects Versions: 1.2
>            Reporter: Greg Logan
>            Assignee: Josh Holtzman
>            Priority: Release Blocker
>             Fix For: 1.2
>
>         Attachments: Crash.log, logs.zip
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
Matterhorn mailing list
[email protected]
http://lists.opencastproject.org/mailman/listinfo/matterhorn


To unsubscribe please email
[email protected]
_______________________________________________

Reply via email to