Advertisement
Guest User

Untitled

a guest
Jul 20th, 2019
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.20 KB | None | 0 0
  1.  
  2. java.sql.SQLException: 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.
  3. at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:129)
  4. at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97)
  5. at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:89)
  6. at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:63)
  7. at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:73)
  8. at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:76)
  9. at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:835)
  10. at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:455)
  11. at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:240)
  12. at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:199)
  13. at java.sql.DriverManager.getConnection(DriverManager.java:664)
  14. at java.sql.DriverManager.getConnection(DriverManager.java:247)
  15. at de.teamsoul.main.mysql.mysql.connect(mysql.java:15)
  16. at de.teamsoul.api.startUp.loadEvents(startUp.java:44)
  17. at de.teamsoul.api.startUp.start(startUp.java:33)
  18. at de.teamsoul.main.load.main(load.java:15)
  19. Caused by: 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.
  20. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  21. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  22. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  23. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  24. at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:61)
  25. at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:85)
  26. at com.mysql.cj.util.TimeUtil.getCanonicalTimezone(TimeUtil.java:132)
  27. at com.mysql.cj.protocol.a.NativeProtocol.configureTimezone(NativeProtocol.java:2243)
  28. at com.mysql.cj.protocol.a.NativeProtocol.initServerSession(NativeProtocol.java:2267)
  29. at com.mysql.cj.jdbc.ConnectionImpl.initializePropsFromServer(ConnectionImpl.java:1319)
  30. at com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:966)
  31. at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:825)
  32. ... 9 more
  33. Exception in thread "Timer-1" java.lang.NullPointerException
  34. at de.teamsoul.systems.supportsupdater$1.run(supportsupdater.java:29)
  35. at java.util.TimerThread.mainLoop(Timer.java:555)
  36. at java.util.TimerThread.run(Timer.java:505)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement