Combination View Flat View Tree View
Threads [ Previous | Next ]
toggle
Sebastian Singer
Fresh install on PostgreSQL: relations lock_ and release_ missing
March 12, 2012 1:38 AM
Answer

Sebastian Singer

Rank: New Member

Posts: 6

Join Date: March 7, 2012

Recent Posts

Hi,

I just installed liferay on a standard binary tomcat using PostgreSQL. Everything went fine except:

17:58:10,484 ERROR [JDBCExceptionReporter:75] ERROR: Relation »lock_« does not exist
Position: 403
17:58:10,887 WARN [ReleaseLocalServiceImpl:140] ERROR: Relation »release_« does not exist
Position: 25
(translated, original messages are in german)

This error and warning appeared only once during setting up and filing in the database. After a restart there are no erroers or warnings at all (thankfully!). I installed it twice to replicate error messages.

Still everything works as expected so far.
Do I have to worry, and if about what?

Versions:
OS: Gentoo Linux, Kernel 3.1.4
Tomcat: 7.0.26
Apache2: 2.24
PostgreSQL: 9.1.3
using native APR library
Nicolas Ballinas
RE: Fresh install on PostgreSQL: relations lock_ and release_ missing
April 18, 2012 6:47 AM
Answer

Nicolas Ballinas

Rank: New Member

Posts: 3

Join Date: March 28, 2012

Recent Posts

Hi Sebastian,

I'm getting exactly the same errors during first startup of LIferay but the portal seems to work fine. What about you? Any issues using Liferay with PostgreSQL?

Versions:
OS: Mac OS X 10.6.8
Tomcat: 7.0.23
PostgreSQL: 8.4
using native APR library
Juan Gonzalez
RE: Fresh install on PostgreSQL: relations lock_ and release_ missing
April 18, 2012 9:18 AM
Answer

Juan Gonzalez

LIFERAY STAFF

Rank: Liferay Legend

Posts: 1212

Join Date: October 28, 2008

Recent Posts

That isn'r really an error. Happens first time, when Liferay tries to know which version of portal is running. If doesn't exist, it creates all DB schema.
Nicolas Ballinas
RE: Fresh install on PostgreSQL: relations lock_ and release_ missing
April 19, 2012 6:48 AM
Answer

Nicolas Ballinas

Rank: New Member

Posts: 3

Join Date: March 28, 2012

Recent Posts

Ok, thanks for clearing that up!