Page 1 of 1

I cannot install Open KM on Win 2003

PostPosted:Sat Jan 31, 2009 8:25 pm
by patarchy
Good night,

I am trying to install OKM on win 2003 R2 SP2.

I have downloaded and installed - JDK 5.0 Update 17.
First I got an error when I run run.bat because java point to JRE and not to JDK.
I solve the error by changing the file run.bat as follows:

Set JAVA =java
by:
Set JAVA =C:\\Program Files\\Java\\jdk1.5.0_17

Then I run the run.bat. It opens the console, then quits. and nothing!

when trying to open http://localhost:8080/OpenKM/
-> Internet Explorer can not display the webpage

When I try to open http://localhost:8080 nothing. I do not get the Jboss page.

Someone can help me. I was turning hours and I do not understand what I\'m doing wrong.

Thank you.

Re:I cannot install Open KM on Win 2003

PostPosted:Sun Feb 01, 2009 10:21 am
by patarchy
I solve the issue

The problem was the Java path. The only strange behaviour is that I get no error message. The console just get closed.


I have included the following at the beginning of the run.bat file(in bold):

@if not \"%ECHO%\" == \"\" echo %ECHO%
@if \"%OS%\" == \"Windows_NT\" setlocal


set JAVA_HOME=C:\\Program Files\\Java\\jdk1.5.0_17

set DIRNAME=.\\
if \"%OS%\" == \"Windows_NT\" set DIRNAME=%~dp0%
set PROGNAME=run.bat
if \"%OS%\" == \"Windows_NT\" set PROGNAME=%~nx0%


Good bye!