Subject GDS Exc... unsuccessful metadata update new record size of 72424 is too big
Author maximshiryaev
Please, could anybody help me with this:
(Win32, CodePage=UTF8, PageSize=16K, Server=2.0.1)
(if CodePage=WIN1251 then everything is OK...)
(It's Hibernate in Alfresco that tries to create this table)

create table JBPM_LOG (
ID_ numeric(18,0) not null,
CLASS_ char(1) not null,
INDEX_ integer,
DATE_ timestamp,
TOKEN_ numeric(18,0),
PARENT_ numeric(18,0),
MESSAGE_ varchar(4000),
EXCEPTION_ varchar(4000),
ACTION_ numeric(18,0),
NODE_ numeric(18,0),
ENTER_ timestamp,
LEAVE_ timestamp,
DURATION_ numeric(18,0),
TRANSITION_ numeric(18,0),
CHILD_ numeric(18,0),
SOURCENODE_ numeric(18,0),
DESTINATIONNODE_ numeric(18,0),
VARIABLEINSTANCE_ numeric(18,0),
OLDBYTEARRAY_ numeric(18,0),
NEWBYTEARRAY_ numeric(18,0),
OLDDATEVALUE_ timestamp,
NEWDATEVALUE_ timestamp,
OLDDOUBLEVALUE_ double precision,
NEWDOUBLEVALUE_ double precision,
OLDLONGIDCLASS_ varchar(255),
OLDLONGIDVALUE_ numeric(18,0),
NEWLONGIDCLASS_ varchar(255),
NEWLONGIDVALUE_ numeric(18,0),
OLDSTRINGIDCLASS_ varchar(255),
OLDSTRINGIDVALUE_ varchar(255),
NEWSTRINGIDCLASS_ varchar(255),
NEWSTRINGIDVALUE_ varchar(255),
OLDLONGVALUE_ numeric(18,0),
NEWLONGVALUE_ numeric(18,0),
OLDSTRINGVALUE_ varchar(4000),
NEWSTRINGVALUE_ varchar(4000),
TASKINSTANCE_ numeric(18,0),
TASKACTORID_ varchar(255),
TASKOLDACTORID_ varchar(255),
SWIMLANEINSTANCE_ numeric(18,0),
primary key (ID_))
GDS Exception. 335544351. unsuccessful metadata update
new record size of 72424 bytes is too big
TABLE JBPM_LOG
Reason: unsuccessful metadata update
new record size of 72424 bytes is too big
TABLE JBPM_LOG