Jazzmon-Analyze not working
Hi,
I'm not able to properly generate any result when I enter the Analyze command
This always appears:
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\xxxxxxx\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
Also when I go to C:\temp\JazzMonRuntime and check the RunReport.xml this is what I found
<?xml version="1.0"?>
-<RunReport> <RUN Server="" Clients="" WorkBench="" DataDir="c:\temp\JazzMonRuntime" Tester="" ClientBundle="3.0_GA" RunDurationHrs="0.00" RunID="run0" Goal=""/> <ServerReport> </ServerReport> -<ClientReport> <Schedules> </Schedules> <UserEstimates> </UserEstimates> :: -<Exceptions TotalExceptions="1"> ::: -<ExceptionsByType> <e msg="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 versio" count="1" type="ServerVersionCheckException"/> </ExceptionsByType> </Exceptions> <TaskMetrics> </TaskMetrics> </ClientReport> </RunReport>
This is my first time to use Jazzmon. Looking forward to your help. :D
Accepted answer
Hi again,
Sorry for not replying sooner, I must have missed your reply in my mail.
I am assuming here that you can access your server without the port?
Your line should simply read:
SERVER_URL_LIST=SERVER_URL_LIST=https://adtjazz1055.XXXXXXX.com/jazz
Otherwise, also add the port into the URI above and see if that now works...it should!
SERVER_URL_LIST=SERVER_URL_LIST=https://adtjazz1055.XXXXXXX.com:9443/jazz
Comments
Thanks Paul!
Yeah, I can access the server without the port.
I'll try adding the port now, and will let you know how it goes.
Hi Paul,
I tried adding the port and initiated a "monitor command".
I am just wondering how long before it finishes because it's been like 30 minutes.
Hi Ivy,
This looks quite normal. If you note in the Jazzmon documentation, then this monitor command will perform the analysis once the initial run is complete:
"Unless analysis-in-place is disabled, JazzMon will automatically perform the analyze step when monitoring is complete."
By default, this is set to 7 days, unless you have amended:
SEQ_RUN_LENGTH_ARG (default 7d) controls how long the monitor will run.
Cheers,
Paul
Oooohhhh... ok. I see. so this runs in 7 days.. after 7 days. I'll get the result.
Thanks Paul! You've been a great help.
Hi Paul,
I tried running the monitor command and it runs in 1 hour
Then I got this exception message.
Hi Ivy,
Could you re-post this as a new forum post please? This error is nothing I've seen before and I'd like to get some opinions on it.
It would also make it more searchable if you could paste the error from stdout as text into the forum post. If you want to post the new forum link into this message then I can ensure I follow it.
cheers,
Paul
1 vote
Ok.. thanks Paul!
This is the link
https://jazz.net/forum/questions/125513/exception-error-skipping-folder-that-doesnt-match-expected-name-or-contents-pattern
Comments
Paul Ellis
JAZZ DEVELOPER Aug 14 '13, 10:39 a.m.Could you please include the SERVER_URL_LIST from the jm.properties file. This should list all the URLs you wish to monitor, rather than individually, but also no /rm extensions.
Comma separated list of one or more servers to monitor, i.e. host1:9443/ccm,host1:9443/jts
SERVER_URL_LIST=paul:9443/jts
1 vote