Discussion:
[vtp-dev] OpenVXML 4.0 exporting issue
mohammad hasanzadeh
2014-07-15 04:58:33 UTC
Permalink
Hi,
In OpenVXML 4.0 with Indigo IDE. I exported a HelloWorld program as a
voice tools \ web application and deployed it on Tomcat. Since Tomcat start
the Host, but it does not assign a resource ID to the webapp and it's not
started. It doesn't seem the app exported properly. After I double check
the path of the project (http://Tomcat_IP:8080/WAR_NAME/HelloWorld) the
Tomcat says the following message:
"The requested resource (*ProxyServlet: /WAR_NAME/HelloWorld*) is not
available"
Also the Tomcat log shows that the project is started but Tomcat doesn't
assign any resource ID to it.
The overall configurations of the Eclipse IDE and tomcat are as follow:
Editor side:
- Indigo IDE with installed OpenVXML 4.0 from install new software of
Eclipse
- Java 6 Update 45
Tomcat Side
- Tomcat 6
- Java 6 Update 30

Thanks for your help.
Damian Nardelli
2014-07-15 17:19:41 UTC
Permalink
Have you tried with http://tomcat_ip:8080/WAR_NAME/HelloWorld/Begin ?
BTW, don't expect too much from this list as it looks it's been
discontinued... http://dev.eclipse.org/mhonarc/lists/vtp-dev/maillist.html

Damian


On Tue, Jul 15, 2014 at 1:58 AM, mohammad hasanzadeh <
Post by mohammad hasanzadeh
Hi,
In OpenVXML 4.0 with Indigo IDE. I exported a HelloWorld program as a
voice tools \ web application and deployed it on Tomcat. Since Tomcat start
the Host, but it does not assign a resource ID to the webapp and it's not
started. It doesn't seem the app exported properly. After I double check
the path of the project (http://Tomcat_IP:8080/WAR_NAME/HelloWorld) the
"The requested resource (*ProxyServlet: /WAR_NAME/HelloWorld*) is not
available"
Also the Tomcat log shows that the project is started but Tomcat doesn't
assign any resource ID to it.
- Indigo IDE with installed OpenVXML 4.0 from install new software of
Eclipse
- Java 6 Update 45
Tomcat Side
- Tomcat 6
- Java 6 Update 30
Thanks for your help.
_______________________________________________
vtp-dev mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/vtp-dev
Dominique Boucher
2014-07-15 18:28:32 UTC
Permalink
Hi,

If you're looking for a different way of developing IVR applications, I suggest you take a look at Rivr (http://rivr.nuecho.com). You can find the code on Github ( http://github.com/nuecho/rivr ) as well as a pretty extensive cookbook: https://github.com/nuecho/rivr-cookbook/wiki .

You can also find some background information in this blog post series: http://blog.nuecho.com/2014/03/18/a-better-introduction-to-rivr/

(I know this looks a bit like spam, but the VTP project has been dormant and unsupported for quite some time now, while Rivr is alive and under active development. And it's an open-source project.)

Best regards,
Dominique

Disclaimer : I'm the CTO of Nu Echo, the company behind Rivr.
----- Original Message -----

From: "Damian Nardelli" <***@gmail.com>
To: "Voice Tools general developers" <vtp-***@eclipse.org>
Sent: Tuesday, July 15, 2014 1:19:41 PM
Subject: Re: [vtp-dev] OpenVXML 4.0 exporting issue

Have you tried with http://tomcat_ip:8080/WAR_NAME/HelloWorld/Begin ?
BTW, don't expect too much from this list as it looks it's been discontinued... http://dev.eclipse.org/mhonarc/lists/vtp-dev/maillist.html

Damian


On Tue, Jul 15, 2014 at 1:58 AM, mohammad hasanzadeh < ***@gmail.com > wrote:



Hi,
In OpenVXML 4.0 with Indigo IDE. I exported a HelloWorld program as a voice tools \ web application and deployed it on Tomcat. Since Tomcat start the Host, but it does not assign a resource ID to the webapp and it's not started. It doesn't seem the app exported properly. After I double check the path of the project ( http://Tomcat_IP:8080/WAR_NAME/HelloWorld ) the Tomcat says the following message:
"The requested resource ( ProxyServlet: /WAR_NAME/HelloWorld ) is not available"
Also the Tomcat log shows that the project is started but Tomcat doesn't assign any resource ID to it.
The overall configurations of the Eclipse IDE and tomcat are as follow:
Editor side:
- Indigo IDE with installed OpenVXML 4.0 from install new software of Eclipse
- Java 6 Update 45
Tomcat Side
- Tomcat 6
- Java 6 Update 30

Thanks for your help.

_______________________________________________
vtp-dev mailing list
vtp-***@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/vtp-dev





_______________________________________________
vtp-dev mailing list
vtp-***@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/vtp-dev
mohammad hasanzadeh
2014-07-16 06:42:41 UTC
Permalink
Thanks for your answer. By discontinuing, you mean the VTP project is not
supported any more?
BTW, entering the mentioned page, the borrowser shows the following:

<vxml xmlns="http://www.w3.org/2001/vxml" version="2.1">
<form id="EndMessageForm" scope="document">
<block name="EndMessageBlock">
<exit/>
</block>
</form>
<catch event="connection.disconnect.hangup">
<goto next="/EMI/-/abort"/>
</catch>
</vxml>

I think this message does not solve anything, because this URL is not the
entry point of the VTP project. Also when I visit this page the tomcat
paste this file in its log, but the problem is still vague.
Any more suggestion?
Post by Damian Nardelli
Have you tried with http://tomcat_ip:8080/WAR_NAME/HelloWorld/Begin ?
BTW, don't expect too much from this list as it looks it's been
discontinued... http://dev.eclipse.org/mhonarc/lists/vtp-dev/maillist.html
Damian
On Tue, Jul 15, 2014 at 1:58 AM, mohammad hasanzadeh <
Post by mohammad hasanzadeh
Hi,
In OpenVXML 4.0 with Indigo IDE. I exported a HelloWorld program as a
voice tools \ web application and deployed it on Tomcat. Since Tomcat start
the Host, but it does not assign a resource ID to the webapp and it's not
started. It doesn't seem the app exported properly. After I double check
the path of the project (http://Tomcat_IP:8080/WAR_NAME/HelloWorld) the
"The requested resource (*ProxyServlet: /WAR_NAME/HelloWorld*) is not
available"
Also the Tomcat log shows that the project is started but Tomcat doesn't
assign any resource ID to it.
- Indigo IDE with installed OpenVXML 4.0 from install new software of
Eclipse
- Java 6 Update 45
Tomcat Side
- Tomcat 6
- Java 6 Update 30
Thanks for your help.
_______________________________________________
vtp-dev mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/vtp-dev
_______________________________________________
vtp-dev mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/vtp-dev
Damian Nardelli
2014-07-16 18:06:20 UTC
Permalink
I can't confirm that. It's just a thought.
I think they moved the code into github:
https://github.com/OpenMethods/OpenVXML

I suggested you to try that URL because all my tests had a "Begin" element
as the entry point, and therefore the resulting URL was .../Begin . When
entering into the Begin element, the VTP runtime triggers a "Continue"
event automatically and switches to the next state of the workflow.

If you still have issues and no one else help you, you may want to upload
your generated .war file to somewhere and I may take a look at it.

Damian




On Wed, Jul 16, 2014 at 3:42 AM, mohammad hasanzadeh <
Post by mohammad hasanzadeh
Thanks for your answer. By discontinuing, you mean the VTP project is not
supported any more?
<vxml xmlns="http://www.w3.org/2001/vxml" version="2.1">
<form id="EndMessageForm" scope="document">
<block name="EndMessageBlock">
<exit/>
</block>
</form>
<catch event="connection.disconnect.hangup">
<goto next="/EMI/-/abort"/>
</catch>
</vxml>
I think this message does not solve anything, because this URL is not the
entry point of the VTP project. Also when I visit this page the tomcat
paste this file in its log, but the problem is still vague.
Any more suggestion?
Post by Damian Nardelli
Have you tried with http://tomcat_ip:8080/WAR_NAME/HelloWorld/Begin ?
BTW, don't expect too much from this list as it looks it's been
discontinued...
http://dev.eclipse.org/mhonarc/lists/vtp-dev/maillist.html
Damian
On Tue, Jul 15, 2014 at 1:58 AM, mohammad hasanzadeh <
Post by mohammad hasanzadeh
Hi,
In OpenVXML 4.0 with Indigo IDE. I exported a HelloWorld program as a
voice tools \ web application and deployed it on Tomcat. Since Tomcat start
the Host, but it does not assign a resource ID to the webapp and it's not
started. It doesn't seem the app exported properly. After I double check
the path of the project (http://Tomcat_IP:8080/WAR_NAME/HelloWorld) the
"The requested resource (*ProxyServlet: /WAR_NAME/HelloWorld*) is not
available"
Also the Tomcat log shows that the project is started but Tomcat doesn't
assign any resource ID to it.
- Indigo IDE with installed OpenVXML 4.0 from install new software of
Eclipse
- Java 6 Update 45
Tomcat Side
- Tomcat 6
- Java 6 Update 30
Thanks for your help.
_______________________________________________
vtp-dev mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/vtp-dev
_______________________________________________
vtp-dev mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/vtp-dev
_______________________________________________
vtp-dev mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/vtp-dev
mohammad hasanzadeh
2014-07-17 16:55:00 UTC
Permalink
I used to install OpenVXML 4.0 with the install software menu of Eclipse. I
will download it from Git and test my app again. if the problem steel
exists, I will upload the project and send you the link. That was a very
kind suggestion.
Post by Damian Nardelli
I can't confirm that. It's just a thought.
https://github.com/OpenMethods/OpenVXML
I suggested you to try that URL because all my tests had a "Begin" element
as the entry point, and therefore the resulting URL was .../Begin . When
entering into the Begin element, the VTP runtime triggers a "Continue"
event automatically and switches to the next state of the workflow.
If you still have issues and no one else help you, you may want to upload
your generated .war file to somewhere and I may take a look at it.
Damian
On Wed, Jul 16, 2014 at 3:42 AM, mohammad hasanzadeh <
Post by mohammad hasanzadeh
Thanks for your answer. By discontinuing, you mean the VTP project is not
supported any more?
<vxml xmlns="http://www.w3.org/2001/vxml" version="2.1">
<form id="EndMessageForm" scope="document">
<block name="EndMessageBlock">
<exit/>
</block>
</form>
<catch event="connection.disconnect.hangup">
<goto next="/EMI/-/abort"/>
</catch>
</vxml>
I think this message does not solve anything, because this URL is not the
entry point of the VTP project. Also when I visit this page the tomcat
paste this file in its log, but the problem is still vague.
Any more suggestion?
Post by Damian Nardelli
Have you tried with http://tomcat_ip:8080/WAR_NAME/HelloWorld/Begin ?
BTW, don't expect too much from this list as it looks it's been
discontinued...
http://dev.eclipse.org/mhonarc/lists/vtp-dev/maillist.html
Damian
On Tue, Jul 15, 2014 at 1:58 AM, mohammad hasanzadeh <
Post by mohammad hasanzadeh
Hi,
In OpenVXML 4.0 with Indigo IDE. I exported a HelloWorld program as a
voice tools \ web application and deployed it on Tomcat. Since Tomcat start
the Host, but it does not assign a resource ID to the webapp and it's not
started. It doesn't seem the app exported properly. After I double check
the path of the project (http://Tomcat_IP:8080/WAR_NAME/HelloWorld)
"The requested resource (*ProxyServlet: /WAR_NAME/HelloWorld*) is not
available"
Also the Tomcat log shows that the project is started but Tomcat
doesn't assign any resource ID to it.
- Indigo IDE with installed OpenVXML 4.0 from install new software of
Eclipse
- Java 6 Update 45
Tomcat Side
- Tomcat 6
- Java 6 Update 30
Thanks for your help.
_______________________________________________
vtp-dev mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/vtp-dev
_______________________________________________
vtp-dev mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/vtp-dev
_______________________________________________
vtp-dev mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/vtp-dev
_______________________________________________
vtp-dev mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/vtp-dev
mohammad hasanzadeh
2014-07-20 05:02:24 UTC
Permalink
I downloaded the OpenVXML master version from Git through Eclipse IDE, but
I don't have nay idea how to configure it. can you please help me with
building it!


On Thu, Jul 17, 2014 at 9:25 PM, mohammad hasanzadeh <
Post by mohammad hasanzadeh
I used to install OpenVXML 4.0 with the install software menu of Eclipse.
I will download it from Git and test my app again. if the problem steel
exists, I will upload the project and send you the link. That was a very
kind suggestion.
Post by Damian Nardelli
I can't confirm that. It's just a thought.
https://github.com/OpenMethods/OpenVXML
I suggested you to try that URL because all my tests had a "Begin"
element as the entry point, and therefore the resulting URL was .../Begin .
When entering into the Begin element, the VTP runtime triggers a "Continue"
event automatically and switches to the next state of the workflow.
If you still have issues and no one else help you, you may want to upload
your generated .war file to somewhere and I may take a look at it.
Damian
On Wed, Jul 16, 2014 at 3:42 AM, mohammad hasanzadeh <
Post by mohammad hasanzadeh
Thanks for your answer. By discontinuing, you mean the VTP project is
not supported any more?
<vxml xmlns="http://www.w3.org/2001/vxml" version="2.1">
<form id="EndMessageForm" scope="document">
<block name="EndMessageBlock">
<exit/>
</block>
</form>
<catch event="connection.disconnect.hangup">
<goto next="/EMI/-/abort"/>
</catch>
</vxml>
I think this message does not solve anything, because this URL is not
the entry point of the VTP project. Also when I visit this page the tomcat
paste this file in its log, but the problem is still vague.
Any more suggestion?
Post by Damian Nardelli
Have you tried with http://tomcat_ip:8080/WAR_NAME/HelloWorld/Begin ?
BTW, don't expect too much from this list as it looks it's been
discontinued...
http://dev.eclipse.org/mhonarc/lists/vtp-dev/maillist.html
Damian
On Tue, Jul 15, 2014 at 1:58 AM, mohammad hasanzadeh <
Post by mohammad hasanzadeh
Hi,
In OpenVXML 4.0 with Indigo IDE. I exported a HelloWorld program as a
voice tools \ web application and deployed it on Tomcat. Since Tomcat start
the Host, but it does not assign a resource ID to the webapp and it's not
started. It doesn't seem the app exported properly. After I double check
the path of the project (http://Tomcat_IP:8080/WAR_NAME/HelloWorld)
"The requested resource (*ProxyServlet: /WAR_NAME/HelloWorld*) is not
available"
Also the Tomcat log shows that the project is started but Tomcat
doesn't assign any resource ID to it.
- Indigo IDE with installed OpenVXML 4.0 from install new software of
Eclipse
- Java 6 Update 45
Tomcat Side
- Tomcat 6
- Java 6 Update 30
Thanks for your help.
_______________________________________________
vtp-dev mailing list
To change your delivery options, retrieve your password, or
unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/vtp-dev
_______________________________________________
vtp-dev mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/vtp-dev
_______________________________________________
vtp-dev mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/vtp-dev
_______________________________________________
vtp-dev mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/vtp-dev
mohammad hasanzadeh
2014-07-22 04:46:21 UTC
Permalink
Can you please give me the instructions to install VTP from Github! I
cloned it by Eclipse, but I don't have any idea how to configure it.


On Sun, Jul 20, 2014 at 9:32 AM, mohammad hasanzadeh <
Post by mohammad hasanzadeh
I downloaded the OpenVXML master version from Git through Eclipse IDE, but
I don't have nay idea how to configure it. can you please help me with
building it!
On Thu, Jul 17, 2014 at 9:25 PM, mohammad hasanzadeh <
Post by mohammad hasanzadeh
I used to install OpenVXML 4.0 with the install software menu of Eclipse.
I will download it from Git and test my app again. if the problem steel
exists, I will upload the project and send you the link. That was a very
kind suggestion.
Post by Damian Nardelli
I can't confirm that. It's just a thought.
https://github.com/OpenMethods/OpenVXML
I suggested you to try that URL because all my tests had a "Begin"
element as the entry point, and therefore the resulting URL was .../Begin .
When entering into the Begin element, the VTP runtime triggers a "Continue"
event automatically and switches to the next state of the workflow.
If you still have issues and no one else help you, you may want to
upload your generated .war file to somewhere and I may take a look at it.
Damian
On Wed, Jul 16, 2014 at 3:42 AM, mohammad hasanzadeh <
Post by mohammad hasanzadeh
Thanks for your answer. By discontinuing, you mean the VTP project is
not supported any more?
<vxml xmlns="http://www.w3.org/2001/vxml" version="2.1">
<form id="EndMessageForm" scope="document">
<block name="EndMessageBlock">
<exit/>
</block>
</form>
<catch event="connection.disconnect.hangup">
<goto next="/EMI/-/abort"/>
</catch>
</vxml>
I think this message does not solve anything, because this URL is not
the entry point of the VTP project. Also when I visit this page the tomcat
paste this file in its log, but the problem is still vague.
Any more suggestion?
Post by Damian Nardelli
Have you tried with http://tomcat_ip:8080/WAR_NAME/HelloWorld/Begin ?
BTW, don't expect too much from this list as it looks it's been
discontinued...
http://dev.eclipse.org/mhonarc/lists/vtp-dev/maillist.html
Damian
On Tue, Jul 15, 2014 at 1:58 AM, mohammad hasanzadeh <
Post by mohammad hasanzadeh
Hi,
In OpenVXML 4.0 with Indigo IDE. I exported a HelloWorld program as
a voice tools \ web application and deployed it on Tomcat. Since Tomcat
start the Host, but it does not assign a resource ID to the webapp and it's
not started. It doesn't seem the app exported properly. After I double
check the path of the project (
http://Tomcat_IP:8080/WAR_NAME/HelloWorld) the Tomcat says the
"The requested resource (*ProxyServlet: /WAR_NAME/HelloWorld*) is
not available"
Also the Tomcat log shows that the project is started but Tomcat
doesn't assign any resource ID to it.
- Indigo IDE with installed OpenVXML 4.0 from install new software of
Eclipse
- Java 6 Update 45
Tomcat Side
- Tomcat 6
- Java 6 Update 30
Thanks for your help.
_______________________________________________
vtp-dev mailing list
To change your delivery options, retrieve your password, or
unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/vtp-dev
_______________________________________________
vtp-dev mailing list
To change your delivery options, retrieve your password, or
unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/vtp-dev
_______________________________________________
vtp-dev mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/vtp-dev
_______________________________________________
vtp-dev mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/vtp-dev
Sam Hopkins
2014-07-25 19:51:13 UTC
Permalink
The VTP code on eclipse.org should work, but if you want to build the code from github, here is what I did:

I started with Eclipse 4.3 (Kepler) for RCP/RAP developers, and pulled the code from github.

You will need Buckminster, which can be installed via Eclipse's "install new software" function (you may need to add the download site: http://download.eclipse.org/tools/buckminster/updates-4.3 if you are using Eclipse Kepler).

Next, look in the org.eclipse.vtp.releng.buckminster project for vtp_4.0.0-git.cquery and open it. Click the "Resolve and Materialize" button at the bottom of the view. That should provide most of the main dependencies.

After that has completed, open p2site_feature-git.cquery (also in org.eclipse.vtp.releng.buckminster), and click "Resolve and Materialize" for that as well. That should provide the rest of the dependencies.

If you are using a version of Eclipse that does not have the RCP/RAP feature, I think the EclipseRCP.cquery is intended to provide those dependencies, but I have not verified that.

At this point, you can either set up a run/debug configuration to run as an "Eclipse Application" in a runtime workbench, or you can export the projects as "deployable plugins and fragments" and put the exported plugins into Eclipse's plugins directory (shutting down Eclipse first to be safe).

The OpenVXML perspective should then be available via Window -> Open Perspective -> Other.

The URL for an application made with VTP 4.0 or later has this (usually case-sensitive) format:
http://<server>:<port>/<warFileName>/<applicationName>/<entryPoint>

So the URL for a helloWold project exported in testApps.war might look like http://127.0.0.1:8080/testApps/helloWord/Begin
The call will start at the begin block and follow the path specified by the connectors (drag-and-drop lines) between the blocks.

I hope that helps.


From: mohammad hasanzadeh <***@gmail.com<mailto:***@gmail.com>>
Reply-To: Voice Tools general developers <vtp-***@eclipse.org<mailto:vtp-***@eclipse.org>>
Date: Monday, July 21, 2014 11:46 PM
To: Voice Tools general developers <vtp-***@eclipse.org<mailto:vtp-***@eclipse.org>>
Subject: Re: [vtp-dev] OpenVXML 4.0 exporting issue

Can you please give me the instructions to install VTP from Github! I cloned it by Eclipse, but I don't have any idea how to configure it.


On Sun, Jul 20, 2014 at 9:32 AM, mohammad hasanzadeh <***@gmail.com<mailto:***@gmail.com>> wrote:
I downloaded the OpenVXML master version from Git through Eclipse IDE, but I don't have nay idea how to configure it. can you please help me with building it!


On Thu, Jul 17, 2014 at 9:25 PM, mohammad hasanzadeh <***@gmail.com<mailto:***@gmail.com>> wrote:
I used to install OpenVXML 4.0 with the install software menu of Eclipse. I will download it from Git and test my app again. if the problem steel exists, I will upload the project and send you the link. That was a very kind suggestion.



On Wed, Jul 16, 2014 at 10:36 PM, Damian Nardelli <***@gmail.com<mailto:***@gmail.com>> wrote:
I can't confirm that. It's just a thought.
I think they moved the code into github: https://github.com/OpenMethods/OpenVXML

I suggested you to try that URL because all my tests had a "Begin" element as the entry point, and therefore the resulting URL was .../Begin . When entering into the Begin element, the VTP runtime triggers a "Continue" event automatically and switches to the next state of the workflow.

If you still have issues and no one else help you, you may want to upload your generated .war file to somewhere and I may take a look at it.

Damian




On Wed, Jul 16, 2014 at 3:42 AM, mohammad hasanzadeh <***@gmail.com<mailto:***@gmail.com>> wrote:
Thanks for your answer. By discontinuing, you mean the VTP project is not supported any more?
BTW, entering the mentioned page, the borrowser shows the following:

<vxml xmlns="http://www.w3.org/2001/vxml" version="2.1">
<form id="EndMessageForm" scope="document">
<block name="EndMessageBlock">
<exit/>
</block>
</form>
<catch event="connection.disconnect.hangup">
<goto next="/EMI/-/abort"/>
</catch>
</vxml>

I think this message does not solve anything, because this URL is not the entry point of the VTP project. Also when I visit this page the tomcat paste this file in its log, but the problem is still vague.
Any more suggestion?


On Tue, Jul 15, 2014 at 9:49 PM, Damian Nardelli <***@gmail.com<mailto:***@gmail.com>> wrote:
Have you tried with http://tomcat_ip:8080/WAR_NAME/HelloWorld/Begin ?
BTW, don't expect too much from this list as it looks it's been discontinued... http://dev.eclipse.org/mhonarc/lists/vtp-dev/maillist.html

Damian


On Tue, Jul 15, 2014 at 1:58 AM, mohammad hasanzadeh <***@gmail.com<mailto:***@gmail.com>> wrote:
Hi,
In OpenVXML 4.0 with Indigo IDE. I exported a HelloWorld program as a voice tools \ web application and deployed it on Tomcat. Since Tomcat start the Host, but it does not assign a resource ID to the webapp and it's not started. It doesn't seem the app exported properly. After I double check the path of the project (http://Tomcat_IP:8080/WAR_NAME/HelloWorld) the Tomcat says the following message:
"The requested resource (ProxyServlet: /WAR_NAME/HelloWorld) is not available"
Also the Tomcat log shows that the project is started but Tomcat doesn't assign any resource ID to it.
The overall configurations of the Eclipse IDE and tomcat are as follow:
Editor side:
- Indigo IDE with installed OpenVXML 4.0 from install new software of Eclipse
- Java 6 Update 45
Tomcat Side
- Tomcat 6
- Java 6 Update 30

Thanks for your help.

_______________________________________________
vtp-dev mailing list
vtp-***@eclipse.org<mailto:vtp-***@eclipse.org>
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/vtp-dev


_______________________________________________
vtp-dev mailing list
vtp-***@eclipse.org<mailto:vtp-***@eclipse.org>
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/vtp-dev
mohammad hasanzadeh
2014-07-26 05:14:21 UTC
Permalink
Thanks Sam,
I will look forward to your tutorial. if there is any issue I will mention
it in this post.
Post by Sam Hopkins
The VTP code on eclipse.org should work, but if you want to build the
I started with Eclipse 4.3 (Kepler) for RCP/RAP developers, and pulled
the code from github.
You will need Buckminster, which can be installed via Eclipse's "install
http://download.eclipse.org/tools/buckminster/updates-4.3 if you are
using Eclipse Kepler).
Next, look in the org.eclipse.vtp.releng.buckminster project for
vtp_4.0.0-git.cquery and open it. Click the "Resolve and Materialize"
button at the bottom of the view. That should provide most of the main
dependencies.
After that has completed, open p2site_feature-git.cquery (also
in org.eclipse.vtp.releng.buckminster), and click "Resolve and Materialize"
for that as well. That should provide the rest of the dependencies.
If you are using a version of Eclipse that does not have the RCP/RAP
feature, I think the EclipseRCP.cquery is intended to provide those
dependencies, but I have not verified that.
At this point, you can either set up a run/debug configuration to run as
an "Eclipse Application" in a runtime workbench, or you can export the
projects as "deployable plugins and fragments" and put the exported plugins
into Eclipse's plugins directory (shutting down Eclipse first to be safe).
The OpenVXML perspective should then be available via Window -> Open Perspective -> Other.
The URL for an application made with VTP 4.0 or later has this (usually
http://<server>:<port>/<warFileName>/<applicationName>/<entryPoint>
So the URL for a helloWold project exported in testApps.war might look
like http://127.0.0.1:8080/testApps/helloWord/Begin
The call will start at the begin block and follow the path specified by
the connectors (drag-and-drop lines) between the blocks.
I hope that helps.
Date: Monday, July 21, 2014 11:46 PM
Subject: Re: [vtp-dev] OpenVXML 4.0 exporting issue
Can you please give me the instructions to install VTP from Github! I
cloned it by Eclipse, but I don't have any idea how to configure it.
On Sun, Jul 20, 2014 at 9:32 AM, mohammad hasanzadeh <
Post by mohammad hasanzadeh
I downloaded the OpenVXML master version from Git through Eclipse IDE,
but I don't have nay idea how to configure it. can you please help me with
building it!
On Thu, Jul 17, 2014 at 9:25 PM, mohammad hasanzadeh <
Post by mohammad hasanzadeh
I used to install OpenVXML 4.0 with the install software menu of
Eclipse. I will download it from Git and test my app again. if the problem
steel exists, I will upload the project and send you the link. That was a
very kind suggestion.
Post by Damian Nardelli
I can't confirm that. It's just a thought.
https://github.com/OpenMethods/OpenVXML
I suggested you to try that URL because all my tests had a "Begin"
element as the entry point, and therefore the resulting URL was .../Begin .
When entering into the Begin element, the VTP runtime triggers a "Continue"
event automatically and switches to the next state of the workflow.
If you still have issues and no one else help you, you may want to
upload your generated .war file to somewhere and I may take a look at it.
Damian
On Wed, Jul 16, 2014 at 3:42 AM, mohammad hasanzadeh <
Post by mohammad hasanzadeh
Thanks for your answer. By discontinuing, you mean the VTP project is
not supported any more?
<vxml xmlns="http://www.w3.org/2001/vxml" version="2.1">
<form id="EndMessageForm" scope="document">
<block name="EndMessageBlock">
<exit/>
</block>
</form>
<catch event="connection.disconnect.hangup">
<goto next="/EMI/-/abort"/>
</catch>
</vxml>
I think this message does not solve anything, because this URL is
not the entry point of the VTP project. Also when I visit this page the
tomcat paste this file in its log, but the problem is still vague.
Any more suggestion?
Post by Damian Nardelli
Have you tried with http://tomcat_ip:8080/WAR_NAME/HelloWorld/Begin ?
BTW, don't expect too much from this list as it looks it's been
discontinued...
http://dev.eclipse.org/mhonarc/lists/vtp-dev/maillist.html
Damian
On Tue, Jul 15, 2014 at 1:58 AM, mohammad hasanzadeh <
Post by mohammad hasanzadeh
Hi,
In OpenVXML 4.0 with Indigo IDE. I exported a HelloWorld program as
a voice tools \ web application and deployed it on Tomcat. Since Tomcat
start the Host, but it does not assign a resource ID to the webapp and it's
not started. It doesn't seem the app exported properly. After I double
check the path of the project (
http://Tomcat_IP:8080/WAR_NAME/HelloWorld) the Tomcat says the
"The requested resource (*ProxyServlet: /WAR_NAME/HelloWorld*) is
not available"
Also the Tomcat log shows that the project is started but Tomcat
doesn't assign any resource ID to it.
- Indigo IDE with installed OpenVXML 4.0 from install new software of Eclipse
- Java 6 Update 45
Tomcat Side
- Tomcat 6
- Java 6 Update 30
Thanks for your help.
_______________________________________________
vtp-dev mailing list
To change your delivery options, retrieve your password, or
unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/vtp-dev
_______________________________________________
vtp-dev mailing list
To change your delivery options, retrieve your password, or
unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/vtp-dev
_______________________________________________
vtp-dev mailing list
To change your delivery options, retrieve your password, or
unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/vtp-dev
_______________________________________________
vtp-dev mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/vtp-dev
_______________________________________________
vtp-dev mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/vtp-dev
mohammad hasanzadeh
2014-08-02 12:54:44 UTC
Permalink
Dear Sam,

The tutorial that you wrote me is perfect and really helpful. I write a
test application and it works now. I have another issue with web service
calls in OpenVXML 3.0 and I hope I can resolve that in OpenVXML 4.0.

Another point is that, I wanted to subscribe in Openmethods.com as a
client, but every time I tried to contact any ***@openmethods.com the mail
server send me a forbidden message. Could you please kindly inform me a way
for communicating with your support team.

Thanks a million,


On Sat, Jul 26, 2014 at 9:44 AM, mohammad hasanzadeh <
Post by mohammad hasanzadeh
Thanks Sam,
I will look forward to your tutorial. if there is any issue I will mention
it in this post.
Post by Sam Hopkins
The VTP code on eclipse.org should work, but if you want to build the
I started with Eclipse 4.3 (Kepler) for RCP/RAP developers, and pulled
the code from github.
You will need Buckminster, which can be installed via Eclipse's
http://download.eclipse.org/tools/buckminster/updates-4.3 if you are
using Eclipse Kepler).
Next, look in the org.eclipse.vtp.releng.buckminster project for
vtp_4.0.0-git.cquery and open it. Click the "Resolve and Materialize"
button at the bottom of the view. That should provide most of the main
dependencies.
After that has completed, open p2site_feature-git.cquery (also
in org.eclipse.vtp.releng.buckminster), and click "Resolve and Materialize"
for that as well. That should provide the rest of the dependencies.
If you are using a version of Eclipse that does not have the RCP/RAP
feature, I think the EclipseRCP.cquery is intended to provide those
dependencies, but I have not verified that.
At this point, you can either set up a run/debug configuration to run
as an "Eclipse Application" in a runtime workbench, or you can export the
projects as "deployable plugins and fragments" and put the exported plugins
into Eclipse's plugins directory (shutting down Eclipse first to be safe).
The OpenVXML perspective should then be available via Window -> Open
Perspective -> Other.
The URL for an application made with VTP 4.0 or later has this (usually
http://<server>:<port>/<warFileName>/<applicationName>/<entryPoint>
So the URL for a helloWold project exported in testApps.war might look
like http://127.0.0.1:8080/testApps/helloWord/Begin
The call will start at the begin block and follow the path specified by
the connectors (drag-and-drop lines) between the blocks.
I hope that helps.
Date: Monday, July 21, 2014 11:46 PM
Subject: Re: [vtp-dev] OpenVXML 4.0 exporting issue
Can you please give me the instructions to install VTP from Github! I
cloned it by Eclipse, but I don't have any idea how to configure it.
On Sun, Jul 20, 2014 at 9:32 AM, mohammad hasanzadeh <
Post by mohammad hasanzadeh
I downloaded the OpenVXML master version from Git through Eclipse IDE,
but I don't have nay idea how to configure it. can you please help me with
building it!
On Thu, Jul 17, 2014 at 9:25 PM, mohammad hasanzadeh <
Post by mohammad hasanzadeh
I used to install OpenVXML 4.0 with the install software menu of
Eclipse. I will download it from Git and test my app again. if the problem
steel exists, I will upload the project and send you the link. That was a
very kind suggestion.
Post by Damian Nardelli
I can't confirm that. It's just a thought.
https://github.com/OpenMethods/OpenVXML
I suggested you to try that URL because all my tests had a "Begin"
element as the entry point, and therefore the resulting URL was .../Begin .
When entering into the Begin element, the VTP runtime triggers a "Continue"
event automatically and switches to the next state of the workflow.
If you still have issues and no one else help you, you may want to
upload your generated .war file to somewhere and I may take a look at it.
Damian
On Wed, Jul 16, 2014 at 3:42 AM, mohammad hasanzadeh <
Post by mohammad hasanzadeh
Thanks for your answer. By discontinuing, you mean the VTP project is
not supported any more?
<vxml xmlns="http://www.w3.org/2001/vxml" version="2.1">
<form id="EndMessageForm" scope="document">
<block name="EndMessageBlock">
<exit/>
</block>
</form>
<catch event="connection.disconnect.hangup">
<goto next="/EMI/-/abort"/>
</catch>
</vxml>
I think this message does not solve anything, because this URL is
not the entry point of the VTP project. Also when I visit this page the
tomcat paste this file in its log, but the problem is still vague.
Any more suggestion?
Post by Damian Nardelli
Have you tried with http://tomcat_ip:8080/WAR_NAME/HelloWorld/Begin ?
BTW, don't expect too much from this list as it looks it's been
discontinued...
http://dev.eclipse.org/mhonarc/lists/vtp-dev/maillist.html
Damian
On Tue, Jul 15, 2014 at 1:58 AM, mohammad hasanzadeh <
Post by mohammad hasanzadeh
Hi,
In OpenVXML 4.0 with Indigo IDE. I exported a HelloWorld program
as a voice tools \ web application and deployed it on Tomcat. Since Tomcat
start the Host, but it does not assign a resource ID to the webapp and it's
not started. It doesn't seem the app exported properly. After I double
check the path of the project (
http://Tomcat_IP:8080/WAR_NAME/HelloWorld) the Tomcat says the
"The requested resource (*ProxyServlet: /WAR_NAME/HelloWorld*) is
not available"
Also the Tomcat log shows that the project is started but Tomcat
doesn't assign any resource ID to it.
- Indigo IDE with installed OpenVXML 4.0 from install new software of Eclipse
- Java 6 Update 45
Tomcat Side
- Tomcat 6
- Java 6 Update 30
Thanks for your help.
_______________________________________________
vtp-dev mailing list
To change your delivery options, retrieve your password, or
unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/vtp-dev
_______________________________________________
vtp-dev mailing list
To change your delivery options, retrieve your password, or
unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/vtp-dev
_______________________________________________
vtp-dev mailing list
To change your delivery options, retrieve your password, or
unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/vtp-dev
_______________________________________________
vtp-dev mailing list
To change your delivery options, retrieve your password, or
unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/vtp-dev
_______________________________________________
vtp-dev mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/vtp-dev
Loading...