Advertisement
TinyElvisGamingYT

Untitled

Dec 11th, 2017
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.56 KB | None | 0 0
  1. $ java -jar Orion.jar
  2.  
  3.  
  4. ____ _
  5. / __ \ (_)
  6. | | | | _ __ _ ___ _ __
  7. | | | | | '__| | | / _ \ | '_ \
  8. | |__| | | | | | | (_) | | | | |
  9. \____/ |_| |_| \___/ |_| |_|
  10.  
  11. Version: 0.0.2
  12. Build: 4
  13. JVM: 1.8.0_151
  14. JDA: 3.3.1_281
  15. Lavaplayer 1.2.43
  16.  
  17. 17:48:20.606 [main] INFO com.avairebot.orion.Orion - Bootstrapping Orion v0.0.2 Build 4
  18. 17:48:20.656 [main] INFO com.avairebot.orion.Orion - - Loading configuration
  19. 17:48:20.813 [main] INFO com.avairebot.orion.Orion - - Registering and connecting to database
  20. 17:48:20.831 [main] INFO com.avairebot.orion.Orion - - Registering database table migrations
  21. 17:48:20.835 [main] INFO com.avairebot.orion.Orion - - Registering default command categories
  22. 17:48:20.835 [main] INFO com.avairebot.orion.Orion - - Registering commands...
  23. 17:48:20.971 [main] INFO com.avairebot.orion.Orion - - Registered 82 commands successfully!
  24. 17:48:20.972 [main] INFO com.avairebot.orion.Orion - - Registering jobs...
  25. 17:48:22.831 [main] INFO com.avairebot.orion.Orion - - Registered 5 jobs successfully!
  26. 17:48:22.847 [main] INFO com.avairebot.orion.Orion - - Creating plugin manager and registering plugins...
  27. 17:48:22.847 [main] INFO com.avairebot.orion.Orion - - No plugins was found
  28. 17:48:22.847 [main] INFO com.avairebot.orion.Orion - - Running database migrations
  29. 17:48:25.293 [main] ERROR com.avairebot.orion.Orion - Could not establish a MySQL connection, SQLException: Communications link failure
  30.  
  31. Last packet sent to the server was 0 ms ago.
  32. com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
  33.  
  34. Last packet sent to the server was 0 ms ago.
  35. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  36. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  37. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  38. at java.lang.reflect.Constructor.newInstance(Unknown Source)
  39. at com.mysql.jdbc.Util.handleNewInstance(Util.java:406)
  40. at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1074)
  41. at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2103)
  42. at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:718)
  43. at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:46)
  44. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  45. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  46. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  47. at java.lang.reflect.Constructor.newInstance(Unknown Source)
  48. at com.mysql.jdbc.Util.handleNewInstance(Util.java:406)
  49. at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:302)
  50. at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:282)
  51. at java.sql.DriverManager.getConnection(Unknown Source)
  52. at java.sql.DriverManager.getConnection(Unknown Source)
  53. at com.avairebot.orion.database.connections.MySQL.open(MySQL.java:48)
  54. at com.avairebot.orion.database.DatabaseManager.getConnection(DatabaseManager.java:61)
  55. at com.avairebot.orion.database.schema.Schema.createIfNotExists(Schema.java:109)
  56. at com.avairebot.orion.database.migrate.Migrations.runMigrationSetup(Migrations.java:207)
  57. at com.avairebot.orion.database.migrate.Migrations.checkAndRunMigrationSetup(Migrations.java:202)
  58. at com.avairebot.orion.database.migrate.Migrations.up(Migrations.java:69)
  59. at com.avairebot.orion.Orion.<init>(Orion.java:135)
  60. at com.avairebot.orion.Main.main(Main.java:9)
  61. Caused by: java.net.ConnectException: Connection refused: connect
  62. at java.net.DualStackPlainSocketImpl.connect0(Native Method)
  63. at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)
  64. at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
  65. at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
  66. at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
  67. at java.net.PlainSocketImpl.connect(Unknown Source)
  68. at java.net.SocksSocketImpl.connect(Unknown Source)
  69. at java.net.Socket.connect(Unknown Source)
  70. at java.net.Socket.connect(Unknown Source)
  71. at java.net.Socket.<init>(Unknown Source)
  72. at java.net.Socket.<init>(Unknown Source)
  73. at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:253)
  74. at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:280)
  75. at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2026)
  76. ... 19 common frames omitted
  77. Exception in thread "main" java.sql.SQLException: Could not establish a MySQL connection, SQLException: Communications link failure
  78.  
  79. Last packet sent to the server was 0 ms ago.
  80. at com.avairebot.orion.database.connections.MySQL.open(MySQL.java:56)
  81. at com.avairebot.orion.database.DatabaseManager.getConnection(DatabaseManager.java:61)
  82. at com.avairebot.orion.database.schema.Schema.createIfNotExists(Schema.java:109)
  83. at com.avairebot.orion.database.migrate.Migrations.runMigrationSetup(Migrations.java:207)
  84. at com.avairebot.orion.database.migrate.Migrations.checkAndRunMigrationSetup(Migrations.java:202)
  85. at com.avairebot.orion.database.migrate.Migrations.up(Migrations.java:69)
  86. at com.avairebot.orion.Orion.<init>(Orion.java:135)
  87. at com.avairebot.orion.Main.main(Main.java:9)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement