'K_CFG_PROP_DEF' missing

Pavel Tabarka, modified 13 Years ago.

'K_CFG_PROP_DEF' missing

Youngling Posts: 2 Join Date: 3/4/11 Recent Posts
During installation process I could see following error messages
2011-03-04 00:25:12: WARN, org.springframework.beans.factory.config.PropertyPlaceholderConfigurer, main Could not load properties from URL [file:C:/Documen
ts and Settings/tabarkap/.klaros/hibernate.properties]: C:\Documents and Settings\tabarkap\.klaros\hibernate.properties (The system cannot find the path sp
ecified)
2011-03-04 00:25:22: ERROR, org.hibernate.util.JDBCExceptionReporter, main Table/View 'K_CFG_PROP_DEF' does not exist.
2011-03-04 00:25:55: ERROR, org.hibernate.event.def.AbstractFlushingEventListener, main Could not synchronize database state with session

After editing hibernate.properties file (following line)
hibernate.connection.url=jdbc:derby:${user.home}/.klaros/klarosDerby;create=true

I was able to get initial page for login but admin/admin credentials did not work.

Have anyone encountered such behaviour? How is possible to solve it?

Pavel
thumbnail
Torsten Stolpmann, modified 13 Years ago.

RE: 'K_CFG_PROP_DEF' missing (Answer)

Jedi Council Member Posts: 755 Join Date: 2/12/09 Recent Posts
Hi Pavel,

the 3.3.0 release had a serious issue which prevented the correct database initialization for new installations.

Please download version 3.3.1, remove the .klaros folder and reinstall. This should solve your problems.

Users with an existing pre 3.3 database are not affected, this only applies to new installs.

Sorry for this.

Regards,

Torsten
Pavel Tabarka, modified 13 Years ago.

RE: 'K_CFG_PROP_DEF' missing

Youngling Posts: 2 Join Date: 3/4/11 Recent Posts
Hi Torsten,
Thanks a lot.
I am able to log in now.
Best Regards
Pavel