Quantcast
Channel: Liquibase Forums
Viewing all articles
Browse latest Browse all 2993

Re : diff usage: dialect path

$
0
0
maven-3.0.4
liquibase-maven-plugin-3.1.1
and liquibase-3.1.1
liquibase-hibernate3-3.2

Now I've fixed that error. never mind. That was incorrect plugin issue due I was using modified liquibase-hibernate extension. When using all native libraries, (written by you, Nathan and community)
it appears Nullpoinet error like next:
  1. -
  2. [INFO] ------------------------------------------------------------------------
  3. [INFO] Settings----------------------------
  4. [INFO]     driver: net.sourceforge.jtds.jdbc.Driver
  5. [INFO]     url: jdbc:jtds:sqlserver://localhost:1433/sample
  6. [INFO]     username: sa
  7. [INFO]     password: *****
  8. [INFO]     use empty password: false
  9. [INFO]     properties file: null
  10. [INFO]     properties file will override? false
  11. [INFO]     prompt on non-local database? true
  12. [INFO]     clear checksums? false
  13. [INFO]     changeLogFile: src/main/resources/db/migration/rlm-changelog.xml
  14. [INFO]     context(s): null
  15. [INFO]     referenceDriver: null
  16. [INFO]     referenceUrl: hibernate:spring:com.my.rlm.dao.entities?dialect=org.hibernate.dialect.SQLServer2008Dialect
  17. [INFO]     referenceUsername: sa
  18. [INFO]     referencePassword: sa
  19. [INFO]     referenceDefaultSchema: null
  20. [INFO]     diffChangeLogFile: src/main/resources/db/migration/rlm-5.0.1-changelog.xml
  21. [INFO] ------------------------------------------------------------------------
  22. [INFO] Executing on Database: jdbc:jtds:sqlserver://localhost:1433/sample
  23. [INFO] Loading artfacts into URLClassLoader
  24. ....
  25. [INFO] ------------------------------------------------------------------------
  26. [INFO] BUILD FAILURE
  27. [INFO] ------------------------------------------------------------------------
  28. [INFO] Total time: 8.882s
  29. [INFO] Finished at: Wed Feb 05 21:38:35 EET 2014
  30. [INFO] Final Memory: 16M/604M
  31. [INFO] ------------------------------------------------------------------------
  32. [ERROR] Failed to execute goal org.liquibase:liquibase-maven-plugin:3.1.1:diff (default-cli) on project rlm-service: Error setting up or running Liquibase: java.lang.NullPointerException -> [Help 1]
  33. [ERROR] 
  34. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  35. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  36. [ERROR] 
  37. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  38. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

Viewing all articles
Browse latest Browse all 2993


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>