Advertisement
Guest User

Untitled

a guest
Sep 14th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.18 KB | None | 0 0
  1.  
  2. sashok724's LaunchServer v15.4 (build #97, 31.08.18)
  3. 2018.09.14 13:58:20 [INFO] Setting up server script engine bindings
  4. 2018.09.14 13:58:20 [WARN] JavaFX API isn't available
  5. 2018.09.14 13:58:21 [INFO] JLine2 terminal enabled
  6. 2018.09.14 13:58:21 [INFO] Generating RSA keypair
  7. 2018.09.14 13:58:23 [INFO] Writing RSA keypair files
  8. 2018.09.14 13:58:23 [INFO] Modulus CRC32: 0xbe49af87
  9. 2018.09.14 13:58:23 [INFO] Creating LaunchServer config
  10. LaunchServer address:
  11. 217.23.139.137
  12. 2018.09.14 13:59:01 [INFO] Writing LaunchServer config file
  13. 2018.09.14 13:59:01 [INFO] Reading LaunchServer config file
  14. 2018.09.14 13:59:01 [INFO] Unpacking launcher runtime files
  15. 2018.09.14 13:59:01 [INFO] Syncing launcher binaries
  16. 2018.09.14 13:59:01 [INFO] Syncing launcher binary file
  17. 2018.09.14 13:59:01 [WARN] Missing launcher binary file
  18. 2018.09.14 13:59:01 [INFO] Syncing launcher EXE binary file
  19. 2018.09.14 13:59:01 [WARN] Missing launcher EXE binary file
  20. 2018.09.14 13:59:01 [INFO] Syncing updates dir
  21. 2018.09.14 13:59:01 [INFO] Syncing 'jre-8u131-win32' update dir
  22. 2018.09.14 13:59:04 [INFO] Syncing 'jre-8u131-macosx' update dir
  23. 2018.09.14 13:59:07 [INFO] Syncing 'jre-8u131-win64' update dir
  24. 2018.09.14 13:59:10 [INFO] Syncing 'jre-8u131-linux64' update dir
  25. 2018.09.14 13:59:13 [INFO] Syncing 'jre-8u131-linux32' update dir
  26. 2018.09.14 13:59:16 [INFO] Syncing profiles dir
  27. 2018.09.14 13:59:16 [INFO] Starting server socket thread
  28. 2018.09.14 13:59:16 [INFO] Server socket thread successfully started
  29. apt-get install screen
  30. 2018.09.14 14:03:37 [INFO] Command 'apt-get install screen'
  31. 2018.09.14 14:03:37 [ERROR] Unknown command: 'apt-get'
  32. 2018.09.14 14:03:43 [INFO] Closing server socket listener
  33. 2018.09.14 14:03:43 [INFO] Writing auth handler file (0 entries)
  34. 2018.09.14 14:03:43 [INFO] LaunchServer stopped
  35. root@s1:~# java -Xmx256M -jar LaunchServer.jar
  36. Error: Unable to access jarfile LaunchServer.jar
  37. root@s1:~# apt-get install screen
  38. Reading package lists... Done
  39. Building dependency tree
  40. Reading state information... Done
  41. screen is already the newest version (4.3.1-2build1).
  42. 0 upgraded, 0 newly installed, 0 to remove and 166 not upgraded.
  43. root@s1:~# screen -S launcher
  44. 2018.09.14 15:41:28 [INFO] Server socket thread successfully started
  45. 2018.09.14 15:41:30 [INFO] HikariCP pooling enabled for 'authProviderPool'
  46. [Network Thread] WARN com.zaxxer.hikari.HikariDataSource - idleTimeout is greater than maxLifetime, setting to maxLifetime.
  47. [Network Thread] INFO com.zaxxer.hikari.HikariDataSource - Hikari pool authProviderPool is starting.
  48. [Network Thread] INFO com.zaxxer.hikari.pool.HikariPool - Hikari pool authProviderPool is shutting down.
  49. 2018.09.14 15:41:35 [ERROR] com.zaxxer.hikari.pool.PoolInitializationException: Exception during pool initialization
  50. debug true
  51. 2018.09.14 15:41:44 [INFO] Command 'debug true'
  52. 2018.09.14 15:41:44 [INFO] Debug enabled: true
  53. 2018.09.14 15:41:47 [DEBUG] Connection #2 from 178.54.239.44
  54. 2018.09.14 15:41:47 [DEBUG] #2 Type: AUTH
  55. 2018.09.14 15:41:47 [DEBUG] #2 Login: 'AttempGame', Password: '***********'
  56. [Network Thread] INFO com.zaxxer.hikari.HikariDataSource - Hikari pool authProviderPool is starting.
  57. [Network Thread] INFO com.zaxxer.hikari.pool.HikariPool - Hikari pool authProviderPool is shutting down.
  58. 2018.09.14 15:41:47 [ERROR] com.zaxxer.hikari.pool.PoolInitializationException: Exception during pool initialization
  59. at com.zaxxer.hikari.pool.HikariPool.initializeConnections(HikariPool.java:580)
  60. at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:150)
  61. at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:96)
  62. at launchserver.auth.MySQLSourceConfig.getConnection(MySQLSourceConfig.java:115)
  63. at launchserver.auth.provider.MySQLAuthProvider.auth(MySQLAuthProvider.java:35)
  64. at launchserver.response.auth.AuthResponse.reply(AuthResponse.java:48)
  65. at launchserver.response.ResponseThread.respond(ResponseThread.java:163)
  66. at launchserver.response.ResponseThread.run(ResponseThread.java:61)
  67. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  68. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  69. at java.lang.Thread.run(Thread.java:748)
  70. Caused by: java.sql.SQLException: The server time zone value 'MSK' 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.
  71. at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:127)
  72. at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:95)
  73. at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:87)
  74. at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:61)
  75. at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:71)
  76. at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:76)
  77. at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:862)
  78. at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:444)
  79. at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:230)
  80. at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:226)
  81. at com.mysql.cj.jdbc.MysqlDataSource.getConnection(MysqlDataSource.java:438)
  82. at com.mysql.cj.jdbc.MysqlDataSource.getConnection(MysqlDataSource.java:146)
  83. at com.mysql.cj.jdbc.MysqlDataSource.getConnection(MysqlDataSource.java:119)
  84. at com.zaxxer.hikari.pool.HikariPool.addConnection(HikariPool.java:495)
  85. at com.zaxxer.hikari.pool.HikariPool.initializeConnections(HikariPool.java:564)
  86. ... 10 more
  87. Caused by: com.mysql.cj.exceptions.InvalidConnectionAttributeException: The server time zone value 'MSK' 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.
  88. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  89. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  90. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  91. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  92. at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:59)
  93. at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:83)
  94. at com.mysql.cj.util.TimeUtil.getCanonicalTimezone(TimeUtil.java:128)
  95. at com.mysql.cj.protocol.a.NativeProtocol.configureTimezone(NativeProtocol.java:2201)
  96. at com.mysql.cj.protocol.a.NativeProtocol.initServerSession(NativeProtocol.java:2225)
  97. at com.mysql.cj.jdbc.ConnectionImpl.initializePropsFromServer(ConnectionImpl.java:1391)
  98. at com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:993)
  99. at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:852)
  100. ... 18 more
  101.  
  102. 2018.09.14 15:41:47 [DEBUG] #2 Request error: Internal auth provider error
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement