Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NumberFormatException in ExcessiveMessagingDetectionController #47

Open
MarcelTUC opened this issue Oct 26, 2015 · 0 comments
Open

NumberFormatException in ExcessiveMessagingDetectionController #47

MarcelTUC opened this issue Oct 26, 2015 · 0 comments

Comments

@MarcelTUC
Copy link

How to reproduce

  • Eclipse with DynamicSpotter-Plugin
  • create a new project, set up the DynamicSpotter configuration: "workload.experiment.duration: 60", "workload.maxusers: 100".
  • As Instrumentation Satellite Adapter use the "DynamicInstrumentationClient"
  • As Measurement Satellite Adapter use the "MeasurementClient"
  • As workload I am using JMeter.

Start Dynamic Spotter and the exception occurs when the experiment is finished and the chart should be drawn

Exception

java.lang.NumberFormatException: null at java.math.BigDecimal.<init>(Unknown Source) ~[na:1.7.0_79] at java.math.BigDecimal.<init>(Unknown Source) ~[na:1.7.0_79] at com.xeiam.xchart.Series.findMinMax(Series.java:132) ~[xchart-2.2.1.jar:na] at com.xeiam.xchart.Series.<init>(Series.java:101) ~[xchart-2.2.1.jar:na] at com.xeiam.xchart.internal.chartpart.AxisPair.addSeries(AxisPair.java:98) ~[xchart-2.2.1.jar:na] at com.xeiam.xchart.Chart.addSeries(Chart.java:218) ~[xchart-2.2.1.jar:na] at com.xeiam.xchart.Chart.addSeries(Chart.java:185) ~[xchart-2.2.1.jar:na] at org.spotter.core.chartbuilder.XChartBuilder.addHorizontalLine(XChartBuilder.java:181) ~[classes/:na] at org.spotter.ext.detection.excessiveMessaging.ExcessiveMessagingDetectionController.analyzeNetworkUtilization(ExcessiveMessagingDetectionController.java:350) ~[classes/:na] at org.spotter.ext.detection.excessiveMessaging.ExcessiveMessagingDetectionController.analyze(ExcessiveMessagingDetectionController.java:96) ~[classes/:na] at org.spotter.core.detection.AbstractDetectionController.analyzeProblem(AbstractDetectionController.java:133) ~[classes/:na] at org.spotter.core.Spotter.startDiagnosis(Spotter.java:143) ~[classes/:na] at org.spotter.service.SpotterServiceWrapper$1.run(SpotterServiceWrapper.java:126) ~[classes/:na] at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [na:1.7.0_79] at java.util.concurrent.FutureTask.run(Unknown Source) [na:1.7.0_79] at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [na:1.7.0_79] at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [na:1.7.0_79] at java.lang.Thread.run(Unknown Source) [na:1.7.0_79]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant