Advertisement
Guest User

Untitled

a guest
Oct 25th, 2016
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.50 KB | None | 0 0
  1. 2016-10-25 13:39:38,624 [INFO ][main ][com.seriousenergy.databasequeue.DatabaseQueue] - Updating module state to InQueue for module DATA_AGGREGATOR for customer with ID: 1876
  2. 2016-10-25 13:39:38,684 [INFO ][main ][com.seriousenergy.da.DataAggregatorRunner] - Added customer 1876 to execution pool. Non completed jobs: 40
  3. 2016-10-25 13:39:38,684 [INFO ][main ][com.seriousenergy.databasequeue.DatabaseQueue] - Updating module state to InQueue for module DATA_AGGREGATOR for customer with ID: 1894
  4. 2016-10-25 13:39:38,746 [INFO ][main ][com.seriousenergy.da.DataAggregatorRunner] - Added customer 1894 to execution pool. Non completed jobs: 41
  5. 2016-10-25 13:39:38,746 [INFO ][main ][com.seriousenergy.databasequeue.DatabaseQueue] - Updating module state to InQueue for module DATA_AGGREGATOR for customer with ID: 1919
  6. 2016-10-25 13:39:38,749 [INFO ][pool-1-thread-5 ][com.seriousenergy.da.processor.DataAggregatorProcessor] - NEW DA: Started EXPRESSION_BUILDER_FOR_ALL_CUSTOMERS process for customer 1849
  7. 2016-10-25 13:39:38,851 [INFO ][main ][com.seriousenergy.da.DataAggregatorRunner] - Added customer 1919 to execution pool. Non completed jobs: 42
  8. 2016-10-25 13:39:38,851 [INFO ][main ][com.seriousenergy.databasequeue.DatabaseQueue] - Updating module state to InQueue for module DATA_AGGREGATOR for customer with ID: 1921
  9. 2016-10-25 13:39:38,883 [INFO ][pool-1-thread-4 ][com.seriousenergy.da.processor.PriceSlabProcessor] - Updated meters under asset 2264
  10. 2016-10-25 13:39:38,909 [INFO ][pool-1-thread-4 ][com.seriousenergy.da.processor.PriceSlabProcessor] - Processing asset with id: 2286
  11. 2016-10-25 13:39:38,925 [INFO ][pool-1-thread-4 ][com.seriousenergy.da.processor.PriceSlabProcessor] - Calculating Prices for asset: 2286 within range: 2016-10-01T00:00:00.000Z - 2016-10-25T13:39:38.909Z
  12. 2016-10-25 13:39:38,978 [INFO ][main ][com.seriousenergy.da.DataAggregatorRunner] - Added customer 1921 to execution pool. Non completed jobs: 43
  13. 2016-10-25 13:39:38,978 [INFO ][main ][com.seriousenergy.databasequeue.DatabaseQueue] - Updating module state to InQueue for module DATA_AGGREGATOR for customer with ID: 1923
  14. 2016-10-25 13:39:39,115 [INFO ][pool-1-thread-4 ][com.seriousenergy.da.processor.PriceSlabProcessor] - 1160 readings will be processed for asset with id: 2286
  15. 2016-10-25 13:39:39,140 [INFO ][main ][com.seriousenergy.da.DataAggregatorRunner] - Added customer 1923 to execution pool. Non completed jobs: 44
  16. 2016-10-25 13:39:39,140 [INFO ][main ][com.seriousenergy.databasequeue.DatabaseQueue] - Updating module state to InQueue for module DATA_AGGREGATOR for customer with ID: 1926
  17. 2016-10-25 13:39:39,150 [INFO ][pool-1-thread-5 ][com.seriousenergy.da.processor.ExpressionBuilderProcessor] - No virtual points configured for customer id=1849
  18. 2016-10-25 13:39:39,226 [INFO ][pool-1-thread-5 ][com.seriousenergy.da.processor.DataAggregatorProcessor] - NEW DA: Finished EXPRESSION_BUILDER_FOR_ALL_CUSTOMERS process for customer 1849
  19. 2016-10-25 13:39:39,226 [INFO ][pool-1-thread-5 ][com.seriousenergy.da.processor.DataAggregatorProcessor] - NEW DA: Started CHECK_POSSIBILITY_FOR_CLEAN_UP process for customer 1849
  20. 2016-10-25 13:39:39,251 [INFO ][main ][com.seriousenergy.da.DataAggregatorRunner] - Added customer 1926 to execution pool. Non completed jobs: 45
  21. 2016-10-25 13:39:39,251 [INFO ][main ][com.seriousenergy.da.DataAggregatorRunner] - Added 6 customers to execution pool. Current active threads: 5. Current queue size: 40
  22. 2016-10-25 13:39:39,251 [INFO ][main ][com.seriousenergy.da.DataAggregatorRunner] - Main thread fall asleep
  23. 2016-10-25 13:39:39,412 [INFO ][pool-1-thread-5 ][com.seriousenergy.da.processor.DataAggregatorProcessor] - NEW DA: Finished CHECK_POSSIBILITY_FOR_CLEAN_UP process for customer 1849
  24. 2016-10-25 13:39:39,412 [INFO ][pool-1-thread-5 ][com.seriousenergy.da.processor.DataAggregatorProcessor] - NEW DA: Started CALCULATING_ASSET_ENERGY process for customer 1849
  25. 2016-10-25 13:39:39,740 [ERROR][pool-1-thread-5 ][com.seriousenergy.da.DataAggregatorBuilder] - CALCULATING_ASSET_ENERGY throws exception unhandled exception:
  26. org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.builder.BuilderException: Error evaluating expression 'rollupMethods.energy_demand.method'. Cause: org.apache.ibatis.ognl.OgnlException: source is null for getProperty(null, "method")
  27. at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:73)
  28. at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:365)
  29. at com.sun.proxy.$Proxy11.selectList(Unknown Source)
  30. at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:195)
  31. at org.apache.ibatis.binding.MapperMethod.executeForMany(MapperMethod.java:119)
  32. at org.apache.ibatis.binding.MapperMethod.execute(MapperMethod.java:63)
  33. at org.apache.ibatis.binding.MapperProxy.invoke(MapperProxy.java:52)
  34. at com.sun.proxy.$Proxy55.getChildMeterReadingsByAnyId(Unknown Source)
  35. at com.seriousenergy.da.processor.AssetEnergyCalculationProcessor.calculate(AssetEnergyCalculationProcessor.java:95)
  36. at com.seriousenergy.da.processor.AssetEnergyCalculationProcessor.processAssets(AssetEnergyCalculationProcessor.java:76)
  37. at com.seriousenergy.da.processor.AssetEnergyCalculationProcessor.processAssets(AssetEnergyCalculationProcessor.java:70)
  38. at com.seriousenergy.da.processor.AssetEnergyCalculationProcessor.process(AssetEnergyCalculationProcessor.java:56)
  39. at com.seriousenergy.da.processor.DataAggregatorProcessor.run(DataAggregatorProcessor.java:153)
  40. at com.seriousenergy.da.DataAggregatorBuilder.executeProcessors(DataAggregatorBuilder.java:85)
  41. at com.seriousenergy.da.AbstractDataAggregatorBuilder.call(AbstractDataAggregatorBuilder.java:67)
  42. at com.seriousenergy.da.AbstractDataAggregatorBuilder.call(AbstractDataAggregatorBuilder.java:31)
  43. at java.util.concurrent.FutureTask.run(FutureTask.java:262)
  44. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
  45. at java.util.concurrent.FutureTask.run(FutureTask.java:262)
  46. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  47. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  48. at java.lang.Thread.run(Thread.java:745)
  49. Caused by: org.apache.ibatis.builder.BuilderException: Error evaluating expression 'rollupMethods.energy_demand.method'. Cause: org.apache.ibatis.ognl.OgnlException: source is null for getProperty(null, "method")
  50. at org.apache.ibatis.scripting.xmltags.OgnlCache.getValue(OgnlCache.java:47)
  51. at org.apache.ibatis.scripting.xmltags.TextSqlNode$BindingTokenParser.handleToken(TextSqlNode.java:64)
  52. at org.apache.ibatis.parsing.GenericTokenParser.parse(GenericTokenParser.java:53)
  53. at org.apache.ibatis.scripting.xmltags.TextSqlNode.apply(TextSqlNode.java:41)
  54. at org.apache.ibatis.scripting.xmltags.MixedSqlNode.apply(MixedSqlNode.java:32)
  55. at org.apache.ibatis.scripting.xmltags.DynamicSqlSource.getBoundSql(DynamicSqlSource.java:40)
  56. at org.apache.ibatis.mapping.MappedStatement.getBoundSql(MappedStatement.java:278)
  57. at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:118)
  58. at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:108)
  59. at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:102)
  60. at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source)
  61. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  62. at java.lang.reflect.Method.invoke(Method.java:606)
  63. at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:355)
  64. ... 20 more
  65. Caused by: org.apache.ibatis.ognl.OgnlException: source is null for getProperty(null, "method")
  66. at org.apache.ibatis.ognl.OgnlRuntime.getProperty(OgnlRuntime.java:1652)
  67. at org.apache.ibatis.ognl.ASTProperty.getValueBody(ASTProperty.java:92)
  68. at org.apache.ibatis.ognl.SimpleNode.evaluateGetValueBody(SimpleNode.java:170)
  69. at org.apache.ibatis.ognl.SimpleNode.getValue(SimpleNode.java:210)
  70. at org.apache.ibatis.ognl.ASTChain.getValueBody(ASTChain.java:109)
  71. at org.apache.ibatis.ognl.SimpleNode.evaluateGetValueBody(SimpleNode.java:170)
  72. at org.apache.ibatis.ognl.SimpleNode.getValue(SimpleNode.java:210)
  73. at org.apache.ibatis.ognl.Ognl.getValue(Ognl.java:333)
  74. at org.apache.ibatis.ognl.Ognl.getValue(Ognl.java:310)
  75. at org.apache.ibatis.scripting.xmltags.OgnlCache.getValue(OgnlCache.java:45)
  76. ... 33 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement