[mary-users] Problem with SSML parsing

giannis assiouras assiourai at gmail.com
Wed Apr 7 23:37:27 CEST 2010


Hi,

I am trying to send to MaryTTS  SSML-annotated text to be processed.I am
colling the process() method of socket Client with Inputype set to "SSML",
but there is a problem when the server  is splitting RAWMARYXML data into
chuncks.Here is the part of the log that may help:




2010-04-08 00:27:47,578 [RH 2] DEBUG IO         Reading XML input
(non-validating)...
2010-04-08 00:27:47,579 [RH 2] INFO  RH 2       Read:
<?xml version="1.0" encoding="UTF-8"?><speak>Goodbye!</speak>

2010-04-08 00:27:47,580 [RH 2] DEBUG IO         Read XML input:
<?xml version="1.0" encoding="UTF-8"?><speak>
Goodbye!
</speak>

2010-04-08 00:27:47,580 [RH 2] DEBUG R 2        Now converting the following
input data from SSML to RAWMARYXML:
2010-04-08 00:27:47,581 [RH 2] DEBUG IO         <?xml version="1.0"
encoding="UTF-8"?><speak>
Goodbye!
</speak>

2010-04-08 00:27:47,581 [RH 2] DEBUG R 2        Determining which modules to
use
2010-04-08 00:27:47,581 [RH 2] DEBUG ModuleRegistry Module SSMLParser
converts SSML into RAWMARYXML (locale en_US, voice cmu-slt-hsmm)
2010-04-08 00:27:47,582 [RH 2] DEBUG ModuleRegistry found path through
modules
2010-04-08 00:27:47,582 [RH 2] INFO  R 2        Handling request using the
following modules:
2010-04-08 00:27:47,582 [RH 2] INFO  R 2        - SSMLParser
(marytts.modules.SSMLParser)
2010-04-08 00:27:47,582 [RH 2] DEBUG R 2        Handing the following data
to the next module:
2010-04-08 00:27:47,582 [RH 2] DEBUG IO         <?xml version="1.0"
encoding="UTF-8"?><speak>
Goodbye!
</speak>

2010-04-08 00:27:47,582 [RH 2] INFO  R 2        Next module: SSMLParser
2010-04-08 00:27:47,595 [RH 2] DEBUG R 2        Now splitting the following
RAWMARYXML data into chunks:
2010-04-08 00:27:47,595 [RH 2] DEBUG IO         <?xml version="1.0"
encoding="UTF-8"?>
2010-04-08 00:27:47,603 [RH 2] ERROR RH 2       Processing failed.
org.w3c.dom.DOMException: NOT_SUPPORTED_ERR: The implementation does not
support the requested type of object or operation.
    at org.apache.xerces.dom.DocumentImpl.createTreeWalker(Unknown Source)
    at marytts.server.Request.splitIntoChunks(Request.java:611)
    at marytts.server.Request.process(Request.java:292)
    at marytts.server.RequestHandler.run(RequestHandler.java:167)
2010-04-08 00:27:47,604 [RH 2] INFO  RH 2       Request couldn't be handled
successfully.



Thank you in advance.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.dfki.de/pipermail/mary-users/attachments/20100408/db508282/attachment.htm 


More information about the Mary-users mailing list