Hi,
I tried using the Jazzmon version1.4 and tried to execute the ANALAYZE Command. However when I executed the command this appears on my cmd promt windows.
C:\Users\ivy.c.b.valmadrid\Desktop\JazzMon_1.4.0_RTC30GA>java -jar Jazzmon.jar analyze
SharedNetworkDirectoryWindows: c:\temp\JazzMonData
SharedNetworkDirectoryLinux: /var/tmp/RPP_GatherData
SharedNetworkDirectory(local): c:\temp\JazzMonRuntime
Output Subdirectory: JazzMonRuntime
Will analyze monitor output directly because ANALYSIS_IN_PLACE is true
using c:\temp\JazzMonRuntime
Checklogs: processing c:\temp\JazzMonRuntime\Runtime.log
Running server report
Custom baseline selected for unset
is C:\Users\ivy.c.b.valmadrid\Desktop\JazzMon_1.4.0_RTC30GA\Data\JazzDev_3.0.1_111107__200users_8hrs\jazz.jazz__200users_8hrs.txt
WARNING: Unable to find counter service data, no server report will be included in RunReport.xml
Running client report
Finished
While investigatine, we checked the RunTime.log and it appears that there is an exception error
2013.08.16,16:19:22,218 [CounterServiceSequence_1:ServerMonitorSequence_1] After shutdown, platform users left: 1
Exception during task execution The server you are connecting to is older than your client and not compatible. Please contact your system administrator to determine the server version and download the appropriate client.
com.ibm.team.repository.client.ServerVersionCheckException: The server you are connecting to is older than your client and not compatible. Please contact your system administrator to determine the server version and download the appropriate client.
Here are the contents of my jm.properties file
##########################################################################
# JazzMon: Properties File
# These are the minimum properties you need to provide to run JazzMon
##########################################################################
# Comma separated list of one or more servers to monitor, i.e. host1:9443/ccm,host1:9443/jts
SERVER_URL_LIST=https://adtjazzXXXX.xxxxxx.com/jazz/service/com.ibm.team.repository.service.internal.counters.ICounterContent
# User name for login
SEQ_USERNAME=ivy.c.b.valmadrid
# User password for login - recognizes <prompt> to prompt, cleartext or obfuscated passwords
# Use "java -jar JazzMon.jar password" to produce an obfuscated password
SEQ_PASSWORD=<prompt>
# Defines how long a task sequence should run, either a number of iterations or
# time (number followed by m/h/d for minutes/hour/days, i.e. 5m) (default 7d (7 days))
# SEQ_RUN_LENGTH_ARG=7d
# Sets the basic output directory for all log files, <temp>\JazzMonRuntime by default
PATH_OUTPUT_DIR=c:\\temp\\JazzMonRuntime
##########################################################################
# Defaults: To change any of the following working assumptions,
# see jmTemplate.properties for information on other properties
#
# Monitoring:
# Samples will be taken very hour
# No repository reports will be generated
# Monitor output will go to <tempDir>\JazzMonRuntime or PATH_OUTPUT_DIR above
#
# Gathering: not needed because ANALYSIS_IN_PLACE defaults to true
#
# Analysis:
# Comparison to jazz.net RTC 3.0.1 sample baseline will be included
# Output will be Excel compatible
##########################################################################
I am using RTC 3.0 and i am using java version 1.7.0_15.
Thanks in advance!
Comments
In addition, these are the things I have already done
I tried using the Jazzmon 1.3.1, but it lacks the jm.properties file so it did not function properly on my end.
So what I did is that I copied the jm.properties file on the Jazzmon 1.4.0 to the folder of Jazzmon 1.3.1 and tried to run it again.
However, when I tried to run Jazzmon 1.3.1 (with jm. properties file) I got the same exception errors similar to the instance when I run the Jazzmon version 1.4.0