Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.40 KB | None | 0 0
  1. INFO 10/7/19 12:29 PM:liquibase: Successfully acquired change log lock
  2. INFO 10/7/19 12:29 PM:liquibase: Reading from `liquibasechangelog`
  3. INFO 10/7/19 12:29 PM:liquibase: Reading from `liquibasechangelog`
  4. INFO 10/7/19 12:29 PM:liquibase: ChangeSet liquibase-core-data.xml::disable-foreign-key-checks::ben ran successfully in 1ms
  5. INFO 10/7/19 12:29 PM:liquibase: ChangeSet liquibase-core-data.xml::enable-foreign-key-checks::ben ran successfully in 1ms
  6. INFO 10/7/19 12:29 PM:liquibase: Successfully released change log lock
  7. Liquibase Update Successful
  8. INFO 10/7/19 12:29 PM:liquibase: Successfully acquired change log lock
  9. INFO 10/7/19 12:29 PM:liquibase: Reading from `liquibasechangelog`
  10. INFO 10/7/19 12:29 PM:liquibase: Reading from `liquibasechangelog`
  11. WARNING 10/7/19 12:29 PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  12. WARNING 10/7/19 12:29 PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  13. WARNING 10/7/19 12:29 PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  14. INFO 10/7/19 12:29 PM:liquibase: Successfully released change log lock
  15. Liquibase Update Successful
  16. Liquibase Update Failed: Communications link failure
  17.  
  18. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
  19. SEVERE 10/14/19 2:15 PM:liquibase: Communications link failure
  20.  
  21. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
  22. liquibase.exception.DatabaseException: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
  23.  
  24. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
  25. at liquibase.integration.commandline.CommandLineUtils.createDatabaseObject(CommandLineUtils.java:111)
  26. at liquibase.integration.commandline.Main.doMigration(Main.java:745)
  27. at liquibase.integration.commandline.Main.main(Main.java:134)
  28. Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
  29.  
  30. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
  31. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  32. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  33. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  34. at java.lang.reflect.Constructor.newInstance(Unknown Source)
  35. at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
  36. at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1129)
  37. at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:358)
  38. at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2489)
  39. at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2526)
  40. at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2311)
  41. at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:834)
  42. at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
  43. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  44. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  45. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  46. at java.lang.reflect.Constructor.newInstance(Unknown Source)
  47. at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
  48. at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:416)
  49. at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:347)
  50. at liquibase.integration.commandline.CommandLineUtils.createDatabaseObject(CommandLineUtils.java:101)
  51. ... 2 more
  52. Caused by: java.net.NoRouteToHostException: No route to host (Host unreachable)
  53. at java.net.PlainSocketImpl.socketConnect(Native Method)
  54. at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
  55. at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
  56. at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
  57. at java.net.SocksSocketImpl.connect(Unknown Source)
  58. at java.net.Socket.connect(Unknown Source)
  59. at java.net.Socket.connect(Unknown Source)
  60. at java.net.Socket.<init>(Unknown Source)
  61. at java.net.Socket.<init>(Unknown Source)
  62. at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:256)
  63. at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:308)
  64. ... 15 more
  65.  
  66.  
  67. For more information, use the --logLevel flag)
  68. Liquibase Update Failed: Communications link failure
  69.  
  70. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
  71. SEVERE 10/14/19 2:15 PM:liquibase: Communications link failure
  72.  
  73. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
  74. liquibase.exception.DatabaseException: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
  75.  
  76. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
  77. at liquibase.integration.commandline.CommandLineUtils.createDatabaseObject(CommandLineUtils.java:111)
  78. at liquibase.integration.commandline.Main.doMigration(Main.java:745)
  79. at liquibase.integration.commandline.Main.main(Main.java:134)
  80. Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
  81.  
  82. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
  83. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  84. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  85. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  86. at java.lang.reflect.Constructor.newInstance(Unknown Source)
  87. at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
  88. at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1129)
  89. at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:358)
  90. at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2489)
  91. at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2526)
  92. at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2311)
  93. at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:834)
  94. at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
  95. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  96. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  97. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  98. at java.lang.reflect.Constructor.newInstance(Unknown Source)
  99. at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
  100. at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:416)
  101. at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:347)
  102. at liquibase.integration.commandline.CommandLineUtils.createDatabaseObject(CommandLineUtils.java:101)
  103. ... 2 more
  104. Caused by: java.net.NoRouteToHostException: No route to host (Host unreachable)
  105. at java.net.PlainSocketImpl.socketConnect(Native Method)
  106. at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
  107. at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
  108. at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
  109. at java.net.SocksSocketImpl.connect(Unknown Source)
  110. at java.net.Socket.connect(Unknown Source)
  111. at java.net.Socket.connect(Unknown Source)
  112. at java.net.Socket.<init>(Unknown Source)
  113. at java.net.Socket.<init>(Unknown Source)
  114. at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:256)
  115. at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:308)
  116. ... 15 more
  117.  
  118.  
  119. For more information, use the --logLevel flag)
  120. Liquibase Update Failed: Communications link failure
  121.  
  122. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
  123. SEVERE 10/14/19 3:33 PM:liquibase: Communications link failure
  124.  
  125. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
  126. liquibase.exception.DatabaseException: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
  127.  
  128. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
  129. at liquibase.integration.commandline.CommandLineUtils.createDatabaseObject(CommandLineUtils.java:111)
  130. at liquibase.integration.commandline.Main.doMigration(Main.java:745)
  131. at liquibase.integration.commandline.Main.main(Main.java:134)
  132. Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
  133.  
  134. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
  135. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  136. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  137. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  138. at java.lang.reflect.Constructor.newInstance(Unknown Source)
  139. at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
  140. at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1129)
  141. at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:358)
  142. at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2489)
  143. at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2526)
  144. at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2311)
  145. at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:834)
  146. at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
  147. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  148. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  149. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  150. at java.lang.reflect.Constructor.newInstance(Unknown Source)
  151. at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
  152. at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:416)
  153. at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:347)
  154. at liquibase.integration.commandline.CommandLineUtils.createDatabaseObject(CommandLineUtils.java:101)
  155. ... 2 more
  156. Caused by: java.net.NoRouteToHostException: No route to host (Host unreachable)
  157. at java.net.PlainSocketImpl.socketConnect(Native Method)
  158. at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
  159. at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
  160. at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
  161. at java.net.SocksSocketImpl.connect(Unknown Source)
  162. at java.net.Socket.connect(Unknown Source)
  163. at java.net.Socket.connect(Unknown Source)
  164. at java.net.Socket.<init>(Unknown Source)
  165. at java.net.Socket.<init>(Unknown Source)
  166. at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:256)
  167. at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:308)
  168. ... 15 more
  169.  
  170.  
  171. For more information, use the --logLevel flag)
  172. Liquibase Update Failed: Communications link failure
  173.  
  174. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
  175. SEVERE 10/14/19 3:33 PM:liquibase: Communications link failure
  176.  
  177. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
  178. liquibase.exception.DatabaseException: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
  179.  
  180. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
  181. at liquibase.integration.commandline.CommandLineUtils.createDatabaseObject(CommandLineUtils.java:111)
  182. at liquibase.integration.commandline.Main.doMigration(Main.java:745)
  183. at liquibase.integration.commandline.Main.main(Main.java:134)
  184. Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
  185.  
  186. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
  187. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  188. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  189. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  190. at java.lang.reflect.Constructor.newInstance(Unknown Source)
  191. at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
  192. at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1129)
  193. at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:358)
  194. at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2489)
  195. at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2526)
  196. at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2311)
  197. at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:834)
  198. at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
  199. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  200. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  201. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  202. at java.lang.reflect.Constructor.newInstance(Unknown Source)
  203. at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
  204. at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:416)
  205. at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:347)
  206. at liquibase.integration.commandline.CommandLineUtils.createDatabaseObject(CommandLineUtils.java:101)
  207. ... 2 more
  208. Caused by: java.net.NoRouteToHostException: No route to host (Host unreachable)
  209. at java.net.PlainSocketImpl.socketConnect(Native Method)
  210. at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
  211. at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
  212. at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
  213. at java.net.SocksSocketImpl.connect(Unknown Source)
  214. at java.net.Socket.connect(Unknown Source)
  215. at java.net.Socket.connect(Unknown Source)
  216. at java.net.Socket.<init>(Unknown Source)
  217. at java.net.Socket.<init>(Unknown Source)
  218. at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:256)
  219. at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:308)
  220. ... 15 more
  221.  
  222.  
  223. For more information, use the --logLevel flag)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement