[mary-users] Problem in running example program

Ingmar Steiner ingmar.steiner at inria.fr
Tue Jan 11 11:58:03 CET 2011


Dear Vasana,

this seems to be another instance of http://mary.opendfki.de/ticket/346. 
Thank you for reporting it. We may contact you again if we need 
additional information to resolve the issue.

Best wishes,

Ingmar Steiner
Postdoctoral Researcher
LORIA Speech Group
National Institute for Research in
Computer Science and Control (INRIA)

On 11.01.2011 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


More information about the Mary-users mailing list