Server Reference Guide : D. OpenROAD Server Pooler Event Log : SPO Log Description : Dispatcher Limit Exceeded
 
Share this page                  
Dispatcher Limit Exceeded
This entry is logged if a request to create a new dispatcher would cause the total number of dispatchers to exceed the maximum allowed.
This event appears in the log with the following format:
Timestamp   DISPATCHER NOT CREATED - DISPATCHER LIMIT EXCEEDED
             ImageFile: ImageFile
              CmdFlags: CmdFlags
Timestamp
Identifies the event timestamp. It has the following format:
yyyy/mo/dd_hh:mi:ss.fff
yyyy
Identifies a four-digit year value
mo
Identifies a two-digit month value
dd
Identifies a two-digit day value
hh
Identifies a two-digit military hour value
mi
Identifies a two-digit minute value
ss
Identifies a two-digit second value
fff
Identifies a three-digit millisecond value
ImageFile
Identifies the OpenROAD image file that the SPO will pass to the ASO slave when it is started. If the ImageFile value starts with the character "{", then it will be treated by the ASO slave as an application signature name. The ASO slave must access the JSON configuration file to obtain the real ImageFile and CmdFlags. Otherwise, it is treated as an OpenROAD image file name.
CmdFlags
Indicates the OpenROAD command flags that the SPO will pass to the ASO slave. If the ImageFile value starts with the character "{", then this value is ignored. Otherwise, it is treated as the OpenROAD command flags that will be used to initialize the ASO slave OpenROAD runtime.