1116
Views
0
Helpful
0
Comments

Options
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
on 01-24-2014 02:13 PM
Subject: Re: New Message from Arun Kumar in Customer Voice Portal (CVP) - General Di
Replied by: Janine Graves on 02-05-2011 06:22:39 PM
The debugger is meant to be used without a VXML Server, it starts its
own Tomcat. You can test most of the application.
You won't be able to test: Application Transfer, Subdialog Invoke, the
terminating character (#), any of the timers.
You won't be able to test whether the http for the audio prompts is
correct - you will just see the audio prompt URIs.
If you are using the Database or Email element, then you'll have to
configure the Studio Debugger's Tomcat (located in
"C:\Cisco\CallStudio\eclipse\plugins\com.audiumcorp.studio.debug.runtime_x.y.z\CATALINA_HOME\")
You should be able to test everything else.
On 5/2/2011 5:25 PM, Cisco Developer Community Forums wrote:
> Arun Kumar has created a new message in the forum "General Discussion
> - All Versions":
>
> --------------------------------------------------------------
> Can I use the debug to test my app, if I have just studio available
> and do not have rest of the CVP components installed including vxml
> server etc.Â
> Can  it work and allow me to go through the whole flow.
> --
> To respond to this post, please click the following link:
>
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3823476>
>
> or simply reply to this email.
--
Janine Graves
Subject: Re: New Message from Arun Kumar in Customer Voice Portal (CVP) - General Di
Replied by: Janine Graves on 02-05-2011 07:05:39 PM
Yes, this path indicates that your audio is located in your
<TomcatInstallationDirectory>/webapps/CVP/audio/IVR_Audio/en-us/
On 5/2/2011 6:32 PM, Cisco Developer Community Forums wrote:
> Arun Kumar has created a new message in the forum "General Discussion
> - All Versions":
>
> --------------------------------------------------------------
> So I my default audio path is:
> /CVP/audio/IVR_Audio/en-us/
>
> where should I create this dir? (under Tomcat on the same machine
> where studio is installed)
> --
> To respond to this post, please click the following link:
>
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3823597>
>
> or simply reply to this email.
--
Janine Graves
This document was generated from CDN thread
Created by: Arun Kumar on 02-05-2011 05:25:38 PM
Can I use the debug to test my app, if I have just studio available and do not have rest of the CVP components installed including vxml server etc.
Can it work and allow me to go through the whole flow.
Subject: RE: Use of debug in CVP Studio
Replied by: Arun Kumar on 02-05-2011 06:32:13 PM
So I my default audio path is:
/CVP/audio/IVR_Audio/en-us/
where should I create this dir? (under Tomcat on the same machine where studio is installed)
Subject: RE: New Message from Janine Graves in Customer Voice Portal (CVP) - General
Replied by: Hemal Mehta on 04-05-2011 04:26:12 PM
Ok, that is good to know that it is supported. Let me try.
Hemal
From: Cisco Developer Community Forums [mailto:cdicuser@developer.cisco.com]
Sent: Wednesday, May 04, 2011 3:00 PM
To: cdicuser@developer.cisco.com
Subject: New Message from Janine Graves in Customer Voice Portal (CVP) - General Discussion - All Versions: Re: New Message from Hemal Mehta in Customer Voice Portal (CVP) - General D
Janine Graves has created a new message in the forum "General Discussion - All Versions":
--------------------------------------------------------------
Yes. if the custom java is being used on a global basis, then put the
java classes or jar file into
C:\Cisco\CallStudio\eclipse\plugins\com.audiumcorp.studio.debug.runtime_6.0.1\AUDIUM_HOME\common\lib
or classes folder
On 5/4/2011 3:49 PM, Cisco Developer Community Forums wrote:
> Hemal Mehta has created a new message in the forum "General Discussion
> - All Versions":
>
> --------------------------------------------------------------
> Janine,
> Can you test backend calls. I mean decision/action elements using java
> classes etc. I have been unsuccessful. If one can do this, can you
> specify where we may need to place these classes.
> Thanks,
> Hemal
>
> From: Cisco Developer Community Forums
> [mailto:cdicuser@developer.cisco.com]
> Sent: Monday, May 02, 2011 5:23 PM
> To: cdicuser@developer.cisco.com
> Subject: New Message from Janine Graves in Customer Voice Portal (CVP)
> - General Discussion - All Versions: Re: New Message from Arun Kumar
> in Customer Voice Portal (CVP) - General Di
>
> Janine Graves has created a new message in the forum "General
> Discussion - All Versions":
>
> --------------------------------------------------------------
> The debugger is meant to be used without a VXML Server, it starts its
> own Tomcat. You can test most of the application.
> You won't be able to test: Application Transfer, Subdialog Invoke, the
> terminating character (#), any of the timers.
> You won't be able to test whether the http for the audio prompts is
> correct - you will just see the audio prompt URIs.
> If you are using the Database or Email element, then you'll have to
> configure the Studio Debugger's Tomcat (located in
> "C:\Cisco\CallStudio\eclipse\plugins\com.audiumcorp.studio.debug.runtime_x.y.z\CATALINA_HOME\")
> You should be able to test everything else.
>
>
>
>
> On 5/2/2011 5:25 PM, Cisco Developer Community Forums wrote:
> > Arun Kumar has created a new message in the forum "General Discussion
> > - All Versions":
> >
> > --------------------------------------------------------------
> > Can I use the debug to test my app, if I have just studio available
> > and do not have rest of the CVP components installed including vxml
> > server etc.ÿ
> > Can ÿ it work and allow me to go through the whole flow.
> > --
> > To respond to this post, please click the following link:
> >
> >
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3823476>
> >
> > or simply reply to this email.
>
> --
> Janine Graves
> --
> To respond to this post, please click the following link:
>
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3821406>
>
> or simply reply to this email.
> --
> To respond to this post, please click the following link:
>
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3832808>
>
> or simply reply to this email.
--
Janine Graves
--
To respond to this post, please click the following link:
<http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3832843>
or simply reply to this email.
Subject: RE: New Message from Hemal Mehta in Customer Voice Portal (CVP) - General D
Replied by: Hemal Mehta on 04-05-2011 05:18:12 PM
05/04/2011 16:08:42, SERVER ERROR: There was a problem loading classes from CVP_HOME\VXMLServer/common. The error was: There was a problem loading classes from CVP_HOME\VXMLServer/common. The root cause was: java.lang.NoClassDefFoundError: javax/xml/rpc/Service
Now, I do not have any vxml server currently and I am just executing on the Studio server. Is the message with VXMLServer dir incorrect. I mean the error may be stil valid, but dir may not be correct.
Hemal
From: Cisco Developer Community Forums [mailto:cdicuser@developer.cisco.com]
Sent: Wednesday, May 04, 2011 3:26 PM
To: cdicuser@developer.cisco.com
Subject: New Message from Hemal Mehta in Customer Voice Portal (CVP) - General Discussion - All Versions: RE: New Message from Janine Graves in Customer Voice Portal (CVP) - General
Hemal Mehta has created a new message in the forum "General Discussion - All Versions":
--------------------------------------------------------------
Ok, that is good to know that it is supported. Let me try.
Hemal
From: Cisco Developer Community Forums [mailto:cdicuser@developer.cisco.com]
Sent: Wednesday, May 04, 2011 3:00 PM
To: cdicuser@developer.cisco.com
Subject: New Message from Janine Graves in Customer Voice Portal (CVP) - General Discussion - All Versions: Re: New Message from Hemal Mehta in Customer Voice Portal (CVP) - General D
Janine Graves has created a new message in the forum "General Discussion - All Versions":
--------------------------------------------------------------
Yes. if the custom java is being used on a global basis, then put the
java classes or jar file into
C:\Cisco\CallStudio\eclipse\plugins\com.audiumcorp.studio.debug.runtime_6.0.1\AUDIUM_HOME\common\lib
or classes folder
On 5/4/2011 3:49 PM, Cisco Developer Community Forums wrote:
> Hemal Mehta has created a new message in the forum "General Discussion
> - All Versions":
>
> --------------------------------------------------------------
> Janine,
> Can you test backend calls. I mean decision/action elements using java
> classes etc. I have been unsuccessful. If one can do this, can you
> specify where we may need to place these classes.
> Thanks,
> Hemal
>
> From: Cisco Developer Community Forums
> [mailto:cdicuser@developer.cisco.com]
> Sent: Monday, May 02, 2011 5:23 PM
> To: cdicuser@developer.cisco.com
> Subject: New Message from Janine Graves in Customer Voice Portal (CVP)
> - General Discussion - All Versions: Re: New Message from Arun Kumar
> in Customer Voice Portal (CVP) - General Di
>
> Janine Graves has created a new message in the forum "General
> Discussion - All Versions":
>
> --------------------------------------------------------------
> The debugger is meant to be used without a VXML Server, it starts its
> own Tomcat. You can test most of the application.
> You won't be able to test: Application Transfer, Subdialog Invoke, the
> terminating character (#), any of the timers.
> You won't be able to test whether the http for the audio prompts is
> correct - you will just see the audio prompt URIs.
> If you are using the Database or Email element, then you'll have to
> configure the Studio Debugger's Tomcat (located in
> "C:\Cisco\CallStudio\eclipse\plugins\com.audiumcorp.studio.debug.runtime_x.y.z\CATALINA_HOME\")
> You should be able to test everything else.
>
>
>
>
> On 5/2/2011 5:25 PM, Cisco Developer Community Forums wrote:
> > Arun Kumar has created a new message in the forum "General Discussion
> > - All Versions":
> >
> > --------------------------------------------------------------
> > Can I use the debug to test my app, if I have just studio available
> > and do not have rest of the CVP components installed including vxml
> > server etc.ÿ
> > Can ÿ it work and allow me to go through the whole flow.
> > --
> > To respond to this post, please click the following link:
> >
> >
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3823476>
> >
> > or simply reply to this email.
>
> --
> Janine Graves
> --
> To respond to this post, please click the following link:
>
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3821406>
>
> or simply reply to this email.
> --
> To respond to this post, please click the following link:
>
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3832808>
>
> or simply reply to this email.
--
Janine Graves
--
To respond to this post, please click the following link:
<http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3832843>
or simply reply to this email.
--
To respond to this post, please click the following link:
<http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3831042>
or simply reply to this email.
Subject: RE: New Message from Janine Graves in Customer Voice Portal (CVP) - General
Replied by: Hemal Mehta on 04-05-2011 05:40:12 PM
Oops ¿ . Sorry about that. Thank you maa¿m
Also I already have my app related classed in the deploy have classed dir. It is just the common libs that I was trying to put. Aren¿t these better going under AUDIUM_HOME/common/lib ?
Hemal
From: Cisco Developer Community Forums [mailto:cdicuser@developer.cisco.com]
Sent: Wednesday, May 04, 2011 4:36 PM
To: cdicuser@developer.cisco.com
Subject: New Message from Janine Graves in Customer Voice Portal (CVP) - General Discussion - All Versions: Re: New Message from Hemal Mehta in Customer Voice Portal (CVP) - General D
Janine Graves has created a new message in the forum "General Discussion - All Versions":
--------------------------------------------------------------
You're welcome, but I'm a woman. lol.
On 5/4/2011 5:32 PM, Cisco Developer Community Forums wrote:
> Hemal Mehta has created a new message in the forum "General Discussion
> - All Versions":
>
> --------------------------------------------------------------
> Thank you sir. Your input is greatly appreciated.
> Hemal
>
> From: Cisco Developer Community Forums
> [mailto:cdicuser@developer.cisco.com]
> Sent: Wednesday, May 04, 2011 4:29 PM
> To: cdicuser@developer.cisco.com
> Subject: New Message from Janine Graves in Customer Voice Portal (CVP)
> - General Discussion - All Versions: Re: New Message from Hemal Mehta
> in Customer Voice Portal (CVP) - General D
>
> Janine Graves has created a new message in the forum "General
> Discussion - All Versions":
>
> --------------------------------------------------------------
> I think you need to configure the Studio's Tomcat for your javax, just
> as you would VXML Server's Tomcat. It's located in
> C:\Cisco\CallStudio\eclipse\plugins\com.audiumcorp.studio.debug.runtime_x.y.z\CATALINA_HOME
>
> Perhaps you should start by putting the java code you want to use right
> into the Studio application into deploy/java/application/jar or classes
> - if you can't get the custom java to work from within the application,
> you'll never get it to work 'globally'.
>
> By copying it into the Studio app, you don't have to do any
> configuration to use the custom java with the studio debugger.
>
> If you still get the error, then you need to do some extra Tomcat
> configuration for some custom java you're using. Configure the
> Debugger's Tomcat for whatever you're doing (javax, ajax, axis2, JNDI,
> whatever).
>
>
>
>
>
> On 5/4/2011 5:18 PM, Cisco Developer Community Forums wrote:
> > Hemal Mehta has created a new message in the forum "General Discussion
> > - All Versions":
> >
> > --------------------------------------------------------------
> > 05/04/2011 16:08:42, SERVER ERROR: There was a problem loading classes
> > from CVP_HOME\VXMLServer/common. The error was: There was a problem
> > loading classes from CVP_HOME\VXMLServer/common. The root cause was:
> > java.lang.NoClassDefFoundError: javax/xml/rpc/Service
> >
> > Now, I do not have any vxml server currently and I am just executing
> > on the Studio server. Is the message with VXMLServer dir incorrect. I
> > mean the error may be stil valid, but dir may not be correct.
> > Hemal
> >
> > From: Cisco Developer Community Forums
> > [mailto:cdicuser@developer.cisco.com]
> > Sent: Wednesday, May 04, 2011 3:26 PM
> > To: cdicuser@developer.cisco.com
> > Subject: New Message from Hemal Mehta in Customer Voice Portal (CVP) -
> > General Discussion - All Versions: RE: New Message from Janine Graves
> > in Customer Voice Portal (CVP) - General
> >
> > Hemal Mehta has created a new message in the forum "General Discussion
> > - All Versions":
> >
> > --------------------------------------------------------------
> > Ok, that is good to know that it is supported. Let me try.
> > Hemal
> >
> > From: Cisco Developer Community Forums
> > [mailto:cdicuser@developer.cisco.com]
> > Sent: Wednesday, May 04, 2011 3:00 PM
> > To: cdicuser@developer.cisco.com
> > Subject: New Message from Janine Graves in Customer Voice Portal (CVP)
> > - General Discussion - All Versions: Re: New Message from Hemal Mehta
> > in Customer Voice Portal (CVP) - General D
> >
> > Janine Graves has created a new message in the forum "General
> > Discussion - All Versions":
> >
> > --------------------------------------------------------------
> > Yes. if the custom java is being used on a global basis, then put the
> > java classes or jar file into
> >
> C:\Cisco\CallStudio\eclipse\plugins\com.audiumcorp.studio.debug.runtime_6.0.1\AUDIUM_HOME\common\lib
> > or classes folder
> >
> > On 5/4/2011 3:49 PM, Cisco Developer Community Forums wrote:
> > > Hemal Mehta has created a new message in the forum "General Discussion
> > > - All Versions":
> > >
> > > --------------------------------------------------------------
> > > Janine,
> > > Can you test backend calls. I mean decision/action elements using java
> > > classes etc. I have been unsuccessful. If one can do this, can you
> > > specify where we may need to place these classes.
> > > Thanks,
> > > Hemal
> > >
> > > From: Cisco Developer Community Forums
> > > [mailto:cdicuser@developer.cisco.com]
> > > Sent: Monday, May 02, 2011 5:23 PM
> > > To: cdicuser@developer.cisco.com
> > > Subject: New Message from Janine Graves in Customer Voice Portal (CVP)
> > > - General Discussion - All Versions: Re: New Message from Arun Kumar
> > > in Customer Voice Portal (CVP) - General Di
> > >
> > > Janine Graves has created a new message in the forum "General
> > > Discussion - All Versions":
> > >
> > > --------------------------------------------------------------
> > > The debugger is meant to be used without a VXML Server, it starts its
> > > own Tomcat. You can test most of the application.
> > > You won't be able to test: Application Transfer, Subdialog Invoke, the
> > > terminating character (#), any of the timers.
> > > You won't be able to test whether the http for the audio prompts is
> > > correct - you will just see the audio prompt URIs.
> > > If you are using the Database or Email element, then you'll have to
> > > configure the Studio Debugger's Tomcat (located in
> > >
> >
> "C:\Cisco\CallStudio\eclipse\plugins\com.audiumcorp.studio.debug.runtime_x.y.z\CATALINA_HOME\")
> > > You should be able to test everything else.
> > >
> > >
> > >
> > >
> > > On 5/2/2011 5:25 PM, Cisco Developer Community Forums wrote:
> > > > Arun Kumar has created a new message in the forum "General
> Discussion
> > > > - All Versions":
> > > >
> > > > --------------------------------------------------------------
> > > > Can I use the debug to test my app, if I have just studio available
> > > > and do not have rest of the CVP components installed including vxml
> > > > server etc.ÿƿâ⿬š
> > > > Can ÿƿâ⿬š it work and allow me to go through the whole flow.
> > > > --
> > > > To respond to this post, please click the following link:
> > > >
> > > >
> > >
> >
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3823476>
> > > >
> > > > or simply reply to this email.
> > >
> > > --
> > > Janine Graves
> > > --
> > > To respond to this post, please click the following link:
> > >
> > >
> >
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3821406>
> > >
> > > or simply reply to this email.
> > > --
> > > To respond to this post, please click the following link:
> > >
> > >
> >
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3832808>
> > >
> > > or simply reply to this email.
> >
> > --
> > Janine Graves
> > --
> > To respond to this post, please click the following link:
> >
> >
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3832843>
> >
> > or simply reply to this email.
> > --
> > To respond to this post, please click the following link:
> >
> >
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3831042>
> >
> > or simply reply to this email.
> > --
> > To respond to this post, please click the following link:
> >
> >
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3831098>
> >
> > or simply reply to this email.
>
> --
> Janine Graves
> --
> To respond to this post, please click the following link:
>
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3832952>
>
> or simply reply to this email.
> --
> To respond to this post, please click the following link:
>
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3832954>
>
> or simply reply to this email.
--
Janine Graves
--
To respond to this post, please click the following link:
<http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3832956>
or simply reply to this email.
Subject: RE: New Message from Janine Graves in Customer Voice Portal (CVP) - General
Replied by: Hemal Mehta on 04-05-2011 06:14:12 PM
I got rid of all app related errors. Now getting something related to eclipse:
05/04/2011 17:03:39, SERVER ERROR: There was a problem loading classes from CVP_HOME\VXMLServer/common. The error was: There was a problem loading classes from CVP_HOME\VXMLServer/common. The root cause was: java.lang.NoClassDefFoundError: org/eclipse/ui/plugin/AbstractUIPlugin
Have you seen this?
Hemal
From: Cisco Developer Community Forums [mailto:cdicuser@developer.cisco.com]
Sent: Wednesday, May 04, 2011 4:50 PM
To: cdicuser@developer.cisco.com
Subject: New Message from Janine Graves in Customer Voice Portal (CVP) - General Discussion - All Versions: Re: New Message from Hemal Mehta in Customer Voice Portal (CVP) - General D
Janine Graves has created a new message in the forum "General Discussion - All Versions":
--------------------------------------------------------------
It's fine to keep app specific classes in the
app/deploy/java/application/lib or classes folder.
If you have any java you're using for all the apps then just as you'd
usually put it into C:/Cisco/CVP/VXMLServer/common directory you'd need
to put it into the Debugger's equivalent directory -
C:\Cisco\CallStudio\eclipse\plugins\com.audiumcorp.studio.debug.runtime_x.y.z\AUDIUM_HOME\common
If you are getting the NoClassDefFound error, then perhaps you have some
custom java libraries that need to go under AUDIUM_HOME\lib or
CATALINA_HOME somewhere. You're basically trying to recreate an analogue
to whatever you'd normally do on the VXMLServer.
On 5/4/2011 5:40 PM, Cisco Developer Community Forums wrote:
> Hemal Mehta has created a new message in the forum "General Discussion
> - All Versions":
>
> --------------------------------------------------------------
> Oops ⿺ . Sorry about that. Thank you maa⿿m
>
> Also I already have my app related classed in the deploy have classed
> dir. It is just the common libs that I was trying to put. Arenâ¿¿t
> these better going under AUDIUM_HOME/common/lib ?
> Hemal
>
> From: Cisco Developer Community Forums
> [mailto:cdicuser@developer.cisco.com]
> Sent: Wednesday, May 04, 2011 4:36 PM
> To: cdicuser@developer.cisco.com
> Subject: New Message from Janine Graves in Customer Voice Portal (CVP)
> - General Discussion - All Versions: Re: New Message from Hemal Mehta
> in Customer Voice Portal (CVP) - General D
>
> Janine Graves has created a new message in the forum "General
> Discussion - All Versions":
>
> --------------------------------------------------------------
> You're welcome, but I'm a woman. lol.
>
>
> On 5/4/2011 5:32 PM, Cisco Developer Community Forums wrote:
> > Hemal Mehta has created a new message in the forum "General Discussion
> > - All Versions":
> >
> > --------------------------------------------------------------
> > Thank you sir. Your input is greatly appreciated.
> > Hemal
> >
> > From: Cisco Developer Community Forums
> > [mailto:cdicuser@developer.cisco.com]
> > Sent: Wednesday, May 04, 2011 4:29 PM
> > To: cdicuser@developer.cisco.com
> > Subject: New Message from Janine Graves in Customer Voice Portal (CVP)
> > - General Discussion - All Versions: Re: New Message from Hemal Mehta
> > in Customer Voice Portal (CVP) - General D
> >
> > Janine Graves has created a new message in the forum "General
> > Discussion - All Versions":
> >
> > --------------------------------------------------------------
> > I think you need to configure the Studio's Tomcat for your javax, just
> > as you would VXML Server's Tomcat. It's located in
> >
> C:\Cisco\CallStudio\eclipse\plugins\com.audiumcorp.studio.debug.runtime_x.y.z\CATALINA_HOME
> >
> > Perhaps you should start by putting the java code you want to use right
> > into the Studio application into deploy/java/application/jar or classes
> > - if you can't get the custom java to work from within the application,
> > you'll never get it to work 'globally'.
> >
> > By copying it into the Studio app, you don't have to do any
> > configuration to use the custom java with the studio debugger.
> >
> > If you still get the error, then you need to do some extra Tomcat
> > configuration for some custom java you're using. Configure the
> > Debugger's Tomcat for whatever you're doing (javax, ajax, axis2, JNDI,
> > whatever).
> >
> >
> >
> >
> >
> > On 5/4/2011 5:18 PM, Cisco Developer Community Forums wrote:
> > > Hemal Mehta has created a new message in the forum "General Discussion
> > > - All Versions":
> > >
> > > --------------------------------------------------------------
> > > 05/04/2011 16:08:42, SERVER ERROR: There was a problem loading classes
> > > from CVP_HOME\VXMLServer/common. The error was: There was a problem
> > > loading classes from CVP_HOME\VXMLServer/common. The root cause was:
> > > java.lang.NoClassDefFoundError: javax/xml/rpc/Service
> > >
> > > Now, I do not have any vxml server currently and I am just executing
> > > on the Studio server. Is the message with VXMLServer dir incorrect. I
> > > mean the error may be stil valid, but dir may not be correct.
> > > Hemal
> > >
> > > From: Cisco Developer Community Forums
> > > [mailto:cdicuser@developer.cisco.com]
> > > Sent: Wednesday, May 04, 2011 3:26 PM
> > > To: cdicuser@developer.cisco.com
> > > Subject: New Message from Hemal Mehta in Customer Voice Portal (CVP) -
> > > General Discussion - All Versions: RE: New Message from Janine Graves
> > > in Customer Voice Portal (CVP) - General
> > >
> > > Hemal Mehta has created a new message in the forum "General Discussion
> > > - All Versions":
> > >
> > > --------------------------------------------------------------
> > > Ok, that is good to know that it is supported. Let me try.
> > > Hemal
> > >
> > > From: Cisco Developer Community Forums
> > > [mailto:cdicuser@developer.cisco.com]
> > > Sent: Wednesday, May 04, 2011 3:00 PM
> > > To: cdicuser@developer.cisco.com
> > > Subject: New Message from Janine Graves in Customer Voice Portal (CVP)
> > > - General Discussion - All Versions: Re: New Message from Hemal Mehta
> > > in Customer Voice Portal (CVP) - General D
> > >
> > > Janine Graves has created a new message in the forum "General
> > > Discussion - All Versions":
> > >
> > > --------------------------------------------------------------
> > > Yes. if the custom java is being used on a global basis, then put the
> > > java classes or jar file into
> > >
> >
> C:\Cisco\CallStudio\eclipse\plugins\com.audiumcorp.studio.debug.runtime_6.0.1\AUDIUM_HOME\common\lib
> > > or classes folder
> > >
> > > On 5/4/2011 3:49 PM, Cisco Developer Community Forums wrote:
> > > > Hemal Mehta has created a new message in the forum "General
> Discussion
> > > > - All Versions":
> > > >
> > > > --------------------------------------------------------------
> > > > Janine,
> > > > Can you test backend calls. I mean decision/action elements
> using java
> > > > classes etc. I have been unsuccessful. If one can do this, can you
> > > > specify where we may need to place these classes.
> > > > Thanks,
> > > > Hemal
> > > >
> > > > From: Cisco Developer Community Forums
> > > > [mailto:cdicuser@developer.cisco.com]
> > > > Sent: Monday, May 02, 2011 5:23 PM
> > > > To: cdicuser@developer.cisco.com
> > > > Subject: New Message from Janine Graves in Customer Voice Portal
> (CVP)
> > > > - General Discussion - All Versions: Re: New Message from Arun Kumar
> > > > in Customer Voice Portal (CVP) - General Di
> > > >
> > > > Janine Graves has created a new message in the forum "General
> > > > Discussion - All Versions":
> > > >
> > > > --------------------------------------------------------------
> > > > The debugger is meant to be used without a VXML Server, it
> starts its
> > > > own Tomcat. You can test most of the application.
> > > > You won't be able to test: Application Transfer, Subdialog
> Invoke, the
> > > > terminating character (#), any of the timers.
> > > > You won't be able to test whether the http for the audio prompts is
> > > > correct - you will just see the audio prompt URIs.
> > > > If you are using the Database or Email element, then you'll have to
> > > > configure the Studio Debugger's Tomcat (located in
> > > >
> > >
> >
> "C:\Cisco\CallStudio\eclipse\plugins\com.audiumcorp.studio.debug.runtime_x.y.z\CATALINA_HOME\")
> > > > You should be able to test everything else.
> > > >
> > > >
> > > >
> > > >
> > > > On 5/2/2011 5:25 PM, Cisco Developer Community Forums wrote:
> > > > > Arun Kumar has created a new message in the forum "General
> > Discussion
> > > > > - All Versions":
> > > > >
> > > > > --------------------------------------------------------------
> > > > > Can I use the debug to test my app, if I have just studio
> available
> > > > > and do not have rest of the CVP components installed including
> vxml
> > > > > server etc.ÿƿÿ⿿ÿ¢â⿿¬ÿ¡
> > > > > Can ÿƿÿ⿿ÿ¢â⿿¬ÿ¡ it work and allow me to go
> through the whole flow.
> > > > > --
> > > > > To respond to this post, please click the following link:
> > > > >
> > > > >
> > > >
> > >
> >
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3823476>
> > > > >
> > > > > or simply reply to this email.
> > > >
> > > > --
> > > > Janine Graves
> > > > --
> > > > To respond to this post, please click the following link:
> > > >
> > > >
> > >
> >
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3821406>
> > > >
> > > > or simply reply to this email.
> > > > --
> > > > To respond to this post, please click the following link:
> > > >
> > > >
> > >
> >
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3832808>
> > > >
> > > > or simply reply to this email.
> > >
> > > --
> > > Janine Graves
> > > --
> > > To respond to this post, please click the following link:
> > >
> > >
> >
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3832843>
> > >
> > > or simply reply to this email.
> > > --
> > > To respond to this post, please click the following link:
> > >
> > >
> >
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3831042>
> > >
> > > or simply reply to this email.
> > > --
> > > To respond to this post, please click the following link:
> > >
> > >
> >
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3831098>
> > >
> > > or simply reply to this email.
> >
> > --
> > Janine Graves
> > --
> > To respond to this post, please click the following link:
> >
> >
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3832952>
> >
> > or simply reply to this email.
> > --
> > To respond to this post, please click the following link:
> >
> >
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3832954>
> >
> > or simply reply to this email.
>
> --
> Janine Graves
> --
> To respond to this post, please click the following link:
>
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3832956>
>
> or simply reply to this email.
> --
> To respond to this post, please click the following link:
>
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3831125>
>
> or simply reply to this email.
--
Janine Graves
--
To respond to this post, please click the following link:
<http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3832969>
or simply reply to this email.
Subject: RE: New Message from Janine Graves in Customer Voice Portal (CVP) - General
Replied by: Hemal Mehta on 04-05-2011 06:14:12 PM
BTW, I am using Studio 8.0
From: Mehta, Hemal A.
Sent: Wednesday, May 04, 2011 5:14 PM
To: 'cdicuser@developer.cisco.com'
Subject: RE: New Message from Janine Graves in Customer Voice Portal (CVP) - General Discussion - All Versions: Re: New Message from Hemal Mehta in Customer Voice Portal (CVP) - General D
I got rid of all app related errors. Now getting something related to eclipse:
05/04/2011 17:03:39, SERVER ERROR: There was a problem loading classes from CVP_HOME\VXMLServer/common. The error was: There was a problem loading classes from CVP_HOME\VXMLServer/common. The root cause was: java.lang.NoClassDefFoundError: org/eclipse/ui/plugin/AbstractUIPlugin
Have you seen this?
Hemal
From: Cisco Developer Community Forums [mailto:cdicuser@developer.cisco.com]
Sent: Wednesday, May 04, 2011 4:50 PM
To: cdicuser@developer.cisco.com
Subject: New Message from Janine Graves in Customer Voice Portal (CVP) - General Discussion - All Versions: Re: New Message from Hemal Mehta in Customer Voice Portal (CVP) - General D
Janine Graves has created a new message in the forum "General Discussion - All Versions":
--------------------------------------------------------------
It's fine to keep app specific classes in the
app/deploy/java/application/lib or classes folder.
If you have any java you're using for all the apps then just as you'd
usually put it into C:/Cisco/CVP/VXMLServer/common directory you'd need
to put it into the Debugger's equivalent directory -
C:\Cisco\CallStudio\eclipse\plugins\com.audiumcorp.studio.debug.runtime_x.y.z\AUDIUM_HOME\common
If you are getting the NoClassDefFound error, then perhaps you have some
custom java libraries that need to go under AUDIUM_HOME\lib or
CATALINA_HOME somewhere. You're basically trying to recreate an analogue
to whatever you'd normally do on the VXMLServer.
On 5/4/2011 5:40 PM, Cisco Developer Community Forums wrote:
> Hemal Mehta has created a new message in the forum "General Discussion
> - All Versions":
>
> --------------------------------------------------------------
> Oops ⿺ . Sorry about that. Thank you maa⿿m
>
> Also I already have my app related classed in the deploy have classed
> dir. It is just the common libs that I was trying to put. Arenâ¿¿t
> these better going under AUDIUM_HOME/common/lib ?
> Hemal
>
> From: Cisco Developer Community Forums
> [mailto:cdicuser@developer.cisco.com]
> Sent: Wednesday, May 04, 2011 4:36 PM
> To: cdicuser@developer.cisco.com
> Subject: New Message from Janine Graves in Customer Voice Portal (CVP)
> - General Discussion - All Versions: Re: New Message from Hemal Mehta
> in Customer Voice Portal (CVP) - General D
>
> Janine Graves has created a new message in the forum "General
> Discussion - All Versions":
>
> --------------------------------------------------------------
> You're welcome, but I'm a woman. lol.
>
>
> On 5/4/2011 5:32 PM, Cisco Developer Community Forums wrote:
> > Hemal Mehta has created a new message in the forum "General Discussion
> > - All Versions":
> >
> > --------------------------------------------------------------
> > Thank you sir. Your input is greatly appreciated.
> > Hemal
> >
> > From: Cisco Developer Community Forums
> > [mailto:cdicuser@developer.cisco.com]
> > Sent: Wednesday, May 04, 2011 4:29 PM
> > To: cdicuser@developer.cisco.com
> > Subject: New Message from Janine Graves in Customer Voice Portal (CVP)
> > - General Discussion - All Versions: Re: New Message from Hemal Mehta
> > in Customer Voice Portal (CVP) - General D
> >
> > Janine Graves has created a new message in the forum "General
> > Discussion - All Versions":
> >
> > --------------------------------------------------------------
> > I think you need to configure the Studio's Tomcat for your javax, just
> > as you would VXML Server's Tomcat. It's located in
> >
> C:\Cisco\CallStudio\eclipse\plugins\com.audiumcorp.studio.debug.runtime_x.y.z\CATALINA_HOME
> >
> > Perhaps you should start by putting the java code you want to use right
> > into the Studio application into deploy/java/application/jar or classes
> > - if you can't get the custom java to work from within the application,
> > you'll never get it to work 'globally'.
> >
> > By copying it into the Studio app, you don't have to do any
> > configuration to use the custom java with the studio debugger.
> >
> > If you still get the error, then you need to do some extra Tomcat
> > configuration for some custom java you're using. Configure the
> > Debugger's Tomcat for whatever you're doing (javax, ajax, axis2, JNDI,
> > whatever).
> >
> >
> >
> >
> >
> > On 5/4/2011 5:18 PM, Cisco Developer Community Forums wrote:
> > > Hemal Mehta has created a new message in the forum "General Discussion
> > > - All Versions":
> > >
> > > --------------------------------------------------------------
> > > 05/04/2011 16:08:42, SERVER ERROR: There was a problem loading classes
> > > from CVP_HOME\VXMLServer/common. The error was: There was a problem
> > > loading classes from CVP_HOME\VXMLServer/common. The root cause was:
> > > java.lang.NoClassDefFoundError: javax/xml/rpc/Service
> > >
> > > Now, I do not have any vxml server currently and I am just executing
> > > on the Studio server. Is the message with VXMLServer dir incorrect. I
> > > mean the error may be stil valid, but dir may not be correct.
> > > Hemal
> > >
> > > From: Cisco Developer Community Forums
> > > [mailto:cdicuser@developer.cisco.com]
> > > Sent: Wednesday, May 04, 2011 3:26 PM
> > > To: cdicuser@developer.cisco.com
> > > Subject: New Message from Hemal Mehta in Customer Voice Portal (CVP) -
> > > General Discussion - All Versions: RE: New Message from Janine Graves
> > > in Customer Voice Portal (CVP) - General
> > >
> > > Hemal Mehta has created a new message in the forum "General Discussion
> > > - All Versions":
> > >
> > > --------------------------------------------------------------
> > > Ok, that is good to know that it is supported. Let me try.
> > > Hemal
> > >
> > > From: Cisco Developer Community Forums
> > > [mailto:cdicuser@developer.cisco.com]
> > > Sent: Wednesday, May 04, 2011 3:00 PM
> > > To: cdicuser@developer.cisco.com
> > > Subject: New Message from Janine Graves in Customer Voice Portal (CVP)
> > > - General Discussion - All Versions: Re: New Message from Hemal Mehta
> > > in Customer Voice Portal (CVP) - General D
> > >
> > > Janine Graves has created a new message in the forum "General
> > > Discussion - All Versions":
> > >
> > > --------------------------------------------------------------
> > > Yes. if the custom java is being used on a global basis, then put the
> > > java classes or jar file into
> > >
> >
> C:\Cisco\CallStudio\eclipse\plugins\com.audiumcorp.studio.debug.runtime_6.0.1\AUDIUM_HOME\common\lib
> > > or classes folder
> > >
> > > On 5/4/2011 3:49 PM, Cisco Developer Community Forums wrote:
> > > > Hemal Mehta has created a new message in the forum "General
> Discussion
> > > > - All Versions":
> > > >
> > > > --------------------------------------------------------------
> > > > Janine,
> > > > Can you test backend calls. I mean decision/action elements
> using java
> > > > classes etc. I have been unsuccessful. If one can do this, can you
> > > > specify where we may need to place these classes.
> > > > Thanks,
> > > > Hemal
> > > >
> > > > From: Cisco Developer Community Forums
> > > > [mailto:cdicuser@developer.cisco.com]
> > > > Sent: Monday, May 02, 2011 5:23 PM
> > > > To: cdicuser@developer.cisco.com
> > > > Subject: New Message from Janine Graves in Customer Voice Portal
> (CVP)
> > > > - General Discussion - All Versions: Re: New Message from Arun Kumar
> > > > in Customer Voice Portal (CVP) - General Di
> > > >
> > > > Janine Graves has created a new message in the forum "General
> > > > Discussion - All Versions":
> > > >
> > > > --------------------------------------------------------------
> > > > The debugger is meant to be used without a VXML Server, it
> starts its
> > > > own Tomcat. You can test most of the application.
> > > > You won't be able to test: Application Transfer, Subdialog
> Invoke, the
> > > > terminating character (#), any of the timers.
> > > > You won't be able to test whether the http for the audio prompts is
> > > > correct - you will just see the audio prompt URIs.
> > > > If you are using the Database or Email element, then you'll have to
> > > > configure the Studio Debugger's Tomcat (located in
> > > >
> > >
> >
> "C:\Cisco\CallStudio\eclipse\plugins\com.audiumcorp.studio.debug.runtime_x.y.z\CATALINA_HOME\")
> > > > You should be able to test everything else.
> > > >
> > > >
> > > >
> > > >
> > > > On 5/2/2011 5:25 PM, Cisco Developer Community Forums wrote:
> > > > > Arun Kumar has created a new message in the forum "General
> > Discussion
> > > > > - All Versions":
> > > > >
> > > > > --------------------------------------------------------------
> > > > > Can I use the debug to test my app, if I have just studio
> available
> > > > > and do not have rest of the CVP components installed including
> vxml
> > > > > server etc.ÿƿÿ⿿ÿ¢â⿿¬ÿ¡
> > > > > Can ÿƿÿ⿿ÿ¢â⿿¬ÿ¡ it work and allow me to go
> through the whole flow.
> > > > > --
> > > > > To respond to this post, please click the following link:
> > > > >
> > > > >
> > > >
> > >
> >
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3823476>
> > > > >
> > > > > or simply reply to this email.
> > > >
> > > > --
> > > > Janine Graves
> > > > --
> > > > To respond to this post, please click the following link:
> > > >
> > > >
> > >
> >
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3821406>
> > > >
> > > > or simply reply to this email.
> > > > --
> > > > To respond to this post, please click the following link:
> > > >
> > > >
> > >
> >
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3832808>
> > > >
> > > > or simply reply to this email.
> > >
> > > --
> > > Janine Graves
> > > --
> > > To respond to this post, please click the following link:
> > >
> > >
> >
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3832843>
> > >
> > > or simply reply to this email.
> > > --
> > > To respond to this post, please click the following link:
> > >
> > >
> >
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3831042>
> > >
> > > or simply reply to this email.
> > > --
> > > To respond to this post, please click the following link:
> > >
> > >
> >
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3831098>
> > >
> > > or simply reply to this email.
> >
> > --
> > Janine Graves
> > --
> > To respond to this post, please click the following link:
> >
> >
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3832952>
> >
> > or simply reply to this email.
> > --
> > To respond to this post, please click the following link:
> >
> >
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3832954>
> >
> > or simply reply to this email.
>
> --
> Janine Graves
> --
> To respond to this post, please click the following link:
>
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3832956>
>
> or simply reply to this email.
> --
> To respond to this post, please click the following link:
>
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3831125>
>
> or simply reply to this email.
--
Janine Graves
--
To respond to this post, please click the following link:
<http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3832969>
or simply reply to this email.
Subject: Re: New Message from Hemal Mehta in Customer Voice Portal (CVP) - General D
Replied by: Janine Graves on 04-05-2011 06:22:12 PM
No, I haven't seen that error. Did you have anything related to CVP7 on
that machine before? Studio 7 or VxmlServer 7?
If so, I recommend uninstalling everything Cisco related and check the
registry to ensure everything's gone.
Then install Studio 8. It fixed my error, which was a different error
though.
On 5/4/2011 6:14 PM, Cisco Developer Community Forums wrote:
> Hemal Mehta has created a new message in the forum "General Discussion
> - All Versions":
>
> --------------------------------------------------------------
> I got rid of all app related errors. Now getting something related to
> eclipse:
> 05/04/2011 17:03:39, SERVER ERROR: There was a problem loading classes
> from CVP_HOME\VXMLServer/common. The error was: There was a problem
> loading classes from CVP_HOME\VXMLServer/common. The root cause was:
> java.lang.NoClassDefFoundError: org/eclipse/ui/plugin/AbstractUIPlugin
>
> Have you seen this?
> Hemal
>
> From: Cisco Developer Community Forums
> [mailto:cdicuser@developer.cisco.com]
> Sent: Wednesday, May 04, 2011 4:50 PM
> To: cdicuser@developer.cisco.com
> Subject: New Message from Janine Graves in Customer Voice Portal (CVP)
> - General Discussion - All Versions: Re: New Message from Hemal Mehta
> in Customer Voice Portal (CVP) - General D
>
> Janine Graves has created a new message in the forum "General
> Discussion - All Versions":
>
> --------------------------------------------------------------
> It's fine to keep app specific classes in the
> app/deploy/java/application/lib or classes folder.
>
> If you have any java you're using for all the apps then just as you'd
> usually put it into C:/Cisco/CVP/VXMLServer/common directory you'd need
> to put it into the Debugger's equivalent directory -
> C:\Cisco\CallStudio\eclipse\plugins\com.audiumcorp.studio.debug.runtime_x.y.z\AUDIUM_HOME\common
>
> If you are getting the NoClassDefFound error, then perhaps you have some
> custom java libraries that need to go under AUDIUM_HOME\lib or
> CATALINA_HOME somewhere. You're basically trying to recreate an analogue
> to whatever you'd normally do on the VXMLServer.
>
>
>
>
> On 5/4/2011 5:40 PM, Cisco Developer Community Forums wrote:
> > Hemal Mehta has created a new message in the forum "General Discussion
> > - All Versions":
> >
> > --------------------------------------------------------------
> > Oops â˿º . Sorry about that. Thank you maaâ⿬⿢m
> >
> > Also I already have my app related classed in the deploy have classed
> > dir. It is just the common libs that I was trying to put. Arenâ⿬⿢t
> > these better going under AUDIUM_HOME/common/lib ?
> > Hemal
> >
> > From: Cisco Developer Community Forums
> > [mailto:cdicuser@developer.cisco.com]
> > Sent: Wednesday, May 04, 2011 4:36 PM
> > To: cdicuser@developer.cisco.com
> > Subject: New Message from Janine Graves in Customer Voice Portal (CVP)
> > - General Discussion - All Versions: Re: New Message from Hemal Mehta
> > in Customer Voice Portal (CVP) - General D
> >
> > Janine Graves has created a new message in the forum "General
> > Discussion - All Versions":
> >
> > --------------------------------------------------------------
> > You're welcome, but I'm a woman. lol.
> >
> >
> > On 5/4/2011 5:32 PM, Cisco Developer Community Forums wrote:
> > > Hemal Mehta has created a new message in the forum "General Discussion
> > > - All Versions":
> > >
> > > --------------------------------------------------------------
> > > Thank you sir. Your input is greatly appreciated.
> > > Hemal
> > >
> > > From: Cisco Developer Community Forums
> > > [mailto:cdicuser@developer.cisco.com]
> > > Sent: Wednesday, May 04, 2011 4:29 PM
> > > To: cdicuser@developer.cisco.com
> > > Subject: New Message from Janine Graves in Customer Voice Portal (CVP)
> > > - General Discussion - All Versions: Re: New Message from Hemal Mehta
> > > in Customer Voice Portal (CVP) - General D
> > >
> > > Janine Graves has created a new message in the forum "General
> > > Discussion - All Versions":
> > >
> > > --------------------------------------------------------------
> > > I think you need to configure the Studio's Tomcat for your javax, just
> > > as you would VXML Server's Tomcat. It's located in
> > >
> >
> C:\Cisco\CallStudio\eclipse\plugins\com.audiumcorp.studio.debug.runtime_x.y.z\CATALINA_HOME
> > >
> > > Perhaps you should start by putting the java code you want to use
> right
> > > into the Studio application into deploy/java/application/jar or
> classes
> > > - if you can't get the custom java to work from within the
> application,
> > > you'll never get it to work 'globally'.
> > >
> > > By copying it into the Studio app, you don't have to do any
> > > configuration to use the custom java with the studio debugger.
> > >
> > > If you still get the error, then you need to do some extra Tomcat
> > > configuration for some custom java you're using. Configure the
> > > Debugger's Tomcat for whatever you're doing (javax, ajax, axis2, JNDI,
> > > whatever).
> > >
> > >
> > >
> > >
> > >
> > > On 5/4/2011 5:18 PM, Cisco Developer Community Forums wrote:
> > > > Hemal Mehta has created a new message in the forum "General
> Discussion
> > > > - All Versions":
> > > >
> > > > --------------------------------------------------------------
> > > > 05/04/2011 16:08:42, SERVER ERROR: There was a problem loading
> classes
> > > > from CVP_HOME\VXMLServer/common. The error was: There was a problem
> > > > loading classes from CVP_HOME\VXMLServer/common. The root cause was:
> > > > java.lang.NoClassDefFoundError: javax/xml/rpc/Service
> > > >
> > > > Now, I do not have any vxml server currently and I am just executing
> > > > on the Studio server. Is the message with VXMLServer dir
> incorrect. I
> > > > mean the error may be stil valid, but dir may not be correct.
> > > > Hemal
> > > >
> > > > From: Cisco Developer Community Forums
> > > > [mailto:cdicuser@developer.cisco.com]
> > > > Sent: Wednesday, May 04, 2011 3:26 PM
> > > > To: cdicuser@developer.cisco.com
> > > > Subject: New Message from Hemal Mehta in Customer Voice Portal
> (CVP) -
> > > > General Discussion - All Versions: RE: New Message from Janine
> Graves
> > > > in Customer Voice Portal (CVP) - General
> > > >
> > > > Hemal Mehta has created a new message in the forum "General
> Discussion
> > > > - All Versions":
> > > >
> > > > --------------------------------------------------------------
> > > > Ok, that is good to know that it is supported. Let me try.
> > > > Hemal
> > > >
> > > > From: Cisco Developer Community Forums
> > > > [mailto:cdicuser@developer.cisco.com]
> > > > Sent: Wednesday, May 04, 2011 3:00 PM
> > > > To: cdicuser@developer.cisco.com
> > > > Subject: New Message from Janine Graves in Customer Voice Portal
> (CVP)
> > > > - General Discussion - All Versions: Re: New Message from Hemal
> Mehta
> > > > in Customer Voice Portal (CVP) - General D
> > > >
> > > > Janine Graves has created a new message in the forum "General
> > > > Discussion - All Versions":
> > > >
> > > > --------------------------------------------------------------
> > > > Yes. if the custom java is being used on a global basis, then
> put the
> > > > java classes or jar file into
> > > >
> > >
> >
> C:\Cisco\CallStudio\eclipse\plugins\com.audiumcorp.studio.debug.runtime_6.0.1\AUDIUM_HOME\common\lib
> > > > or classes folder
> > > >
> > > > On 5/4/2011 3:49 PM, Cisco Developer Community Forums wrote:
> > > > > Hemal Mehta has created a new message in the forum "General
> > Discussion
> > > > > - All Versions":
> > > > >
> > > > > --------------------------------------------------------------
> > > > > Janine,
> > > > > Can you test backend calls. I mean decision/action elements
> > using java
> > > > > classes etc. I have been unsuccessful. If one can do this, can you
> > > > > specify where we may need to place these classes.
> > > > > Thanks,
> > > > > Hemal
> > > > >
> > > > > From: Cisco Developer Community Forums
> > > > > [mailto:cdicuser@developer.cisco.com]
> > > > > Sent: Monday, May 02, 2011 5:23 PM
> > > > > To: cdicuser@developer.cisco.com
> > > > > Subject: New Message from Janine Graves in Customer Voice Portal
> > (CVP)
> > > > > - General Discussion - All Versions: Re: New Message from Arun
> Kumar
> > > > > in Customer Voice Portal (CVP) - General Di
> > > > >
> > > > > Janine Graves has created a new message in the forum "General
> > > > > Discussion - All Versions":
> > > > >
> > > > > --------------------------------------------------------------
> > > > > The debugger is meant to be used without a VXML Server, it
> > starts its
> > > > > own Tomcat. You can test most of the application.
> > > > > You won't be able to test: Application Transfer, Subdialog
> > Invoke, the
> > > > > terminating character (#), any of the timers.
> > > > > You won't be able to test whether the http for the audio
> prompts is
> > > > > correct - you will just see the audio prompt URIs.
> > > > > If you are using the Database or Email element, then you'll
> have to
> > > > > configure the Studio Debugger's Tomcat (located in
> > > > >
> > > >
> > >
> >
> "C:\Cisco\CallStudio\eclipse\plugins\com.audiumcorp.studio.debug.runtime_x.y.z\CATALINA_HOME\")
> > > > > You should be able to test everything else.
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > On 5/2/2011 5:25 PM, Cisco Developer Community Forums wrote:
> > > > > > Arun Kumar has created a new message in the forum "General
> > > Discussion
> > > > > > - All Versions":
> > > > > >
> > > > > > --------------------------------------------------------------
> > > > > > Can I use the debug to test my app, if I have just studio
> > available
> > > > > > and do not have rest of the CVP components installed including
> > vxml
> > > > > > server etc.ÿƿÿ⿿ÿâ¿
> â⿬⿢ÿƿÿ¢ÿ¢â⿬šÿ¬ÿ⿦ÿ¡
> > > > > > Can ÿƿÿ⿿ÿ⿠â⿬⿢ÿƿÿ¢ÿ¢â⿬šÿ¬ÿ⿦ÿ¡
> it work and allow me to go
> > through the whole flow.
> > > > > > --
> > > > > > To respond to this post, please click the following link:
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3823476>
> > > > > >
> > > > > > or simply reply to this email.
> > > > >
> > > > > --
> > > > > Janine Graves
> > > > > --
> > > > > To respond to this post, please click the following link:
> > > > >
> > > > >
> > > >
> > >
> >
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3821406>
> > > > >
> > > > > or simply reply to this email.
> > > > > --
> > > > > To respond to this post, please click the following link:
> > > > >
> > > > >
> > > >
> > >
> >
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3832808>
> > > > >
> > > > > or simply reply to this email.
> > > >
> > > > --
> > > > Janine Graves
> > > > --
> > > > To respond to this post, please click the following link:
> > > >
> > > >
> > >
> >
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3832843>
> > > >
> > > > or simply reply to this email.
> > > > --
> > > > To respond to this post, please click the following link:
> > > >
> > > >
> > >
> >
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3831042>
> > > >
> > > > or simply reply to this email.
> > > > --
> > > > To respond to this post, please click the following link:
> > > >
> > > >
> > >
> >
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3831098>
> > > >
> > > > or simply reply to this email.
> > >
> > > --
> > > Janine Graves
> > > --
> > > To respond to this post, please click the following link:
> > >
> > >
> >
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3832952>
> > >
> > > or simply reply to this email.
> > > --
> > > To respond to this post, please click the following link:
> > >
> > >
> >
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3832954>
> > >
> > > or simply reply to this email.
> >
> > --
> > Janine Graves
> > --
> > To respond to this post, please click the following link:
> >
> >
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3832956>
> >
> > or simply reply to this email.
> > --
> > To respond to this post, please click the following link:
> >
> >
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3831125>
> >
> > or simply reply to this email.
>
> --
> Janine Graves
> --
> To respond to this post, please click the following link:
>
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3832969>
>
> or simply reply to this email.
> --
> To respond to this post, please click the following link:
>
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3831176>
>
> or simply reply to this email.
--
Janine Graves
Subject: RE: New Message from Janine Graves in Customer Voice Portal (CVP) - General
Replied by: Hemal Mehta on 04-05-2011 03:49:12 PM
Janine,
Can you test backend calls. I mean decision/action elements using java classes etc. I have been unsuccessful. If one can do this, can you specify where we may need to place these classes.
Thanks,
Hemal
From: Cisco Developer Community Forums [mailto:cdicuser@developer.cisco.com]
Sent: Monday, May 02, 2011 5:23 PM
To: cdicuser@developer.cisco.com
Subject: New Message from Janine Graves in Customer Voice Portal (CVP) - General Discussion - All Versions: Re: New Message from Arun Kumar in Customer Voice Portal (CVP) - General Di
Janine Graves has created a new message in the forum "General Discussion - All Versions":
--------------------------------------------------------------
The debugger is meant to be used without a VXML Server, it starts its
own Tomcat. You can test most of the application.
You won't be able to test: Application Transfer, Subdialog Invoke, the
terminating character (#), any of the timers.
You won't be able to test whether the http for the audio prompts is
correct - you will just see the audio prompt URIs.
If you are using the Database or Email element, then you'll have to
configure the Studio Debugger's Tomcat (located in
"C:\Cisco\CallStudio\eclipse\plugins\com.audiumcorp.studio.debug.runtime_x.y.z\CATALINA_HOME\")
You should be able to test everything else.
On 5/2/2011 5:25 PM, Cisco Developer Community Forums wrote:
> Arun Kumar has created a new message in the forum "General Discussion
> - All Versions":
>
> --------------------------------------------------------------
> Can I use the debug to test my app, if I have just studio available
> and do not have rest of the CVP components installed including vxml
> server etc.Â
> Can  it work and allow me to go through the whole flow.
> --
> To respond to this post, please click the following link:
>
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3823476>
>
> or simply reply to this email.
--
Janine Graves
--
To respond to this post, please click the following link:
<http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3821406>
or simply reply to this email.
Subject: Re: New Message from Hemal Mehta in Customer Voice Portal (CVP) - General D
Replied by: Janine Graves on 04-05-2011 04:00:12 PM
Yes. if the custom java is being used on a global basis, then put the
java classes or jar file into
C:\Cisco\CallStudio\eclipse\plugins\com.audiumcorp.studio.debug.runtime_6.0.1\AUDIUM_HOME\common\lib
or classes folder
On 5/4/2011 3:49 PM, Cisco Developer Community Forums wrote:
> Hemal Mehta has created a new message in the forum "General Discussion
> - All Versions":
>
> --------------------------------------------------------------
> Janine,
> Can you test backend calls. I mean decision/action elements using java
> classes etc. I have been unsuccessful. If one can do this, can you
> specify where we may need to place these classes.
> Thanks,
> Hemal
>
> From: Cisco Developer Community Forums
> [mailto:cdicuser@developer.cisco.com]
> Sent: Monday, May 02, 2011 5:23 PM
> To: cdicuser@developer.cisco.com
> Subject: New Message from Janine Graves in Customer Voice Portal (CVP)
> - General Discussion - All Versions: Re: New Message from Arun Kumar
> in Customer Voice Portal (CVP) - General Di
>
> Janine Graves has created a new message in the forum "General
> Discussion - All Versions":
>
> --------------------------------------------------------------
> The debugger is meant to be used without a VXML Server, it starts its
> own Tomcat. You can test most of the application.
> You won't be able to test: Application Transfer, Subdialog Invoke, the
> terminating character (#), any of the timers.
> You won't be able to test whether the http for the audio prompts is
> correct - you will just see the audio prompt URIs.
> If you are using the Database or Email element, then you'll have to
> configure the Studio Debugger's Tomcat (located in
> "C:\Cisco\CallStudio\eclipse\plugins\com.audiumcorp.studio.debug.runtime_x.y.z\CATALINA_HOME\")
> You should be able to test everything else.
>
>
>
>
> On 5/2/2011 5:25 PM, Cisco Developer Community Forums wrote:
> > Arun Kumar has created a new message in the forum "General Discussion
> > - All Versions":
> >
> > --------------------------------------------------------------
> > Can I use the debug to test my app, if I have just studio available
> > and do not have rest of the CVP components installed including vxml
> > server etc.ÿ
> > Can ÿ it work and allow me to go through the whole flow.
> > --
> > To respond to this post, please click the following link:
> >
> >
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3823476>
> >
> > or simply reply to this email.
>
> --
> Janine Graves
> --
> To respond to this post, please click the following link:
>
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3821406>
>
> or simply reply to this email.
> --
> To respond to this post, please click the following link:
>
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3832808>
>
> or simply reply to this email.
--
Janine Graves
Subject: Re: New Message from Hemal Mehta in Customer Voice Portal (CVP) - General D
Replied by: Janine Graves on 04-05-2011 05:29:12 PM
I think you need to configure the Studio's Tomcat for your javax, just
as you would VXML Server's Tomcat. It's located in
C:\Cisco\CallStudio\eclipse\plugins\com.audiumcorp.studio.debug.runtime_x.y.z\CATALINA_HOME
Perhaps you should start by putting the java code you want to use right
into the Studio application into deploy/java/application/jar or classes
- if you can't get the custom java to work from within the application,
you'll never get it to work 'globally'.
By copying it into the Studio app, you don't have to do any
configuration to use the custom java with the studio debugger.
If you still get the error, then you need to do some extra Tomcat
configuration for some custom java you're using. Configure the
Debugger's Tomcat for whatever you're doing (javax, ajax, axis2, JNDI,
whatever).
On 5/4/2011 5:18 PM, Cisco Developer Community Forums wrote:
> Hemal Mehta has created a new message in the forum "General Discussion
> - All Versions":
>
> --------------------------------------------------------------
> 05/04/2011 16:08:42, SERVER ERROR: There was a problem loading classes
> from CVP_HOME\VXMLServer/common. The error was: There was a problem
> loading classes from CVP_HOME\VXMLServer/common. The root cause was:
> java.lang.NoClassDefFoundError: javax/xml/rpc/Service
>
> Now, I do not have any vxml server currently and I am just executing
> on the Studio server. Is the message with VXMLServer dir incorrect. I
> mean the error may be stil valid, but dir may not be correct.
> Hemal
>
> From: Cisco Developer Community Forums
> [mailto:cdicuser@developer.cisco.com]
> Sent: Wednesday, May 04, 2011 3:26 PM
> To: cdicuser@developer.cisco.com
> Subject: New Message from Hemal Mehta in Customer Voice Portal (CVP) -
> General Discussion - All Versions: RE: New Message from Janine Graves
> in Customer Voice Portal (CVP) - General
>
> Hemal Mehta has created a new message in the forum "General Discussion
> - All Versions":
>
> --------------------------------------------------------------
> Ok, that is good to know that it is supported. Let me try.
> Hemal
>
> From: Cisco Developer Community Forums
> [mailto:cdicuser@developer.cisco.com]
> Sent: Wednesday, May 04, 2011 3:00 PM
> To: cdicuser@developer.cisco.com
> Subject: New Message from Janine Graves in Customer Voice Portal (CVP)
> - General Discussion - All Versions: Re: New Message from Hemal Mehta
> in Customer Voice Portal (CVP) - General D
>
> Janine Graves has created a new message in the forum "General
> Discussion - All Versions":
>
> --------------------------------------------------------------
> Yes. if the custom java is being used on a global basis, then put the
> java classes or jar file into
> C:\Cisco\CallStudio\eclipse\plugins\com.audiumcorp.studio.debug.runtime_6.0.1\AUDIUM_HOME\common\lib
> or classes folder
>
> On 5/4/2011 3:49 PM, Cisco Developer Community Forums wrote:
> > Hemal Mehta has created a new message in the forum "General Discussion
> > - All Versions":
> >
> > --------------------------------------------------------------
> > Janine,
> > Can you test backend calls. I mean decision/action elements using java
> > classes etc. I have been unsuccessful. If one can do this, can you
> > specify where we may need to place these classes.
> > Thanks,
> > Hemal
> >
> > From: Cisco Developer Community Forums
> > [mailto:cdicuser@developer.cisco.com]
> > Sent: Monday, May 02, 2011 5:23 PM
> > To: cdicuser@developer.cisco.com
> > Subject: New Message from Janine Graves in Customer Voice Portal (CVP)
> > - General Discussion - All Versions: Re: New Message from Arun Kumar
> > in Customer Voice Portal (CVP) - General Di
> >
> > Janine Graves has created a new message in the forum "General
> > Discussion - All Versions":
> >
> > --------------------------------------------------------------
> > The debugger is meant to be used without a VXML Server, it starts its
> > own Tomcat. You can test most of the application.
> > You won't be able to test: Application Transfer, Subdialog Invoke, the
> > terminating character (#), any of the timers.
> > You won't be able to test whether the http for the audio prompts is
> > correct - you will just see the audio prompt URIs.
> > If you are using the Database or Email element, then you'll have to
> > configure the Studio Debugger's Tomcat (located in
> >
> "C:\Cisco\CallStudio\eclipse\plugins\com.audiumcorp.studio.debug.runtime_x.y.z\CATALINA_HOME\")
> > You should be able to test everything else.
> >
> >
> >
> >
> > On 5/2/2011 5:25 PM, Cisco Developer Community Forums wrote:
> > > Arun Kumar has created a new message in the forum "General Discussion
> > > - All Versions":
> > >
> > > --------------------------------------------------------------
> > > Can I use the debug to test my app, if I have just studio available
> > > and do not have rest of the CVP components installed including vxml
> > > server etc.ÿ⿿
> > > Can ÿ⿿ it work and allow me to go through the whole flow.
> > > --
> > > To respond to this post, please click the following link:
> > >
> > >
> >
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3823476>
> > >
> > > or simply reply to this email.
> >
> > --
> > Janine Graves
> > --
> > To respond to this post, please click the following link:
> >
> >
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3821406>
> >
> > or simply reply to this email.
> > --
> > To respond to this post, please click the following link:
> >
> >
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3832808>
> >
> > or simply reply to this email.
>
> --
> Janine Graves
> --
> To respond to this post, please click the following link:
>
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3832843>
>
> or simply reply to this email.
> --
> To respond to this post, please click the following link:
>
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3831042>
>
> or simply reply to this email.
> --
> To respond to this post, please click the following link:
>
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3831098>
>
> or simply reply to this email.
--
Janine Graves
Subject: RE: New Message from Janine Graves in Customer Voice Portal (CVP) - General
Replied by: Hemal Mehta on 04-05-2011 05:32:12 PM
Thank you sir. Your input is greatly appreciated.
Hemal
From: Cisco Developer Community Forums [mailto:cdicuser@developer.cisco.com]
Sent: Wednesday, May 04, 2011 4:29 PM
To: cdicuser@developer.cisco.com
Subject: New Message from Janine Graves in Customer Voice Portal (CVP) - General Discussion - All Versions: Re: New Message from Hemal Mehta in Customer Voice Portal (CVP) - General D
Janine Graves has created a new message in the forum "General Discussion - All Versions":
--------------------------------------------------------------
I think you need to configure the Studio's Tomcat for your javax, just
as you would VXML Server's Tomcat. It's located in
C:\Cisco\CallStudio\eclipse\plugins\com.audiumcorp.studio.debug.runtime_x.y.z\CATALINA_HOME
Perhaps you should start by putting the java code you want to use right
into the Studio application into deploy/java/application/jar or classes
- if you can't get the custom java to work from within the application,
you'll never get it to work 'globally'.
By copying it into the Studio app, you don't have to do any
configuration to use the custom java with the studio debugger.
If you still get the error, then you need to do some extra Tomcat
configuration for some custom java you're using. Configure the
Debugger's Tomcat for whatever you're doing (javax, ajax, axis2, JNDI,
whatever).
On 5/4/2011 5:18 PM, Cisco Developer Community Forums wrote:
> Hemal Mehta has created a new message in the forum "General Discussion
> - All Versions":
>
> --------------------------------------------------------------
> 05/04/2011 16:08:42, SERVER ERROR: There was a problem loading classes
> from CVP_HOME\VXMLServer/common. The error was: There was a problem
> loading classes from CVP_HOME\VXMLServer/common. The root cause was:
> java.lang.NoClassDefFoundError: javax/xml/rpc/Service
>
> Now, I do not have any vxml server currently and I am just executing
> on the Studio server. Is the message with VXMLServer dir incorrect. I
> mean the error may be stil valid, but dir may not be correct.
> Hemal
>
> From: Cisco Developer Community Forums
> [mailto:cdicuser@developer.cisco.com]
> Sent: Wednesday, May 04, 2011 3:26 PM
> To: cdicuser@developer.cisco.com
> Subject: New Message from Hemal Mehta in Customer Voice Portal (CVP) -
> General Discussion - All Versions: RE: New Message from Janine Graves
> in Customer Voice Portal (CVP) - General
>
> Hemal Mehta has created a new message in the forum "General Discussion
> - All Versions":
>
> --------------------------------------------------------------
> Ok, that is good to know that it is supported. Let me try.
> Hemal
>
> From: Cisco Developer Community Forums
> [mailto:cdicuser@developer.cisco.com]
> Sent: Wednesday, May 04, 2011 3:00 PM
> To: cdicuser@developer.cisco.com
> Subject: New Message from Janine Graves in Customer Voice Portal (CVP)
> - General Discussion - All Versions: Re: New Message from Hemal Mehta
> in Customer Voice Portal (CVP) - General D
>
> Janine Graves has created a new message in the forum "General
> Discussion - All Versions":
>
> --------------------------------------------------------------
> Yes. if the custom java is being used on a global basis, then put the
> java classes or jar file into
> C:\Cisco\CallStudio\eclipse\plugins\com.audiumcorp.studio.debug.runtime_6.0.1\AUDIUM_HOME\common\lib
> or classes folder
>
> On 5/4/2011 3:49 PM, Cisco Developer Community Forums wrote:
> > Hemal Mehta has created a new message in the forum "General Discussion
> > - All Versions":
> >
> > --------------------------------------------------------------
> > Janine,
> > Can you test backend calls. I mean decision/action elements using java
> > classes etc. I have been unsuccessful. If one can do this, can you
> > specify where we may need to place these classes.
> > Thanks,
> > Hemal
> >
> > From: Cisco Developer Community Forums
> > [mailto:cdicuser@developer.cisco.com]
> > Sent: Monday, May 02, 2011 5:23 PM
> > To: cdicuser@developer.cisco.com
> > Subject: New Message from Janine Graves in Customer Voice Portal (CVP)
> > - General Discussion - All Versions: Re: New Message from Arun Kumar
> > in Customer Voice Portal (CVP) - General Di
> >
> > Janine Graves has created a new message in the forum "General
> > Discussion - All Versions":
> >
> > --------------------------------------------------------------
> > The debugger is meant to be used without a VXML Server, it starts its
> > own Tomcat. You can test most of the application.
> > You won't be able to test: Application Transfer, Subdialog Invoke, the
> > terminating character (#), any of the timers.
> > You won't be able to test whether the http for the audio prompts is
> > correct - you will just see the audio prompt URIs.
> > If you are using the Database or Email element, then you'll have to
> > configure the Studio Debugger's Tomcat (located in
> >
> "C:\Cisco\CallStudio\eclipse\plugins\com.audiumcorp.studio.debug.runtime_x.y.z\CATALINA_HOME\")
> > You should be able to test everything else.
> >
> >
> >
> >
> > On 5/2/2011 5:25 PM, Cisco Developer Community Forums wrote:
> > > Arun Kumar has created a new message in the forum "General Discussion
> > > - All Versions":
> > >
> > > --------------------------------------------------------------
> > > Can I use the debug to test my app, if I have just studio available
> > > and do not have rest of the CVP components installed including vxml
> > > server etc.ÿ⿿
> > > Can ÿ⿿ it work and allow me to go through the whole flow.
> > > --
> > > To respond to this post, please click the following link:
> > >
> > >
> >
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3823476>
> > >
> > > or simply reply to this email.
> >
> > --
> > Janine Graves
> > --
> > To respond to this post, please click the following link:
> >
> >
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3821406>
> >
> > or simply reply to this email.
> > --
> > To respond to this post, please click the following link:
> >
> >
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3832808>
> >
> > or simply reply to this email.
>
> --
> Janine Graves
> --
> To respond to this post, please click the following link:
>
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3832843>
>
> or simply reply to this email.
> --
> To respond to this post, please click the following link:
>
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3831042>
>
> or simply reply to this email.
> --
> To respond to this post, please click the following link:
>
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3831098>
>
> or simply reply to this email.
--
Janine Graves
--
To respond to this post, please click the following link:
<http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3832952>
or simply reply to this email.
Subject: Re: New Message from Hemal Mehta in Customer Voice Portal (CVP) - General D
Replied by: Janine Graves on 04-05-2011 05:36:12 PM
You're welcome, but I'm a woman. lol.
On 5/4/2011 5:32 PM, Cisco Developer Community Forums wrote:
> Hemal Mehta has created a new message in the forum "General Discussion
> - All Versions":
>
> --------------------------------------------------------------
> Thank you sir. Your input is greatly appreciated.
> Hemal
>
> From: Cisco Developer Community Forums
> [mailto:cdicuser@developer.cisco.com]
> Sent: Wednesday, May 04, 2011 4:29 PM
> To: cdicuser@developer.cisco.com
> Subject: New Message from Janine Graves in Customer Voice Portal (CVP)
> - General Discussion - All Versions: Re: New Message from Hemal Mehta
> in Customer Voice Portal (CVP) - General D
>
> Janine Graves has created a new message in the forum "General
> Discussion - All Versions":
>
> --------------------------------------------------------------
> I think you need to configure the Studio's Tomcat for your javax, just
> as you would VXML Server's Tomcat. It's located in
> C:\Cisco\CallStudio\eclipse\plugins\com.audiumcorp.studio.debug.runtime_x.y.z\CATALINA_HOME
>
> Perhaps you should start by putting the java code you want to use right
> into the Studio application into deploy/java/application/jar or classes
> - if you can't get the custom java to work from within the application,
> you'll never get it to work 'globally'.
>
> By copying it into the Studio app, you don't have to do any
> configuration to use the custom java with the studio debugger.
>
> If you still get the error, then you need to do some extra Tomcat
> configuration for some custom java you're using. Configure the
> Debugger's Tomcat for whatever you're doing (javax, ajax, axis2, JNDI,
> whatever).
>
>
>
>
>
> On 5/4/2011 5:18 PM, Cisco Developer Community Forums wrote:
> > Hemal Mehta has created a new message in the forum "General Discussion
> > - All Versions":
> >
> > --------------------------------------------------------------
> > 05/04/2011 16:08:42, SERVER ERROR: There was a problem loading classes
> > from CVP_HOME\VXMLServer/common. The error was: There was a problem
> > loading classes from CVP_HOME\VXMLServer/common. The root cause was:
> > java.lang.NoClassDefFoundError: javax/xml/rpc/Service
> >
> > Now, I do not have any vxml server currently and I am just executing
> > on the Studio server. Is the message with VXMLServer dir incorrect. I
> > mean the error may be stil valid, but dir may not be correct.
> > Hemal
> >
> > From: Cisco Developer Community Forums
> > [mailto:cdicuser@developer.cisco.com]
> > Sent: Wednesday, May 04, 2011 3:26 PM
> > To: cdicuser@developer.cisco.com
> > Subject: New Message from Hemal Mehta in Customer Voice Portal (CVP) -
> > General Discussion - All Versions: RE: New Message from Janine Graves
> > in Customer Voice Portal (CVP) - General
> >
> > Hemal Mehta has created a new message in the forum "General Discussion
> > - All Versions":
> >
> > --------------------------------------------------------------
> > Ok, that is good to know that it is supported. Let me try.
> > Hemal
> >
> > From: Cisco Developer Community Forums
> > [mailto:cdicuser@developer.cisco.com]
> > Sent: Wednesday, May 04, 2011 3:00 PM
> > To: cdicuser@developer.cisco.com
> > Subject: New Message from Janine Graves in Customer Voice Portal (CVP)
> > - General Discussion - All Versions: Re: New Message from Hemal Mehta
> > in Customer Voice Portal (CVP) - General D
> >
> > Janine Graves has created a new message in the forum "General
> > Discussion - All Versions":
> >
> > --------------------------------------------------------------
> > Yes. if the custom java is being used on a global basis, then put the
> > java classes or jar file into
> >
> C:\Cisco\CallStudio\eclipse\plugins\com.audiumcorp.studio.debug.runtime_6.0.1\AUDIUM_HOME\common\lib
> > or classes folder
> >
> > On 5/4/2011 3:49 PM, Cisco Developer Community Forums wrote:
> > > Hemal Mehta has created a new message in the forum "General Discussion
> > > - All Versions":
> > >
> > > --------------------------------------------------------------
> > > Janine,
> > > Can you test backend calls. I mean decision/action elements using java
> > > classes etc. I have been unsuccessful. If one can do this, can you
> > > specify where we may need to place these classes.
> > > Thanks,
> > > Hemal
> > >
> > > From: Cisco Developer Community Forums
> > > [mailto:cdicuser@developer.cisco.com]
> > > Sent: Monday, May 02, 2011 5:23 PM
> > > To: cdicuser@developer.cisco.com
> > > Subject: New Message from Janine Graves in Customer Voice Portal (CVP)
> > > - General Discussion - All Versions: Re: New Message from Arun Kumar
> > > in Customer Voice Portal (CVP) - General Di
> > >
> > > Janine Graves has created a new message in the forum "General
> > > Discussion - All Versions":
> > >
> > > --------------------------------------------------------------
> > > The debugger is meant to be used without a VXML Server, it starts its
> > > own Tomcat. You can test most of the application.
> > > You won't be able to test: Application Transfer, Subdialog Invoke, the
> > > terminating character (#), any of the timers.
> > > You won't be able to test whether the http for the audio prompts is
> > > correct - you will just see the audio prompt URIs.
> > > If you are using the Database or Email element, then you'll have to
> > > configure the Studio Debugger's Tomcat (located in
> > >
> >
> "C:\Cisco\CallStudio\eclipse\plugins\com.audiumcorp.studio.debug.runtime_x.y.z\CATALINA_HOME\")
> > > You should be able to test everything else.
> > >
> > >
> > >
> > >
> > > On 5/2/2011 5:25 PM, Cisco Developer Community Forums wrote:
> > > > Arun Kumar has created a new message in the forum "General
> Discussion
> > > > - All Versions":
> > > >
> > > > --------------------------------------------------------------
> > > > Can I use the debug to test my app, if I have just studio available
> > > > and do not have rest of the CVP components installed including vxml
> > > > server etc.ÿƿâ⿬š
> > > > Can ÿƿâ⿬š it work and allow me to go through the whole flow.
> > > > --
> > > > To respond to this post, please click the following link:
> > > >
> > > >
> > >
> >
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3823476>
> > > >
> > > > or simply reply to this email.
> > >
> > > --
> > > Janine Graves
> > > --
> > > To respond to this post, please click the following link:
> > >
> > >
> >
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3821406>
> > >
> > > or simply reply to this email.
> > > --
> > > To respond to this post, please click the following link:
> > >
> > >
> >
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3832808>
> > >
> > > or simply reply to this email.
> >
> > --
> > Janine Graves
> > --
> > To respond to this post, please click the following link:
> >
> >
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3832843>
> >
> > or simply reply to this email.
> > --
> > To respond to this post, please click the following link:
> >
> >
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3831042>
> >
> > or simply reply to this email.
> > --
> > To respond to this post, please click the following link:
> >
> >
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3831098>
> >
> > or simply reply to this email.
>
> --
> Janine Graves
> --
> To respond to this post, please click the following link:
>
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3832952>
>
> or simply reply to this email.
> --
> To respond to this post, please click the following link:
>
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3832954>
>
> or simply reply to this email.
--
Janine Graves
Subject: Re: New Message from Hemal Mehta in Customer Voice Portal (CVP) - General D
Replied by: Janine Graves on 04-05-2011 05:50:12 PM
It's fine to keep app specific classes in the
app/deploy/java/application/lib or classes folder.
If you have any java you're using for all the apps then just as you'd
usually put it into C:/Cisco/CVP/VXMLServer/common directory you'd need
to put it into the Debugger's equivalent directory -
C:\Cisco\CallStudio\eclipse\plugins\com.audiumcorp.studio.debug.runtime_x.y.z\AUDIUM_HOME\common
If you are getting the NoClassDefFound error, then perhaps you have some
custom java libraries that need to go under AUDIUM_HOME\lib or
CATALINA_HOME somewhere. You're basically trying to recreate an analogue
to whatever you'd normally do on the VXMLServer.
On 5/4/2011 5:40 PM, Cisco Developer Community Forums wrote:
> Hemal Mehta has created a new message in the forum "General Discussion
> - All Versions":
>
> --------------------------------------------------------------
> Oops ⿺ . Sorry about that. Thank you maa⿿m
>
> Also I already have my app related classed in the deploy have classed
> dir. It is just the common libs that I was trying to put. Arenâ¿¿t
> these better going under AUDIUM_HOME/common/lib ?
> Hemal
>
> From: Cisco Developer Community Forums
> [mailto:cdicuser@developer.cisco.com]
> Sent: Wednesday, May 04, 2011 4:36 PM
> To: cdicuser@developer.cisco.com
> Subject: New Message from Janine Graves in Customer Voice Portal (CVP)
> - General Discussion - All Versions: Re: New Message from Hemal Mehta
> in Customer Voice Portal (CVP) - General D
>
> Janine Graves has created a new message in the forum "General
> Discussion - All Versions":
>
> --------------------------------------------------------------
> You're welcome, but I'm a woman. lol.
>
>
> On 5/4/2011 5:32 PM, Cisco Developer Community Forums wrote:
> > Hemal Mehta has created a new message in the forum "General Discussion
> > - All Versions":
> >
> > --------------------------------------------------------------
> > Thank you sir. Your input is greatly appreciated.
> > Hemal
> >
> > From: Cisco Developer Community Forums
> > [mailto:cdicuser@developer.cisco.com]
> > Sent: Wednesday, May 04, 2011 4:29 PM
> > To: cdicuser@developer.cisco.com
> > Subject: New Message from Janine Graves in Customer Voice Portal (CVP)
> > - General Discussion - All Versions: Re: New Message from Hemal Mehta
> > in Customer Voice Portal (CVP) - General D
> >
> > Janine Graves has created a new message in the forum "General
> > Discussion - All Versions":
> >
> > --------------------------------------------------------------
> > I think you need to configure the Studio's Tomcat for your javax, just
> > as you would VXML Server's Tomcat. It's located in
> >
> C:\Cisco\CallStudio\eclipse\plugins\com.audiumcorp.studio.debug.runtime_x.y.z\CATALINA_HOME
> >
> > Perhaps you should start by putting the java code you want to use right
> > into the Studio application into deploy/java/application/jar or classes
> > - if you can't get the custom java to work from within the application,
> > you'll never get it to work 'globally'.
> >
> > By copying it into the Studio app, you don't have to do any
> > configuration to use the custom java with the studio debugger.
> >
> > If you still get the error, then you need to do some extra Tomcat
> > configuration for some custom java you're using. Configure the
> > Debugger's Tomcat for whatever you're doing (javax, ajax, axis2, JNDI,
> > whatever).
> >
> >
> >
> >
> >
> > On 5/4/2011 5:18 PM, Cisco Developer Community Forums wrote:
> > > Hemal Mehta has created a new message in the forum "General Discussion
> > > - All Versions":
> > >
> > > --------------------------------------------------------------
> > > 05/04/2011 16:08:42, SERVER ERROR: There was a problem loading classes
> > > from CVP_HOME\VXMLServer/common. The error was: There was a problem
> > > loading classes from CVP_HOME\VXMLServer/common. The root cause was:
> > > java.lang.NoClassDefFoundError: javax/xml/rpc/Service
> > >
> > > Now, I do not have any vxml server currently and I am just executing
> > > on the Studio server. Is the message with VXMLServer dir incorrect. I
> > > mean the error may be stil valid, but dir may not be correct.
> > > Hemal
> > >
> > > From: Cisco Developer Community Forums
> > > [mailto:cdicuser@developer.cisco.com]
> > > Sent: Wednesday, May 04, 2011 3:26 PM
> > > To: cdicuser@developer.cisco.com
> > > Subject: New Message from Hemal Mehta in Customer Voice Portal (CVP) -
> > > General Discussion - All Versions: RE: New Message from Janine Graves
> > > in Customer Voice Portal (CVP) - General
> > >
> > > Hemal Mehta has created a new message in the forum "General Discussion
> > > - All Versions":
> > >
> > > --------------------------------------------------------------
> > > Ok, that is good to know that it is supported. Let me try.
> > > Hemal
> > >
> > > From: Cisco Developer Community Forums
> > > [mailto:cdicuser@developer.cisco.com]
> > > Sent: Wednesday, May 04, 2011 3:00 PM
> > > To: cdicuser@developer.cisco.com
> > > Subject: New Message from Janine Graves in Customer Voice Portal (CVP)
> > > - General Discussion - All Versions: Re: New Message from Hemal Mehta
> > > in Customer Voice Portal (CVP) - General D
> > >
> > > Janine Graves has created a new message in the forum "General
> > > Discussion - All Versions":
> > >
> > > --------------------------------------------------------------
> > > Yes. if the custom java is being used on a global basis, then put the
> > > java classes or jar file into
> > >
> >
> C:\Cisco\CallStudio\eclipse\plugins\com.audiumcorp.studio.debug.runtime_6.0.1\AUDIUM_HOME\common\lib
> > > or classes folder
> > >
> > > On 5/4/2011 3:49 PM, Cisco Developer Community Forums wrote:
> > > > Hemal Mehta has created a new message in the forum "General
> Discussion
> > > > - All Versions":
> > > >
> > > > --------------------------------------------------------------
> > > > Janine,
> > > > Can you test backend calls. I mean decision/action elements
> using java
> > > > classes etc. I have been unsuccessful. If one can do this, can you
> > > > specify where we may need to place these classes.
> > > > Thanks,
> > > > Hemal
> > > >
> > > > From: Cisco Developer Community Forums
> > > > [mailto:cdicuser@developer.cisco.com]
> > > > Sent: Monday, May 02, 2011 5:23 PM
> > > > To: cdicuser@developer.cisco.com
> > > > Subject: New Message from Janine Graves in Customer Voice Portal
> (CVP)
> > > > - General Discussion - All Versions: Re: New Message from Arun Kumar
> > > > in Customer Voice Portal (CVP) - General Di
> > > >
> > > > Janine Graves has created a new message in the forum "General
> > > > Discussion - All Versions":
> > > >
> > > > --------------------------------------------------------------
> > > > The debugger is meant to be used without a VXML Server, it
> starts its
> > > > own Tomcat. You can test most of the application.
> > > > You won't be able to test: Application Transfer, Subdialog
> Invoke, the
> > > > terminating character (#), any of the timers.
> > > > You won't be able to test whether the http for the audio prompts is
> > > > correct - you will just see the audio prompt URIs.
> > > > If you are using the Database or Email element, then you'll have to
> > > > configure the Studio Debugger's Tomcat (located in
> > > >
> > >
> >
> "C:\Cisco\CallStudio\eclipse\plugins\com.audiumcorp.studio.debug.runtime_x.y.z\CATALINA_HOME\")
> > > > You should be able to test everything else.
> > > >
> > > >
> > > >
> > > >
> > > > On 5/2/2011 5:25 PM, Cisco Developer Community Forums wrote:
> > > > > Arun Kumar has created a new message in the forum "General
> > Discussion
> > > > > - All Versions":
> > > > >
> > > > > --------------------------------------------------------------
> > > > > Can I use the debug to test my app, if I have just studio
> available
> > > > > and do not have rest of the CVP components installed including
> vxml
> > > > > server etc.ÿƿÿ⿿ÿ¢â⿿¬ÿ¡
> > > > > Can ÿƿÿ⿿ÿ¢â⿿¬ÿ¡ it work and allow me to go
> through the whole flow.
> > > > > --
> > > > > To respond to this post, please click the following link:
> > > > >
> > > > >
> > > >
> > >
> >
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3823476>
> > > > >
> > > > > or simply reply to this email.
> > > >
> > > > --
> > > > Janine Graves
> > > > --
> > > > To respond to this post, please click the following link:
> > > >
> > > >
> > >
> >
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3821406>
> > > >
> > > > or simply reply to this email.
> > > > --
> > > > To respond to this post, please click the following link:
> > > >
> > > >
> > >
> >
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3832808>
> > > >
> > > > or simply reply to this email.
> > >
> > > --
> > > Janine Graves
> > > --
> > > To respond to this post, please click the following link:
> > >
> > >
> >
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3832843>
> > >
> > > or simply reply to this email.
> > > --
> > > To respond to this post, please click the following link:
> > >
> > >
> >
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3831042>
> > >
> > > or simply reply to this email.
> > > --
> > > To respond to this post, please click the following link:
> > >
> > >
> >
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3831098>
> > >
> > > or simply reply to this email.
> >
> > --
> > Janine Graves
> > --
> > To respond to this post, please click the following link:
> >
> >
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3832952>
> >
> > or simply reply to this email.
> > --
> > To respond to this post, please click the following link:
> >
> >
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3832954>
> >
> > or simply reply to this email.
>
> --
> Janine Graves
> --
> To respond to this post, please click the following link:
>
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3832956>
>
> or simply reply to this email.
> --
> To respond to this post, please click the following link:
>
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3831125>
>
> or simply reply to this email.
--
Janine Graves
Subject: RE: New Message from Janine Graves in Customer Voice Portal (CVP) - General
Replied by: Hemal Mehta on 04-05-2011 05:53:12 PM
Thanks.
Hemal
From: Cisco Developer Community Forums [mailto:cdicuser@developer.cisco.com]
Sent: Wednesday, May 04, 2011 4:50 PM
To: cdicuser@developer.cisco.com
Subject: New Message from Janine Graves in Customer Voice Portal (CVP) - General Discussion - All Versions: Re: New Message from Hemal Mehta in Customer Voice Portal (CVP) - General D
Janine Graves has created a new message in the forum "General Discussion - All Versions":
--------------------------------------------------------------
It's fine to keep app specific classes in the
app/deploy/java/application/lib or classes folder.
If you have any java you're using for all the apps then just as you'd
usually put it into C:/Cisco/CVP/VXMLServer/common directory you'd need
to put it into the Debugger's equivalent directory -
C:\Cisco\CallStudio\eclipse\plugins\com.audiumcorp.studio.debug.runtime_x.y.z\AUDIUM_HOME\common
If you are getting the NoClassDefFound error, then perhaps you have some
custom java libraries that need to go under AUDIUM_HOME\lib or
CATALINA_HOME somewhere. You're basically trying to recreate an analogue
to whatever you'd normally do on the VXMLServer.
On 5/4/2011 5:40 PM, Cisco Developer Community Forums wrote:
> Hemal Mehta has created a new message in the forum "General Discussion
> - All Versions":
>
> --------------------------------------------------------------
> Oops ⿺ . Sorry about that. Thank you maa⿿m
>
> Also I already have my app related classed in the deploy have classed
> dir. It is just the common libs that I was trying to put. Arenâ¿¿t
> these better going under AUDIUM_HOME/common/lib ?
> Hemal
>
> From: Cisco Developer Community Forums
> [mailto:cdicuser@developer.cisco.com]
> Sent: Wednesday, May 04, 2011 4:36 PM
> To: cdicuser@developer.cisco.com
> Subject: New Message from Janine Graves in Customer Voice Portal (CVP)
> - General Discussion - All Versions: Re: New Message from Hemal Mehta
> in Customer Voice Portal (CVP) - General D
>
> Janine Graves has created a new message in the forum "General
> Discussion - All Versions":
>
> --------------------------------------------------------------
> You're welcome, but I'm a woman. lol.
>
>
> On 5/4/2011 5:32 PM, Cisco Developer Community Forums wrote:
> > Hemal Mehta has created a new message in the forum "General Discussion
> > - All Versions":
> >
> > --------------------------------------------------------------
> > Thank you sir. Your input is greatly appreciated.
> > Hemal
> >
> > From: Cisco Developer Community Forums
> > [mailto:cdicuser@developer.cisco.com]
> > Sent: Wednesday, May 04, 2011 4:29 PM
> > To: cdicuser@developer.cisco.com
> > Subject: New Message from Janine Graves in Customer Voice Portal (CVP)
> > - General Discussion - All Versions: Re: New Message from Hemal Mehta
> > in Customer Voice Portal (CVP) - General D
> >
> > Janine Graves has created a new message in the forum "General
> > Discussion - All Versions":
> >
> > --------------------------------------------------------------
> > I think you need to configure the Studio's Tomcat for your javax, just
> > as you would VXML Server's Tomcat. It's located in
> >
> C:\Cisco\CallStudio\eclipse\plugins\com.audiumcorp.studio.debug.runtime_x.y.z\CATALINA_HOME
> >
> > Perhaps you should start by putting the java code you want to use right
> > into the Studio application into deploy/java/application/jar or classes
> > - if you can't get the custom java to work from within the application,
> > you'll never get it to work 'globally'.
> >
> > By copying it into the Studio app, you don't have to do any
> > configuration to use the custom java with the studio debugger.
> >
> > If you still get the error, then you need to do some extra Tomcat
> > configuration for some custom java you're using. Configure the
> > Debugger's Tomcat for whatever you're doing (javax, ajax, axis2, JNDI,
> > whatever).
> >
> >
> >
> >
> >
> > On 5/4/2011 5:18 PM, Cisco Developer Community Forums wrote:
> > > Hemal Mehta has created a new message in the forum "General Discussion
> > > - All Versions":
> > >
> > > --------------------------------------------------------------
> > > 05/04/2011 16:08:42, SERVER ERROR: There was a problem loading classes
> > > from CVP_HOME\VXMLServer/common. The error was: There was a problem
> > > loading classes from CVP_HOME\VXMLServer/common. The root cause was:
> > > java.lang.NoClassDefFoundError: javax/xml/rpc/Service
> > >
> > > Now, I do not have any vxml server currently and I am just executing
> > > on the Studio server. Is the message with VXMLServer dir incorrect. I
> > > mean the error may be stil valid, but dir may not be correct.
> > > Hemal
> > >
> > > From: Cisco Developer Community Forums
> > > [mailto:cdicuser@developer.cisco.com]
> > > Sent: Wednesday, May 04, 2011 3:26 PM
> > > To: cdicuser@developer.cisco.com
> > > Subject: New Message from Hemal Mehta in Customer Voice Portal (CVP) -
> > > General Discussion - All Versions: RE: New Message from Janine Graves
> > > in Customer Voice Portal (CVP) - General
> > >
> > > Hemal Mehta has created a new message in the forum "General Discussion
> > > - All Versions":
> > >
> > > --------------------------------------------------------------
> > > Ok, that is good to know that it is supported. Let me try.
> > > Hemal
> > >
> > > From: Cisco Developer Community Forums
> > > [mailto:cdicuser@developer.cisco.com]
> > > Sent: Wednesday, May 04, 2011 3:00 PM
> > > To: cdicuser@developer.cisco.com
> > > Subject: New Message from Janine Graves in Customer Voice Portal (CVP)
> > > - General Discussion - All Versions: Re: New Message from Hemal Mehta
> > > in Customer Voice Portal (CVP) - General D
> > >
> > > Janine Graves has created a new message in the forum "General
> > > Discussion - All Versions":
> > >
> > > --------------------------------------------------------------
> > > Yes. if the custom java is being used on a global basis, then put the
> > > java classes or jar file into
> > >
> >
> C:\Cisco\CallStudio\eclipse\plugins\com.audiumcorp.studio.debug.runtime_6.0.1\AUDIUM_HOME\common\lib
> > > or classes folder
> > >
> > > On 5/4/2011 3:49 PM, Cisco Developer Community Forums wrote:
> > > > Hemal Mehta has created a new message in the forum "General
> Discussion
> > > > - All Versions":
> > > >
> > > > --------------------------------------------------------------
> > > > Janine,
> > > > Can you test backend calls. I mean decision/action elements
> using java
> > > > classes etc. I have been unsuccessful. If one can do this, can you
> > > > specify where we may need to place these classes.
> > > > Thanks,
> > > > Hemal
> > > >
> > > > From: Cisco Developer Community Forums
> > > > [mailto:cdicuser@developer.cisco.com]
> > > > Sent: Monday, May 02, 2011 5:23 PM
> > > > To: cdicuser@developer.cisco.com
> > > > Subject: New Message from Janine Graves in Customer Voice Portal
> (CVP)
> > > > - General Discussion - All Versions: Re: New Message from Arun Kumar
> > > > in Customer Voice Portal (CVP) - General Di
> > > >
> > > > Janine Graves has created a new message in the forum "General
> > > > Discussion - All Versions":
> > > >
> > > > --------------------------------------------------------------
> > > > The debugger is meant to be used without a VXML Server, it
> starts its
> > > > own Tomcat. You can test most of the application.
> > > > You won't be able to test: Application Transfer, Subdialog
> Invoke, the
> > > > terminating character (#), any of the timers.
> > > > You won't be able to test whether the http for the audio prompts is
> > > > correct - you will just see the audio prompt URIs.
> > > > If you are using the Database or Email element, then you'll have to
> > > > configure the Studio Debugger's Tomcat (located in
> > > >
> > >
> >
> "C:\Cisco\CallStudio\eclipse\plugins\com.audiumcorp.studio.debug.runtime_x.y.z\CATALINA_HOME\")
> > > > You should be able to test everything else.
> > > >
> > > >
> > > >
> > > >
> > > > On 5/2/2011 5:25 PM, Cisco Developer Community Forums wrote:
> > > > > Arun Kumar has created a new message in the forum "General
> > Discussion
> > > > > - All Versions":
> > > > >
> > > > > --------------------------------------------------------------
> > > > > Can I use the debug to test my app, if I have just studio
> available
> > > > > and do not have rest of the CVP components installed including
> vxml
> > > > > server etc.ÿƿÿ⿿ÿ¢â⿿¬ÿ¡
> > > > > Can ÿƿÿ⿿ÿ¢â⿿¬ÿ¡ it work and allow me to go
> through the whole flow.
> > > > > --
> > > > > To respond to this post, please click the following link:
> > > > >
> > > > >
> > > >
> > >
> >
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3823476>
> > > > >
> > > > > or simply reply to this email.
> > > >
> > > > --
> > > > Janine Graves
> > > > --
> > > > To respond to this post, please click the following link:
> > > >
> > > >
> > >
> >
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3821406>
> > > >
> > > > or simply reply to this email.
> > > > --
> > > > To respond to this post, please click the following link:
> > > >
> > > >
> > >
> >
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3832808>
> > > >
> > > > or simply reply to this email.
> > >
> > > --
> > > Janine Graves
> > > --
> > > To respond to this post, please click the following link:
> > >
> > >
> >
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3832843>
> > >
> > > or simply reply to this email.
> > > --
> > > To respond to this post, please click the following link:
> > >
> > >
> >
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3831042>
> > >
> > > or simply reply to this email.
> > > --
> > > To respond to this post, please click the following link:
> > >
> > >
> >
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3831098>
> > >
> > > or simply reply to this email.
> >
> > --
> > Janine Graves
> > --
> > To respond to this post, please click the following link:
> >
> >
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3832952>
> >
> > or simply reply to this email.
> > --
> > To respond to this post, please click the following link:
> >
> >
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3832954>
> >
> > or simply reply to this email.
>
> --
> Janine Graves
> --
> To respond to this post, please click the following link:
>
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3832956>
>
> or simply reply to this email.
> --
> To respond to this post, please click the following link:
>
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3831125>
>
> or simply reply to this email.
--
Janine Graves
--
To respond to this post, please click the following link:
<http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3832969>
or simply reply to this email.
Subject: Re: New Message from Hemal Mehta in Customer Voice Portal (CVP) - General D
Replied by: Rakesh Ameta on 05-05-2011 01:40:12 AM
Hi Hemal,
This looks a class loader issue, can you pls provide the name of the
supporting jars you using for the app.
some time these jars pre-exists in the app server run time(tomcat) and
creates conflicts with custom supplied audium global location jars
(C:\Cisco\CallStudio\eclipse\plugins
\com.audiumcorp.studio.debug.runtime_x.y.z\AUDIUM_HOME\common)
it wont find the required classes.
you can use the attached jars to rectify such issues.
(See attached file: Screenshots.zip)(See attached file: jarfinder.zip)
Regards,
Rakesh Ameta
IBM GBS GD
Cell#9881667323
e-mail:rakesh_ameta@in.ibm.com
4th floor, Idea Cellular limited, Punchsheel Teck Park, Pune
Eat drink and find satisfaction in work, Enjoy the life with the one you
love,be happy and do good as long as you live.
|------------>
| From: |
|------------>
>--------------------------------------------------------------------------------------------------------------------------------------------------|
|Cisco Developer Community Forums <cdicuser@developer.cisco.com> |
>--------------------------------------------------------------------------------------------------------------------------------------------------|
|------------>
| To: |
|------------>
>--------------------------------------------------------------------------------------------------------------------------------------------------|
|"cdicuser@developer.cisco.com" <cdicuser@developer.cisco.com> |
>--------------------------------------------------------------------------------------------------------------------------------------------------|
|------------>
| Date: |
|------------>
>--------------------------------------------------------------------------------------------------------------------------------------------------|
|05/05/2011 04:53 |
>--------------------------------------------------------------------------------------------------------------------------------------------------|
|------------>
| Subject: |
|------------>
>--------------------------------------------------------------------------------------------------------------------------------------------------|
|New Message from Hemal Mehta in Customer Voice Portal (CVP) - General Discussion - All Versions: RE: New Message from Janine Graves in Customer |
|Voice Portal (CVP) - General |
>--------------------------------------------------------------------------------------------------------------------------------------------------|
Hemal Mehta has created a new message in the forum "General Discussion -
All Versions":
--------------------------------------------------------------
BTW, I am using Studio 8.0
From: Mehta, Hemal A.
Sent: Wednesday, May 04, 2011 5:14 PM
To: 'cdicuser@developer.cisco.com'
Subject: RE: New Message from Janine Graves in Customer Voice Portal (CVP)
- General Discussion - All Versions: Re: New Message from Hemal Mehta in
Customer Voice Portal (CVP) - General D
I got rid of all app related errors. Now getting something related to
eclipse:
05/04/2011 17:03:39, SERVER ERROR: There was a problem loading classes from
CVP_HOME\VXMLServer/common. The error was: There was a problem loading
classes from CVP_HOME\VXMLServer/common. The root cause was:
java.lang.NoClassDefFoundError: org/eclipse/ui/plugin/AbstractUIPlugin
Have you seen this?
Hemal
From: Cisco Developer Community Forums [mailto:cdicuser@developer.cisco.com
]
Sent: Wednesday, May 04, 2011 4:50 PM
To: cdicuser@developer.cisco.com
Subject: New Message from Janine Graves in Customer Voice Portal (CVP) -
General Discussion - All Versions: Re: New Message from Hemal Mehta in
Customer Voice Portal (CVP) - General D
Janine Graves has created a new message in the forum "General Discussion -
All Versions":
--------------------------------------------------------------
It's fine to keep app specific classes in the
app/deploy/java/application/lib or classes folder.
If you have any java you're using for all the apps then just as you'd
usually put it into C:/Cisco/CVP/VXMLServer/common directory you'd need
to put it into the Debugger's equivalent directory -
C:\Cisco\CallStudio\eclipse\plugins
\com.audiumcorp.studio.debug.runtime_x.y.z\AUDIUM_HOME\common
If you are getting the NoClassDefFound error, then perhaps you have some
custom java libraries that need to go under AUDIUM_HOME\lib or
CATALINA_HOME somewhere. You're basically trying to recreate an analogue
to whatever you'd normally do on the VXMLServer.
On 5/4/2011 5:40 PM, Cisco Developer Community Forums wrote:
> Hemal Mehta has created a new message in the forum "General Discussion
> - All Versions":
>
> --------------------------------------------------------------
> Oops ⿺ . Sorry about that. Thank you maa⿿m
>
> Also I already have my app related classed in the deploy have classed
> dir. It is just the common libs that I was trying to put. Arenâ¿¿t
> these better going under AUDIUM_HOME/common/lib ?
> Hemal
>
> From: Cisco Developer Community Forums
> [mailto:cdicuser@developer.cisco.com]
> Sent: Wednesday, May 04, 2011 4:36 PM
> To: cdicuser@developer.cisco.com
> Subject: New Message from Janine Graves in Customer Voice Portal (CVP)
> - General Discussion - All Versions: Re: New Message from Hemal Mehta
> in Customer Voice Portal (CVP) - General D
>
> Janine Graves has created a new message in the forum "General
> Discussion - All Versions":
>
> --------------------------------------------------------------
> You're welcome, but I'm a woman. lol.
>
>
> On 5/4/2011 5:32 PM, Cisco Developer Community Forums wrote:
> > Hemal Mehta has created a new message in the forum "General Discussion
> > - All Versions":
> >
> > --------------------------------------------------------------
> > Thank you sir. Your input is greatly appreciated.
> > Hemal
> >
> > From: Cisco Developer Community Forums
> > [mailto:cdicuser@developer.cisco.com]
> > Sent: Wednesday, May 04, 2011 4:29 PM
> > To: cdicuser@developer.cisco.com
> > Subject: New Message from Janine Graves in Customer Voice Portal (CVP)
> > - General Discussion - All Versions: Re: New Message from Hemal Mehta
> > in Customer Voice Portal (CVP) - General D
> >
> > Janine Graves has created a new message in the forum "General
> > Discussion - All Versions":
> >
> > --------------------------------------------------------------
> > I think you need to configure the Studio's Tomcat for your javax, just
> > as you would VXML Server's Tomcat. It's located in
> >
> C:\Cisco\CallStudio\eclipse\plugins
\com.audiumcorp.studio.debug.runtime_x.y.z\CATALINA_HOME
> >
> > Perhaps you should start by putting the java code you want to use right
> > into the Studio application into deploy/java/application/jar or classes
> > - if you can't get the custom java to work from within the application,
> > you'll never get it to work 'globally'.
> >
> > By copying it into the Studio app, you don't have to do any
> > configuration to use the custom java with the studio debugger.
> >
> > If you still get the error, then you need to do some extra Tomcat
> > configuration for some custom java you're using. Configure the
> > Debugger's Tomcat for whatever you're doing (javax, ajax, axis2, JNDI,
> > whatever).
> >
> >
> >
> >
> >
> > On 5/4/2011 5:18 PM, Cisco Developer Community Forums wrote:
> > > Hemal Mehta has created a new message in the forum "General
Discussion
> > > - All Versions":
> > >
> > > --------------------------------------------------------------
> > > 05/04/2011 16:08:42, SERVER ERROR: There was a problem loading
classes
> > > from CVP_HOME\VXMLServer/common. The error was: There was a problem
> > > loading classes from CVP_HOME\VXMLServer/common. The root cause was:
> > > java.lang.NoClassDefFoundError: javax/xml/rpc/Service
> > >
> > > Now, I do not have any vxml server currently and I am just executing
> > > on the Studio server. Is the message with VXMLServer dir incorrect. I
> > > mean the error may be stil valid, but dir may not be correct.
> > > Hemal
> > >
> > > From: Cisco Developer Community Forums
> > > [mailto:cdicuser@developer.cisco.com]
> > > Sent: Wednesday, May 04, 2011 3:26 PM
> > > To: cdicuser@developer.cisco.com
> > > Subject: New Message from Hemal Mehta in Customer Voice Portal (CVP)
-
> > > General Discussion - All Versions: RE: New Message from Janine Graves
> > > in Customer Voice Portal (CVP) - General
> > >
> > > Hemal Mehta has created a new message in the forum "General
Discussion
> > > - All Versions":
> > >
> > > --------------------------------------------------------------
> > > Ok, that is good to know that it is supported. Let me try.
> > > Hemal
> > >
> > > From: Cisco Developer Community Forums
> > > [mailto:cdicuser@developer.cisco.com]
> > > Sent: Wednesday, May 04, 2011 3:00 PM
> > > To: cdicuser@developer.cisco.com
> > > Subject: New Message from Janine Graves in Customer Voice Portal
(CVP)
> > > - General Discussion - All Versions: Re: New Message from Hemal Mehta
> > > in Customer Voice Portal (CVP) - General D
> > >
> > > Janine Graves has created a new message in the forum "General
> > > Discussion - All Versions":
> > >
> > > --------------------------------------------------------------
> > > Yes. if the custom java is being used on a global basis, then put the
> > > java classes or jar file into
> > >
> >
> C:\Cisco\CallStudio\eclipse\plugins
\com.audiumcorp.studio.debug.runtime_6.0.1\AUDIUM_HOME\common\lib
> > > or classes folder
> > >
> > > On 5/4/2011 3:49 PM, Cisco Developer Community Forums wrote:
> > > > Hemal Mehta has created a new message in the forum "General
> Discussion
> > > > - All Versions":
> > > >
> > > > --------------------------------------------------------------
> > > > Janine,
> > > > Can you test backend calls. I mean decision/action elements
> using java
> > > > classes etc. I have been unsuccessful. If one can do this, can you
> > > > specify where we may need to place these classes.
> > > > Thanks,
> > > > Hemal
> > > >
> > > > From: Cisco Developer Community Forums
> > > > [mailto:cdicuser@developer.cisco.com]
> > > > Sent: Monday, May 02, 2011 5:23 PM
> > > > To: cdicuser@developer.cisco.com
> > > > Subject: New Message from Janine Graves in Customer Voice Portal
> (CVP)
> > > > - General Discussion - All Versions: Re: New Message from Arun
Kumar
> > > > in Customer Voice Portal (CVP) - General Di
> > > >
> > > > Janine Graves has created a new message in the forum "General
> > > > Discussion - All Versions":
> > > >
> > > > --------------------------------------------------------------
> > > > The debugger is meant to be used without a VXML Server, it
> starts its
> > > > own Tomcat. You can test most of the application.
> > > > You won't be able to test: Application Transfer, Subdialog
> Invoke, the
> > > > terminating character (#), any of the timers.
> > > > You won't be able to test whether the http for the audio prompts is
> > > > correct - you will just see the audio prompt URIs.
> > > > If you are using the Database or Email element, then you'll have to
> > > > configure the Studio Debugger's Tomcat (located in
> > > >
> > >
> >
> "C:\Cisco\CallStudio\eclipse\plugins
\com.audiumcorp.studio.debug.runtime_x.y.z\CATALINA_HOME\")
> > > > You should be able to test everything else.
> > > >
> > > >
> > > >
> > > >
> > > > On 5/2/2011 5:25 PM, Cisco Developer Community Forums wrote:
> > > > > Arun Kumar has created a new message in the forum "General
> > Discussion
> > > > > - All Versions":
> > > > >
> > > > > --------------------------------------------------------------
> > > > > Can I use the debug to test my app, if I have just studio
> available
> > > > > and do not have rest of the CVP components installed including
> vxml
> > > > > server etc.ÿƿÿ⿿ÿ¢â⿿¬ÿ¡
> > > > > Can ÿƿÿ⿿ÿ¢â⿿¬ÿ¡ it work and allow me to go
> through the whole flow.
> > > > > --
> > > > > To respond to this post, please click the following link:
> > > > >
> > > > >
> > > >
> > >
> >
> <
http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3823476
>
> > > > >
> > > > > or simply reply to this email.
> > > >
> > > > --
> > > > Janine Graves
> > > > --
> > > > To respond to this post, please click the following link:
> > > >
> > > >
> > >
> >
> <
http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3821406
>
> > > >
> > > > or simply reply to this email.
> > > > --
> > > > To respond to this post, please click the following link:
> > > >
> > > >
> > >
> >
> <
http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3832808
>
> > > >
> > > > or simply reply to this email.
> > >
> > > --
> > > Janine Graves
> > > --
> > > To respond to this post, please click the following link:
> > >
> > >
> >
> <
http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3832843
>
> > >
> > > or simply reply to this email.
> > > --
> > > To respond to this post, please click the following link:
> > >
> > >
> >
> <
http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3831042
>
> > >
> > > or simply reply to this email.
> > > --
> > > To respond to this post, please click the following link:
> > >
> > >
> >
> <
http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3831098
>
> > >
> > > or simply reply to this email.
> >
> > --
> > Janine Graves
> > --
> > To respond to this post, please click the following link:
> >
> >
> <
http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3832952
>
> >
> > or simply reply to this email.
> > --
> > To respond to this post, please click the following link:
> >
> >
> <
http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3832954
>
> >
> > or simply reply to this email.
>
> --
> Janine Graves
> --
> To respond to this post, please click the following link:
>
> <
http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3832956
>
>
> or simply reply to this email.
> --
> To respond to this post, please click the following link:
>
> <
http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3831125
>
>
> or simply reply to this email.
--
Janine Graves
--
To respond to this post, please click the following link:
<
http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3832969
>
or simply reply to this email.
--
To respond to this post, please click the following link:
<
http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3831178
>
or simply reply to this email.
Subject: RE: New Message from Rakesh Ameta in Customer Voice Portal (CVP) - General
Replied by: Hemal Mehta on 05-05-2011 07:01:12 AM
Thanks Rakesh. Let me check and get back to you.
Hemal
________________________________
From: Cisco Developer Community Forums [cdicuser@developer.cisco.com]
Sent: Thursday, May 05, 2011 12:40 AM
To: cdicuser@developer.cisco.com
Subject: New Message from Rakesh Ameta in Customer Voice Portal (CVP) - General Discussion - All Versions: Re: New Message from Hemal Mehta in Customer Voice Portal (CVP) - General D
Rakesh Ameta has created a new message in the forum "General Discussion - All Versions":
--------------------------------------------------------------
Hi Hemal,
This looks a class loader issue, can you pls provide the name of the
supporting jars you using for the app.
some time these jars pre-exists in the app server run time(tomcat) and
creates conflicts with custom supplied audium global location jars
(C:\Cisco\CallStudio\eclipse\plugins
\com.audiumcorp.studio.debug.runtime_x.y.z\AUDIUM_HOME\common)
it wont find the required classes.
you can use the attached jars to rectify such issues.
(See attached file: Screenshots.zip)(See attached file: jarfinder.zip)
Regards,
Rakesh Ameta
IBM GBS GD
Cell#9881667323
e-mail:rakesh_ameta@in.ibm.com
4th floor, Idea Cellular limited, Punchsheel Teck Park, Pune
Eat drink and find satisfaction in work, Enjoy the life with the one you
love,be happy and do good as long as you live.
|------------>
| From: |
|------------>
>--------------------------------------------------------------------------------------------------------------------------------------------------|
|Cisco Developer Community Forums <cdicuser@developer.cisco.com> |
>--------------------------------------------------------------------------------------------------------------------------------------------------|
|------------>
| To: |
|------------>
>--------------------------------------------------------------------------------------------------------------------------------------------------|
|"cdicuser@developer.cisco.com" <cdicuser@developer.cisco.com> |
>--------------------------------------------------------------------------------------------------------------------------------------------------|
|------------>
| Date: |
|------------>
>--------------------------------------------------------------------------------------------------------------------------------------------------|
|05/05/2011 04:53 |
>--------------------------------------------------------------------------------------------------------------------------------------------------|
|------------>
| Subject: |
|------------>
>--------------------------------------------------------------------------------------------------------------------------------------------------|
|New Message from Hemal Mehta in Customer Voice Portal (CVP) - General Discussion - All Versions: RE: New Message from Janine Graves in Customer |
|Voice Portal (CVP) - General |
>--------------------------------------------------------------------------------------------------------------------------------------------------|
Hemal Mehta has created a new message in the forum "General Discussion -
All Versions":
--------------------------------------------------------------
BTW, I am using Studio 8.0
From: Mehta, Hemal A.
Sent: Wednesday, May 04, 2011 5:14 PM
To: 'cdicuser@developer.cisco.com'
Subject: RE: New Message from Janine Graves in Customer Voice Portal (CVP)
- General Discussion - All Versions: Re: New Message from Hemal Mehta in
Customer Voice Portal (CVP) - General D
I got rid of all app related errors. Now getting something related to
eclipse:
05/04/2011 17:03:39, SERVER ERROR: There was a problem loading classes from
CVP_HOME\VXMLServer/common. The error was: There was a problem loading
classes from CVP_HOME\VXMLServer/common. The root cause was:
java.lang.NoClassDefFoundError: org/eclipse/ui/plugin/AbstractUIPlugin
Have you seen this?
Hemal
From: Cisco Developer Community Forums [mailto:cdicuser@developer.cisco.com
]
Sent: Wednesday, May 04, 2011 4:50 PM
To: cdicuser@developer.cisco.com
Subject: New Message from Janine Graves in Customer Voice Portal (CVP) -
General Discussion - All Versions: Re: New Message from Hemal Mehta in
Customer Voice Portal (CVP) - General D
Janine Graves has created a new message in the forum "General Discussion -
All Versions":
--------------------------------------------------------------
It's fine to keep app specific classes in the
app/deploy/java/application/lib or classes folder.
If you have any java you're using for all the apps then just as you'd
usually put it into C:/Cisco/CVP/VXMLServer/common directory you'd need
to put it into the Debugger's equivalent directory -
C:\Cisco\CallStudio\eclipse\plugins
\com.audiumcorp.studio.debug.runtime_x.y.z\AUDIUM_HOME\common
If you are getting the NoClassDefFound error, then perhaps you have some
custom java libraries that need to go under AUDIUM_HOME\lib or
CATALINA_HOME somewhere. You're basically trying to recreate an analogue
to whatever you'd normally do on the VXMLServer.
On 5/4/2011 5:40 PM, Cisco Developer Community Forums wrote:
> Hemal Mehta has created a new message in the forum "General Discussion
> - All Versions":
>
> --------------------------------------------------------------
> Oops ⿺ . Sorry about that. Thank you maa⿿m
>
> Also I already have my app related classed in the deploy have classed
> dir. It is just the common libs that I was trying to put. Arenâ¿¿t
> these better going under AUDIUM_HOME/common/lib ?
> Hemal
>
> From: Cisco Developer Community Forums
> [mailto:cdicuser@developer.cisco.com]
> Sent: Wednesday, May 04, 2011 4:36 PM
> To: cdicuser@developer.cisco.com
> Subject: New Message from Janine Graves in Customer Voice Portal (CVP)
> - General Discussion - All Versions: Re: New Message from Hemal Mehta
> in Customer Voice Portal (CVP) - General D
>
> Janine Graves has created a new message in the forum "General
> Discussion - All Versions":
>
> --------------------------------------------------------------
> You're welcome, but I'm a woman. lol.
>
>
> On 5/4/2011 5:32 PM, Cisco Developer Community Forums wrote:
> > Hemal Mehta has created a new message in the forum "General Discussion
> > - All Versions":
> >
> > --------------------------------------------------------------
> > Thank you sir. Your input is greatly appreciated.
> > Hemal
> >
> > From: Cisco Developer Community Forums
> > [mailto:cdicuser@developer.cisco.com]
> > Sent: Wednesday, May 04, 2011 4:29 PM
> > To: cdicuser@developer.cisco.com
> > Subject: New Message from Janine Graves in Customer Voice Portal (CVP)
> > - General Discussion - All Versions: Re: New Message from Hemal Mehta
> > in Customer Voice Portal (CVP) - General D
> >
> > Janine Graves has created a new message in the forum "General
> > Discussion - All Versions":
> >
> > --------------------------------------------------------------
> > I think you need to configure the Studio's Tomcat for your javax, just
> > as you would VXML Server's Tomcat. It's located in
> >
> C:\Cisco\CallStudio\eclipse\plugins
\com.audiumcorp.studio.debug.runtime_x.y.z\CATALINA_HOME
> >
> > Perhaps you should start by putting the java code you want to use right
> > into the Studio application into deploy/java/application/jar or classes
> > - if you can't get the custom java to work from within the application,
> > you'll never get it to work 'globally'.
> >
> > By copying it into the Studio app, you don't have to do any
> > configuration to use the custom java with the studio debugger.
> >
> > If you still get the error, then you need to do some extra Tomcat
> > configuration for some custom java you're using. Configure the
> > Debugger's Tomcat for whatever you're doing (javax, ajax, axis2, JNDI,
> > whatever).
> >
> >
> >
> >
> >
> > On 5/4/2011 5:18 PM, Cisco Developer Community Forums wrote:
> > > Hemal Mehta has created a new message in the forum "General
Discussion
> > > - All Versions":
> > >
> > > --------------------------------------------------------------
> > > 05/04/2011 16:08:42, SERVER ERROR: There was a problem loading
classes
> > > from CVP_HOME\VXMLServer/common. The error was: There was a problem
> > > loading classes from CVP_HOME\VXMLServer/common. The root cause was:
> > > java.lang.NoClassDefFoundError: javax/xml/rpc/Service
> > >
> > > Now, I do not have any vxml server currently and I am just executing
> > > on the Studio server. Is the message with VXMLServer dir incorrect. I
> > > mean the error may be stil valid, but dir may not be correct.
> > > Hemal
> > >
> > > From: Cisco Developer Community Forums
> > > [mailto:cdicuser@developer.cisco.com]
> > > Sent: Wednesday, May 04, 2011 3:26 PM
> > > To: cdicuser@developer.cisco.com
> > > Subject: New Message from Hemal Mehta in Customer Voice Portal (CVP)
-
> > > General Discussion - All Versions: RE: New Message from Janine Graves
> > > in Customer Voice Portal (CVP) - General
> > >
> > > Hemal Mehta has created a new message in the forum "General
Discussion
> > > - All Versions":
> > >
> > > --------------------------------------------------------------
> > > Ok, that is good to know that it is supported. Let me try.
> > > Hemal
> > >
> > > From: Cisco Developer Community Forums
> > > [mailto:cdicuser@developer.cisco.com]
> > > Sent: Wednesday, May 04, 2011 3:00 PM
> > > To: cdicuser@developer.cisco.com
> > > Subject: New Message from Janine Graves in Customer Voice Portal
(CVP)
> > > - General Discussion - All Versions: Re: New Message from Hemal Mehta
> > > in Customer Voice Portal (CVP) - General D
> > >
> > > Janine Graves has created a new message in the forum "General
> > > Discussion - All Versions":
> > >
> > > --------------------------------------------------------------
> > > Yes. if the custom java is being used on a global basis, then put the
> > > java classes or jar file into
> > >
> >
> C:\Cisco\CallStudio\eclipse\plugins
\com.audiumcorp.studio.debug.runtime_6.0.1\AUDIUM_HOME\common\lib
> > > or classes folder
> > >
> > > On 5/4/2011 3:49 PM, Cisco Developer Community Forums wrote:
> > > > Hemal Mehta has created a new message in the forum "General
> Discussion
> > > > - All Versions":
> > > >
> > > > --------------------------------------------------------------
> > > > Janine,
> > > > Can you test backend calls. I mean decision/action elements
> using java
> > > > classes etc. I have been unsuccessful. If one can do this, can you
> > > > specify where we may need to place these classes.
> > > > Thanks,
> > > > Hemal
> > > >
> > > > From: Cisco Developer Community Forums
> > > > [mailto:cdicuser@developer.cisco.com]
> > > > Sent: Monday, May 02, 2011 5:23 PM
> > > > To: cdicuser@developer.cisco.com
> > > > Subject: New Message from Janine Graves in Customer Voice Portal
> (CVP)
> > > > - General Discussion - All Versions: Re: New Message from Arun
Kumar
> > > > in Customer Voice Portal (CVP) - General Di
> > > >
> > > > Janine Graves has created a new message in the forum "General
> > > > Discussion - All Versions":
> > > >
> > > > --------------------------------------------------------------
> > > > The debugger is meant to be used without a VXML Server, it
> starts its
> > > > own Tomcat. You can test most of the application.
> > > > You won't be able to test: Application Transfer, Subdialog
> Invoke, the
> > > > terminating character (#), any of the timers.
> > > > You won't be able to test whether the http for the audio prompts is
> > > > correct - you will just see the audio prompt URIs.
> > > > If you are using the Database or Email element, then you'll have to
> > > > configure the Studio Debugger's Tomcat (located in
> > > >
> > >
> >
> "C:\Cisco\CallStudio\eclipse\plugins
\com.audiumcorp.studio.debug.runtime_x.y.z\CATALINA_HOME\")
> > > > You should be able to test everything else.
> > > >
> > > >
> > > >
> > > >
> > > > On 5/2/2011 5:25 PM, Cisco Developer Community Forums wrote:
> > > > > Arun Kumar has created a new message in the forum "General
> > Discussion
> > > > > - All Versions":
> > > > >
> > > > > --------------------------------------------------------------
> > > > > Can I use the debug to test my app, if I have just studio
> available
> > > > > and do not have rest of the CVP components installed including
> vxml
> > > > > server etc.ÿƿÿ⿿ÿ¢â⿿¬ÿ¡
> > > > > Can ÿƿÿ⿿ÿ¢â⿿¬ÿ¡ it work and allow me to go
> through the whole flow.
> > > > > --
> > > > > To respond to this post, please click the following link:
> > > > >
> > > > >
> > > >
> > >
> >
> <
http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3823476
>
> > > > >
> > > > > or simply reply to this email.
> > > >
> > > > --
> > > > Janine Graves
> > > > --
> > > > To respond to this post, please click the following link:
> > > >
> > > >
> > >
> >
> <
http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3821406
>
> > > >
> > > > or simply reply to this email.
> > > > --
> > > > To respond to this post, please click the following link:
> > > >
> > > >
> > >
> >
> <
http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3832808
>
> > > >
> > > > or simply reply to this email.
> > >
> > > --
> > > Janine Graves
> > > --
> > > To respond to this post, please click the following link:
> > >
> > >
> >
> <
http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3832843
>
> > >
> > > or simply reply to this email.
> > > --
> > > To respond to this post, please click the following link:
> > >
> > >
> >
> <
http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3831042
>
> > >
> > > or simply reply to this email.
> > > --
> > > To respond to this post, please click the following link:
> > >
> > >
> >
> <
http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3831098
>
> > >
> > > or simply reply to this email.
> >
> > --
> > Janine Graves
> > --
> > To respond to this post, please click the following link:
> >
> >
> <
http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3832952
>
> >
> > or simply reply to this email.
> > --
> > To respond to this post, please click the following link:
> >
> >
> <
http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3832954
>
> >
> > or simply reply to this email.
>
> --
> Janine Graves
> --
> To respond to this post, please click the following link:
>
> <
http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3832956
>
>
> or simply reply to this email.
> --
> To respond to this post, please click the following link:
>
> <
http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3831125
>
>
> or simply reply to this email.
--
Janine Graves
--
To respond to this post, please click the following link:
<
http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3832969
>
or simply reply to this email.
--
To respond to this post, please click the following link:
<
http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3831178
>
or simply reply to this email.
--
To respond to this post, please click the following link:
<http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/3833749>
or simply reply to this email.
Labels: