Microsoft Virtualization Discussions

Virtualization Data Analysis tool error - help!

rbrumpton
5,154 Views

I've been using the Virtualization Data Collection and Analysis tool for a while now with pretty good success,I've had the occasional minor issue that required deleting a couple files, or splitting the data set to fix. I have recently had a customer do a 2 week collection that will NOT run. The Analysis tool gets through creating all the DeltaData_x.csv files, but then stops with the following error. I've never seen anything like it before and it looks like even the error message is mangled in some way because it seems recursive. I am using the version of the tool with the built in JRE, and have tried Windows XP, 2003, Vista and 7 already since I thought it could be a Windows 7 thing. Anyone have debug flags or something that I could use to get more info?

S:\ppm performance\collectoranalyzer>startAnalyzerUI.bat

[ Thu Mar 18  21:33:23 CDT 2010 ] ERROR  [CounterGeneratorUI : getCounterNameValueMap : ?]  : can not generate hashMap because counterName and counterValue due to the mismatch between counterName and counterValue

[ Thu Mar 18  21:33:23 CDT 2010 ] ERROR  [AnalysisProcessedDataUI : getHostPropFromCSV : ?]  : Exception thrown!

com.netapp.perf.vsizer.common.VSizerException: can not generate hashMap because

counterName and counterValue due to the mismatch between counterName and counterValue

        at com.netapp.perf.vsizer.analysis.CounterGeneratorUI.getCounterNameValueMap(Unknown Source)

        at com.netapp.perf.vsizer.analysis.AnalysisProcessedDataUI.getHostPropFromCSV(Unknown Source)

        at com.netapp.perf.vsizer.analysis.SeqRandAggregationUI.categorizeDriverFromFiles(Unknown Source)

        at com.netapp.perf.vsizer.analysis.SeqRandAggregationUI.generateSeqRand(Unknown Source)

        at com.netapp.perf.vsizer.gui.analysis.AnalyzerProcess.startSeqRand(Unknown Source)

        at com.netapp.perf.vsizer.gui.analysis.AnalyzerMainUIFrame$RunAnalyzer.run(Unknown Source)

        at java.lang.Thread.run(Unknown Source)

[ Fri Mar 19  11:43:50 CDT 2010 ] ERROR  [AnalyzerMainUIFrame$RunAnalyzer : run: ?]  : Exception thrown!

com.netapp.perf.vsizer.common.VSizerException: can not generate hashMap because counterName and counterValue due to the mismatch between counterName and counterValue

        at com.netapp.perf.vsizer.analysis.CounterGeneratorUI.getCounterNameValueMap(Unknown Source)

        at com.netapp.perf.vsizer.analysis.AnalysisProcessedDataUI.getHostPropFromCSV(Unknown Source)

        at com.netapp.perf.vsizer.analysis.SeqRandAggregationUI.categorizeDriverFromFiles(Unknown Source)

        at com.netapp.perf.vsizer.analysis.SeqRandAggregationUI.generateSeqRand(Unknown Source)

        at com.netapp.perf.vsizer.gui.analysis.AnalyzerProcess.startSeqRand(Unknown Source)

        at com.netapp.perf.vsizer.gui.analysis.AnalyzerMainUIFrame$RunAnalyzer.run(Unknown Source)

        at java.lang.Thread.run(Unknown Source)

10 REPLIES 10
Public