Advertisement
Guest User

Untitled

a guest
Jan 18th, 2018
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.37 KB | None | 0 0
  1. -------------------------------------------------------
  2. T E S T S
  3. -------------------------------------------------------
  4. Running py.com.personal.bc.shared.voltdb.tests.business.desglose.llamada.DesgloseLlamadaBusinessVoltdbTest
  5. [18/01/2018][15:07:11][][ INFO][org.jboss.weld.Version][main] - WELD-000900: 2.2.9 (Final)
  6. [18/01/2018][15:07:13][][ INFO][org.jboss.weld.Bootstrap][main] - WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
  7. [18/01/2018][15:07:13][][ WARN][org.jboss.weld.Interceptor][main] - WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled
  8. [18/01/2018][15:07:13][][ WARN][org.jboss.weld.Interceptor][main] - WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled
  9. [18/01/2018][15:07:14][][ INFO][org.jboss.weld.Bootstrap][weld-worker-1] - WELD-000119: Not generating any bean definitions from py.com.personal.bc.common.transactions.mybatis.GenericStack because of underlying class loading error: Type org.apache.ibatis.session.SqlSession not found. If this is unexpected, enable DEBUG logging to see the full error.
  10. [18/01/2018][15:07:14][][ INFO][org.jboss.weld.Bootstrap][weld-worker-1] - WELD-000119: Not generating any bean definitions from py.com.personal.bc.common.transactions.mybatis.ThreadScopedStack because of underlying class loading error: Type org.apache.ibatis.session.SqlSession not found. If this is unexpected, enable DEBUG logging to see the full error.
  11. [18/01/2018][15:07:14][][ INFO][org.jboss.weld.Bootstrap][weld-worker-1] - WELD-000119: Not generating any bean definitions from py.com.personal.bc.common.transactions.mybatis.TransactionsInterceptor because of underlying class loading error: Type py.com.personal.bc.mybatis.utils.DBConnector not found. If this is unexpected, enable DEBUG logging to see the full error.
  12. [18/01/2018][15:07:14][][ INFO][org.jboss.weld.Bootstrap][weld-worker-2] - WELD-000119: Not generating any bean definitions from py.com.personal.bc.common.transactions.mybatis.SessionFactory because of underlying class loading error: Type org.apache.ibatis.session.SqlSession not found. If this is unexpected, enable DEBUG logging to see the full error.
  13. [18/01/2018][15:07:14][][ INFO][org.jboss.weld.Bootstrap][weld-worker-2] - WELD-000119: Not generating any bean definitions from py.com.personal.bc.common.transactions.mybatis.RequestScopedStack because of underlying class loading error: Type org.apache.ibatis.session.SqlSession not found. If this is unexpected, enable DEBUG logging to see the full error.
  14. [18/01/2018][15:07:16][][ WARN][org.jboss.weld.Validator][main] - WELD-001471: Interceptor method init defined on class py.com.personal.bc.common.utils.props.ApplicationProperties is not defined according to the specification. It should not throw java.lang.Exception, which is a checked exception.
  15. [18/01/2018][15:07:16][][ WARN][org.jboss.weld.Validator][main] - WELD-001471: Interceptor method init defined on class py.com.personal.bc.shared.business.util.PrestadoraRoamingCache is not defined according to the specification. It should not throw java.lang.Exception, which is a checked exception.
  16. [18/01/2018][15:07:16][][ WARN][org.jboss.weld.Validator][main] - WELD-001471: Interceptor method init defined on class py.com.personal.bc.shared.business.desglose.gprs.DesgloseGprsBusiness is not defined according to the specification. It should not throw java.lang.Exception, which is a checked exception.
  17. [18/01/2018][15:07:16][][ WARN][org.jboss.weld.Validator][main] - WELD-001471: Interceptor method init defined on class py.com.personal.bc.shared.business.RangoPorRoutingNumberPtbBusiness is not defined according to the specification. It should not throw java.lang.Exception, which is a checked exception.
  18. [18/01/2018][15:07:16][][ WARN][org.jboss.weld.Validator][main] - WELD-001471: Interceptor method init defined on class py.com.personal.bc.shared.business.desglose.llamada.DesgloseLlamadaBusiness is not defined according to the specification. It should not throw java.lang.Exception, which is a checked exception.
  19. [18/01/2018][15:07:16][][ WARN][org.jboss.weld.Validator][main] - WELD-001471: Interceptor method init defined on class py.com.personal.bc.shared.business.desglose.sms.struct.NumerosEspecialesSmsByRangoFinder is not defined according to the specification. It should not throw java.lang.Exception, which is a checked exception.
  20. SLF4J: Class path contains multiple SLF4J bindings.
  21. SLF4J: Found binding in [jar:file:/home/gabi/.m2/repository/org/apache/logging/log4j/log4j-slf4j-impl/2.1/log4j-slf4j-impl-2.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
  22. SLF4J: Found binding in [jar:file:/home/gabi/.m2/repository/org/apache/activemq/activemq-all/5.9.0/activemq-all-5.9.0.jar!/org/slf4j/impl/StaticLoggerBinder.class]
  23. SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
  24. SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory]
  25. ERROR StatusLogger Log4j2 could not find a logging implementation. Please add log4j-core to the classpath. Using SimpleLogger to log to the console...
  26. ERROR BasicDAO Error al ejecutar procedimiento org.voltdb.client.ProcCallException: Procedure MultiPartitionLoader was not found
  27. at org.voltdb.client.ClientImpl.internalSyncCallProcedure(ClientImpl.java:480)
  28. at org.voltdb.client.ClientImpl.callProcedureWithClientTimeout(ClientImpl.java:319)
  29. at org.voltdb.client.ClientImpl.callProcedure(ClientImpl.java:255)
  30. at py.com.personal.bc.voltdb.utils.dao.BasicDAO.executeProcedure(BasicDAO.java:154)
  31. at py.com.personal.bc.voltdb.utils.dao.GenericDAO.load(GenericDAO.java:177)
  32. at py.com.personal.bc.voltdb.utils.dao.GenericDAO.singlePartitionedLoadList(GenericDAO.java:133)
  33. at py.com.personal.bc.shared.voltdb.daoImpl.desglose.util.MultiQueryLoader.loadQueries(MultiQueryLoader.java:23)
  34. at py.com.personal.bc.shared.voltdb.daoImpl.desglose.PlanNumeracionLlamadasDaoImpl.getAll(PlanNumeracionLlamadasDaoImpl.java:23)
  35. at py.com.personal.bc.shared.business.desglose.llamada.struct.PlanNumeracionLlamadasCelularesNacionalesTree.getTreeDataSource(PlanNumeracionLlamadasCelularesNacionalesTree.java:33)
  36. at py.com.personal.bc.common.cache.GenericTree.reloadSync(GenericTree.java:452)
  37. at py.com.personal.bc.common.cache.GenericTree.init(GenericTree.java:36)
  38. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  39. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  40. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  41. at java.lang.reflect.Method.invoke(Method.java:498)
  42. at org.jboss.weld.injection.producer.DefaultLifecycleCallbackInvoker.invokeMethods(DefaultLifecycleCallbackInvoker.java:98)
  43. at org.jboss.weld.injection.producer.DefaultLifecycleCallbackInvoker.postConstruct(DefaultLifecycleCallbackInvoker.java:81)
  44. at org.jboss.weld.injection.producer.BasicInjectionTarget.postConstruct(BasicInjectionTarget.java:126)
  45. at org.jboss.weld.bean.ManagedBean.create(ManagedBean.java:171)
  46. at org.jboss.weld.context.unbound.DependentContextImpl.get(DependentContextImpl.java:69)
  47. at org.jboss.weld.manager.BeanManagerImpl.getReference(BeanManagerImpl.java:744)
  48. at org.jboss.weld.manager.BeanManagerImpl.getInjectableReference(BeanManagerImpl.java:849)
  49. at org.jboss.weld.injection.FieldInjectionPoint.inject(FieldInjectionPoint.java:92)
  50. at org.jboss.weld.util.Beans.injectBoundFields(Beans.java:371)
  51. at org.jboss.weld.util.Beans.injectFieldsAndInitializers(Beans.java:382)
  52. at org.jboss.weld.injection.producer.ResourceInjector$1.proceed(ResourceInjector.java:70)
  53. at org.jboss.weld.injection.InjectionContextImpl.run(InjectionContextImpl.java:48)
  54. at org.jboss.weld.injection.producer.ResourceInjector.inject(ResourceInjector.java:72)
  55. at org.jboss.weld.injection.producer.BasicInjectionTarget.inject(BasicInjectionTarget.java:121)
  56. at org.jboss.weld.bean.ManagedBean.create(ManagedBean.java:159)
  57. at org.jboss.weld.context.unbound.DependentContextImpl.get(DependentContextImpl.java:69)
  58. at org.jboss.weld.manager.BeanManagerImpl.getReference(BeanManagerImpl.java:744)
  59. at org.jboss.weld.bean.builtin.InstanceImpl.getBeanInstance(InstanceImpl.java:178)
  60. at org.jboss.weld.bean.builtin.InstanceImpl.get(InstanceImpl.java:98)
  61. at py.com.personal.bc.shared.business.desglose.llamada.DesgloseLlamadaBusinessTest.testDesgloseBuzonDeVoz(DesgloseLlamadaBusinessTest.java:38)
  62. at py.com.personal.bc.shared.voltdb.tests.business.desglose.llamada.DesgloseLlamadaBusinessVoltdbTest$Proxy$_$$_WeldSubclass.testDesgloseBuzonDeVoz$$super(Unknown Source)
  63. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  64. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  65. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  66. at java.lang.reflect.Method.invoke(Method.java:498)
  67. at org.jboss.weld.interceptor.proxy.SimpleInvocationContext.proceed(SimpleInvocationContext.java:205)
  68. at org.jboss.weld.interceptor.proxy.WeldInvocationContext.interceptorChainCompleted(WeldInvocationContext.java:98)
  69. at org.jboss.weld.interceptor.proxy.WeldInvocationContext.proceed(WeldInvocationContext.java:117)
  70. at py.com.personal.bc.testingse.util.ThreadMock.run(ThreadMock.java:22)
  71. at py.com.personal.bc.testingse.util.ThreadMock$Proxy$_$$_WeldSubclass.run(Unknown Source)
  72. at org.jboss.weld.environment.se.threading.RunnableDecorator.run(RunnableDecorator.java:57)
  73. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  74. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  75. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  76. at java.lang.reflect.Method.invoke(Method.java:498)
  77. at org.jboss.weld.annotated.runtime.InvokableAnnotatedMethod.invokeOnInstance(InvokableAnnotatedMethod.java:85)
  78. at org.jboss.weld.bean.proxy.DecoratorProxyMethodHandler.doInvoke(DecoratorProxyMethodHandler.java:78)
  79. at org.jboss.weld.bean.proxy.DecoratorProxyMethodHandler.doInvoke(DecoratorProxyMethodHandler.java:67)
  80. at org.jboss.weld.interceptor.util.proxy.TargetInstanceProxyMethodHandler.invoke(TargetInstanceProxyMethodHandler.java:33)
  81. at org.jboss.weld.bean.proxy.TargetBeanInstance.invoke(TargetBeanInstance.java:91)
  82. at org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:100)
  83. at py.com.personal.bc.testingse.util.ThreadMock$Proxy$_$$_Weld$Proxy$.run(Unknown Source)
  84. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  85. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  86. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  87. at java.lang.reflect.Method.invoke(Method.java:498)
  88. at org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:414)
  89. at org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler.invoke(CombinedInterceptorAndDecoratorStackMethodHandler.java:89)
  90. at org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler.invoke(CombinedInterceptorAndDecoratorStackMethodHandler.java:68)
  91. at py.com.personal.bc.testingse.util.ThreadMock$Proxy$_$$_WeldSubclass.run(Unknown Source)
  92. at py.com.personal.bc.testingse.util.ThreadScopeCreator.transactionInterceptor(ThreadScopeCreator.java:27)
  93. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  94. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  95. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  96. at java.lang.reflect.Method.invoke(Method.java:498)
  97. at org.jboss.weld.interceptor.reader.SimpleInterceptorInvocation$SimpleMethodInvocation.invoke(SimpleInterceptorInvocation.java:74)
  98. at org.jboss.weld.interceptor.proxy.WeldInvocationContext.invokeNext(WeldInvocationContext.java:83)
  99. at org.jboss.weld.interceptor.proxy.WeldInvocationContext.proceed(WeldInvocationContext.java:115)
  100. at org.jboss.weld.interceptor.proxy.InterceptorMethodHandler.executeInterception(InterceptorMethodHandler.java:66)
  101. at org.jboss.weld.interceptor.proxy.InterceptorMethodHandler.invoke(InterceptorMethodHandler.java:51)
  102. at org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler.invoke(CombinedInterceptorAndDecoratorStackMethodHandler.java:79)
  103. at org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler.invoke(CombinedInterceptorAndDecoratorStackMethodHandler.java:68)
  104. at py.com.personal.bc.shared.voltdb.tests.business.desglose.llamada.DesgloseLlamadaBusinessVoltdbTest$Proxy$_$$_WeldSubclass.testDesgloseBuzonDeVoz(Unknown Source)
  105. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  106. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  107. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  108. at java.lang.reflect.Method.invoke(Method.java:498)
  109. at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
  110. at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
  111. at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
  112. at mockit.integration.junit4.internal.JUnit4TestRunnerDecorator.executeTestMethod(JUnit4TestRunnerDecorator.java:156)
  113. at mockit.integration.junit4.internal.JUnit4TestRunnerDecorator.invokeExplosively(JUnit4TestRunnerDecorator.java:65)
  114. at mockit.integration.junit4.internal.MockFrameworkMethod.invokeExplosively(MockFrameworkMethod.java:37)
  115. at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java)
  116. at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
  117. at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
  118. at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
  119. at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
  120. at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
  121. at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
  122. at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
  123. at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
  124. at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
  125. at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
  126. at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
  127. at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
  128. at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
  129. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  130. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  131. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  132. at java.lang.reflect.Method.invoke(Method.java:498)
  133. at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
  134. at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
  135. at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
  136. at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
  137. at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
  138.  
  139. ERROR GenericTree Error al cargar cargar el arbol py.com.personal.bc.shared.business.desglose.llamada.struct.PlanNumeracionLlamadasCelularesNacionalesTree. La aplicacion se va a cerrar. Mensaje de error: Procedure MultiPartitionLoader was not found
  140.  
  141. Results :
  142.  
  143. Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
  144.  
  145. [INFO] ------------------------------------------------------------------------
  146. [INFO] BUILD FAILURE
  147. [INFO] ------------------------------------------------------------------------
  148. [INFO] Total time: 15.732 s
  149. [INFO] Finished at: 2018-01-18T15:07:20-03:00
  150. [INFO] Final Memory: 15M/189M
  151. [INFO] ------------------------------------------------------------------------
  152. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) on project shared-modules-voltdb: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test failed: The forked VM terminated without saying properly goodbye. VM crash or System.exit called ? -> [Help 1]
  153. [ERROR]
  154. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  155. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  156. [ERROR]
  157. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  158. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement