- From: yanyang fang <f_yanyang@hotmail.com>
- Date: Mon, 22 Apr 2002 17:14:35 -0400 (EDT)
- To: www-voice@w3.org
Hi Everyboday, Thanks a lot I have sorted the problem with help from Mr Pieter Winter , Mr Jeff Kusnitz and Mr Ajay Menon . Unfortunately, I have met another problem: The element <goto next="http://localhost/images/test6.vxml"/> does not work on my desktop.The VoiceBroswer alwasy say can not find file. I use IBM SDK 1.5 with Tomact. I have list the code, error message and VXML.log file here, may I ask for help from you ? These two are very simple files: test3.vxml and test6.vxml . I try to let test3.vxml call test6.vxml file. They run well individually. I can also load these two files from Internet Explorer http://localhost/images/test6.vxml ( images is a folder in E:\Inetpub\wwwroot\). The explorer asks me if I want to open file or save file, this means that the file can be found. Can you see any problem from the following code? The file test3.vxml (in my d:/program file/voiceserversdk/samples/en_gb/banking) <?xml version="1.0"?> <vxml version="1.0"> <form> <block> you are right customer <goto next="http://localhost/images/test6.vxml"/> </block> </form> </vxml> The file test6.vxml (this file can be load from http://localhost/images/) <?xml version="1.0"?> <vxml version="1.0"> <form> <block> hellow Jennifer </block> </form> </vxml> Error Meassage: V: http://localhost/images/test6.vxml (fetch get) E: Event error.badfetch: line 6: java.io.FileNotFoundException: http://localhost /images/test6.vxml A: Too quiet (0.1) A: Too quiet (0.1) A: Too quiet (0.1) this is the part of VXML.log file 18:56:39.973 S: Starting V010412 at Mon Apr 22 18:56:39 GMT+01:00 2002 18:56:39.973 X: Java: Sun Microsystems Inc. 1.3.0 18:56:39.973 X: requested locale: en_GB 18:56:45.511 A: listening 18:56:48.285 S: initializing application 18:56:48.295 V: file:D:/Program Files/VoiceServerSDK/samples/en_GB/banking/test3.vxml (fetch get) 18:56:48.426 S: running 18:56:48.436 C: you are right customer 18:56:48.596 V: http://localhost/images/test6.vxml (fetch get) 18:56:48.896 E: Event error.badfetch: line 6: java.io.FileNotFoundException: http://localhost/images/test6.vxml 18:56:48.906 C: Sorry, must exit due to processing error. 18:56:49.607 A: Too quiet (0.1) 18:56:51.200 A: Too quiet (0.1) 18:56:51.891 A: Too quiet (0.1) 18:56:55.035 K: clean cache 1 18:56:55.035 K: clean cache 2 18:56:55.085 K: clean cache 3 18:56:55.085 K: lock retries 0 18:56:55.085 S: exit (0) Can anybody see where the problem is? Thanks a lot in advance Jennifer _________________________________________________________________ Chat with friends online, try MSN Messenger: http://messenger.msn.com
Received on Tuesday, 23 April 2002 06:49:16 UTC