This Question is Answered

2 "helpful" answers available (5 pts)
2 Replies Last post: Mar 28, 2008 10:53 AM by Daryl Herzmann  
Daryl Herzmann KeyContributor 469 posts since
Mar 12, 2005
Currently Being Moderated

Mar 13, 2008 8:43 PM

3.5.0RC1 AuditError with Postgres

Hi,

 

Giving 3.5.0RC1 a spin (thanks for the RC btw).  Was interested in the Security Audit Logging functionality, but I get errors:

 

 

 

2008.03.12 16:54:43 Autocreating jiveID row for type '25'

2008.03.12 16:54:43 Error trying to insert a new row in jiveSecurityAuditLog:

org.postgresql.util.PSQLException: ERROR: integer out of range

 

 

 

 

 

 

 

full log attached.  This is on an upgraded test box from 3.4.5 on RHEL5 , postgresql  8.1.11

 

 

 

 

My guess is that entrystamp is of type Integer and should be character(15) ?

 

 

 

 

thanks!

 

 

 

 

 

daryl

Attachments:
Daniel Henninger KeyContributor 2,941 posts since
Aug 10, 2005
Currently Being Moderated
Mar 14, 2008 1:09 PM in response to: Daryl Herzmann
Re: 3.5.0RC1 AuditError with Postgres

...  huh.  =(  No I didn't intend for it to be CHAR(15), more or less on purpose.  arg.  Good catch.  I'll see what I can do about it.  JM-1301

More Like This

  • Retrieving data ...