Page 1 of 1
OpenKM Cannot Display Login Page
PostPosted:Fri Apr 22, 2016 9:09 am
by nanda_danis
Hellow
Help me please. My OpenKM 6.3.0 error on dispalying login page. There is no error message but it only display "ERROR" on my browser page. Please Any body help me. Tq.
Re: OpenKM Cannot Display Login Page
PostPosted:Sat Apr 23, 2016 5:15 pm
by jllort
The error is clear
Code: Select alljava.net.BindException: Address already in use /0.0.0.0:8080
at org.apache.tomcat.util.net.JIoEndpoint.bind(JIoEndpoint.java:410)
You have another application started which is binding port 8080 and openkm can not binding it. You have two solutions, stop that application or change default openkm ports, take a look here for the second option
http://wiki.openkm.com/index.php/Severa ... ame_server
Re: OpenKM Cannot Display Login Page
PostPosted:Fri Apr 29, 2016 1:58 pm
by nanda_danis
Thx Mr Jlort for your advice. Its work for me. I change the tomcat connector port to 8180, shutdown port to 8105, and AJP connector port to 8109. But after several days I reboot the server and my OpenKM connot Display the login page again. Why this can happen again?
Re: OpenKM Cannot Display Login Page
PostPosted:Sat Apr 30, 2016 8:17 am
by jllort
The catalina.log file looks fine. I suggest try accessing from your localhost ( check your network, firewall, etc. I think the problem is not at OpenKM side).