[mary-users] Problem in running example program

Marc Schroeder marc.schroeder at dfki.de
Tue Jan 11 13:29:26 CET 2011


Vasana,

your log file shows this:

> 2011-01-11 15:19:35,606 [I/O dispatcher 1] INFO  marytts.server Connection from null
> 2011-01-11 15:19:35,687 [I/O dispatcher 1] WARN  marytts.Voice Could not find default voice for locale de
> 2011-01-11 15:19:35,696 [I/O dispatcher 1] INFO  marytts.R 0 New request (input type "TEXT", output type "AUDIO", effect "", style "", audio "WAVE")
> 2011-01-11 15:19:35,697 [I/O dispatcher 1] WARN  marytts.Voice Could not find default voice for locale de
> 2011-01-11 15:19:35,697 [I/O dispatcher 1] INFO  marytts.server Read: Willkommen in der Welt der Sprachsynthese!
> 2011-01-11 15:19:35,697 [I/O dispatcher 1] INFO  marytts.R 0 Handling request using the following modules:
> 2011-01-11 15:19:35,697 [I/O dispatcher 1] INFO  marytts.R 0 - TextToMaryXML (marytts.modules.TextToMaryXML)
> 2011-01-11 15:19:35,697 [I/O dispatcher 1] INFO  marytts.R 0 Next module: TextToMaryXML
> 2011-01-11 15:19:35,701 [I/O dispatcher 1] ERROR marytts.server Processing failed.
> java.lang.UnsupportedOperationException: No known way of generating output from input -- no processing path through modules.

Do I get it right that you are sending GERMAN example text from your 
example client? Do you have any German voice installed? If not, do so 
using MARY TTS/bin/mary-component-installer

Regards,
MArc

On 11.01.11 11:29, Vasana Wijesooriya wrote:
> Hi,
> Attached herewith is the full extract from server.log (from startup to
> failure and manual shutdown of server afterwards). Additionally, my
> platform is Windows 7 and Java version is 1.6. The commands provided in
> the example code itself were used to compile and run the program. By the
> way, the inbuilt Mary Client is working properly. Hope I have provided
> the necessary details for you to look in to this problem.
>
> Hoping for a positive feedback :)
>
> Thanks.
>
> On Tue, Jan 11, 2011 at 2:11 PM, Ingmar Steiner <ingmar.steiner at inria.fr
> <mailto:ingmar.steiner at inria.fr>> wrote:
>
>     Dear Vasana,
>
>     it's too soon to know for sure, but given that we haven't had the
>     opportunity to test on Windows 7, you might have encountered an
>     unknown bug...
>
>     Could you please follow the steps detailed at
>     http://mary.opendfki.de/wiki/FrequentlyAskedQuestions#bugreport and
>     provide DEBUG level output from your local Mary server (everything
>     from startup to the request processing failure) so that we can see
>     exactly what's going on?
>
>     Best wishes,
>
>     --
>     Ingmar Steiner
>     Postdoctoral Researcher
>     LORIA Speech Group
>     National Institute for Research in
>     Computer Science and Control (INRIA)
>
>
>     On 11.01.2011 05:16, Vasana Wijesooriya wrote:
>
>         Thanks Jeff. I tried to run it using local server.
>         I changed the example coding along the following lines.
>
>         //String serverHost = System.getProperty("server.host",
>         "cling.dfki.uni-sb.de <http://cling.dfki.uni-sb.de>
>         <http://cling.dfki.uni-sb.de>");
>
>         //int serverPort = Integer.getInteger("server.port",
>         59125).intValue();
>         //MaryClient mary = MaryClient.getMaryClient(new Address(serverHost,
>         serverPort));
>         MaryClient mary = MaryClient.getMaryClient();
>           //added this
>         line to connect to local server.
>
>         And started Mary server. But now I get similar errors as follows.
>
>         Mary TTS client 4.3.0 (impl. 20101220)
>         Connected to localhost:59125, Mary TTS server 4.3.0 (impl. 20101220)
>         Exception in thread "main" java.io.IOException: Server returned HTTP
>         response co
>         de: 500 for URL: http://localhost:59125/process
>                  at
>         sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown
>         So
>         urce)
>                  at
>         marytts.client.http.MaryHttpClient.requestInputStream(MaryHttpClient.
>         java:435)
>                  at
>         marytts.client.http.MaryHttpClient._process(MaryHttpClient.java:481)
>                  at marytts.client.MaryClient.process(MaryClient.java:661)
>                  at marytts.client.MaryClient.process(MaryClient.java:668)
>                  at MaryClientUser.main(MaryClientUser.java:79)
>
>         Hope you'd kindly help.
>         Thanks.
>
>         On Tue, Jan 11, 2011 at 12:15 AM, Jeff Sigmon
>         <jeff at jeffsigmon.com <mailto:jeff at jeffsigmon.com>
>         <mailto:jeff at jeffsigmon.com <mailto:jeff at jeffsigmon.com>>> wrote:
>
>             Vasana,
>
>             I have gotten 500 return codes from
>         cling.dfki.uni-sb.de:59125 <http://cling.dfki.uni-sb.de:59125>
>         <http://cling.dfki.uni-sb.de:59125> before.
>
>             I have noticed that the site is down at times. Your best bet
>         is to
>             start and connect to the mary server on your own box.
>
>             Jeff
>
>             On Mon, Jan 10, 2011 at 11:30 AM, Vasana Wijesooriya
>         <jayachamaree at gmail.com <mailto:jayachamaree at gmail.com>
>         <mailto:jayachamaree at gmail.com <mailto:jayachamaree at gmail.com>>>
>         wrote:
>          > Hello,
>          > I have downloaded OpenMary 4.3.0 and tried to run MaryClientUser
>             example
>          > program (in MARY TTS\examples) from command line. I'm using
>         Windows 7
>          > platform and Java 1.6.
>          > I get the following errors when trying to run this program.
>          > Mary TTS client 4.3.0 (impl. 20101220)
>          > Connected to cling.dfki.uni-sb.de:59125
>         <http://cling.dfki.uni-sb.de:59125>
>         <http://cling.dfki.uni-sb.de:59125>, Mary TTS server 4.3.0 (impl.
>
>          > 20101220)
>          > Exception in thread "main" java.io.IOException: Server
>         returned HTTP
>          > response co
>          > de: 500 for URL: http://cling.dfki.uni-sb.de:59125/process
>          >         at
>          >
>         sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown
>         So
>          > urce)
>          >         at
>          >
>         marytts.client.http.MaryHttpClient.requestInputStream(MaryHttpClient.
>          > java:435)
>          >         at
>          >
>         marytts.client.http.MaryHttpClient._process(MaryHttpClient.java:481)
>          >         at marytts.client.MaryClient.process(MaryClient.java:661)
>          >         at marytts.client.MaryClient.process(MaryClient.java:668)
>          >         at MaryClientUser.main(MaryClientUser.java:79)
>          > Would you please help me to fix this problem?
>          > Thanks.
>          > _______________________________________________
>          > Mary-users mailing list
>          > Mary-users at dfki.de <mailto:Mary-users at dfki.de>
>         <mailto:Mary-users at dfki.de <mailto:Mary-users at dfki.de>>
>
>          > http://www.dfki.de/mailman/cgi-bin/listinfo/mary-users
>          >
>          >
>
>
>
>
>         _______________________________________________
>         Mary-users mailing list
>         Mary-users at dfki.de <mailto:Mary-users at dfki.de>
>         http://www.dfki.de/mailman/cgi-bin/listinfo/mary-users
>
>
>
>
> _______________________________________________
> Mary-users mailing list
> Mary-users at dfki.de
> http://www.dfki.de/mailman/cgi-bin/listinfo/mary-users

-- 
Dr. Marc Schröder, Senior Researcher at DFKI GmbH
Project leader for DFKI in SSPNet http://sspnet.eu
Team Leader DFKI TTS Group http://mary.dfki.de
Editor W3C EmotionML Working Draft http://www.w3.org/TR/emotionml/
Portal Editor http://emotion-research.net
Associate Editor IEEE Trans. Affective Computing http://computer.org/tac

Homepage: http://www.dfki.de/~schroed
Email: marc.schroeder at dfki.de
Phone: +49-681-85775-5303
Postal address: DFKI GmbH, Campus D3_2, Stuhlsatzenhausweg 3, D-66123 
Saarbrücken, Germany
--
Official DFKI coordinates:
Deutsches Forschungszentrum fuer Kuenstliche Intelligenz GmbH
Trippstadter Strasse 122, D-67663 Kaiserslautern, Germany
Geschaeftsfuehrung:
Prof. Dr. Dr. h.c. mult. Wolfgang Wahlster (Vorsitzender)
Dr. Walter Olthoff
Vorsitzender des Aufsichtsrats: Prof. Dr. h.c. Hans A. Aukes
Amtsgericht Kaiserslautern, HRB 2313


More information about the Mary-users mailing list