AnnaRadeva

Semantic

Apr 25th, 2016
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.02 KB | None | 0 0
  1.  
  2. at org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:434)
  3. at org.jboss.weld.bean.proxy.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:127)
  4. at org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
  5. at org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:100)
  6. at com.sirma.itt.emf.semantic.patch.SemanticPatchService$Proxy$_$$_Weld$EnterpriseProxy$.patchSchemaAllTenants(Unknown Source)
  7. ... 32 more
  8. Caused by: liquibase.exception.MigrationFailedException: Migration failed for change set com/sirma/itt/cs/patch/cs-semantic-changelog.xml::cs-1.22-1::smilev:
  9. Reason: liquibase.exception.UnexpectedLiquibaseException: liquibase.exception.CustomChangeException: Unable to update semantic repository because of: Couldn't import file: definitions/patch/13-04-2016/removeDepicts.sparql because it is missing!
  10. at liquibase.changelog.ChangeSet.execute(ChangeSet.java:586)
  11. at liquibase.changelog.visitor.UpdateVisitor.visit(UpdateVisitor.java:43)
  12. at liquibase.changelog.ChangeLogIterator.run(ChangeLogIterator.java:73)
  13. at liquibase.Liquibase.update(Liquibase.java:200)
  14. at liquibase.Liquibase.update(Liquibase.java:181)
  15. at liquibase.Liquibase.update(Liquibase.java:174)
  16. at com.sirma.itt.seip.db.patch.DatabasePatcher.patchDatabase(DatabasePatcher.java:59)
  17. ... 102 more
  18. Caused by: liquibase.exception.UnexpectedLiquibaseException: liquibase.exception.CustomChangeException: Unable to update semantic repository because of: Couldn't import file: definitions/patch/13-04-2016/removeDepicts.sparql because it is missing!
  19. at liquibase.change.custom.CustomChangeWrapper.generateStatements(CustomChangeWrapper.java:185)
  20. at liquibase.database.AbstractJdbcDatabase.executeStatements(AbstractJdbcDatabase.java:1208)
  21. at liquibase.changelog.ChangeSet.execute(ChangeSet.java:550)
  22. ... 108 more
  23. Caused by: liquibase.exception.CustomChangeException: Unable to update semantic repository because of: Couldn't import file: definitions/patch/13-04-2016/removeDepicts.sparql because it is missing!
  24. at com.sirma.itt.emf.semantic.patch.UpdateSemanticTask.execute(UpdateSemanticTask.java:98)
  25. at liquibase.change.custom.CustomChangeWrapper.generateStatements(CustomChangeWrapper.java:180)
  26. ... 110 more
  27. Caused by: java.io.FileNotFoundException: Couldn't import file: definitions/patch/13-04-2016/removeDepicts.sparql because it is missing!
  28. at com.sirma.itt.emf.semantic.patch.UpdateSemanticTask.loadFileToSemanticDatabase(UpdateSemanticTask.java:149)
  29. at com.sirma.itt.emf.semantic.patch.UpdateSemanticTask.execute(UpdateSemanticTask.java:94)
  30. ... 111 more
Advertisement
Add Comment
Please, Sign In to add comment