Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2020
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.40 KB | None | 0 0
  1. Running org.openmrs.module.metadatasharing.PublishTest
  2. WARN - DTDEntityResolver.resolveEntity(73) |2020-03-23 14:47:30,027| recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!
  3. WARN - DTDEntityResolver.resolveEntity(73) |2020-03-23 14:47:30,069| recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!
  4. WARN - DTDEntityResolver.resolveEntity(73) |2020-03-23 14:47:30,084| recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!
  5. WARN - DTDEntityResolver.resolveEntity(73) |2020-03-23 14:47:30,161| recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!
  6. WARN - DTDEntityResolver.resolveEntity(73) |2020-03-23 14:47:30,229| recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!
  7. WARN - DTDEntityResolver.resolveEntity(73) |2020-03-23 14:47:30,358| recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!
  8. WARN - DTDEntityResolver.resolveEntity(73) |2020-03-23 14:47:30,368| recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!
  9. WARN - DTDEntityResolver.resolveEntity(73) |2020-03-23 14:47:30,403| recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!
  10. WARN - DTDEntityResolver.resolveEntity(73) |2020-03-23 14:47:30,419| recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!
  11. WARN - DTDEntityResolver.resolveEntity(73) |2020-03-23 14:47:30,614| recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!
  12. WARN - DTDEntityResolver.resolveEntity(73) |2020-03-23 14:47:30,629| recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!
  13. WARN - DTDEntityResolver.resolveEntity(73) |2020-03-23 14:47:30,649| recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!
  14. WARN - DTDEntityResolver.resolveEntity(73) |2020-03-23 14:47:30,679| recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!
  15. WARN - DTDEntityResolver.resolveEntity(73) |2020-03-23 14:47:30,692| recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!
  16. WARN - DTDEntityResolver.resolveEntity(73) |2020-03-23 14:47:30,704| recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!
  17. WARN - DTDEntityResolver.resolveEntity(73) |2020-03-23 14:47:30,726| recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!
  18. WARN - H2Dialect.<init>(66) |2020-03-23 14:47:31,865| The 1.2.135 version of H2 implements temporary table creation such that it commits current transaction; multi-table, bulk hql/jpaql will not work properly
  19. WARN - EhCacheProvider.buildCache(93) |2020-03-23 14:47:32,472| Could not find configuration [org.openmrs.ConceptStopWord]; using defaults.
  20. WARN - EhCacheProvider.buildCache(93) |2020-03-23 14:47:32,606| Could not find configuration [org.openmrs.Person]; using defaults.
  21. WARN - EhCacheProvider.buildCache(93) |2020-03-23 14:47:32,635| Could not find configuration [org.openmrs.FormResource]; using defaults.
  22. WARN - EhCacheProvider.buildCache(93) |2020-03-23 14:47:32,956| Could not find configuration [org.openmrs.Role.childRoles]; using defaults.
  23. WARN - EhCacheProvider.buildCache(93) |2020-03-23 14:47:32,974| Could not find configuration [org.openmrs.Role.inheritedRoles]; using defaults.
  24. WARN - EhCacheProvider.buildCache(93) |2020-03-23 14:47:32,980| Could not find configuration [org.openmrs.Role.privileges]; using defaults.
  25. Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.783 sec
  26. ERROR - SchemaExport.execute(287) |2020-03-23 14:47:47,586| schema export unsuccessful
  27. org.h2.jdbc.JdbcSQLException: Database is already closed (to disable automatic closing at VM shutdown, add ";DB_CLOSE_ON_EXIT=FALSE" to the db URL) [90121-135]
  28. at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
  29. at org.h2.message.DbException.get(DbException.java:167)
  30. at org.h2.message.DbException.get(DbException.java:144)
  31. at org.h2.message.DbException.get(DbException.java:133)
  32. at org.h2.jdbc.JdbcConnection.checkClosed(JdbcConnection.java:1348)
  33. at org.h2.jdbc.JdbcConnection.checkClosed(JdbcConnection.java:1323)
  34. at org.h2.jdbc.JdbcConnection.getAutoCommit(JdbcConnection.java:386)
  35. at com.mchange.v2.c3p0.impl.NewProxyConnection.getAutoCommit(NewProxyConnection.java:985)
  36. at org.hibernate.connection.C3P0ConnectionProvider.getConnection(C3P0ConnectionProvider.java:82)
  37. at org.hibernate.tool.hbm2ddl.SuppliedConnectionProviderConnectionHelper.prepare(SuppliedConnectionProviderConnectionHelper.java:51)
  38. at org.hibernate.tool.hbm2ddl.SchemaExport.execute(SchemaExport.java:263)
  39. at org.hibernate.tool.hbm2ddl.SchemaExport.drop(SchemaExport.java:229)
  40. at org.hibernate.impl.SessionFactoryImpl.close(SessionFactoryImpl.java:961)
  41. at org.springframework.orm.hibernate3.AbstractSessionFactoryBean.destroy(AbstractSessionFactoryBean.java:251)
  42. at org.springframework.orm.hibernate3.LocalSessionFactoryBean.destroy(LocalSessionFactoryBean.java:899)
  43. at org.openmrs.api.db.hibernate.HibernateSessionFactoryBean.destroy(HibernateSessionFactoryBean.java:192)
  44. at org.springframework.beans.factory.support.DisposableBeanAdapter.destroy(DisposableBeanAdapter.java:184)
  45. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroyBean(DefaultSingletonBeanRegistry.java:487)
  46. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingleton(DefaultSingletonBeanRegistry.java:463)
  47. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingletons(DefaultSingletonBeanRegistry.java:431)
  48. at org.springframework.context.support.AbstractApplicationContext.destroyBeans(AbstractApplicationContext.java:1048)
  49. at org.springframework.context.support.AbstractApplicationContext.doClose(AbstractApplicationContext.java:1022)
  50. at org.springframework.context.support.AbstractApplicationContext$3.run(AbstractApplicationContext.java:940)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement