WebSphere-Performance-Monitor icon indicating copy to clipboard operation
WebSphere-Performance-Monitor copied to clipboard

WASX7017E: Exception received while running file "collectWASPerformance.py"

Open aashrestha opened this issue 9 years ago • 1 comments

While collecting threads from WebContainer, prompt with following error. How should we eliminate the error?

_WASX7017E: Exception received while running file "collectWASPerformance.py"; exception information: com.ibm.bsf.BSFException: exception from Jython:

Traceback (innermost last): File "", line 298, in ? KeyError: wait_

The line 298 has:

time.sleep(float(scriptconfig['wait']['value']))

aashrestha avatar Mar 29 '16 20:03 aashrestha

add the missing "wait" key to the config script (performance.prop) like this: wait=10 (10 for ten seconds)

alexivkin avatar Mar 29 '16 20:03 alexivkin