Page 1 of 1

OpenKM 6.3.0 not starting

PostPosted:Thu Mar 05, 2015 9:38 am
by hariharan.gopal
Hi,

Below is the version which I use.
Code: Select all
:/opt/tomcat/bin$ sudo ./catalina.sh version
Using CATALINA_BASE:   /opt/tomcat
Using CATALINA_HOME:   /opt/tomcat
Using CATALINA_TMPDIR: /opt/tomcat/temp
Using JRE_HOME:        /usr
Using CLASSPATH:       /opt/tomcat/bin/bootstrap.jar:/opt/tomcat/bin/tomcat-juli.jar
Using CATALINA_PID:    /opt/tomcat/catalina.pid
Server version: Apache Tomcat/7.0.53
Server built:   Mar 25 2014 06:20:16
Server number:  7.0.53.0
OS Name:        Linux
OS Version:     3.13.0-46-generic
Architecture:   i386
JVM Version:    1.8.0_31-b13
JVM Vendor:     Oracle Corporation
But when I start tomcat I got the error (file attached)
The errors when I used
sudo /opt/tomcat/bin/catalina.sh run

(125.23 KiB) Downloaded 204 times
So please help me to solve this issue.

Re: OpenKM 6.3.0 not starting

PostPosted:Fri Mar 06, 2015 5:34 am
by hariharan.gopal
Hi,

I am getting the attached messages but still getting error page as "Page timed Out"
(109.76 KiB) Downloaded 240 times
So please guide me how to solve this issue.

Re: OpenKM 6.3.0 not starting

PostPosted:Sat Mar 07, 2015 5:07 pm
by jllort
Seems openkm starts correctly althought you got some port binding by other application :
ERROR org.apache.coyote.ajp.AjpProtocol- Failed to initialize end point associated with ProtocolHandler ["ajp-bio-127.0.0.1-8009"]
java.net.BindException: Address already in use /127.0.0.1:8009
You can change ports, read here http://wiki.openkm.com/index.php/Severa ... ame_server

How are you starting the application? From terminal? Explain with details, and what URL are you using in browser.