Advertisement
Guest User

Untitled

a guest
Jan 29th, 2020
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.42 KB | None | 0 0
  1. 2020-01-29 12:08:39.020 ERROR 7865 --- [ main] com.itc.iris.app.Application : migration agent execution fails
  2.  
  3. liquibase.exception.MigrationFailedException: Migration failed for change set liquibase/agents/db.changelog-agents.groovy::document-reindex-agent::chernenkov:
  4. Reason: liquibase.exception.UnexpectedLiquibaseException: liquibase.exception.CustomChangeException: java.lang.NullPointerException
  5. at liquibase.changelog.ChangeSet.execute(ChangeSet.java:637)
  6. at liquibase.changelog.visitor.UpdateVisitor.visit(UpdateVisitor.java:53)
  7. at liquibase.changelog.ChangeLogIterator.run(ChangeLogIterator.java:83)
  8. at liquibase.Liquibase.update(Liquibase.java:202)
  9. at liquibase.Liquibase.update(Liquibase.java:179)
  10. at liquibase.integration.spring.SpringLiquibase.performUpdate(SpringLiquibase.java:353)
  11. at liquibase.integration.spring.SpringLiquibase.afterPropertiesSet(SpringLiquibase.java:305)
  12. at com.itc.iris.agents.services.liquibase.AgentLiquibaseConfig.start(AgentLiquibaseConfig.java:28)
  13. at com.itc.iris.app.Application.main(Application.java:70)
  14. Caused by: liquibase.exception.UnexpectedLiquibaseException: liquibase.exception.CustomChangeException: java.lang.NullPointerException
  15. at liquibase.change.custom.CustomChangeWrapper.generateStatements(CustomChangeWrapper.java:188)
  16. at liquibase.database.AbstractJdbcDatabase.executeStatements(AbstractJdbcDatabase.java:1209)
  17. at liquibase.changelog.ChangeSet.execute(ChangeSet.java:600)
  18. ... 8 common frames omitted
  19. Caused by: liquibase.exception.CustomChangeException: java.lang.NullPointerException
  20. at com.itc.iris.agents.services.liquibase.AgentLiquibaseTask.execute(AgentLiquibaseTask.java:72)
  21. at liquibase.change.custom.CustomChangeWrapper.generateStatements(CustomChangeWrapper.java:183)
  22. ... 10 common frames omitted
  23. Caused by: java.lang.NullPointerException: null
  24. at com.itc.iris.documents.services.DocumentIndexingService.updateTemplatesIndices(DocumentIndexingService.java:71)
  25. at com.itc.iris.documents.services.DocumentIndexingService$$FastClassBySpringCGLIB$$5c7c1668.invoke(<generated>)
  26. at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
  27. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:750)
  28. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
  29. at net.bull.javamelody.MonitoringSpringInterceptor.invoke(MonitoringSpringInterceptor.java:76)
  30. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  31. at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:689)
  32. at com.itc.iris.documents.services.DocumentIndexingService$$EnhancerBySpringCGLIB$$db4d3b99.updateTemplatesIndices(<generated>)
  33. at com.itc.iris.documents.services.DocumentIndexingService$$EnhancerBySpringCGLIB$$db4d3b99$updateTemplatesIndices.call(Unknown Source)
  34. at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)
  35. at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:115)
  36. at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:127)
  37. at liquibase.agents.DocumentReindexAgent_1.execute(script1580299717899515948660.groovy:25)
  38. at com.itc.iris.agents.services.liquibase.AgentLiquibaseTask.execute(AgentLiquibaseTask.java:56)
  39. ... 11 common frames omitted
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement