<br>Hi Marc,<br><br>I am running this on windows 7(32 bit), with:<br><br>java version &quot;1.6.0_18&quot;<br>Java(TM) SE Runtime Environment (build 1.6.0_18-b07)<br>Java HotSpot(TM) Client VM (build 16.0-b13,mixed mode,sharing)<br>
<br>Giannnis<br><br><br><div class="gmail_quote">2010/4/8  <span dir="ltr">&lt;<a href="mailto:mary-users-request@dfki.de">mary-users-request@dfki.de</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Send Mary-users mailing list submissions to<br>
        <a href="mailto:mary-users@dfki.de">mary-users@dfki.de</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://www.dfki.de/mailman/cgi-bin/listinfo/mary-users" target="_blank">http://www.dfki.de/mailman/cgi-bin/listinfo/mary-users</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:mary-users-request@dfki.de">mary-users-request@dfki.de</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:mary-users-owner@dfki.de">mary-users-owner@dfki.de</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of Mary-users digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
   1. Problem with SSML parsing (giannis assiouras)<br>
   2. Re: Problem with SSML parsing (Marc Schroeder)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Thu, 8 Apr 2010 00:37:27 +0300<br>
From: giannis assiouras &lt;<a href="mailto:assiourai@gmail.com">assiourai@gmail.com</a>&gt;<br>
Subject: [mary-users] Problem with SSML parsing<br>
To: <a href="mailto:mary-users@dfki.de">mary-users@dfki.de</a><br>
Message-ID:<br>
        &lt;<a href="mailto:m2z18671e5d1004071437h652881eagb6f6381f048f4d5e@mail.gmail.com">m2z18671e5d1004071437h652881eagb6f6381f048f4d5e@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
Hi,<br>
<br>
I am trying to send to MaryTTS  SSML-annotated text to be processed.I am<br>
colling the process() method of socket Client with Inputype set to &quot;SSML&quot;,<br>
but there is a problem when the server  is splitting RAWMARYXML data into<br>
chuncks.Here is the part of the log that may help:<br>
<br>
<br>
<br>
<br>
2010-04-08 00:27:47,578 [RH 2] DEBUG IO         Reading XML input<br>
(non-validating)...<br>
2010-04-08 00:27:47,579 [RH 2] INFO  RH 2       Read:<br>
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;speak&gt;Goodbye!&lt;/speak&gt;<br>
<br>
2010-04-08 00:27:47,580 [RH 2] DEBUG IO         Read XML input:<br>
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;speak&gt;<br>
Goodbye!<br>
&lt;/speak&gt;<br>
<br>
2010-04-08 00:27:47,580 [RH 2] DEBUG R 2        Now converting the following<br>
input data from SSML to RAWMARYXML:<br>
2010-04-08 00:27:47,581 [RH 2] DEBUG IO         &lt;?xml version=&quot;1.0&quot;<br>
encoding=&quot;UTF-8&quot;?&gt;&lt;speak&gt;<br>
Goodbye!<br>
&lt;/speak&gt;<br>
<br>
2010-04-08 00:27:47,581 [RH 2] DEBUG R 2        Determining which modules to<br>
use<br>
2010-04-08 00:27:47,581 [RH 2] DEBUG ModuleRegistry Module SSMLParser<br>
converts SSML into RAWMARYXML (locale en_US, voice cmu-slt-hsmm)<br>
2010-04-08 00:27:47,582 [RH 2] DEBUG ModuleRegistry found path through<br>
modules<br>
2010-04-08 00:27:47,582 [RH 2] INFO  R 2        Handling request using the<br>
following modules:<br>
2010-04-08 00:27:47,582 [RH 2] INFO  R 2        - SSMLParser<br>
(marytts.modules.SSMLParser)<br>
2010-04-08 00:27:47,582 [RH 2] DEBUG R 2        Handing the following data<br>
to the next module:<br>
2010-04-08 00:27:47,582 [RH 2] DEBUG IO         &lt;?xml version=&quot;1.0&quot;<br>
encoding=&quot;UTF-8&quot;?&gt;&lt;speak&gt;<br>
Goodbye!<br>
&lt;/speak&gt;<br>
<br>
2010-04-08 00:27:47,582 [RH 2] INFO  R 2        Next module: SSMLParser<br>
2010-04-08 00:27:47,595 [RH 2] DEBUG R 2        Now splitting the following<br>
RAWMARYXML data into chunks:<br>
2010-04-08 00:27:47,595 [RH 2] DEBUG IO         &lt;?xml version=&quot;1.0&quot;<br>
encoding=&quot;UTF-8&quot;?&gt;<br>
2010-04-08 00:27:47,603 [RH 2] ERROR RH 2       Processing failed.<br>
org.w3c.dom.DOMException: NOT_SUPPORTED_ERR: The implementation does not<br>
support the requested type of object or operation.<br>
    at org.apache.xerces.dom.DocumentImpl.createTreeWalker(Unknown Source)<br>
    at marytts.server.Request.splitIntoChunks(Request.java:611)<br>
    at marytts.server.Request.process(Request.java:292)<br>
    at marytts.server.RequestHandler.run(RequestHandler.java:167)<br>
2010-04-08 00:27:47,604 [RH 2] INFO  RH 2       Request couldn&#39;t be handled<br>
successfully.<br>
<br>
<br>
<br>
Thank you in advance.<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://www.dfki.de/pipermail/mary-users/attachments/20100408/db508282/attachment-0001.htm" target="_blank">http://www.dfki.de/pipermail/mary-users/attachments/20100408/db508282/attachment-0001.htm</a><br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Thu, 08 Apr 2010 07:55:16 +0200<br>
From: Marc Schroeder &lt;<a href="mailto:marc.schroeder@dfki.de">marc.schroeder@dfki.de</a>&gt;<br>
Subject: Re: [mary-users] Problem with SSML parsing<br>
To: <a href="mailto:mary-users@dfki.de">mary-users@dfki.de</a><br>
Message-ID: &lt;<a href="mailto:4BBD6FC4.7000107@dfki.de">4BBD6FC4.7000107@dfki.de</a>&gt;<br>
Content-Type: text/plain; charset=UTF-8; format=flowed<br>
<br>
Giannis,<br>
<br>
here is the core issue:<br>
<br>
On 07.04.10 23:37, giannis assiouras wrote:<br>
&gt; org.w3c.dom.DOMException: NOT_SUPPORTED_ERR: The implementation does not<br>
&gt; support the requested type of object or operation.<br>
&gt;      at org.apache.xerces.dom.DocumentImpl.createTreeWalker(Unknown Source)<br>
&gt;      at marytts.server.Request.splitIntoChunks(Request.java:611)<br>
<br>
obviously the version of Xerces that you are using does not have the<br>
expected capabilities. Can you please send full details of the operating<br>
system and the java version that you are running this on?<br>
<br>
Thanks,<br>
Marc<br>
<br>
--<br>
Dr. Marc Schr?der, Senior Researcher at DFKI GmbH<br>
Coordinator EU FP7 Project SEMAINE <a href="http://www.semaine-project.eu" target="_blank">http://www.semaine-project.eu</a><br>
Project leader for DFKI in SSPNet <a href="http://sspnet.eu" target="_blank">http://sspnet.eu</a><br>
Project leader PAVOQUE <a href="http://mary.dfki.de/pavoque" target="_blank">http://mary.dfki.de/pavoque</a><br>
Associate Editor IEEE Trans. Affective Computing <a href="http://computer.org/tac" target="_blank">http://computer.org/tac</a><br>
Editor W3C EmotionML Working Draft <a href="http://www.w3.org/TR/emotionml/" target="_blank">http://www.w3.org/TR/emotionml/</a><br>
Portal Editor <a href="http://emotion-research.net" target="_blank">http://emotion-research.net</a><br>
Team Leader DFKI TTS Group <a href="http://mary.dfki.de" target="_blank">http://mary.dfki.de</a><br>
<br>
Homepage: <a href="http://www.dfki.de/%7Eschroed" target="_blank">http://www.dfki.de/~schroed</a><br>
Email: <a href="mailto:marc.schroeder@dfki.de">marc.schroeder@dfki.de</a><br>
Phone: +49-681-302-5303<br>
Postal address: DFKI GmbH, Campus D3_2, Stuhlsatzenhausweg 3, D-66123<br>
Saarbr?cken, Germany<br>
--<br>
Official DFKI coordinates:<br>
Deutsches Forschungszentrum fuer Kuenstliche Intelligenz GmbH<br>
Trippstadter Strasse 122, D-67663 Kaiserslautern, Germany<br>
Geschaeftsfuehrung:<br>
Prof. Dr. Dr. h.c. mult. Wolfgang Wahlster (Vorsitzender)<br>
Dr. Walter Olthoff<br>
Vorsitzender des Aufsichtsrats: Prof. Dr. h.c. Hans A. Aukes<br>
Amtsgericht Kaiserslautern, HRB 2313<br>
<br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
Mary-users mailing list<br>
<a href="mailto:Mary-users@dfki.de">Mary-users@dfki.de</a><br>
<a href="http://www.dfki.de/mailman/cgi-bin/listinfo/mary-users" target="_blank">http://www.dfki.de/mailman/cgi-bin/listinfo/mary-users</a><br>
<br>
<br>
End of Mary-users Digest, Vol 46, Issue 4<br>
*****************************************<br>
</blockquote></div><br>