Advertisement
Guest User

Untitled

a guest
Apr 16th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.46 KB | None | 0 0
  1. [WARN] recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!
  2. [WARN] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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
  17. [WARN] Could not find configuration [org.openmrs.ConceptStopWord]; using defaults.
  18. [WARN] Could not find configuration [org.openmrs.Person]; using defaults.
  19. [WARN] Could not find configuration [org.openmrs.FormResource]; using defaults.
  20. [WARN] Could not find configuration [org.openmrs.Role.childRoles]; using defaults.
  21. [WARN] Could not find configuration [org.openmrs.Role.inheritedRoles]; using defaults.
  22. [WARN] Could not find configuration [org.openmrs.Role.privileges]; using defaults.
  23. [ERROR] Caught exception while allowing TestExecutionListener [org.springframework.test.context.support.DependencyInjectionTestExecutionListener@c26588] to prepare test instance [org.openmrs.module.metadatadeploy.handler.impl.RoleDeployHandlerTest@167a456]
  24. java.lang.IllegalStateException: Failed to load ApplicationContext
  25. at org.springframework.test.context.CacheAwareContextLoaderDelegate.loadContext(CacheAwareContextLoaderDelegate.java:99)
  26. at org.springframework.test.context.DefaultTestContext.getApplicationContext(DefaultTestContext.java:101)
  27. at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:109)
  28. at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:75)
  29. at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:324)
  30. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTest(SpringJUnit4ClassRunner.java:213)
  31. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner$1.runReflectiveCall(SpringJUnit4ClassRunner.java:290)
  32. at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
  33. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.methodBlock(SpringJUnit4ClassRunner.java:292)
  34. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:233)
  35. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:87)
  36. at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
  37. at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
  38. at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
  39. at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
  40. at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
  41. at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)
  42. at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
  43. at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:71)
  44. at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
  45. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:176)
  46. at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:50)
  47. at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
  48. at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:459)
  49. at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:675)
  50. at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:382)
  51. at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:192)
  52. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployServiceImplTest.TestBundle1' defined in file [D:\all modules\openmrs-module-metadatadeploy\api\target\test-classes\org\openmrs\module\metadatadeploy\api\impl\MetadataDeployServiceImplTest$TestBundle1.class]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.openmrs.module.metadatadeploy.api.impl.MetadataDeployServiceImplTest$TestBundle1]: Constructor threw exception; nested exception is java.lang.Error: Unresolved compilation problems:
  53. The import org.apache.commons.lang3 cannot be resolved
  54. StringUtils cannot be resolved
  55.  
  56. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1076)
  57. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1021)
  58. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504)
  59. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:475)
  60. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:304)
  61. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
  62. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:300)
  63. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:195)
  64. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:703)
  65. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:760)
  66. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:482)
  67. at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:125)
  68. at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:60)
  69. at org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.delegateLoading(AbstractDelegatingSmartContextLoader.java:100)
  70. at org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.loadContext(AbstractDelegatingSmartContextLoader.java:250)
  71. at org.springframework.test.context.CacheAwareContextLoaderDelegate.loadContextInternal(CacheAwareContextLoaderDelegate.java:64)
  72. at org.springframework.test.context.CacheAwareContextLoaderDelegate.loadContext(CacheAwareContextLoaderDelegate.java:91)
  73. ... 26 more
  74. Caused by: org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.openmrs.module.metadatadeploy.api.impl.MetadataDeployServiceImplTest$TestBundle1]: Constructor threw exception; nested exception is java.lang.Error: Unresolved compilation problems:
  75. The import org.apache.commons.lang3 cannot be resolved
  76. StringUtils cannot be resolved
  77.  
  78. at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:164)
  79. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:89)
  80. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1069)
  81. ... 42 more
  82. Caused by: java.lang.Error: Unresolved compilation problems:
  83. The import org.apache.commons.lang3 cannot be resolved
  84. StringUtils cannot be resolved
  85.  
  86. at org.openmrs.module.metadatadeploy.api.impl.MetadataDeployServiceImplTest$TestBundle1.<init>(MetadataDeployServiceImplTest.java:17)
  87. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  88. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  89. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  90. at java.lang.reflect.Constructor.newInstance(Unknown Source)
  91. at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:148)
  92. ... 44 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement