Page 1 of 1

Problem windows7 install - This page can't be displayed

PostPosted:Wed Apr 15, 2015 3:38 pm
by adrianm
Hi, I've installed OpenKM 6.3 to a PC running Windows7 64-bit. The install directory is 'c:\openkm-6.3.0-community' (i.e. no white spaces). Java jdk1.8.0_45 is installed. When I enter 'http://localhost:8080/OpenKM' into my browser on the same PC I get the message 'This page can’t be displayed'. Any ideas?

Re: Problem windows7 install - This page can't be displayed

PostPosted:Thu Apr 16, 2015 8:23 am
by adrianm
Solved. Changed variable in setenv.bat as per http://forum.openkm.com/viewtopic.php?t=9732.

Re: Problem windows7 install - This page can't be displayed

PostPosted:Wed May 06, 2015 3:29 pm
by CHITOWN
Hi, andaa

I'm having the same problem I viewed the thread you mention, but it was unclear to me what I'm supposed to be editing. Am I replacing A certain line or just adding a line to the bat file?

Re: Problem windows7 install - This page can't be displayed

PostPosted:Thu May 07, 2015 8:15 am
by Grzyby15
I had the same problem. The solution didn't work.

Re: Problem windows7 install - This page can't be displayed

PostPosted:Fri May 08, 2015 10:26 pm
by jllort
Post here your catalina.log file ( it's into logs folder -> before starting openkm, delete the file and then start application ) into zip

Re: Problem windows7 install - This page can't be displayed

PostPosted:Tue May 19, 2015 6:15 am
by cak_arief
my catalina log (attachment)
help me please...

Re: Problem windows7 install - This page can't be displayed

PostPosted:Wed May 20, 2015 5:55 pm
by jllort
If you open catalina.log file the problem is clear.
Code: Select all
java.net.BindException: Address already in use: JVM_Bind /0.0.0.0:8080
	at org.apache.tomcat.util.net.JIoEndpoint.bind(JIoEndpoint.java:410)
There's other application on port 8080 and OpenKM can not start. You have two options:

1- Stop the other application
2- Change OpenKM ports ( change server.xml http://wiki.openkm.com/index.php/Severa ... ame_server with OpenKM stopped)