Fórum

Liferay 6.0.6 + postgres 8.4.x Error during page creation

Ezio Lombardi, modificado 12 Anos atrás.

Liferay 6.0.6 + postgres 8.4.x Error during page creation

New Member Mensagem: 1 Data de Entrada: 12/04/12 Postagens Recentes
Hi everybody,

i have a problem during page creation in communities/organization.
I have updated postgres driver at the latest version.

-Create a new organization
-Create a page in the organization

liferay return a null pointer exception in CounterFinderImpl

Counter counter = (Counter)session.get(
				CounterImpl.class, counterName, LockMode.UPGRADE);

long newValue = counter.getCurrentId();


The entity counter return always null. There is the same error with version 9.x of postgres.

In postgres 8.3.x everything works fine.

Any idea?

Thanks

Ezio
thumbnail
Hitoshi Ozawa, modificado 12 Anos atrás.

RE: Liferay 6.0.6 + postgres 8.4.x Error during page creation

Liferay Legend Postagens: 7942 Data de Entrada: 24/03/10 Postagens Recentes
Seems Postgresql 9 isn't yet supported.

http://issues.liferay.com/browse/LPS-24064