You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If testing OLB-DBO Congestion, you'll receive a NullPointerException if the "strategy" property of DBO Congestion is not set:
SEVERE: Diagnosis failed!
java.lang.NullPointerException
at org.spotter.ext.detection.dbcongestion.DBCongestionDetectionController.loadProperties(DBCongestionDetectionController.java:70)
at org.spotter.core.config.interpretation.HierarchyFactory.createPerformanceProblemHierarchy(HierarchyFactory.java:80)
at org.spotter.core.Spotter.retrieveRootPerformanceProblem(Spotter.java:184)
at org.spotter.core.Spotter.startDiagnosis(Spotter.java:133)
at org.spotter.service.SpotterServiceWrapper$1.run(SpotterServiceWrapper.java:127)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
The text was updated successfully, but these errors were encountered:
branch: without-i43-server
If testing OLB-DBO Congestion, you'll receive a NullPointerException if the "strategy" property of DBO Congestion is not set:
SEVERE: Diagnosis failed!
java.lang.NullPointerException
at org.spotter.ext.detection.dbcongestion.DBCongestionDetectionController.loadProperties(DBCongestionDetectionController.java:70)
at org.spotter.core.config.interpretation.HierarchyFactory.createPerformanceProblemHierarchy(HierarchyFactory.java:80)
at org.spotter.core.Spotter.retrieveRootPerformanceProblem(Spotter.java:184)
at org.spotter.core.Spotter.startDiagnosis(Spotter.java:133)
at org.spotter.service.SpotterServiceWrapper$1.run(SpotterServiceWrapper.java:127)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
The text was updated successfully, but these errors were encountered: