uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJE53866-W

The percentage of all Web application requests awaiting execution exceeded the warning threshold. (J2EE application name = aa....aa, Web application name = bb....bb, context root = cc....cc, percentage = dd....dd, current value = ee....ee, maximum value = ff....ff, upper limit = gg....gg, lower limit = hh....hh)

aa....aa: J2EE application name
bb....bb: Web application name
cc....cc: Context root
dd....dd: Ratio (%) of current value to the maximum number of total pending requests
ee....ee: Current value of the total number of pending requests
ff....ff: Maximum number of total pending requests [set value]
gg....gg: Upper threshold value (%) for monitoring the total number of pending requests [set value]
hh....hh: Lower threshold value (%) for monitoring the total number of pending requests [set value]
Description
The percentage of the pending requests for the Web application has reached the warning level.
Action
The possible causes are as follows:
Take action based on the applicable causes.
  • Inappropriate settings for the number of concurrently executed threads.
  • Inappropriate settings for the warning range.
  • There are requests exceeding the processing performance of the J2EE server.
  • There are requests with an unduly long processing time.
  • The processing performance of the J2EE server is declining because of frequent occurrence of full garbage collection.