Page 1 of 1

Server 2012 install error ---Java version?

PostPosted:Tue Mar 11, 2014 7:14 pm
by tdiroff
Hi
I am trying to install open community 6.2.3 on server 2012.

When browsing to http://localhost:8080/OpenKM/ I get the page can not be displayed.

I ran the configtest.bat and get
Code: Select all
C:\Program Files (x86)\openkm-6.2.3-community\tomcat\bin>.\configtest.bat
Using CATALINA_BASE:   "C:\Program Files (x86)\openkm-6.2.3-community\tomcat"
Using CATALINA_HOME:   "C:\Program Files (x86)\openkm-6.2.3-community\tomcat"
Using CATALINA_TMPDIR: "C:\Program Files (x86)\openkm-6.2.3-community\tomcat\temp"
Using JRE_HOME:        "C:\Program Files (x86)\openkm-6.2.3-community\java"
Using CLASSPATH:       "C:\Program Files (x86)\openkm-6.2.3-community\tomcat\bin
\bootstrap.jar;C:\Program Files (x86)\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 have tried the automatic and manual install as well as downloading the newest java

can anyone help with this problem?

Thank you

Tom D

Re: Server 2012 install error ---Java version?

PostPosted:Tue Mar 11, 2014 7:38 pm
by tdiroff
using 6.2.5 solved this problem doh!

Re: Server 2012 install error ---Java version?

PostPosted:Wed Mar 12, 2014 10:28 am
by jllort
The problem was on windows must install on path without white spaces "C:\Program Files (x86) default installation has a problem with white spaces path ( for internal reason while reading OpenKM.xml secutiry configuration file )

Re: Server 2012 install error ---Java version?

PostPosted:Wed Mar 12, 2014 12:15 pm
by tdiroff
Thank you!!