Page 1 of 1

Cannot start OpenKM in Windows 7

PostPosted:Sun Apr 07, 2013 4:57 pm
by andaa
Hi,

I have installed OpenKM in Windows 7 and seen the official video explaining the steps for installation, but I cannot start the OpenKM application and access it on http://localhost:8080/OpenKM.

When I double-click the "Start OpenKM" icon on desktop, terminal opens and following is displayed:
Code: Select all
C:\OpenKM\tomcat\bin>"C:\Users\Public\Desktop\Start OpenKM.lnk"
Using CATALINA_BASE:   "C:\OpenKM\tomcat"
Using CATALINA_HOME:   "C:\OpenKM\tomcat"
Using CATALINA_TMPDIR: "C:\OpenKM\tomcat\temp"
Using JRE_HOME:        "C:\OpenKM\java"
Using CLASSPATH:       "C:\OpenKM\tomcat\bin\bootstrap.jar;C:\OpenKM\tomcat\bin\tomcat-juli.jar"
Kindly help me out in running OpenKM in Windows 7.

Thanks & Regards,
Andaa

Re: Cannot start OpenKM in Windows 7

PostPosted:Sun Apr 07, 2013 5:03 pm
by andaa
OpenKm is installed on C:\OpenKM (without any spaces)

Thanks & Regards,
Andaa

Re: Cannot start OpenKM in Windows 7

PostPosted:Mon Apr 08, 2013 7:50 pm
by pavila
Try to edit setenv.bat file and change:
Code: Select all
set JAVA_OPTS=-Xms256m -Xmx2048m -XX:PermSize=256m -XX:MaxPermSize=512m -Djava.awt.headless=true -Dfile.encoding=utf-8
by:
Code: Select all
set JAVA_OPTS=-Xms128m -Xmx1024m -XX:PermSize=128m -XX:MaxPermSize=256m -Djava.awt.headless=true -Dfile.encoding=utf-8

Re: Cannot start OpenKM in Windows 7

PostPosted:Thu May 02, 2013 1:03 pm
by Henk Stuurman
I had the same problem.

But the change in the bat file solved the problem ! :D

Re: Cannot start OpenKM in Windows 7

PostPosted:Wed May 06, 2015 3:50 pm
by CHITOWN
I'm having the same problem I viewed the thread, but it was unclear to me what I'm supposed to be editing. Am I replacing A certain line, editing a line or just adding a line to the bat file?

Re: Cannot start OpenKM in Windows 7

PostPosted:Fri May 08, 2015 10:23 pm
by jllort
Edit the existing line at setenv.bat

Is your OS 32 or 64 bits ?