Hi Mike, thanks for answering, good thing I'm trying to prove openvxml and Voxeo Prophercy. My application for example is called simple and the file is called example.war war. The application is very simple, just have a text (TTS) that says "Hello Alex."
Begin -> PLayPrompt -> EndCall. I exported my application to a web tutorial as stated in the "getting started", then left the war in my installation file (on Tomcat webapp in the directory, this is decompressed, then I go to my web browser and type the following URL: http://localhost:8081/example/simple The browser displays the following contents: <vxml version="2.0"> -- <form id="InitialForm" scope="document"> <var name="ANI" expr=""/> <var name="DNIS" expr=""/> -- <block name="InitialBlock"> <assign name="ANI" expr="session.connection.remote.uri"/> <assign name="DNIS" expr="session.connection.local.uri"/> <submit next="/example/-/next; jsessionid=D405778EAB3F9E6F8ABB9F39242A0C61?cbb0fc79382a4f039e6f8eb5fef8b1cd=success.filled" method="get" namelist="ANI DNIS"/> </ block> </ form> </ VXML> I call my application from the phone sip of voxeo prophercy. when running the application throws an error in the following lines: INFO: The APR based Apache Tomcat Native library which allows optimal performanc e in production environments was not found on the java.library.path: C:\Java\jdk 1.5.0_06\bin;.;C:\WINNT\System32;C:\WINNT;E:\oracle\ora92\bin;C:\WINNT\system32; C:\WINNT;C:\WINNT\System32\Wbem;C:\Archivos de programa\Microsoft SQL Server\80\ Tools\BINN;%ANT_HOME\bin;C:\Archivos de programa\CollabNet Subversion Server 28-09-2008 08:53:29 PM org.apache.coyote.http11.Http11Protocol init INFO: Inicializando Coyote HTTP/1.1 en puerto http-8081 28-09-2008 08:53:29 PM org.apache.catalina.startup.Catalina load INFO: Initialization processed in 803 ms 28-09-2008 08:53:29 PM org.apache.catalina.core.StandardService start INFO: Arrancando servicio Catalina 28-09-2008 08:53:29 PM org.apache.catalina.core.StandardEngine start INFO: Starting Servlet Engine: Apache Tomcat/6.0.18 28-09-2008 08:53:29 PM org.apache.catalina.startup.HostConfig deployWAR INFO: Despliegue del archivo example.war de la aplicaci´+¢n web !SESSION 2008-09-28 20:53:30.984 ----------------------------------------------- eclipse.buildId=unknown java.version=1.5.0_06 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=es_CL Command-line arguments: -consoleLog !ENTRY org.eclipse.osgi 4 0 2008-09-28 20:53:31.000 !MESSAGE Bundle [EMAIL PROTECTED] not found. INFO |2008/09/28|20:53:31> Host Started INFO |2008/09/28|20:53:31|p=simple> Process "simple" Started 28-09-2008 08:53:32 PM org.apache.coyote.http11.Http11Protocol start INFO: Arrancando Coyote HTTP/1.1 en puerto http-8081 28-09-2008 08:53:32 PM org.apache.jk.common.ChannelSocket init INFO: JK: ajp13 listening on /0.0.0.0:8009 28-09-2008 08:53:32 PM org.apache.jk.server.JkMain start INFO: Jk running ID=0 time=0/47 config=null 28-09-2008 08:53:32 PM org.apache.catalina.startup.Catalina start INFO: Server startup in 3024 ms INFO |2008/09/28|20:53:45|p=simple|s=5A4CB542AA1BB173445DA2559BAB2484> Session " 5A4CB542AA1BB173445DA2559BAB2484" created. INFO |2008/09/28|20:53:45|p=simple|s=5A4CB542AA1BB173445DA2559BAB2484|e=0001> Ex ecution "1" Started INFO |2008/09/28|20:53:45|p=simple|s=5A4CB542AA1BB173445DA2559BAB2484|e=0001> Ac tion "Begin" Starting INFO |2008/09/28|20:53:45|p=simple|s=5A4CB542AA1BB173445DA2559BAB2484|e=0001> Re questing initial variables. INFO |2008/09/28|20:53:45|p=simple|s=5A4CB542AA1BB173445DA2559BAB2484|e=0001> Ac tion "Begin" Ended INFO |2008/09/28|20:53:45|p=simple|s=5A4CB542AA1BB173445DA2559BAB2484|e=0001> Ex ecution "1" Ended INFO |2008/09/28|20:54:59|p=simple|s=CF6A3909157A9407156E5C020A9B25D3> Session " CF6A3909157A9407156E5C020A9B25D3" created. INFO |2008/09/28|20:54:59|p=simple|s=CF6A3909157A9407156E5C020A9B25D3|e=0001> Ex ecution "1" Started INFO |2008/09/28|20:54:59|p=simple|s=CF6A3909157A9407156E5C020A9B25D3|e=0001> Ac tion "Begin" Starting INFO |2008/09/28|20:54:59|p=simple|s=CF6A3909157A9407156E5C020A9B25D3|e=0001> Re questing initial variables. INFO |2008/09/28|20:54:59|p=simple|s=CF6A3909157A9407156E5C020A9B25D3|e=0001> Ac tion "Begin" Ended INFO |2008/09/28|20:54:59|p=simple|s=CF6A3909157A9407156E5C020A9B25D3|e=0001> Ex ecution "1" Ended INFO |2008/09/28|20:54:59|p=simple|s=CF6A3909157A9407156E5C020A9B25D3|e=0002> Ex ecution "2" Started INFO |2008/09/28|20:54:59|p=simple|s=CF6A3909157A9407156E5C020A9B25D3|e=0002> Ac tion "Begin" Starting INFO |2008/09/28|20:54:59|p=simple|s=CF6A3909157A9407156E5C020A9B25D3|e=0002> Pr ocessing initial variables. INFO |2008/09/28|20:54:59|p=simple|s=CF6A3909157A9407156E5C020A9B25D3|e=0002> As signed variable "Platform.ANI" to "unknown" INFO |2008/09/28|20:54:59|p=simple|s=CF6A3909157A9407156E5C020A9B25D3|e=0002> As signed variable "Platform.DNIS" to "vxml" INFO |2008/09/28|20:54:59|p=simple|s=CF6A3909157A9407156E5C020A9B25D3|e=0002> Pe rforming variable assignments INFO |2008/09/28|20:54:59|p=simple|s=CF6A3909157A9407156E5C020A9B25D3|e=0002> Va riable assignments complete INFO |2008/09/28|20:54:59|p=simple|s=CF6A3909157A9407156E5C020A9B25D3|e=0002> Ac tion "Begin" Ended INFO |2008/09/28|20:54:59|p=simple|s=CF6A3909157A9407156E5C020A9B25D3|e=0002> Ac tion "PlayPrompt" Starting INFO |2008/09/28|20:54:59|p=simple|s=CF6A3909157A9407156E5C020A9B25D3|e=0002> Se nding output. INFO |2008/09/28|20:54:59|p=simple|s=CF6A3909157A9407156E5C020A9B25D3|e=0002> Ac tion "PlayPrompt" Ended ERROR|2008/09/28|20:54:59|p=simple|s=CF6A3909157A9407156E5C020A9B25D3|e=0002> null ERROR|2008/09/28|20:54:59|p=simple|s=CF6A3909157A9407156E5C020A9B25D3|e=0002> java.lang.NullPointerException ERROR|2008/09/28|20:54:59|p=simple|s=CF6A3909157A9407156E5C020A9B25D3|e=0002> at org.eclipse.vtp.framework.interactions.core.services.Conversation.res olveOutput(Conversation.java:147) ERROR|2008/09/28|20:54:59|p=simple|s=CF6A3909157A9407156E5C020A9B25D3|e=0002> at org.eclipse.vtp.framework.interactions.core.services.Conversation.acc ess$2(Conversation.java:141) ERROR|2008/09/28|20:54:59|p=simple|s=CF6A3909157A9407156E5C020A9B25D3|e=0002> at org.eclipse.vtp.framework.interactions.core.services.Conversation$Out putMessage.createCommand(Conversation.java:620) ERROR|2008/09/28|20:54:59|p=simple|s=CF6A3909157A9407156E5C020A9B25D3|e=0002> at org.eclipse.vtp.framework.interactions.core.services.Conversation$Abs tractInteraction.enqueue(Conversation.java:475) ERROR|2008/09/28|20:54:59|p=simple|s=CF6A3909157A9407156E5C020A9B25D3|e=0002> at org.eclipse.vtp.framework.interactions.core.actions.OutputMessageActi on.execute(OutputMessageAction.java:66) ERROR|2008/09/28|20:54:59|p=simple|s=CF6A3909157A9407156E5C020A9B25D3|e=0002> at org.eclipse.vtp.framework.engine.runtime.Action.execute(Action.java:1 33) ERROR|2008/09/28|20:54:59|p=simple|s=CF6A3909157A9407156E5C020A9B25D3|e=0002> at org.eclipse.vtp.framework.engine.runtime.Sequence.next(Sequence.java: 108) ERROR|2008/09/28|20:54:59|p=simple|s=CF6A3909157A9407156E5C020A9B25D3|e=0002> at org.eclipse.vtp.framework.engine.runtime.Execution$1.run(Execution.ja va:173) ERROR|2008/09/28|20:54:59|p=simple|s=CF6A3909157A9407156E5C020A9B25D3|e=0002> at org.eclipse.vtp.framework.engine.http.DeploymentExecution.visitRunnab le(DeploymentExecution.java:461) ERROR|2008/09/28|20:54:59|p=simple|s=CF6A3909157A9407156E5C020A9B25D3|e=0002> at org.eclipse.vtp.framework.engine.runtime.Execution$1.accept(Execution .java:187) ERROR|2008/09/28|20:54:59|p=simple|s=CF6A3909157A9407156E5C020A9B25D3|e=0002> at org.eclipse.vtp.framework.engine.http.DeploymentExecution.doNext(Depl oymentExecution.java:191) ERROR|2008/09/28|20:54:59|p=simple|s=CF6A3909157A9407156E5C020A9B25D3|e=0002> at org.eclipse.vtp.framework.engine.http.DeploymentSession.next(Deployme ntSession.java:206) ERROR|2008/09/28|20:54:59|p=simple|s=CF6A3909157A9407156E5C020A9B25D3|e=0002> at org.eclipse.vtp.framework.engine.http.Deployment.next(Deployment.java :167) ERROR|2008/09/28|20:54:59|p=simple|s=CF6A3909157A9407156E5C020A9B25D3|e=0002> at org.eclipse.vtp.framework.engine.http.HttpConnector.invokeProcessEngi ne(HttpConnector.java:376) ERROR|2008/09/28|20:54:59|p=simple|s=CF6A3909157A9407156E5C020A9B25D3|e=0002> at org.eclipse.vtp.framework.engine.http.HttpConnector.process(HttpConne ctor.java:287) ERROR|2008/09/28|20:54:59|p=simple|s=CF6A3909157A9407156E5C020A9B25D3|e=0002> at org.eclipse.vtp.framework.engine.http.HttpConnectorServlet.process(Ht tpConnectorServlet.java:121) ERROR|2008/09/28|20:54:59|p=simple|s=CF6A3909157A9407156E5C020A9B25D3|e=0002> at org.eclipse.vtp.framework.engine.http.HttpConnectorServlet.doGet(Http ConnectorServlet.java:142) ERROR|2008/09/28|20:54:59|p=simple|s=CF6A3909157A9407156E5C020A9B25D3|e=0002> at javax.servlet.http.HttpServlet.service(HttpServlet.java:617) ERROR|2008/09/28|20:54:59|p=simple|s=CF6A3909157A9407156E5C020A9B25D3|e=0002> at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) ERROR|2008/09/28|20:54:59|p=simple|s=CF6A3909157A9407156E5C020A9B25D3|e=0002> at org.eclipse.equinox.http.servlet.internal.ServletRegistration.handleR equest(ServletRegistration.java:90) ERROR|2008/09/28|20:54:59|p=simple|s=CF6A3909157A9407156E5C020A9B25D3|e=0002> at org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(P roxyServlet.java:111) ERROR|2008/09/28|20:54:59|p=simple|s=CF6A3909157A9407156E5C020A9B25D3|e=0002> at org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyS ervlet.java:75) ERROR|2008/09/28|20:54:59|p=simple|s=CF6A3909157A9407156E5C020A9B25D3|e=0002> at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) ERROR|2008/09/28|20:54:59|p=simple|s=CF6A3909157A9407156E5C020A9B25D3|e=0002> at org.eclipse.equinox.servletbridge.BridgeServlet.service(BridgeServlet .java:115) ERROR|2008/09/28|20:54:59|p=simple|s=CF6A3909157A9407156E5C020A9B25D3|e=0002> at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) ERROR|2008/09/28|20:54:59|p=simple|s=CF6A3909157A9407156E5C020A9B25D3|e=0002> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl icationFilterChain.java:290) ERROR|2008/09/28|20:54:59|p=simple|s=CF6A3909157A9407156E5C020A9B25D3|e=0002> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF ilterChain.java:206) ERROR|2008/09/28|20:54:59|p=simple|s=CF6A3909157A9407156E5C020A9B25D3|e=0002> at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV alve.java:233) ERROR|2008/09/28|20:54:59|p=simple|s=CF6A3909157A9407156E5C020A9B25D3|e=0002> at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV alve.java:191) ERROR|2008/09/28|20:54:59|p=simple|s=CF6A3909157A9407156E5C020A9B25D3|e=0002> at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j ava:128) ERROR|2008/09/28|20:54:59|p=simple|s=CF6A3909157A9407156E5C020A9B25D3|e=0002> at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j ava:102) ERROR|2008/09/28|20:54:59|p=simple|s=CF6A3909157A9407156E5C020A9B25D3|e=0002> at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal ve.java:109) ERROR|2008/09/28|20:54:59|p=simple|s=CF6A3909157A9407156E5C020A9B25D3|e=0002> at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav a:286) ERROR|2008/09/28|20:54:59|p=simple|s=CF6A3909157A9407156E5C020A9B25D3|e=0002> at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java :845) ERROR|2008/09/28|20:54:59|p=simple|s=CF6A3909157A9407156E5C020A9B25D3|e=0002> at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.proce ss(Http11Protocol.java:583) ERROR|2008/09/28|20:54:59|p=simple|s=CF6A3909157A9407156E5C020A9B25D3|e=0002> at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:44 7) ERROR|2008/09/28|20:54:59|p=simple|s=CF6A3909157A9407156E5C020A9B25D3|e=0002> at java.lang.Thread.run(Thread.java:595) INFO |2008/09/28|20:54:59|p=simple|s=CF6A3909157A9407156E5C020A9B25D3|e=0002> Ex ecution "2" Ended INFO |2008/09/28|20:54:59|p=simple|s=CF6A3909157A9407156E5C020A9B25D3|e=0003> Se ssion "CF6A3909157A9407156E5C020A9B25D3" Terminated INFO |2008/09/28|20:54:59|p=simple|s=CF6A3909157A9407156E5C020A9B25D3> Session " CF6A3909157A9407156E5C020A9B25D3" disposed. 2008/9/28 Mike Greenawalt <[EMAIL PROTECTED]> > If you have accurately shown the code you see, then the segment: > > <block Name="InitialBlock"> > name="ANI" expr="session.connection.remote.uri" /> <assign > name="DNIS" expr="session.connection.local.uri" /> <assign > <submit > > clearly has a problem in the formation of the <assign tag. The <assign tag > shown is not proper XML. > > It would be helpful if you described what error symptoms you encountered > when you ran the application. > > -- Mike > > alejandro novoa wrote: > >> Hello all, I have a problem apparently. I have an application made in >> openVXML(I download VTP-3.0 from eclipse project), is a very simple, but >> apparently I have problems with the export of my application to file a war >> once it has been exported, I take the war and file in the directory I leave >> my webapp Tomcat installation (my version apache-tomcat-5.5.26 and I also >> tested with the version apache-tomcat-6.0.18). will automatically unzip the >> file and then war in my web browser I write the url: >> http://localhost:8081/ <warfile> / <projectname>. >> >> in my application designed openVXML has a playPrompt using a wav sound >> file >> >> module begin -> module PlayPrompt -> module endcall >> >> in my web browser I see the following code: >> >> <? xml version = "1.0"?> >> - <vxml Xmlns="http://www.w3.org/2001/vxml" version="2.0"> >> - <form Id="InitialForm" scope="document"> >> <var name="ANI" expr="" /> >> <var name="DNIS" expr="" /> >> - <block Name="InitialBlock"> >> name="ANI" expr="session.connection.remote.uri" /> <assign >> name="DNIS" expr="session.connection.local.uri" /> <assign >> <submit >> next="/Alex/-/next;jsessionid=BA1D0604EC17B37AE750BE99BFDC50F4?cbb0fc79382a4f039e6f8eb5fef8b1cd=success.filled" >> method="get" namelist="ANI DNIS" /> >> </ block> >> </ form> >> </ VXML> >> >> apparently this bad, if anyone can help me I would appreciate. >> >> Also if someone has experience with openvxml and voxeo Prophecy to call my >> application DESD sip the phone. >> -- >> Alejandro Novoa Jorquera >> Ingeniero Informático >> cel: 85417793 >> 98931636 >> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> vtp-dev mailing list >> [email protected] >> https://dev.eclipse.org/mailman/listinfo/vtp-dev >> >> > _______________________________________________ > vtp-dev mailing list > [email protected] > https://dev.eclipse.org/mailman/listinfo/vtp-dev > --
_______________________________________________ vtp-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/vtp-dev
