Advertisement
Guest User

Error

a guest
Jul 27th, 2015
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.29 KB | None | 0 0
  1. org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'gate.util.spring.pool-filler.documentProcessor': Invocation of init method failed; nested exception is java.util.NoSuchElementException: Could not create a validated object, cause: gate.util.LanguageAnalyserDocumentProcessor cannot be cast to gate.util.FeatureBearer
  2. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1574) ~[spring-beans-4.1.7.RELEASE.jar:4.1.7.RELEASE]
  3. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:539) ~[spring-beans-4.1.7.RELEASE.jar:4.1.7.RELEASE]
  4. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476) ~[spring-beans-4.1.7.RELEASE.jar:4.1.7.RELEASE]
  5. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303) ~[spring-beans-4.1.7.RELEASE.jar:4.1.7.RELEASE]
  6. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.1.7.RELEASE.jar:4.1.7.RELEASE]
  7. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299) ~[spring-beans-4.1.7.RELEASE.jar:4.1.7.RELEASE]
  8. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194) ~[spring-beans-4.1.7.RELEASE.jar:4.1.7.RELEASE]
  9. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:755) ~[spring-beans-4.1.7.RELEASE.jar:4.1.7.RELEASE]
  10. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:757) ~[spring-context-4.1.7.RELEASE.jar:4.1.7.RELEASE]
  11. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480) [spring-context-4.1.7.RELEASE.jar:4.1.7.RELEASE]
  12. at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:125) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE]
  13. at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:60) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE]
  14. at org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.delegateLoading(AbstractDelegatingSmartContextLoader.java:109) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE]
  15. at org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.loadContext(AbstractDelegatingSmartContextLoader.java:261) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE]
  16. at org.springframework.test.context.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:68) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE]
  17. at org.springframework.test.context.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:86) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE]
  18. at org.springframework.test.context.DefaultTestContext.getApplicationContext(DefaultTestContext.java:72) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE]
  19. at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:117) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE]
  20. at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:83) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE]
  21. at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:212) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE]
  22. at org.springframework.test.context.testng.AbstractTestNGSpringContextTests.springTestContextPrepareTestInstance(AbstractTestNGSpringContextTests.java:145) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE]
  23. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_45]
  24. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_45]
  25. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_45]
  26. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_45]
  27. at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85) [testng-6.8.21.jar:?]
  28. at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:552) [testng-6.8.21.jar:?]
  29. at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:215) [testng-6.8.21.jar:?]
  30. at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:140) [testng-6.8.21.jar:?]
  31. at org.testng.internal.TestMethodWorker.invokeBeforeClassMethods(TestMethodWorker.java:170) [testng-6.8.21.jar:?]
  32. at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:104) [testng-6.8.21.jar:?]
  33. at org.testng.TestRunner.privateRun(TestRunner.java:767) [testng-6.8.21.jar:?]
  34. at org.testng.TestRunner.run(TestRunner.java:617) [testng-6.8.21.jar:?]
  35. at org.testng.SuiteRunner.runTest(SuiteRunner.java:348) [testng-6.8.21.jar:?]
  36. at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:343) [testng-6.8.21.jar:?]
  37. at org.testng.SuiteRunner.privateRun(SuiteRunner.java:305) [testng-6.8.21.jar:?]
  38. at org.testng.SuiteRunner.run(SuiteRunner.java:254) [testng-6.8.21.jar:?]
  39. at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) [testng-6.8.21.jar:?]
  40. at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86) [testng-6.8.21.jar:?]
  41. at org.testng.TestNG.runSuitesSequentially(TestNG.java:1224) [testng-6.8.21.jar:?]
  42. at org.testng.TestNG.runSuitesLocally(TestNG.java:1149) [testng-6.8.21.jar:?]
  43. at org.testng.TestNG.run(TestNG.java:1057) [testng-6.8.21.jar:?]
  44. at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:115) [surefire-testng-2.18.1.jar:2.18.1]
  45. at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:205) [surefire-testng-2.18.1.jar:2.18.1]
  46. at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:108) [surefire-testng-2.18.1.jar:2.18.1]
  47. at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:111) [surefire-testng-2.18.1.jar:2.18.1]
  48. at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) [surefire-booter-2.18.1.jar:2.18.1]
  49. at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) [surefire-booter-2.18.1.jar:2.18.1]
  50. at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) [surefire-booter-2.18.1.jar:2.18.1]
  51. Caused by: java.util.NoSuchElementException: Could not create a validated object, cause: gate.util.LanguageAnalyserDocumentProcessor cannot be cast to gate.util.FeatureBearer
  52. at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1233) ~[commons-pool-1.6.jar:1.6]
  53. at org.springframework.aop.target.CommonsPoolTargetSource.getTarget(CommonsPoolTargetSource.java:246) ~[spring-aop-4.1.7.RELEASE.jar:4.1.7.RELEASE]
  54. at gate.util.spring.xml.PoolFiller.checkoutTargets(PoolFiller.java:70) ~[gate-core-8.1.jar:?]
  55. at gate.util.spring.xml.PoolFiller.afterPropertiesSet(PoolFiller.java:58) ~[gate-core-8.1.jar:?]
  56. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1633) ~[spring-beans-4.1.7.RELEASE.jar:4.1.7.RELEASE]
  57. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1570) ~[spring-beans-4.1.7.RELEASE.jar:4.1.7.RELEASE]
  58. ... 48 more
  59. 9900 - 2015-07-28 11:33:24,473 - ERROR [main] - org.springframework.test.context.TestContextManager - Caught exception while allowing TestExecutionListener [org.springframework.test.context.support.DependencyInjectionTestExecutionListener@760f1081] to prepare test instance [com.einsights.eingates.analysis.DrilldownTest@3ea75b05] - MDC: {, , , }
  60. java.lang.IllegalStateException: Failed to load ApplicationContext
  61. at org.springframework.test.context.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:94) ~[spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE]
  62. at org.springframework.test.context.DefaultTestContext.getApplicationContext(DefaultTestContext.java:72) ~[spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE]
  63. at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:117) ~[spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE]
  64. at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:83) ~[spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE]
  65. at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:212) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE]
  66. at org.springframework.test.context.testng.AbstractTestNGSpringContextTests.springTestContextPrepareTestInstance(AbstractTestNGSpringContextTests.java:145) [spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE]
  67. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_45]
  68. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_45]
  69. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_45]
  70. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_45]
  71. at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85) [testng-6.8.21.jar:?]
  72. at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:552) [testng-6.8.21.jar:?]
  73. at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:215) [testng-6.8.21.jar:?]
  74. at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:140) [testng-6.8.21.jar:?]
  75. at org.testng.internal.TestMethodWorker.invokeBeforeClassMethods(TestMethodWorker.java:170) [testng-6.8.21.jar:?]
  76. at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:104) [testng-6.8.21.jar:?]
  77. at org.testng.TestRunner.privateRun(TestRunner.java:767) [testng-6.8.21.jar:?]
  78. at org.testng.TestRunner.run(TestRunner.java:617) [testng-6.8.21.jar:?]
  79. at org.testng.SuiteRunner.runTest(SuiteRunner.java:348) [testng-6.8.21.jar:?]
  80. at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:343) [testng-6.8.21.jar:?]
  81. at org.testng.SuiteRunner.privateRun(SuiteRunner.java:305) [testng-6.8.21.jar:?]
  82. at org.testng.SuiteRunner.run(SuiteRunner.java:254) [testng-6.8.21.jar:?]
  83. at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) [testng-6.8.21.jar:?]
  84. at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86) [testng-6.8.21.jar:?]
  85. at org.testng.TestNG.runSuitesSequentially(TestNG.java:1224) [testng-6.8.21.jar:?]
  86. at org.testng.TestNG.runSuitesLocally(TestNG.java:1149) [testng-6.8.21.jar:?]
  87. at org.testng.TestNG.run(TestNG.java:1057) [testng-6.8.21.jar:?]
  88. at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:115) [surefire-testng-2.18.1.jar:2.18.1]
  89. at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:205) [surefire-testng-2.18.1.jar:2.18.1]
  90. at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:108) [surefire-testng-2.18.1.jar:2.18.1]
  91. at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:111) [surefire-testng-2.18.1.jar:2.18.1]
  92. at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) [surefire-booter-2.18.1.jar:2.18.1]
  93. at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) [surefire-booter-2.18.1.jar:2.18.1]
  94. at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) [surefire-booter-2.18.1.jar:2.18.1]
  95. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'gate.util.spring.pool-filler.documentProcessor': Invocation of init method failed; nested exception is java.util.NoSuchElementException: Could not create a validated object, cause: gate.util.LanguageAnalyserDocumentProcessor cannot be cast to gate.util.FeatureBearer
  96. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1574) ~[spring-beans-4.1.7.RELEASE.jar:4.1.7.RELEASE]
  97. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:539) ~[spring-beans-4.1.7.RELEASE.jar:4.1.7.RELEASE]
  98. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476) ~[spring-beans-4.1.7.RELEASE.jar:4.1.7.RELEASE]
  99. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303) ~[spring-beans-4.1.7.RELEASE.jar:4.1.7.RELEASE]
  100. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.1.7.RELEASE.jar:4.1.7.RELEASE]
  101. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299) ~[spring-beans-4.1.7.RELEASE.jar:4.1.7.RELEASE]
  102. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194) ~[spring-beans-4.1.7.RELEASE.jar:4.1.7.RELEASE]
  103. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:755) ~[spring-beans-4.1.7.RELEASE.jar:4.1.7.RELEASE]
  104. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:757) ~[spring-context-4.1.7.RELEASE.jar:4.1.7.RELEASE]
  105. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480) ~[spring-context-4.1.7.RELEASE.jar:4.1.7.RELEASE]
  106. at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:125) ~[spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE]
  107. at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:60) ~[spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE]
  108. at org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.delegateLoading(AbstractDelegatingSmartContextLoader.java:109) ~[spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE]
  109. at org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.loadContext(AbstractDelegatingSmartContextLoader.java:261) ~[spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE]
  110. at org.springframework.test.context.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:68) ~[spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE]
  111. at org.springframework.test.context.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:86) ~[spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE]
  112. ... 33 more
  113. Caused by: java.util.NoSuchElementException: Could not create a validated object, cause: gate.util.LanguageAnalyserDocumentProcessor cannot be cast to gate.util.FeatureBearer
  114. at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1233) ~[commons-pool-1.6.jar:1.6]
  115. at org.springframework.aop.target.CommonsPoolTargetSource.getTarget(CommonsPoolTargetSource.java:246) ~[spring-aop-4.1.7.RELEASE.jar:4.1.7.RELEASE]
  116. at gate.util.spring.xml.PoolFiller.checkoutTargets(PoolFiller.java:70) ~[gate-core-8.1.jar:?]
  117. at gate.util.spring.xml.PoolFiller.afterPropertiesSet(PoolFiller.java:58) ~[gate-core-8.1.jar:?]
  118. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1633) ~[spring-beans-4.1.7.RELEASE.jar:4.1.7.RELEASE]
  119. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1570) ~[spring-beans-4.1.7.RELEASE.jar:4.1.7.RELEASE]
  120. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:539) ~[spring-beans-4.1.7.RELEASE.jar:4.1.7.RELEASE]
  121. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476) ~[spring-beans-4.1.7.RELEASE.jar:4.1.7.RELEASE]
  122. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303) ~[spring-beans-4.1.7.RELEASE.jar:4.1.7.RELEASE]
  123. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.1.7.RELEASE.jar:4.1.7.RELEASE]
  124. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299) ~[spring-beans-4.1.7.RELEASE.jar:4.1.7.RELEASE]
  125. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194) ~[spring-beans-4.1.7.RELEASE.jar:4.1.7.RELEASE]
  126. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:755) ~[spring-beans-4.1.7.RELEASE.jar:4.1.7.RELEASE]
  127. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:757) ~[spring-context-4.1.7.RELEASE.jar:4.1.7.RELEASE]
  128. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480) ~[spring-context-4.1.7.RELEASE.jar:4.1.7.RELEASE]
  129. at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:125) ~[spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE]
  130. at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:60) ~[spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE]
  131. at org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.delegateLoading(AbstractDelegatingSmartContextLoader.java:109) ~[spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE]
  132. at org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.loadContext(AbstractDelegatingSmartContextLoader.java:261) ~[spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE]
  133. at org.springframework.test.context.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:68) ~[spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE]
  134. at org.springframework.test.context.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:86) ~[spring-test-4.1.7.RELEASE.jar:4.1.7.RELEASE]
  135. ... 33 more
  136. Tests run: 427, Failures: 1, Errors: 0, Skipped: 416, Time elapsed: 9.465 sec <<< FAILURE! - in TestSuite
  137. springTestContextPrepareTestInstance(com.einsights.eingates.analysis.DrilldownTest) Time elapsed: 8.859 sec <<< FAILURE!
  138. java.lang.IllegalStateException: Failed to load ApplicationContext
  139. at org.springframework.test.context.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:94)
  140. at org.springframework.test.context.DefaultTestContext.getApplicationContext(DefaultTestContext.java:72)
  141. at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:117)
  142. at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:83)
  143. at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:212)
  144. at org.springframework.test.context.testng.AbstractTestNGSpringContextTests.springTestContextPrepareTestInstance(AbstractTestNGSpringContextTests.java:145)
  145. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  146. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  147. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  148. at java.lang.reflect.Method.invoke(Method.java:497)
  149. at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
  150. at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:552)
  151. at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:215)
  152. at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:140)
  153. at org.testng.internal.TestMethodWorker.invokeBeforeClassMethods(TestMethodWorker.java:170)
  154. at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:104)
  155. at org.testng.TestRunner.privateRun(TestRunner.java:767)
  156. at org.testng.TestRunner.run(TestRunner.java:617)
  157. at org.testng.SuiteRunner.runTest(SuiteRunner.java:348)
  158. at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:343)
  159. at org.testng.SuiteRunner.privateRun(SuiteRunner.java:305)
  160. at org.testng.SuiteRunner.run(SuiteRunner.java:254)
  161. at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
  162. at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
  163. at org.testng.TestNG.runSuitesSequentially(TestNG.java:1224)
  164. at org.testng.TestNG.runSuitesLocally(TestNG.java:1149)
  165. at org.testng.TestNG.run(TestNG.java:1057)
  166. at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:115)
  167. at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:205)
  168. at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:108)
  169. at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:111)
  170. at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
  171. at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
  172. at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
  173. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'gate.util.spring.pool-filler.documentProcessor': Invocation of init method failed; nested exception is java.util.NoSuchElementException: Could not create a validated object, cause: gate.util.LanguageAnalyserDocumentProcessor cannot be cast to gate.util.FeatureBearer
  174. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1574)
  175. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:539)
  176. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
  177. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
  178. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  179. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
  180. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
  181. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:755)
  182. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:757)
  183. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480)
  184. at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:125)
  185. at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:60)
  186. at org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.delegateLoading(AbstractDelegatingSmartContextLoader.java:109)
  187. at org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.loadContext(AbstractDelegatingSmartContextLoader.java:261)
  188. at org.springframework.test.context.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:68)
  189. at org.springframework.test.context.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:86)
  190. at org.springframework.test.context.DefaultTestContext.getApplicationContext(DefaultTestContext.java:72)
  191. at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:117)
  192. at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:83)
  193. at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:212)
  194. at org.springframework.test.context.testng.AbstractTestNGSpringContextTests.springTestContextPrepareTestInstance(AbstractTestNGSpringContextTests.java:145)
  195. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  196. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  197. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  198. at java.lang.reflect.Method.invoke(Method.java:497)
  199. at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
  200. at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:552)
  201. at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:215)
  202. at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:140)
  203. at org.testng.internal.TestMethodWorker.invokeBeforeClassMethods(TestMethodWorker.java:170)
  204. at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:104)
  205. at org.testng.TestRunner.privateRun(TestRunner.java:767)
  206. at org.testng.TestRunner.run(TestRunner.java:617)
  207. at org.testng.SuiteRunner.runTest(SuiteRunner.java:348)
  208. at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:343)
  209. at org.testng.SuiteRunner.privateRun(SuiteRunner.java:305)
  210. at org.testng.SuiteRunner.run(SuiteRunner.java:254)
  211. at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
  212. at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
  213. at org.testng.TestNG.runSuitesSequentially(TestNG.java:1224)
  214. at org.testng.TestNG.runSuitesLocally(TestNG.java:1149)
  215. at org.testng.TestNG.run(TestNG.java:1057)
  216. at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:115)
  217. at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:205)
  218. at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:108)
  219. at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:111)
  220. at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
  221. at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
  222. at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
  223. Caused by: java.util.NoSuchElementException: Could not create a validated object, cause: gate.util.LanguageAnalyserDocumentProcessor cannot be cast to gate.util.FeatureBearer
  224. at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1233)
  225. at org.springframework.aop.target.CommonsPoolTargetSource.getTarget(CommonsPoolTargetSource.java:246)
  226. at gate.util.spring.xml.PoolFiller.checkoutTargets(PoolFiller.java:70)
  227. at gate.util.spring.xml.PoolFiller.afterPropertiesSet(PoolFiller.java:58)
  228. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1633)
  229. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1570)
  230. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:539)
  231. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
  232. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
  233. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  234. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
  235. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
  236. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:755)
  237. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:757)
  238. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480)
  239. at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:125)
  240. at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:60)
  241. at org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.delegateLoading(AbstractDelegatingSmartContextLoader.java:109)
  242. at org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.loadContext(AbstractDelegatingSmartContextLoader.java:261)
  243. at org.springframework.test.context.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:68)
  244. at org.springframework.test.context.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:86)
  245. at org.springframework.test.context.DefaultTestContext.getApplicationContext(DefaultTestContext.java:72)
  246. at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:117)
  247. at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:83)
  248. at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:212)
  249. at org.springframework.test.context.testng.AbstractTestNGSpringContextTests.springTestContextPrepareTestInstance(AbstractTestNGSpringContextTests.java:145)
  250. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  251. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  252. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  253. at java.lang.reflect.Method.invoke(Method.java:497)
  254. at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
  255. at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:552)
  256. at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:215)
  257. at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:140)
  258. at org.testng.internal.TestMethodWorker.invokeBeforeClassMethods(TestMethodWorker.java:170)
  259. at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:104)
  260. at org.testng.TestRunner.privateRun(TestRunner.java:767)
  261. at org.testng.TestRunner.run(TestRunner.java:617)
  262. at org.testng.SuiteRunner.runTest(SuiteRunner.java:348)
  263. at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:343)
  264. at org.testng.SuiteRunner.privateRun(SuiteRunner.java:305)
  265. at org.testng.SuiteRunner.run(SuiteRunner.java:254)
  266. at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
  267. at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
  268. at org.testng.TestNG.runSuitesSequentially(TestNG.java:1224)
  269. at org.testng.TestNG.runSuitesLocally(TestNG.java:1149)
  270. at org.testng.TestNG.run(TestNG.java:1057)
  271. at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:115)
  272. at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:205)
  273. at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:108)
  274. at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:111)
  275. at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
  276. at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
  277. at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement