From: spencer l. <spe...@gm...> - 2010-11-15 18:08:13
|
This exception in the transmitter is ok too. It is low priority known problem, regarding the way the mrcp channels are shutdown. MRCP4J complains with this message if things are not closed in certain way -- but it handles the situation. At the very least you should be able to run the demos. Are you sure you do not hear any audio when you run synthClient? I think it should be working. Is it possible the volume is turned down? On Mon, Nov 15, 2010 at 9:53 AM, Christian Schulz <chs...@df...> wrote: > For the transmitter: > > Resource bound and waiting... > Wrote synthesized speech to C:\temp\cairo\basePromptDir\ > 12c4f7a65f6@speechsynth\1289823631677.au<12c4f7a65f6@speechsynth%5C1289823631677.au> > 2010-11-15 13:20:45,349 WARN {IoThreadPool-1} org.mrcp4j.server.SESSION > EXCEPTION: Eine vorhandene Verbindung wurde vom Remotehost geschlossen > > java.io.IOException: Eine vorhandene Verbindung wurde vom Remotehost > geschlossen > > at sun.nio.ch.SocketDispatcher.read0(Native Method) > at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:25) > at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:233) > at sun.nio.ch.IOUtil.read(IOUtil.java:200) > at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:236) > at > org.apache.mina.io.socket.SocketIoProcessor.read(SocketIoProcessor.java:265) > at > org.apache.mina.io.socket.SocketIoProcessor.processSessions(SocketIoProcessor.java:238) > at > org.apache.mina.io.socket.SocketIoProcessor.access$200(SocketIoProcessor.java:42) > at > org.apache.mina.io.socket.SocketIoProcessor$Worker.run(SocketIoProcessor.java:555) > > For the receiver: > > Resource bound and waiting... > 2010-11-15 13:05:27,967 WARN {RMI TCP Connection(2)-134.96.189.199} > org.speechforge.cairo.server.recog.RTPRecogChannel > No recengine to return to pool! > 2010-11-15 13:05:29,390 WARN {IoThreadPool-3} org.mrcp4j.server.SESSION > EXCEPTION: Eine vorhandene Verbindung wurde vom Remotehost geschlossen > > java.io.IOException: Eine vorhandene Verbindung wurde vom Remotehost > geschlossen > > at sun.nio.ch.SocketDispatcher.read0(Native Method) > at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:25) > at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:233) > at sun.nio.ch.IOUtil.read(IOUtil.java:200) > at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:236) > at > org.apache.mina.io.socket.SocketIoProcessor.read(SocketIoProcessor.java:265) > at > org.apache.mina.io.socket.SocketIoProcessor.processSessions(SocketIoProcessor.java:238) > at > org.apache.mina.io.socket.SocketIoProcessor.access$200(SocketIoProcessor.java:42) > at > org.apache.mina.io.socket.SocketIoProcessor$Worker.run(SocketIoProcessor.java:555) > > > Am 15.11.2010 18:51, schrieb spencer lord: > > Hi, > The unhandled SIP 183 message, should not be causing issues with demos. > It is just an informational message. I do not think that any actions is > needed in response to this message with MRCP clients. I could be wrong, but > that is another discussion > > What do you see in the transmitter window when you run the synthclient? > > Spencer > > > On Mon, Nov 15, 2010 at 8:44 AM, Christian Schulz <chs...@df...>wrote: > >> Hi Spencer >> >> thanks for your reply, unfortunately your guess did not help. The error >> message is still the same. I was trying all demos including the speech synth >> client. There the error message is slightly different maybe it gives you a >> hint for what reason the demos are not working out. Btw did you check it out >> if the demos for download are running on your machine? >> >> 2010-11-15 17:27:22,158 INFO {main} >> org.speechforge.cairo.demo.tts.SpeechSynthClient >> >> Sending a SIP invitation to the cairo server. >> 2010-11-15 17:27:22,767 WARN {EventScannerThread} >> org.speechforge.cairo.sip.SipListenerImpl >> >> Received an unhandled SIP response status code (ignoring it): 183 : >> Session progress >> 2010-11-15 17:27:22,839 INFO {main} >> org.speechforge.cairo.demo.tts.SpeechSynthClient >> Received the SIP Response. >> 2010-11-15 17:27:36,408 INFO {Thread-1} >> org.speechforge.cairo.sip.SimpleSipAgent >> Sent a SIP BYE. >> C:\Users\chschulz\sources\nlp\cairo\cairo-0.3\demo\bin> >> >> Best, >> >> Chris >> >> >> Am 15.11.2010 17:06, schrieb spencer lord: >> >> Hi Chris, >> >> It looks like it may be a problem with jmf. Cairo uses JMF for RTP >> streaming. Did you install it on the machine you are using? The jmf >> download link on Cairo installation web page is stale. Sorry, we need to >> fix that. You can download it here >> >> http://www.oracle.com/technetwork/java/javase/download-142937.html >> >> If it is already installed, make sue that jmf.jar nd sound.jar are in the >> lib.ext directory of the jre that you are using. >> >> Let me know if that solves the problem. >> >> Spencer >> >> On Mon, Nov 15, 2010 at 6:40 AM, Christian Schulz <chs...@df...>wrote: >> >>> Hi all, >>> >>> I am new to the cairo project and I was trying out the demos you can >>> download here: >>> http://sourceforge.net/projects/cairo/files/ >>> >>> Following the instructions here >>> http://www.speechforge.org/projects/cairo/intro.html (that is identical >>> to the instruction in the readme file included in the download) I >>> however cannot get the demo applications run. In particular the >>> recognizer will output this error, while trying to connect to the >>> receiver: >>> >>> Sending a SIP invitation to the cairo server. >>> 2010-11-15 13:05:07,296 WARN {EventScannerThread} >>> org.speechforge.cairo.sip.SipListenerImpl >>> Received an unhandled SIP response status code (ignoring it): 183 : >>> Session progress >>> 2010-11-15 13:05:07,861 INFO {main} >>> org.speechforge.cairo.demo.recog.RecognitionClient >>> Received the SIP Response. >>> java.lang.NullPointerException >>> 2010-11-15 13:05:08,397 WARN {Thread-7} >>> org.speechforge.cairo.rtp.RTPPlayer playSource(): encountered unexpected >>> exception: >>> javax.media.NoDataSourceException: Error instantiating class: >>> com.sun.media.protocol.dsound.DataSource : java.lang.NullPointerException >>> at javax.media.Manager.createDataSource(Manager.java:1012) >>> at >>> org.speechforge.cairo.rtp.RTPPlayer.playSource(RTPPlayer.java:110) >>> at >>> >>> org.speechforge.cairo.rtp.NativeMediaClient$TransmitThread.run(NativeMediaClient.java:105) >>> Exception in thread "Thread-7" java.lang.RuntimeException: playSource() >>> encountered unexpected exception >>> at >>> org.speechforge.cairo.rtp.RTPPlayer.playSource(RTPPlayer.java:153) >>> at >>> >>> org.speechforge.cairo.rtp.NativeMediaClient$TransmitThread.run(NativeMediaClient.java:105) >>> Caused by: javax.media.NoDataSourceException: Error instantiating class: >>> com.sun.media.protocol.dsound.DataSource : java.lang.NullPointerException >>> at javax.media.Manager.createDataSource(Manager.java:1012) >>> at >>> org.speechforge.cairo.rtp.RTPPlayer.playSource(RTPPlayer.java:110) >>> ... 1 more >>> 2010-11-15 13:05:18,577 WARN {main} >>> org.speechforge.cairo.demo.recog.RecognitionClient >>> org.mrcp4j.client.MrcpInvocationException: MRCP response contains an >>> error code, the request invocation did not complete successfully. >>> org.mrcp4j.client.MrcpInvocationException: MRCP response contains an >>> error code, the request invocation did not complete successfully. >>> at >>> org.mrcp4j.client.MrcpChannel.sendRequest(MrcpChannel.java:143) >>> at >>> >>> org.speechforge.cairo.demo.recog.RecognitionClient.doRecognize(RecognitionClient.java:164) >>> at >>> org.speechforge.cairo.demo.recog.RecognitionClient.main(RecognitionCl >>> ient.java:358) >>> 2010-11-15 13:05:27,929 INFO {main} >>> org.speechforge.cairo.sip.SimpleSipAgent >>> Sent a SIP BYE. >>> >>> Thanks for your help! >>> >>> chris >>> >>> >>> ------------------------------------------------------------------------------ >>> Centralized Desktop Delivery: Dell and VMware Reference Architecture >>> Simplifying enterprise desktop deployment and management using >>> Dell EqualLogic storage and VMware View: A highly scalable, end-to-end >>> client virtualization framework. Read more! >>> http://p.sf.net/sfu/dell-eql-dev2dev >>> _______________________________________________ >>> cairo-user mailing list >>> cai...@li... >>> https://lists.sourceforge.net/lists/listinfo/cairo-user >>> >> >> >> ------------------------------------------------------------------------------ >> Centralized Desktop Delivery: Dell and VMware Reference Architecture >> Simplifying enterprise desktop deployment and management using >> Dell EqualLogic storage and VMware View: A highly scalable, end-to-end >> client virtualization framework. Read more!http://p.sf.net/sfu/dell-eql-dev2dev >> >> >> _______________________________________________ >> cairo-user mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/cairo-user >> >> >> -- >> Christian H. Schulz >> DFKI GmbH, Campus D3 2 >> Stuhlsatzenhausweg 3 >> D-66123 Saarbrücken, Germany >> +49 (0)681 85775-5371 (tel.) -5021 (fax) >> mail: chs...@df..., http: www.dfki.de/~chschulz <http://www.dfki.de/%7Echschulz> >> >> ------------------------------------------------------------------ >> Deutsches Forschungszentrum fuer Kuenstliche Intelligenz GmbH >> Firmensitz: Trippstadter Strasse 122, D-67663 Kaiserslautern >> 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 >> >> >> >> ------------------------------------------------------------------------------ >> Centralized Desktop Delivery: Dell and VMware Reference Architecture >> Simplifying enterprise desktop deployment and management using >> Dell EqualLogic storage and VMware View: A highly scalable, end-to-end >> client virtualization framework. Read more! >> http://p.sf.net/sfu/dell-eql-dev2dev >> _______________________________________________ >> cairo-user mailing list >> cai...@li... >> https://lists.sourceforge.net/lists/listinfo/cairo-user >> >> > > ------------------------------------------------------------------------------ > Centralized Desktop Delivery: Dell and VMware Reference Architecture > Simplifying enterprise desktop deployment and management using > Dell EqualLogic storage and VMware View: A highly scalable, end-to-end > client virtualization framework. Read more!http://p.sf.net/sfu/dell-eql-dev2dev > > > _______________________________________________ > cairo-user mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/cairo-user > > > -- > Christian H. Schulz > DFKI GmbH, Campus D3 2 > Stuhlsatzenhausweg 3 > D-66123 Saarbrücken, Germany > +49 (0)681 85775-5371 (tel.) -5021 (fax) > mail: chs...@df..., http: www.dfki.de/~chschulz <http://www.dfki.de/%7Echschulz> > > ------------------------------------------------------------------ > Deutsches Forschungszentrum fuer Kuenstliche Intelligenz GmbH > Firmensitz: Trippstadter Strasse 122, D-67663 Kaiserslautern > 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 > > > > ------------------------------------------------------------------------------ > Centralized Desktop Delivery: Dell and VMware Reference Architecture > Simplifying enterprise desktop deployment and management using > Dell EqualLogic storage and VMware View: A highly scalable, end-to-end > client virtualization framework. Read more! > http://p.sf.net/sfu/dell-eql-dev2dev > _______________________________________________ > cairo-user mailing list > cai...@li... > https://lists.sourceforge.net/lists/listinfo/cairo-user > > |