Guest User

Untitled

a guest
Feb 14th, 2018
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.63 KB | None | 0 0
  1. java -jar C:SchemaSpyschemaspy.jar -t mysql -db teste -host localhost -port 3306 -s dbo -u root -p -o C:SchemaSpyDocumentacao
  2.  
  3. ____ _ ____
  4. / ___| ___| |__ ___ _ __ ___ __ _/ ___| _ __ _ _
  5. ___ / __| '_ / _ '_ ` _ / _` ___ | '_ | | | |
  6. ___) | (__| | | | __/ | | | | | (_| |___) | |_) | |_| |
  7. |____/ ___|_| |_|___|_| |_| |_|__,_|____/| .__/ __, |
  8. |_| |___/
  9.  
  10. 6.0.0-rc2
  11.  
  12. SchemaSpy generates an HTML representation of a database schema's relationships.
  13.  
  14.  
  15. INFO - Starting Main v6.0.0-rc2 on MAX-NOTEBOOK with PID 4696 (C:SchemaSpysch
  16. emaspy.jar started by MAX in C:UsersMAX)
  17. INFO - No active profile set, falling back to default profiles: default
  18. INFO - Configuration file not found
  19. INFO - Starting schema analysis
  20. INFO - Using database properties:
  21. INFO - [C:SchemaSpyschemaspy.jar]/org/schemaspy/types/mysql.properties
  22. java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
  23.  
  24. Failed to load driver 'com.mysql.jdbc.Driver'
  25. This entry doesn't point to a valid file/directory: [mysqlmysql-connector-java
  26. -5.1.6-bin.jar]
  27.  
  28. Use the -dp option to specify the location of the database
  29. drivers for your database (usually in a .jar or .zip/.Z).
  30.  
  31. WARN - Connection Failure
  32. org.schemaspy.model.ConnectionFailure: java.lang.ClassNotFoundException: com.mys
  33. ql.jdbc.Driver
  34. at org.schemaspy.DbDriverLoader.getDriver(DbDriverLoader.java:154)
  35. at org.schemaspy.DbDriverLoader.getConnection(DbDriverLoader.java:57)
  36. at org.schemaspy.service.SqlService.connect(SqlService.java:65)
  37. at org.schemaspy.SchemaAnalyzer.analyze(SchemaAnalyzer.java:181)
  38. at org.schemaspy.SchemaAnalyzer.analyze(SchemaAnalyzer.java:88)
  39. at org.schemaspy.Main.runAnalyzer(Main.java:79)
  40. at org.schemaspy.Main.run(Main.java:72)
  41. at org.springframework.boot.SpringApplication.callRunner(SpringApplicati
  42. on.java:732)
  43. at org.springframework.boot.SpringApplication.callRunners(SpringApplicat
  44. ion.java:716)
  45. at org.springframework.boot.SpringApplication.afterRefresh(SpringApplica
  46. tion.java:703)
  47. at org.springframework.boot.SpringApplication.run(SpringApplication.java
  48. :304)
  49. at org.springframework.boot.SpringApplication.run(SpringApplication.java
  50. :1118)
  51. at org.springframework.boot.SpringApplication.run(SpringApplication.java
  52. :1107)
  53. at org.schemaspy.Main.main(Main.java:55)
  54. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  55. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  56. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  57. at java.lang.reflect.Method.invoke(Unknown Source)
  58. at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner
  59. .java:48)
  60. at org.springframework.boot.loader.Launcher.launch(Launcher.java:87)
  61. at org.springframework.boot.loader.Launcher.launch(Launcher.java:50)
  62. at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:51)
  63.  
  64. Caused by: java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
  65. at java.net.URLClassLoader.findClass(Unknown Source)
  66. at java.lang.ClassLoader.loadClass(Unknown Source)
  67. at org.springframework.boot.loader.LaunchedURLClassLoader.loadClass(Laun
  68. chedURLClassLoader.java:94)
  69. at java.lang.ClassLoader.loadClass(Unknown Source)
  70. at java.lang.Class.forName0(Native Method)
  71. at java.lang.Class.forName(Unknown Source)
  72. at org.schemaspy.DbDriverLoader.getDriver(DbDriverLoader.java:129)
  73. ... 21 common frames omitted
  74. INFO - Started Main in 2.491 seconds (JVM running for 3.174)
Add Comment
Please, Sign In to add comment