Fórum

Fresh install on PostgreSQL: relations lock_ and release_ missing

Sebastian Singer, modificado 12 Anos atrás.

Fresh install on PostgreSQL: relations lock_ and release_ missing

New Member Postagens: 6 Data de Entrada: 08/03/12 Postagens Recentes
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, modificado 12 Anos atrás.

RE: Fresh install on PostgreSQL: relations lock_ and release_ missing

New Member Postagens: 7 Data de Entrada: 28/03/12 Postagens Recentes
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
thumbnail
Juan Gonzalez P, modificado 12 Anos atrás.

RE: Fresh install on PostgreSQL: relations lock_ and release_ missing

Liferay Legend Postagens: 3089 Data de Entrada: 28/10/08 Postagens Recentes
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, modificado 12 Anos atrás.

RE: Fresh install on PostgreSQL: relations lock_ and release_ missing

New Member Postagens: 7 Data de Entrada: 28/03/12 Postagens Recentes
Ok, thanks for clearing that up!