Advertisement
Guest User

Untitled

a guest
Jun 3rd, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. Connecting to source database and retrieve schemata names.
  2. Initializing JDBC driver ...
  3. Driver class MySQL JDBC Driver 5.0
  4. Opening connection ...
  5. Connection jdbc:mysql://localhost:3306/?user=root&password=&useServerPrepStmts=false&characterEncoding=UTF-8
  6. The list of schema names could not be retrieved (error: 0).
  7. ReverseEngineeringMysqlJdbc.getSchemata :Communications link failure due to underlying exception:
  8.  
  9. ** BEGIN NESTED EXCEPTION **
  10.  
  11. java.net.SocketException
  12. MESSAGE: java.net.ConnectException: Connection refused: connect
  13.  
  14. STACKTRACE:
  15.  
  16. java.net.SocketException: java.net.ConnectException: Connection refused: connect
  17. at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:156)
  18. at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:276)
  19. at com.mysql.jdbc.Connection.createNewIO(Connection.java:2666)
  20. at com.mysql.jdbc.Connection.<init>(Connection.java:1531)
  21. at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:266)
  22. at java.sql.DriverManager.getConnection(Unknown Source)
  23. at java.sql.DriverManager.getConnection(Unknown Source)
  24. at com.mysql.grt.modules.ReverseEngineeringGeneric.establishConnection(ReverseEngineeringGeneric.java:141)
  25. at com.mysql.grt.modules.ReverseEngineeringMysqlJdbc.getSchemata(ReverseEngineeringMysqlJdbc.java:42)
  26. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  27. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  28. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  29. at java.lang.reflect.Method.invoke(Unknown Source)
  30. at com.mysql.grt.Grt.callModuleFunction(Unknown Source)
  31.  
  32.  
  33. ** END NESTED EXCEPTION **
  34.  
  35.  
  36.  
  37. Last packet sent to the server was 0 ms ago.
  38. Details:
  39. com.mysql.jdbc.Connection.createNewIO(Connection.java:2741)
  40. com.mysql.jdbc.Connection.<init>(Connection.java:1531)
  41. com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:266)
  42. java.sql.DriverManager.getConnection(Unknown Source)
  43. java.sql.DriverManager.getConnection(Unknown Source)
  44. com.mysql.grt.modules.ReverseEngineeringGeneric.establishConnection(ReverseEngineeringGeneric.java:141)
  45. com.mysql.grt.modules.ReverseEngineeringMysqlJdbc.getSchemata(ReverseEngineeringMysqlJdbc.java:42)
  46. sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  47. sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  48. sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  49. java.lang.reflect.Method.invoke(Unknown Source)
  50. com.mysql.grt.Grt.callModuleFunction(Unknown Source)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement