Page 1 of 1

Application error

PostPosted:Wed Jan 16, 2019 4:22 pm
by Ranger Candle
Greeating all ! KINDLY ASSIST AND ADVICE

After finish installing OpenKM and started the tomcat successfully. I was unable to access the localhost .
Previously it says:
Code: Select all
      Class: org.apache.jasper.JasperException
     Message: An exception occurred processing JSP page [/login_desktop.jsp] at line [230] 227: 
 
     line 227:   <select name="j_language" id="j_language" class="form-control"
     line 228:             style="border-bottom: 1px solid #eaedf1 !important;">
     line 229:          <%
     line 230:            List<Language> langs = LanguageDAO.findAll();

Secondly after trying to fix the problem it gave me this:
Code: Select all
       Class:	     org.apache.jasper.JasperException
      Message:	javax.servlet.ServletException: com.openkm.core.DatabaseException: Cannot open connection
HELP PLEASE !!!

Re: Application error

PostPosted:Sat Jan 19, 2019 11:47 am
by jllort
The problem is the application is not able to get database connection, review it:
Code: Select all
DatabaseException: Cannot open connection