Page 2 of 2

Re: Struggling to make Community development environment work

PostPosted:Fri Jul 30, 2021 11:11 am
by teera_w
I think @ghl.ferhat meant to running on Eclipse's tomcat. Because I worked fine on 'systemctl start openkm'.
But when running on Eclipse's tomcat have same error.

Eclipse's console will error like this:
Code: Select all
com.mysql.cj.exceptions.InvalidConnectionAttributeException: The server time zone value 'CEST' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration property) to use a more specifc time zone value if you want to utilize time zone support.
	...

Re: Struggling to make Community development environment work

PostPosted:Sat Jul 31, 2021 5:18 pm
by jllort
OpenKM is not starting from eclipse -> it seems a MySQL warning or error ( what is quite strange is working as service but not from eclipse because configuration file should be the same ). Database configuration is set at conf/server.xml -> when you add a new server configuration eclipse duplicate the server.xml ( available from a project named Server in eclipse -> you'll seee there ) -> I suggest check the real conf/server.xml configuration file in your file system and the configuration server.xml file in the Server project ( hope I have explained clear )