Guest User

Untitled

a guest
Aug 1st, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. Unexpected error running Liquibase: Unexpected value `: parameters must start with a '--'
  2.  
  3. SEVERE 8/1/18 5:05 PM: liquibase: Unexpected value `: parameters must start with a '--'
  4. liquibase.exception.CommandLineParsingException: Unexpected value `: parameters must start with a '--'
  5. at liquibase.integration.commandline.Main.parseOptions(Main.java:774)
  6. at liquibase.integration.commandline.Main.run(Main.java:133)
  7. at liquibase.integration.commandline.Main.main(Main.java:103)
  8.  
  9. .liquibase `
  10. --driver=oracle.jdbc.OracleDriver `
  11. --classpath=C:/svn_planio/TST/resources/lib/ojdbc7.jar `
  12. --changeLogFile=C:/Users/Ferid/Documents/BoxSync/PRIVATE_Ferid/liquibase-3.5.5-bin/newChangelogData.xml `
  13. --url="jdbc:oracle:thin:@localhost:1521:servername" `
  14. --username=username `
  15. --password=password `
  16. --diffTypes="data" `
  17. generateChangeLog
  18.  
  19. .liquibase
  20. --driver=oracle.jdbc.OracleDriver
  21. --classpath=C:/svn_planio/TST/resources/lib/ojdbc7.jar
  22. --changeLogFile=C:/Users/Ferid/Documents/BoxSync/PRIVATE_Ferid/liquibase-3.5.5-bin/newChangelogData.xml
  23. --url="jdbc:oracle:thin:@localhost:1521:servername"
  24. --username=username
  25. --password=password
  26. --diffTypes="data"
  27. generateChangeLog
Add Comment
Please, Sign In to add comment