Page 1 of 1

Repository View is missing in OpenKM 6.2.1

PostPosted:Thu Dec 06, 2012 2:45 pm
by hariharan.gopal
Hi,

I have downloaded OpenKM 6.2 and installed in Ubuntu server 12.04.1... Its working fine but Repository view is present... So please help me to get that tab...

Thanking You

Hariharan

Re: Repository View is missing in OpenKM 6.2.1

PostPosted:Fri Dec 07, 2012 8:34 am
by shaardu
try

localhost:8080/OpenKM/admin/RepositoryView

Re: Repository View is missing in OpenKM 6.2.1

PostPosted:Fri Dec 07, 2012 1:25 pm
by hariharan.gopal
Hi, Thanks for the reply.. When i try that I get the below error...


Application error
Class: java.lang.NullPointerException
Message: null

Re: Repository View is missing in OpenKM 6.2.1

PostPosted:Sat Dec 08, 2012 3:35 pm
by pavila
OpenKM 6.2 uses a new storage based on Hibernate rather than Jackrabbit. Repository view is based on Jackrabbit and does not work with Hibernate. In theory you can configure OpenKM 6.2 to use Jackrabbit but actually requires several source code modifications to be really compliant with Jackrabbit.

Why do you need reository view?

Re: Repository View is missing in OpenKM 6.2.1

PostPosted:Mon Dec 10, 2012 3:47 am
by hariharan.gopal
Hi,

I need repository view in order to do some coding for auto renaming of files and some other changes in the code.. So kindly let me know what are the steps to get the repository view..

Thanking You

Hariharan

Re: Repository View is missing in OpenKM 6.2.1

PostPosted:Mon Dec 10, 2012 7:37 pm
by jllort
In version 6.x has changed you should use automation and scripting, pégale un ojo aquí : http://wiki.openkm.com/index.php/Automation

Re: Repository View is missing in OpenKM 6.2.1

PostPosted:Tue Dec 11, 2012 8:03 am
by hariharan.gopal
Hey,

Thanks for ur reply... I shall check and reply u back...