File tree Expand file tree Collapse file tree 3 files changed +31
-10
lines changed
java/com/parallax/server/blocklyprop/config Expand file tree Collapse file tree 3 files changed +31
-10
lines changed Original file line number Diff line number Diff line change 1+ 2019-05-19 Timezone Issue in Oracle J-Connector
2+
3+
4+ After upgrading the MySql J-Connector, the following error occurs when an attempt is made to connect to a MySQL server:
5+
6+ ``
7+ The server time zone value 'PST' is unrecognized or represents more than one time zone. You must
8+ configure either the server or JDBC driver (via the serverTimezone configuration property) to use
9+ a more specifc time zone value if you want to utilize time zone support.
10+ ```
11+
12+ Affected versions:
13+ 5.1.33+, 8.0.*
14+
15+ Bug Report link:
16+ https://bugs.mysql.com/bug.php?id=85816
17+
18+ Online documentation that addresses this issue:
19+ https://dev.mysql.com/doc/connector-j/8.0/en/connector-j-other-changes.html
20+
Original file line number Diff line number Diff line change 2525import com .google .inject .Guice ;
2626import com .google .inject .Injector ;
2727import com .google .inject .servlet .GuiceServletContextListener ;
28-
2928import com .parallax .server .blocklyprop .jsp .Properties ;
3029import com .parallax .server .blocklyprop .monitoring .Monitor ;
31-
32- import java .sql .Driver ;
33- import java .sql .DriverManager ;
34- import java .sql .SQLException ;
35- import java .util .Enumeration ;
36- import javax .servlet .ServletContextEvent ;
3730import org .apache .commons .configuration .Configuration ;
3831import org .apache .commons .configuration .ConfigurationException ;
3932import org .apache .commons .configuration .DefaultConfigurationBuilder ;
33+
4034import org .slf4j .Logger ;
4135import org .slf4j .LoggerFactory ;
4236
37+ import javax .servlet .ServletContextEvent ;
38+ import java .sql .Driver ;
39+ import java .sql .DriverManager ;
40+ import java .sql .SQLException ;
41+ import java .util .Enumeration ;
42+
4343
4444
4545/**
4949public class SetupConfig extends GuiceServletContextListener {
5050
5151 // Application logging connector
52- private final Logger LOG = LoggerFactory .getLogger (SetupConfig .class );
52+ private static final Logger LOG = LoggerFactory .getLogger (SetupConfig .class );
53+
5354
5455 // Application-specific configuration options
5556 private Configuration configuration ;
Original file line number Diff line number Diff line change 180180 <li class =" auth-true online-only" data-displayas =" list-item" ><a href =" my/projects.jsp" class =" url-prefix" ><span class =" keyed-lang-string" data-key =" menu_my_projects" ></span ></a ></li >
181181 <li class =" online-only" ><a href =" projects.jsp" class =" url-prefix" ><span class =" keyed-lang-string" data-key =" menu_community_projects" ></span ></a ></li >
182182 <li class =" online-only divider" ></li >
183- <li ><a href =" public/help " target =" _blank" class =" url-prefix" ><span class =" keyed-lang-string" data-key =" menu_help_reference" ></span ></a ></li >
183+ <li ><a href =" https://learn.parallax.com/ab-blocks " target =" _blank" class =" url-prefix" ><span class =" keyed-lang-string" data-key =" menu_help_reference" ></span ></a ></li >
184184 <li class =" divider" ></li >
185185 <li ><a id =" download-side" href =" #" ><span class =" keyed-lang-string" data-key =" menu_download_simpleide" ></span ></a ></li >
186- <li ><a id =" download-project" href =" #" ><span class =" keyed-lang-string" data-key =" editor_download" ></span ></a ></li >
186+ <li class = " online-only divider " data-displayas = " list-item " ><a id =" download-project" href =" #" ><span class =" keyed-lang-string" data-key =" editor_download" ></span ></a ></li >
187187 <li class =" auth-true" data-displayas =" list-item" ><a id =" upload-project" ><span class =" keyed-lang-string" data-key =" editor_upload" ></span ></a ></li >
188188 <li class =" auth-true divider" data-displayas =" list-item" ></li >
189189 <li class =" auth-true" data-displayas =" list-item" ><a id =" client-setup" ><span class =" keyed-lang-string" data-key =" editor_run_configure" ></span ></a ></li >
You can’t perform that action at this time.
0 commit comments