Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.47 KB | None | 0 0
  1. java.sql.SQLException: The server time zone value 'Hora oficial do Brasil' 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.
  2. at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:129)
  3. at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97)
  4. at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:89)
  5. at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:63)
  6. at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:73)
  7. at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:76)
  8. at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:835)
  9. at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:455)
  10. at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:240)
  11. at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:207)
  12. at org.eclipse.datatools.connectivity.drivers.jdbc.JDBCConnection.createConnection(JDBCConnection.java:328)
  13. at org.eclipse.datatools.connectivity.DriverConnectionBase.internalCreateConnection(DriverConnectionBase.java:105)
  14. at org.eclipse.datatools.connectivity.DriverConnectionBase.open(DriverConnectionBase.java:54)
  15. at org.eclipse.datatools.connectivity.drivers.jdbc.JDBCConnection.open(JDBCConnection.java:96)
  16. at org.eclipse.datatools.enablement.internal.mysql.connection.JDBCMySQLConnectionFactory.createConnection(JDBCMySQLConnectionFactory.java:28)
  17. at org.eclipse.datatools.connectivity.internal.ConnectionFactoryProvider.createConnection(ConnectionFactoryProvider.java:83)
  18. at org.eclipse.datatools.connectivity.internal.ConnectionProfile.createConnection(ConnectionProfile.java:359)
  19. at org.eclipse.datatools.connectivity.ui.PingJob.createTestConnection(PingJob.java:76)
  20. at org.eclipse.datatools.connectivity.ui.PingJob.run(PingJob.java:59)
  21. at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
  22. Caused by: com.mysql.cj.exceptions.InvalidConnectionAttributeException: The server time zone value 'Hora oficial do Brasil' 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.
  23. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  24. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  25. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  26. at java.lang.reflect.Constructor.newInstance(Unknown Source)
  27. at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:61)
  28. at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:85)
  29. at com.mysql.cj.util.TimeUtil.getCanonicalTimezone(TimeUtil.java:132)
  30. at com.mysql.cj.protocol.a.NativeProtocol.configureTimezone(NativeProtocol.java:2234)
  31. at com.mysql.cj.protocol.a.NativeProtocol.initServerSession(NativeProtocol.java:2258)
  32. at com.mysql.cj.jdbc.ConnectionImpl.initializePropsFromServer(ConnectionImpl.java:1319)
  33. at com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:966)
  34. at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:825)
  35. ... 13 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement