Page 1 of 1
Problem with Installation OpenKM 5.0 with MySql
PostPosted:Mon Dec 13, 2010 12:56 pm
by Viral Raithatha
Hello,
I am installing OpenKM5.0 with Mysql with old configration, it is give me some error and don't get success.
dose old configration will work for new version?
If any changes are need in old configration then let me know.
Thank you,
Viral Raithatha
Re: Problem with Installation OpenKM 5.0 with MySql
PostPosted:Mon Dec 13, 2010 5:05 pm
by jllort
Which old configuration are you talking ?
Have you take a look at migration guide
http://wiki.openkm.com/index.php/Migration_Guide ?
Re: Problem with Installation OpenKM 5.0 with MySql
PostPosted:Tue Dec 14, 2010 4:18 am
by Viral Raithatha
I am using following configuration,
http://wiki.openkm.com/index.php/MySQL-OpenKM_5.0
I have my account for login.
Re: Problem with Installation OpenKM 5.0 with MySql
PostPosted:Tue Dec 14, 2010 6:26 am
by surajaya
Viral Raithatha wrote:I am using following configuration,
http://wiki.openkm.com/index.php/MySQL-OpenKM_5.0
I have my account for login.
I have similar problem. I have followed all the step in those URL (creating the database, editing the configuration, etc). I can see login screen of the OpenKM but can't login to the system (authentication error).
Re: Problem with Installation OpenKM 5.0 with MySql
PostPosted:Tue Dec 14, 2010 6:36 am
by surajaya
surajaya wrote:Viral Raithatha wrote:I am using following configuration,
http://wiki.openkm.com/index.php/MySQL-OpenKM_5.0
I have my account for login.
I have similar problem. I have followed all the step in those URL (creating the database, editing the configuration, etc). I can see login screen of the OpenKM but can't login to the system (authentication error).
Further inspection to the database shows that I got several tables in the okm_repo database but none in the okm_app database. What is possibly wrong with my installation ?
Re: Problem with Installation OpenKM 5.0 with MySql
PostPosted:Tue Dec 14, 2010 9:38 am
by jllort
is openkm-ds.xml file right ? there's the okm_app poll defined
about login, is correct login-config.xml ?
Re: Problem with Installation OpenKM 5.0 with MySql
PostPosted:Wed Dec 15, 2010 12:45 am
by surajaya
jllort wrote:is openkm-ds.xml file right ? there's the okm_app poll defined
about login, is correct login-config.xml ?
All are copy pasted from the wiki. There are some error in the server.log, the one that relate to openkm-ds.xml is like this :
Code: Select all2010-12-14 13:18:31,841 ERROR [org.jboss.util.xml.JBossErrorHandler] File .../deploy/openkm-ds.xml process fatal. Location: ; Line#: 487; Column#: 62. Error message: java.util.EmptyStackException
Re: Problem with Installation OpenKM 5.0 with MySql
PostPosted:Wed Dec 15, 2010 1:11 am
by surajaya
Finally solved my installation problem. I just surround the content of openkm-ds.xml (copy pasted from the wiki) with <datasources>....</datasources> TAG and the problem disappeared. It seem that the wiki need to be updated a bit. I also modify run.sh (i'm not directly connected to the internet, behind proxy) and add this into the JAVA_OPTS :
Code: Select all-Dhttp.proxyHost=192.168.x.x -Dhttp.proxyPort=yyy
Re: Problem with Installation OpenKM 5.0 with MySql
PostPosted:Wed Dec 15, 2010 2:50 am
by surajaya
One more question : is there any specific configuration related to workflow in openkm 5 ?. Is there any configuration change compared to 4.1 ?
thanks in advance
Re: Problem with Installation OpenKM 5.0 with MySql
PostPosted:Wed Dec 15, 2010 7:04 am
by jllort
Where is needed some update on the wiki ?
And about workflow, basically it's the same than with version 4.1, but we've incluyed some changes to extend the capabilities in forms, now there're link, date and folder type ( input ). Take a look at
http://www.openkm.com/dtd/workflow-forms-1.1.dtd
Re: Problem with Installation OpenKM 5.0 with MySql
PostPosted:Wed Dec 15, 2010 7:59 am
by Viral Raithatha
Hello,
Openkm5.0 with mysql is working fine for me.
No need to update wiki.
Thanks to all.
Viral Raithatha
Re: Problem with Installation OpenKM 5.0 with MySql
PostPosted:Tue Dec 21, 2010 3:35 am
by surajaya
jllort wrote:Where is needed some update on the wiki ?
You can ignore that. That's my fault that just literally copy paste everything
