It's all about the answers!

Ask a question

Jazzmon-Analyze not working


0
1
Ivy Valmadrid (16155) | asked Aug 14 '13, 2:26 a.m.
edited Aug 14 '13, 2:42 a.m.

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


Comments
1
Paul Ellis commented Aug 14 '13, 10:39 a.m. | edited Aug 14 '13, 10:39 a.m.
JAZZ DEVELOPER

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

Accepted answer


permanent link
Paul Ellis (1.3k613) | answered Aug 23 '13, 4:52 a.m.
JAZZ DEVELOPER

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

Ivy Valmadrid selected this answer as the correct answer

Comments
Ivy Valmadrid commented Aug 23 '13, 5:24 a.m.

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.


Ivy Valmadrid commented Aug 26 '13, 11:49 p.m.

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.

screen-shot


Paul Ellis commented Aug 27 '13, 5:22 a.m.
JAZZ DEVELOPER

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


Ivy Valmadrid commented Sep 02 '13, 6:41 a.m.

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.


Ivy Valmadrid commented Sep 03 '13, 1:51 a.m.

Hi Paul,

I tried running the monitor command and it runs in 1 hour

Then I got this exception message.




1
Paul Ellis commented Sep 03 '13, 4:41 a.m.
JAZZ DEVELOPER

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


Ivy Valmadrid commented Sep 03 '13, 5:59 a.m. | edited Sep 03 '13, 6:18 a.m.
showing 5 of 7 show 2 more comments

One other answer



permanent link
Ivy Valmadrid (16155) | answered Aug 14 '13, 9:31 p.m.

Hi Paul,

Here is the SERVER_URL_LIST in my jm.properties

# Comma separated list of one or more servers to monitor, i.e. host1:9443/ccm,host1:9443/jts
SERVER_URL_LIST=https://adtjazz1055.XXXXXXX.com/jazz/service/

Thank you!


Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.