Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

JTSMon5.0 crashing during 'monitor' phase

JTSMon was configured to analyse jts, ccm & qm servers.

Analysis time was restricted for 1 hour with snapshot interval being 5 mins.

JTSMon records only 2 snapshots, 1 at the beginning and the other at the end of the monitor period.


Here is the exception captured in the Runtime.log


Ending CounterServiceSequence_1:ServerMonitorSequence_3

Sequence CounterServiceSequence_1:ServerMonitorSequence_3 exception count=0


Sequence CounterServiceSequence_1 exception count=0


Sequence CounterServiceSequence_1:ServerMonitorSequence_2 exception count=0


Sequence CounterServiceSequence_1:ServerMonitorSequence_1 exception count=0


Please help. 

0 votes



3 answers

Permanent link
From the little output you've provided it looks like there were no exceptions so it may be a configuration problem.
Can you post the contents of your jm.properties file here (after deleting any company sensitive material like URLs or login information) ?

Thanks

0 votes


Permanent link
Also I should note that the <tempDir>/JTSMonRuntime directory has a file called Runtime.log file that records all the output and that sometimes shows exceptions or other information that can be helpful diagnosing the problem. If the jm.properties file isn't obvious, looking at that would be the next step.

0 votes

Comments

 Hi Dave,

Thanks for the response.
Attaching the file contents of jm.properties:

SERVER_URL_LIST=https://qa-server/jts,https://qa-server/ccm,https://qa-server/qm
SEQ_USERNAME=admin

SEQ_PASSWORD=ZO9Naf/Prljklja7dp8g==

# 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=1h

# Sets the basic output directory for all log files, <temp>\JTSMonRuntime by default
PATH_OUTPUT_DIR=c:\temp\JTSMonRuntime



Permanent link
Hi Sangeetha - off hand I don't see the property that sets the sampling rate to 5 minute intervals. By default it will take snapshots at 1 hour intervals so with what you have it would take one to start and another after 1 hour and then quit.

Try adding this to your jm.properties file. More optional properties like this are described in the jmTemplate.properties file - we made the default jm.properties file as simple as possible but for customization, look at that other file for more information.

# Counter sampling rate in minutes (default 60 mins)
PARM_COUNTER_RATE_MINS=5

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 9

Question asked: Dec 02 '14, 9:40 a.m.

Question was seen: 7,173 times

Last updated: Dec 08 '14, 6:09 p.m.

Confirmation Cancel Confirm