Page 1 of 1

Problem with repository.xml path configuration

PostPosted:Mon May 27, 2013 2:42 pm
by vinodkanhe
Hi,
I have moved my openKM Jboss bundel from one directory to another. i.e from /usr/ to /usr/share/
Now, when i restart the server from directory /usr/share/jboss-4.2.3.GA, application is trying to read repository.xml from previous directory
ie /usr/jboss-4.2.3.GA/ rather than from /usr/share/jboss-4.2.3.GA/ and throwing FileNotFoundException.
I have also tried to specify path as /usr/share/jboss-4.2.3.GA/repository.xml explicitly in OpenKM.cfg for property repository.config.
But it didn't work and application is still trying to read repository.xml from previous directory.

Here are my Env details :
OpenKM 5.1.10
Cent OS 6.4
Java 6

Thanks

Re: Problem with repository.xml path configuration

PostPosted:Tue May 28, 2013 6:10 pm
by pavila
This OpenKM is quite old. I don't remember which configuration properties can modify, but you also should check the OKM_CONFIG table.

Re: Problem with repository.xml path configuration

PostPosted:Wed May 29, 2013 11:13 am
by vinodkanhe
Thanks pavila.

Value for property repository.config in OKM_CONFIG table was set to old path, resulting into FileNotFoundException.
modified the value and set to new path, and the issue is resolved.