Page 1 of 1

problem installing OpenKM 6.2.3 Community on Win Server

PostPosted:Thu May 22, 2014 9:45 am
by sidtupper
Windows Server 2008
installed JDK 1.7
installed openkm-6.2.3-community at C:/
OpenKM starts and shows as running in the task manager
but when I try to login with http://localhost:8080/OpenKM, IE7 says "cannot display the webpage."

Does this mean the OpenKM httpd is not running, or the web root is not permtted, or ....
What should I be checking, and how?

Thanks for any assistance.

Re: problem installing OpenKM 6.2.3 Community on Win Server

PostPosted:Fri May 23, 2014 7:11 am
by sidtupper
addendum:
- after executing tomcat/bin/startup.bat
. another command line window comes up briefly
. no errors
. but there is no OpenKM process running
- after executing shutdown.bat, get errors: insufficient heap space for VM
- tomcat stays running through all this
- no catalina.log in tomcat/logs

Re: problem installing OpenKM 6.2.3 Community on Win Server

PostPosted:Sun May 25, 2014 8:03 am
by jllort
To starting from command line must execute:
catalina.bat run ( $TOMCAT/bin)

About increase memory take a look at ( $TOMCAT/bin) and increase XMS to 2048 ( if has not this value ) and max.perm.size to 512 o 1024

You're on 32 or 64 bits OS ?

Re: problem installing OpenKM 6.2.3 Community on Win Server

PostPosted:Mon May 26, 2014 3:01 pm
by sidtupper
Thank you! I'm out of town for a week ... can't wait to get back to try this.

64 bits

Re: problem installing OpenKM 6.2.3 Community on Win Server

PostPosted:Wed May 28, 2014 7:41 pm
by jllort
Last openkm comes prepared to install as windows service but still we've not got time to document it. Here is explained http://tomcat.apache.org/tomcat-7.0-doc ... howto.html but can be quite complex understood, when we got some time we will document it.

Re: problem installing OpenKM 6.2.3 Community on Win Server

PostPosted:Wed Jun 04, 2014 7:44 am
by sidtupper
I installed Tomcat7 from apache-tomcat-7.0.54.exe but it didn't successfuly start a process, as you can see in the task manager image.

With catalina.bat run, I get
Code: Select all
C:\openkm-6.2.3-community\tomcat\bin>catalina.bat run
Using CATALINA_BASE:   "C:\openkm-6.2.3-community\tomcat"
Using CATALINA_HOME:   "C:\openkm-6.2.3-community\tomcat"
Using CATALINA_TMPDIR: "C:\openkm-6.2.3-community\tomcat\temp"
Using JRE_HOME:        "C:\openkm-6.2.3-community\java"
Using CLASSPATH:       "C:\openkm-6.2.3-community\tomcat\bin\bootstrap.jar;C:\openkm-6.2.3-community\tomcat\bin\tomcat-juli.jar"
Error occurred during initialization of VM
Could not reserve enough space for object heap
Could not create the Java virtual machine.
I reinstalled Tomcat 7 under C:\openkm-6.2.3-community but it didn't make a process and I get the same catalina.bat error.

What should I try next?

Re: problem installing OpenKM 6.2.3 Community on Win Server

PostPosted:Wed Jun 04, 2014 11:37 am
by pavila
Edit $TOMCAT_HOME/bin/setenv.bat and reduce the memory size.