Hi,
I installed the OpenKM Community Edition 3.1 on a debian Linux Lenny system with MySQL 5.0.51a-19 for the OKMAuth with the following configuration:
<!-- OpenKM User Auth -->
<local-tx-datasource>
<jndi-name>OKMAuthDS</jndi-name>
<connection-url>jdbc:mysql://localhost:3306/OKMAuth</connection-url>
<driver-class>com.mysql.jdbc.Driver</driver-class>
<user-name>dbuser</user-name>
<password>dbpassword</password>
<min-pool-size>5</min-pool-size>
<max-pool-size>20</max-pool-size>
<idle-timeout-minutes>0</idle-timeout-minutes>
</local-tx-datasource>
After starting the OpenKM, it is possible to work with the system. But after logging out and waiting - lets say about 1 hour - no one can login. All users get the \"Authentication error\" message on the page: .../OpenKM/j_security_check.
After restarting the OpenKM on the server everything works fine again. Within the mysql.log I can\'t see any logging for the not working try to login.
Do you know any problems with MySQL? Which configuration values should be checked or modified?
I hope, you can help me.
Best regards,
Peter
I installed the OpenKM Community Edition 3.1 on a debian Linux Lenny system with MySQL 5.0.51a-19 for the OKMAuth with the following configuration:
<!-- OpenKM User Auth -->
<local-tx-datasource>
<jndi-name>OKMAuthDS</jndi-name>
<connection-url>jdbc:mysql://localhost:3306/OKMAuth</connection-url>
<driver-class>com.mysql.jdbc.Driver</driver-class>
<user-name>dbuser</user-name>
<password>dbpassword</password>
<min-pool-size>5</min-pool-size>
<max-pool-size>20</max-pool-size>
<idle-timeout-minutes>0</idle-timeout-minutes>
</local-tx-datasource>
After starting the OpenKM, it is possible to work with the system. But after logging out and waiting - lets say about 1 hour - no one can login. All users get the \"Authentication error\" message on the page: .../OpenKM/j_security_check.
After restarting the OpenKM on the server everything works fine again. Within the mysql.log I can\'t see any logging for the not working try to login.
Do you know any problems with MySQL? Which configuration values should be checked or modified?
I hope, you can help me.
Best regards,
Peter