I've tried using the countries-test.jsp and the Nuance logs display the following url it tries to execute
http://localhost:7100/RDCTest/usState-test.jsp;jsessionid=8E9A67E7E54CCBE55FFB06B5CDE17D00?ourStateResultNBest=0.6800000071525574%253Bflorida%253B It fails to do so. When I pt this through a gui browser I get javax.servlet.jsp.JspException org.apache.taglibs.standard.tag.common.core.SetSupport.doEndTag(SetSupport.java:169) org.apache.jsp.tag.meta.rdc.extract_002dparams_tag._jspx_meth_c_set_0(extract_002dparams_tag.java:229) org.apache.jsp.tag.meta.rdc.extract_002dparams_tag._jspx_meth_c_if_1(extract_002dparams_tag.java:203) org.apache.jsp.tag.meta.rdc.extract_002dparams_tag._jspx_meth_c_forEach_0(extract_002dparams_tag.java:168) org.apache.jsp.tag.meta.rdc.extract_002dparams_tag._jspx_meth_c_if_0(extract_002dparams_tag.java:137) org.apache.jsp.tag.meta.rdc.extract_002dparams_tag.doTag(extract_002dparams_tag.java:103) org.apache.jsp.tag.meta.rdc.usState_tag._jspx_meth_rdc_extract$1params_0(usState_tag.java:688) org.apache.jsp.tag.meta.rdc.usState_tag.doTag(usState_tag.java:211) org.apache.jsp.usState_002dtest_jsp$usState_002dtest_jspHelper.invoke0(usState_002dtest_jsp.java:110) org.apache.jsp.usState_002dtest_jsp$usState_002dtest_jspHelper.invoke(usState_002dtest_jsp.java:128) I will debug and try to come up with a solution - but ideas would be helpful. Steve Hodson VoxGen Manor House, 21 Soho Square London W1D 3QP Email: [EMAIL PROTECTED] Tel: +44 (0)870 350 2100 Fax: +44 (0)870 350 2101 Direct: +44 (0)20 7851 1025 -----Original Message----- From: Rahul P Akolkar [mailto:[EMAIL PROTECTED] Sent: 25 April 2005 19:28 To: Tag Libraries Developers List Subject: RE: Testing with Nuance Steve -- The grammars that ship with the distro are authored in line with the W3C working draft for semantic interpretation for speech recognition [ http://www.w3.org/TR/semantic-interpretation/ ]. Specifically, section 3.2 is of relevance. In conjunction with the Nuance platform, it is necessary to use grammars authored according to the Nuance Grammar Specification Language (GSL) to keep the GSLCompiler happy since it does not support the W3C working draft mentioned above. -Rahul On 4/25/05, Steve Hodson <[EMAIL PROTECTED]> wrote: > All, > > I am having problems running the examples using Nuance. When runnning hello.jsp I get "hello from bubbles" - fine but when I try the alpha.jsp and speak it crashes with > > NL_INTERPRETATION[0][0] = {<exception [<status NUANCE_INVALID_DYNAMIC_GRAMMAR> <explanation In <http://localhost:7100/RDCTest/alpha-test.jsp>, </RDCTest/.grammar/alpha.grxml> failed due to LR_COMPILATION_ERROR: Could not compile grammar because: GSLCompiler::CompileRuleSet: Failed to compile rule alpha>]>} > > The only thing I have changed in the .grammar directory is the xml:lang attribute from en-US to en-UK > > What might be causing this problem??? > > Steve Hodson > VoxGen > Manor House, 21 Soho Square > London W1D 3QP > > Email: [EMAIL PROTECTED] > Tel: +44 (0)870 350 2100 > Fax: +44 (0)870 350 2101 > Direct: +44 (0)20 7851 1025 > ##################################################################################### > Winner - e-Government excellence 2004. > Runner up - European Information Management awards 2004: > - The Premier Project Award. > - B2C Commerce Project Award. > - CRM Project Award. > > For more information visit us at www.voxgen.com > > ##################################################################################### > Note: > This message is for the named person's use only. It may contain confidential, > proprietary or legally privileged information. No confidentiality or privilege > is waived or lost by any mistransmission. If you receive this message in error, > please immediately delete it and all copies of it from your system, destroy any > hard copies of it and notify the sender. You must not, directly or indirectly, > use, disclose, distribute, print, or copy any part of this message if you are not > the intended recipient. Vox Generation Limited and any of its subsidiaries each > reserve the right to monitor all e-mail communications through its networks. > > Any views expressed in this message are those of the individual sender, except where > the message states otherwise and the sender is authorised to state them to be the > views of any such entity. > > Thank You. > ##################################################################################### > > ##################################################################################### > This e-mail message has been scanned for Viruses and Content and cleared > by NetIQ MailMarshal > ##################################################################################### > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > ##################################################################################### Winner - e-Government excellence 2004. Runner up - European Information Management awards 2004: - The Premier Project Award. - B2C Commerce Project Award. - CRM Project Award. For more information visit us at www.voxgen.com ##################################################################################### Note: This message is for the named person's use only. It may contain confidential, proprietary or legally privileged information. No confidentiality or privilege is waived or lost by any mistransmission. If you receive this message in error, please immediately delete it and all copies of it from your system, destroy any hard copies of it and notify the sender. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. Vox Generation Limited and any of its subsidiaries each reserve the right to monitor all e-mail communications through its networks. Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorised to state them to be the views of any such entity. Thank You. ##################################################################################### ##################################################################################### This e-mail message has been scanned for Viruses and Content and cleared by NetIQ MailMarshal ##################################################################################### --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
