Author Message
RajeshBairagoni
Joined: Dec 16, 2013
Messages: 98
Offline
HI ,

I am unable to run speech application with application simulator in Avaya OD . I am getting below error for all speech applications.I have tried with restarting tomacet and eclipse. But no good result...

Personal Voice Browser Version 5.1 Copyright (c) 2004-2010, Avaya
Error(0x8004503a) unable to set audio input
App Log: EVENT Id(2) Label() Msg(Error: error.badfetch.http.404 , Error fetching document http://localhost:8080/AnnounceToCustomer/runmodule.vxml?call_classification=live_voice&sagecfhport=35100&sagecfhhost=tusca00avm113uj&session___sessionid=sess4760589&session___vpconverseondata=)
Playing text " Your application is having a problem. The event ", Language (en-us), Gender (Female)
Playing text "error.badfetch.http.404", Language (en-us), Gender (Female)
Playing text " was caught ", Language (en-us), Gender (Female)
Playing text " with message ", Language (en-us), Gender (Female)
Playing text "Error fetching document http://localhost:8080/AnnounceToCustomer/runmodule.vxml?call_classification=live_voice&sagecfhport=35100&sagecfhhost=tusca00avm113uj&session___sessionid=sess4760589&session___vpconverseondata=", Language (en-us), Gender (Female)
Playing text " , Since no event handler was found, the application is exiting. ", Language (en-us), Gender (Female)



Can any one please help me here ?

Thanks,
Rajesh
Anonymous

I had the same issue and found out we could not use IC or AES connectors.
Not sure if this will help, but we had to delete the logic using the connectors and uncheck
the Pluggable Connectors
Anonymous

The Error(0x8004503a) unable to set audio input, means that it is not able to detect your speech input.
Is your microphone correctly installed ? Run a quick diagnostic check to confirm that your microphone is working and is able to recognize your speech input.
Make sure you are not running OD via Remote Desktop, microphone input is not available via remote desktop.
ShwetaBehere
Joined: Dec 23, 2013
Messages: 136
Offline
If you are not using ASR via simulation, then you can ignore the "Error(0x8004503a) unable to set audio input" error.
The other error is a typical bad fetch error, try reinstalling your tomcat.
ClarissaPortillo
Joined: Nov 26, 2012
Messages: 56
Offline
Hi ALL,

I had the same issue..


when i use the feature SIMULATION in OD 7 im getting this error:



We use simulate the call flow on eclipse and got this error:

Personal Voice Browser Version 7.0 Copyright (c) 2004-2013, Avaya
Error(0x8004503a) unable to set audio input
App Log: EVENT Id(2) Label() Msg(Error: error.badfetch.http.500 , Error fetching document http://localhost:8080/DTSI/Start?call_classificati...79&session___vpconverseondata=)
Playing text " Your application is having a problem. The event ", Language (en-us), Gender (Female)
Error(0x8004503a) unable to set default audio output device
Playing text "error.badfetch.http.500", Language (en-us), Gender (Female)
Playing text " was caught ", Language (en-us), Gender (Female)
Playing text " with message ", Language (en-us), Gender (Female)
Playing text "Error fetching document http://localhost:8080/DTSI/Start?call_classificati...79&session___vpconverseondata=", Language (en-us), Gender (Female)
Playing text " , Since no event handler was found, the application is exiting. ", Language (en-us), Gender (Female)
End of Dialog

_______________________________________________
And when i tried to verify the call flow in EPMS this error appear:

HTTP Status 500 - flow/Start : Unsupported major.minor version 51.0 (unable to load class flow.Start)

type Exception report

message flow/Start : Unsupported major.minor version 51.0 (unable to load class flow.Start)

description The server encountered an internal error that prevented it from fulfilling this request.

exception

java.lang.UnsupportedClassVersionError: flow/Start : Unsupported major.minor version 51.0 (unable to load class flow.Start)
org.apache.catalina.loader.WebappClassLoader.findClassInternal(WebappClassLoader.java:2961)
org.apache.catalina.loader.WebappClassLoader.findClass(WebappClassLoader.java:1210)
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1690)
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1571)
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:492)
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:950)
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:421)
org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1070)
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:611)
org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:314)
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
java.lang.Thread.run(Unknown Source)

note The full stack trace of the root cause is available in the Apache Tomcat/7.0.57 logs.


__________________________________________

Im accessing the application server via remote.

Thanks,
Clarissa
NeilGoldsmith
Joined: Nov 6, 2013
Messages: 902
Offline
HTTP Status 500 - flow/Start : Unsupported major.minor version 51.0 (unable to load class flow.Start)

This means you have the wrong Java version. Is this OD 7.1 (Feature Pack)? We moved to Java 7 in that release which requires Java 7.
swathip
Joined: May 11, 2015
Messages: 5
Offline
HI, i got same issue and struggled for one week for this issue. As i noticed i used JDK 1.7 under Java build path and changed Java compiler version from 1.7 to 1.6. It started working.
Go to:   
Mobile view