Page 1 of 1
Errors faced while migrating from 5.1.11 to 6.3
PostPosted:Sat Mar 07, 2015 8:52 am
by hariharan.gopal
Hi,
I have a ubuntu server.
Previously I had OpenKM 5.1.11. No I am trying to migrate to 6.3.0
First I downloaded openkm-6.3.0-community-tomcat-bundle.zip from the link
http://sourceforge.net/projects/openkm/ ... p/download.
Then I unziped in /opt.
Then I ran the command sudo /opt/tomcat/bin/catalina.sh run.
I have attached the output of that,
(109.76 KiB) Downloaded 235 times
I am getting the timed out error page in browser.
So please guide me on how to solve this issue.
Thanks in advance.
Re: Errors faced while migrating from 5.1.11 to 6.3
PostPosted:Mon Mar 09, 2015 11:17 pm
by jllort
jboss comes into with tomcat and if you get it running on same computer you will got a ports conflict, as is shown in your log
Code: Select alljava.net.BindException: Address already in use /127.0.0.1:8009
Take a look here about changing tomcat ports
http://wiki.openkm.com/index.php/Severa ... ame_server
Re: Errors faced while migrating from 5.1.11 to 6.3
PostPosted:Wed Mar 11, 2015 1:36 pm
by hariharan.gopal
Hi Jllort,
Thanks for the reply.
Where should I change the port numbers now. Please do help me as I am new to this.
Thanks in Advance.
Re: Errors faced while migrating from 5.1.11 to 6.3
PostPosted:Sat Mar 14, 2015 8:28 am
by jllort
If you read the wiki url I write before, there's the information you need for it, change server.xml file as is indicated there.
Re: Errors faced while migrating from 5.1.11 to 6.3
PostPosted:Sat Mar 14, 2015 11:56 am
by hariharan.gopal
Hi Jllort,
Thanks for the reply!!!
I have updated as per the link, but even then I am getting the timed out page only.
Attached in my server.xml
(7.48 KiB) Downloaded 262 times
So please help me to fix this issue.
Thanks in Advance
Re: Errors faced while migrating from 5.1.11 to 6.3
PostPosted:Sun Mar 15, 2015 7:49 pm
by jllort
Seems your changes in xml are correct:
Code: Select all<Server port="8105" shutdown="SHUTDOWN">
<Connector port="8180" address="0.0.0.0" protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="8443" />
<Connector port="8109" address="127.0.0.1" protocol="AJP/1.3" redirectPort="8443" />
Is not going right ? in this case what error do you got now ?
For testing OpenKM we encourage you use clean OS ( or VM ), because sometimes you'll lost a lot of time working on servers ( for testing ) with lots of garbage, take only as is, a suggestion.
Re: Errors faced while migrating from 5.1.11 to 6.3
PostPosted:Thu Mar 19, 2015 11:17 am
by hariharan.gopal
Hi Jllort,
For your information, previously I was using OpenKM 5.1.11. and still using the same. When I try to start OpenKm 6.3.0, I will be stopping the Jbossokm stop
Re: Errors faced while migrating from 5.1.11 to 6.3
PostPosted:Sat Mar 21, 2015 6:52 pm
by jllort
Yes, you can stop or change ports as I suggested.
Re: Errors faced while migrating from 5.1.11 to 6.3
PostPosted:Mon Mar 23, 2015 6:48 am
by hariharan.gopal
Hi Jllort,
I had checked by stopping the JBoss. Even then I am getting the same error.
Re: Errors faced while migrating from 5.1.11 to 6.3
PostPosted:Thu Mar 26, 2015 5:03 pm
by jllort
I think changing the tomcat ports will be the best option, take a look here
http://wiki.openkm.com/index.php/Severa ... ame_server In previous post I talk you about it.
Take in mind you must stop tomcat, edit server.xml file and then start again ( can not be do on fly )