Got feedback or spotted a mistake?

Leave a comment at the end of this page or email contact@krishagni.com

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

Reason: This error comes from the JDBC driver. The driver obtains a three-letter time zone code. These three-letter codes have been deprecated, and some of the codes, such as "CDT," are ambiguous. In this case, "CDT" could refer to "Central Daylight Time" or "Cuba Daylight Time", so this code is not a valid time zone identifier.

  1. Add the “serverTimezone“ parameter to the JDBC URL in the $Tomcat_Dir/conf/context.xml file as below.

Example of the serverTimezone setting in context.xml file.

"jdbc:mysql://HOST:PORT/DATABASE?serverTimezone=America/New_York"

2. Restart the Tomcat service

update catissue_user set password='$2a$10$4dtnGBiY5GAxIRCsPK2LbO6Cwf9SfpWIjNponBbdAci0PdhfO3XvS' where identifier=2;

  • No labels