Page 1 of 1

Cannot open connection

PostPosted:Sat Feb 22, 2014 4:54 pm
by gbaluku
Dear Team,

I am using the default database that is bundled with OPenKM. The system was working perfectly but of late i am getting this error, when i try to access the system
Code: Select all
Class: 	org.apache.jasper.JasperException
Message: 	javax.servlet.ServletException: com.openkm.core.DatabaseException: Cannot open connection
Date: 	Sat Feb 22 18:40:50 EAT 2014
where is the problem.

Please advise me.

thanks

Godfrey

Re: Cannot open connection

PostPosted:Sun Feb 23, 2014 9:47 am
by jllort
Is not good idea using hsql in production environment.
- Stop application.
- Remove al log files from tomcat/log folder
- Start application

Upload here the catalina.log file to see all log

Re: Cannot open connection

PostPosted:Sun Feb 23, 2014 11:49 am
by gbaluku
Hello Jllort,

Attached is the Error Log File.(Zipped)

thanks

Godfrey

Re: Cannot open connection

PostPosted:Wed Feb 26, 2014 11:01 am
by gbaluku
Hello Jllort,

I am still waiting for your reply.

thanks

Godfrey

Re: Cannot open connection

PostPosted:Sat Mar 01, 2014 7:50 am
by jllort
Seems you got memory problem https://issues.jasig.org/browse/UP-3801 try increase memory used by tomcat at setenv.sh or setenv.bat ( depending your OS ). You can google for key search "hsql java.lang.OutOfMemoryError: GC overhead limit exceeded"

Consider move to mysql , postgresql or other for production environment.