Page 1 of 1
Bug mail filter DataBrowser
PostPosted:Mon Apr 23, 2012 1:20 pm
by michaeled
Hi,
I encounter an error when I do this:
Administration => User => Mail account => New filter => Browse folder:
==> The requested resource (/OpenKM/extension/DataBrowser) is not available.
openkm-mail-filter.JPG (24.25 KiB) Viewed 8010 times
Is it a bug ?
Re: Bug mail filter DataBrowser
PostPosted:Fri Apr 27, 2012 6:37 am
by pavila
Indeed is not a feature
Which OpenKM version?
Re: Bug mail filter DataBrowser
PostPosted:Fri Apr 27, 2012 10:23 am
by michaeled
Version: 5.1.10-SNAPSHOT (build: 7539)

Re: Bug mail filter DataBrowser
PostPosted:Tue Sep 25, 2012 12:52 pm
by waltz
Hello,
It's any solution for this ? (I get same error)
Re: Bug mail filter DataBrowser
PostPosted:Tue Sep 25, 2012 6:49 pm
by jllort
Try upgrading to latest version at integration.openkm.com ( nightly build )
Re: Bug mail filter DataBrowser
PostPosted:Wed Sep 26, 2012 5:48 pm
by waltz
I do this 3,4 days ago but ok, I try

Re: Bug mail filter DataBrowser
PostPosted:Tue Oct 16, 2012 3:26 pm
by jimbo20
Hi - I now get a similar error when trying to do a repository import and click on the browse folder icons.
Version: 6.2.0 (build: 13077)
Thanks in advance for any help.
Jim
Re: Bug mail filter DataBrowser
PostPosted:Sun Oct 21, 2012 10:01 am
by pavila
There was an error when importing OpenKM code to SurceForge and some file were missing. Please, try tonight nightbuild.
Re: Bug mail filter DataBrowser
PostPosted:Wed Oct 24, 2012 9:29 am
by jimbo20
Yes, installing the latest nightly build cured my problem, repository import now works again
Many thanks,
Jim
Re: Bug mail filter DataBrowser
PostPosted:Wed Oct 24, 2012 9:02 pm
by diegospano
How is the upgrade procedure?
After downloading the file Openkm.war from
http://integration.openkm.com/6.2/, what must I do?. Simply replace the file /opt/tomcat-7.0.27/webapps/openkm.war with the new one?.
Thanks in advance
diego
Re: Bug mail filter DataBrowser
PostPosted:Wed Oct 24, 2012 9:53 pm
by macjaeger
If you just want to update your exisiting OpenKM 6.2 to the latest build, you should
1. stop tomcat
2. replace openkm.war
3. remove (or at least rename) OpenKM-folder in webapps
4. restart tomcat
Tomcat will then unpack openkm.war and recreate the OpenKM-folder. It might be necessary to change hibernate.hbm2ddl in openkm.cfg to "update" (instead of "none") as well.
Or are you upgrading from 5.x ?
Re: Bug mail filter DataBrowser
PostPosted:Thu Oct 25, 2012 12:28 pm
by diegospano
macjaeger wrote:If you just want to update your exisiting OpenKM 6.2 to the latest build, you should
1. stop tomcat
2. replace openkm.war
3. remove (or at least rename) OpenKM-folder in webapps
4. restart tomcat
Tomcat will then unpack openkm.war and recreate the OpenKM-folder. It might be necessary to change hibernate.hbm2ddl in openkm.cfg to "update" (instead of "none") as well.
Or are you upgrading from 5.x ?
I want to upgrade from 6.2 to the latest 6.2 build! So I think that hibernate.hbm2ddl should be "none".
Thanks!
Re: Bug mail filter DataBrowser
PostPosted:Fri Oct 26, 2012 9:52 pm
by jllort
Normally is good idea set as update ( in this case I think we have not done any database change, but between version 6.2.0 to 6.2.1 in nigthly build can be done some database update, obviously we will release as 6.2.1 when we consider has arrived the moment )