Page 1 of 1

Problems installing OpenKM 5.0 with Postgres 8.4.5

PostPosted:Thu Jan 06, 2011 9:39 am
by paritaet
Hi,

I tried to set up an OpenKM 5.0 Server on a Debian Lenny system with Postgres 8.4.5.

I followed all the instructions of the wiki step-by-step. After the first start of OpenKM the server seemed to run correctly, but I wasn't able to login.
When I checked the Postgres databases okm_app and okm_repo, I saw that okm_app had no tables although all tables in okm_repo have been created.

Any ideas what I could have made wrong??

Thanks for any hints

Stefan

Re: Problems installing OpenKM 5.0 with Postgres 8.4.5

PostPosted:Thu Jan 06, 2011 2:42 pm
by jllort
OpenKM.cfg has hibernate.hbm2ddl=create property ?
Do you've got openkm-ds.xml well configured ? user and pass ( try login database with this information and create some table to ensure have privileges )
Any message at starting in server.log might be some error sure ? post here

Re: Problems installing OpenKM 5.0 with Postgres 8.4.5

PostPosted:Fri Jan 07, 2011 10:06 am
by paritaet
I'm such an idiot :D What a beginner's mistake.

Thanks for the hint with the password, it simply was mis-spelled.
Now everything works fine.