The following warning message can be generated in
$DTJ_HOME/dtj_logs/log.x.log:
(VXI50012) WARNING: VXMLParserPool::Parser created over capacity:
[VXMLParserPool (poolCapacity=19) (poolCount=19) (available=0)]
The message indicates that all 19 VoiceXML parsers are currently
active, and that one new parser has been created and added to the
pool. The warning by itself is not an indication of a problem and
therefore no user action is required. However, in order to minimize
the frequency of the message appearing, you should consider the following
actions during application development:
- Check that the initial documents are not excessive in size, as
this increases the parse time and therefore the usage of the parsers.
- Ensure that the cache parameters are set correctly, so that the Blueworx Voice Response VoiceXML
browser does not have to parse too many identical documents. Refer
to “Preventing caching” in the Blueworx Voice Response:
VoiceXML Programmer's Guide information.