Guest User

Untitled

a guest
Aug 21st, 2019
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. at com.googlecode.flyway.core.Flyway.migrate(Flyway.java:815)
  2. at org.apache.fineract.infrastructure.core.service.TenantDatabaseUpgradeService.upgradeTenantDB(TenantDatabaseUpgradeService.java:93)
  3. at org.apache.fineract.infrastructure.core.service.TenantDatabaseUpgradeService.upgradeAllTenants(TenantDatabaseUpgradeService.java:62)
  4. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  5. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  6. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  7. at java.lang.reflect.Method.invoke(Method.java:498)
  8. at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:349)
  9. at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:300)
  10. at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:133)
  11. ... 133 more
  12. The web application [/fineract-provider] registered the JDBC driver [org.drizzle.jdbc.DrizzleDriver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
  13.  
  14. FAILURE: Build failed with an exception.
  15.  
  16. * What went wrong:
  17. Execution failed for task ':tomcatRunWarAsDaemonForIntegrationTest'.
  18. > An error occurred starting the Tomcat server.
  19.  
  20. * Try:
  21. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
  22.  
  23. * Get more help at https://help.gradle.org
  24.  
  25. BUILD FAILED in 4m 30s
  26. 10 actionable tasks: 4 executed, 6 up-to-date
Add Comment
Please, Sign In to add comment