Advertisement
Guest User

Untitled

a guest
Sep 12th, 2017
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.99 KB | None | 0 0
  1. . ./schemacrawler.sh server=sqlite -database=/absolute/path/to/db/developer.sqlite3 -outputformat=png -outputfile=/Users/myuser/ER.png -command=graph -infolevel=maximum -user= -password= -loglevel=ALL
  2.  
  3. . ./schemacrawler.sh server=sqlite -database=/absolute/path/to/db/developer.sqlite3 -outputformat=png -outputfile=/Users/myuser/ER.png -command=graph -infolevel=maximum -user= -password= -loglevel=CONFIG
  4. Sep 12, 2017 10:12:48 PM us.fatehi.commandlineparser.CommandLineUtility logSafeArguments
  5. INFORMATION: SchemaCrawler, v14.16.03
  6. Sep 12, 2017 10:12:48 PM us.fatehi.commandlineparser.CommandLineUtility logSafeArguments
  7. INFORMATION: Command line:
  8. server=sqlite
  9. -database=/absolute/path/to/db/developer.sqlite3
  10. -outputformat=png
  11. -outputfile=/Users/myuser/ER.png
  12. -command=graph
  13. -infolevel=maximum
  14. -user=
  15. -password=*****
  16. -loglevel=CONFIG
  17. Sep 12, 2017 10:12:48 PM us.fatehi.commandlineparser.CommandLineUtility logSystemProperties
  18. KONFIGURATION: System properties:
  19. java.awt.graphicsenv=sun.awt.CGraphicsEnvironment
  20. java.awt.printerjob=sun.lwawt.macosx.CPrinterJob
  21. java.class.version=52.0
  22. java.endorsed.dirs=/Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/jre/lib/endorsed
  23. java.ext.dirs=/Users/myuser/Library/Java/Extensions:/Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/jre/lib/ext:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java
  24. java.home=/Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/jre
  25. java.io.tmpdir=/var/folders/2s/z3r402895bv4gz9db5sm_m8w0000gn/T/
  26. java.runtime.name=Java(TM) SE Runtime Environment
  27. java.runtime.version=1.8.0_144-b01
  28. java.specification.name=Java Platform API Specification
  29. java.specification.vendor=Oracle Corporation
  30. java.specification.version=1.8
  31. java.vendor=Oracle Corporation
  32. java.vendor.url=http://java.oracle.com/
  33. java.vendor.url.bug=http://bugreport.sun.com/bugreport/
  34. java.version=1.8.0_144
  35. java.vm.info=mixed mode
  36. java.vm.name=Java HotSpot(TM) 64-Bit Server VM
  37. java.vm.specification.name=Java Virtual Machine Specification
  38. java.vm.specification.vendor=Oracle Corporation
  39. java.vm.specification.version=1.8
  40. java.vm.vendor=Oracle Corporation
  41. java.vm.version=25.144-b01
  42. os.arch=x86_64
  43. os.name=Mac OS X
  44. os.version=10.10.5
  45. Sep 12, 2017 10:12:48 PM us.fatehi.commandlineparser.CommandLineUtility logSystemProperties
  46. KONFIGURATION: Classpath:
  47. lib/derby-10.13.1.1.jar
  48. lib/h2-1.4.196.jar
  49. lib/hsqldb-2.4.0.jar
  50. lib/mssql-jdbc-6.2.0.jre8.jar
  51. lib/mysql-connector-java-6.0.6.jar
  52. lib/postgresql-42.1.1.jar
  53. lib/schemacrawler-14.16.03.jar
  54. lib/schemacrawler-db2-14.16.03.jar
  55. lib/schemacrawler-hsqldb-14.16.03.jar
  56. lib/schemacrawler-lint-14.16.03.jar
  57. lib/schemacrawler-mysql-14.16.03.jar
  58. lib/schemacrawler-offline-14.16.03.jar
  59. lib/schemacrawler-oracle-14.16.03.jar
  60. lib/schemacrawler-postgresql-14.16.03.jar
  61. lib/schemacrawler-sqlite-14.16.03.jar
  62. lib/schemacrawler-sqlserver-14.16.03.jar
  63. lib/sqlite-jdbc-3.7.8.jar
  64. lib/xmlpull-1.1.3.1.jar
  65. lib/xpp3_min-1.1.4c.jar
  66. lib/xstream-1.4.10.jar
  67. config
  68. Sep 12, 2017 10:12:48 PM schemacrawler.tools.databaseconnector.DatabaseConnectorRegistry loadDatabaseConnectorRegistry
  69. KONFIGURATION: Loading database connector, db2=schemacrawler.server.db2.DB2DatabaseConnector
  70. Sep 12, 2017 10:12:48 PM schemacrawler.tools.databaseconnector.DatabaseConnectorRegistry loadDatabaseConnectorRegistry
  71. KONFIGURATION: Loading database connector, hsqldb=schemacrawler.server.hsqldb.HyperSQLDatabaseConnector
  72. Sep 12, 2017 10:12:48 PM schemacrawler.tools.databaseconnector.DatabaseConnectorRegistry loadDatabaseConnectorRegistry
  73. KONFIGURATION: Loading database connector, mysql=schemacrawler.server.mysql.MySQLDatabaseConnector
  74. Sep 12, 2017 10:12:48 PM schemacrawler.tools.databaseconnector.DatabaseConnectorRegistry loadDatabaseConnectorRegistry
  75. KONFIGURATION: Loading database connector, offline=schemacrawler.tools.offline.OfflineDatabaseConnector
  76. Sep 12, 2017 10:12:48 PM schemacrawler.tools.databaseconnector.DatabaseConnectorRegistry loadDatabaseConnectorRegistry
  77. KONFIGURATION: Loading database connector, oracle=schemacrawler.server.oracle.OracleDatabaseConnector
  78. Sep 12, 2017 10:12:48 PM schemacrawler.tools.databaseconnector.DatabaseConnectorRegistry loadDatabaseConnectorRegistry
  79. KONFIGURATION: Loading database connector, postgresql=schemacrawler.server.postgresql.PostgreSQLDatabaseConnector
  80. Sep 12, 2017 10:12:48 PM schemacrawler.tools.databaseconnector.DatabaseConnectorRegistry loadDatabaseConnectorRegistry
  81. KONFIGURATION: Loading database connector, sqlite=schemacrawler.tools.sqlite.SQLiteDatabaseConnector
  82. Sep 12, 2017 10:12:48 PM schemacrawler.tools.databaseconnector.DatabaseConnectorRegistry loadDatabaseConnectorRegistry
  83. KONFIGURATION: Loading database connector, sqlserver=schemacrawler.server.sqlserver.SqlServerDatabaseConnector
  84. Sep 12, 2017 10:12:48 PM schemacrawler.tools.databaseconnector.DatabaseConnectorRegistry logRegisteredJdbcDrivers
  85. KONFIGURATION: Registered JDBC drivers:
  86. org.apache.derby.jdbc.AutoloadedDriver 10.13
  87. org.h2.Driver 1.4
  88. org.hsqldb.jdbc.JDBCDriver 2.4
  89. com.microsoft.sqlserver.jdbc.SQLServerDriver 6.2
  90. com.mysql.cj.jdbc.Driver 6.0
  91. org.postgresql.Driver 42.1
  92. schemacrawler.tools.offline.jdbc.OfflineDriver 0.0
  93. org.sqlite.JDBC 3.7
  94. Sep 12, 2017 10:12:48 PM schemacrawler.tools.commandline.SchemaCrawlerCommandLine <init>
  95. INFORMATION: Using database plugin <>
  96. Sep 12, 2017 10:12:48 PM sf.util.PropertiesUtility loadProperties
  97. KONFIGURATION: Cannot load properties from resource <null>
  98. Sep 12, 2017 10:12:48 PM sf.util.PropertiesUtility loadProperties
  99. KONFIGURATION: Cannot load properties from file </Users/lutz/Documents/schemacrawler/_schemacrawler/schemacrawler.config.properties>
  100. Sep 12, 2017 10:12:48 PM schemacrawler.tools.commandline.SchemaCrawlerOptionsParser getOptions
  101. WARNUNG: Please provide a -schemas option for efficient retrieval of database metadata
  102. SchemaCrawler 14.16.03
  103.  
  104. Error: Please provde a database connection URL
  105.  
  106. Re-run SchemaCrawler with just the
  107. -?
  108. option for help
  109.  
  110. Or, re-run SchemaCrawler with an additional
  111. -loglevel=CONFIG
  112. option for details on the error
  113. Sep 12, 2017 10:12:48 PM us.fatehi.commandlineparser.CommandLineUtility logSafeArguments
  114. INFORMATION: SchemaCrawler, v14.16.03
  115. Sep 12, 2017 10:12:48 PM us.fatehi.commandlineparser.CommandLineUtility logSafeArguments
  116. INFORMATION: Command line:
  117. server=sqlite
  118. -database=/absolute/path/to/db/developer.sqlite3
  119. -outputformat=png
  120. -outputfile=/Users/myuser/ER.png
  121. -command=graph
  122. -infolevel=maximum
  123. -user=
  124. -password=*****
  125. -loglevel=CONFIG
  126. Sep 12, 2017 10:12:48 PM us.fatehi.commandlineparser.CommandLineUtility logFullStackTrace
  127. SCHWERWIEGEND: Please provde a database connection URL
  128. schemacrawler.schemacrawler.SchemaCrawlerCommandLineException: Please provde a database connection URL
  129. at schemacrawler.tools.commandline.CommandLineConnectionOptionsParser.loadConfig(CommandLineConnectionOptionsParser.java:65)
  130. at schemacrawler.tools.commandline.SchemaCrawlerCommandLine.parseConnectionOptions(SchemaCrawlerCommandLine.java:204)
  131. at schemacrawler.tools.commandline.SchemaCrawlerCommandLine.<init>(SchemaCrawlerCommandLine.java:98)
  132. at schemacrawler.Main.main(Main.java:88)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement