Timeout waiting for response from grammar compiler

The Blueworx Voice Response VRBE component reports the following error:
error.semantic: Timeout waiting for response from grammar compile

Blueworx Voice Response has a default timeout of 5 seconds when waiting for a grammar to compile. This timeout can be changed by modifying a parameter in configuration file $DTJ_HOME/dtj.ini:

wvr.mrcp.read.timeout=value_in_milliseconds

For the change in dtj.ini to take effect, you must restart VRBE.

To do this, run the following commands:

         dtjstop
         dtjshost -exit
         dtjshost
         dtjstart
Note: The parameter change will have an affect on all MRCP responses, not just grammar compilation.