Page 1 of 1

Debian amd64 installation fails

PostPosted:Thu May 16, 2013 12:38 pm
by NickC
Trying to install openkm on debian linux 64. I have installed the java application and unzipped successfully the application+ tomcat. Upon trying to execute the file catalina.sh i get the following and nothing happens:
Code: Select all
Using CATALINA_BASE: /opt/tomcat-7.0.27
Using CATALINA_HOME: /opt/tomcat-7.0.27
Using CATALINA_TMPDIR: /opt/tomcat-7.0.27/temp
Using JRE_HOME: /usr
Using CLASSPATH: /opt/tomcat-7.0.27/bin/bootstrap.jar:/opt/tomcat-7.0.27/bin/tomcat-juli.jar
Using CATALINA_PID: /opt/tomcat-7.0.27/catalina.pid
Usage: catalina.sh ( commands ... )
commands:
debug Start Catalina in a debugger
debug -security Debug Catalina with a security manager
jpda start Start Catalina under JPDA debugger
run Start Catalina in the current window
run -security Start in the current window with security manager
start Start Catalina in a separate window
start -security Start in a separate window with security manager
stop Stop Catalina, waiting up to 5 seconds for the process to end
stop n Stop Catalina, waiting up to n seconds for the process to end
stop -force Stop Catalina, wait up to 5 seconds and then use kill -KILL if still running
stop n -force Stop Catalina, wait up to n seconds and then use kill -KILL if still running
configtest Run a basic syntax check on server.xml - check exit code for result
version What version of tomcat are you running?
Note: Waiting for the process to end and use of the -force option require that $CATALINA_PID is defined

PLEASE ADVISE

Re: Debian amd64 installation fails

PostPosted:Thu May 16, 2013 5:24 pm
by dejanfc
Use ./catalina.sh run or ./startup to run it in background.

Re: Debian amd64 installation fails

PostPosted:Fri May 17, 2013 4:55 am
by NickC
thanks for this. I have tried it and it works v well.
Having used it in the past I know that i need to make the transition from the inhouse sql engine to mysql. Does anyone know how this can be done easily (knowing that the application is running already).

Re: Debian amd64 installation fails

PostPosted:Fri May 17, 2013 6:26 am
by dejanfc

Re: Debian amd64 installation fails

PostPosted:Fri May 17, 2013 7:53 am
by NickC
I did try that yesterday but as it says in the warning, you cannot do that while the database has been set up. When I tried it I messed up my installation as the warning said it would...

Re: Debian amd64 installation fails

PostPosted:Mon May 20, 2013 7:57 am
by jllort
You should stop openkm and make the changes in OpenKM.cfg. Then start. ( Remember hdbmll should have create value to create entire database when start openkm ).