Advertisement
Guest User

Untitled

a guest
Sep 30th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. 2016-09-30 09:14:13,522 [ERROR][pool-1-thread-3 ][ MGEMS1876] - No enum constant com.seriousenergy.entity.kpi.KpiType.TOTAL_ENERGY_CONSUMPTION_YEAR_TO_DATE
  2. java.lang.IllegalArgumentException: No enum constant com.seriousenergy.entity.kpi.KpiType.TOTAL_ENERGY_CONSUMPTION_YEAR_TO_DATE
  3. at java.lang.Enum.valueOf(Enum.java:236)[:1.7.0_67]
  4. at com.seriousenergy.entity.kpi.KpiType.valueOf(KpiType.java:3)[dao-base-0.0.579-SNAPSHOT.jar:0.0.579-SNAPSHOT]
  5. at KPI.Kpi_MainClass.startKPICollector(Kpi_MainClass.java:107)[kpi-1.0.7-SNAPSHOT.jar:1.0.7-SNAPSHOT]
  6. at KPIDatacollection.KPIDataCollector.collectData(KPIDataCollector.java:225)[kpi-1.0.7-SNAPSHOT.jar:1.0.7-SNAPSHOT]
  7. at KPIDatacollection.KPIDataCollector.run(KPIDataCollector.java:209)[kpi-1.0.7-SNAPSHOT.jar:1.0.7-SNAPSHOT]
  8. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)[:1.7.0_67]
  9. at java.util.concurrent.FutureTask.run(FutureTask.java:262)[:1.7.0_67]
  10. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)[:1.7.0_67]
  11. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)[:1.7.0_67]
  12. at java.lang.Thread.run(Thread.java:745)[:1.7.0_67]
  13. 2016-09-30 09:14:13,663 [INFO ][pool-1-thread-3 ][com.seriousenergy.databasequeue.DatabaseQueue] - Updating module state to Completed for module KPI for customer with ID: 1876
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement