WebSphere-Performance-Monitor
WebSphere-Performance-Monitor copied to clipboard
WASX7017E: Exception received while running file "collectWASPerformance.py"
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 "
The line 298 has:
time.sleep(float(scriptconfig['wait']['value']))
add the missing "wait" key to the config script (performance.prop) like this: wait=10 (10 for ten seconds)