« Back to CVP - All Versions

Deploy Failing with no error Message

Combination View Flat View Tree View
Threads [ Previous | Next ]
I currently have an application that was built in an older version.  I am trying to pull that application into a newer version of CVP.  When is try to Deploy my app is not deploying and there is no error message.  Is there a place to look to get more information on why the deploy is failing?

Look under:
C:\Cisco\CVP\VXMLServer\logs

Look for error logs.

Hemal

Are you saying that when you use the Studio window and press Deploy that
nothing happens? Are you deploying to a folder? The app should end up in the
folder/applications/appname.

Otherwise you should see something in studio in the call studio problems tab
at the bottom. Or perhaps in studio go to the top banner menu: window>show
view>call studio error log

Sent from my Verizon Wireless Phone

-----Original message-----
From: Cisco Developer Community Forums <cdicuser@developer.cisco.com>
To: "cdicuser@developer.cisco.com" <cdicuser@developer.cisco.com>
Sent: Wed, Mar 7, 2012 17:24:07 GMT+00:00
Subject: New Message from Greg Worm in Customer Voice Portal (CVP) - CVP -
All Versions: Deploy Failing with no error Message

In studio the application does not get deployed. Eclipse pops up the normal screens but the app never appears in the designated folder.

And you are sure there is no 'applications' subfolder in the designated
output folder? Because thats where it would be created.
Do you have write permissions?
Try deploying to c:\temp. Then look for c:\temp\applications

Sent from my Verizon Wireless Phone

-----Original message-----
From: Cisco Developer Community Forums <cdicuser@developer.cisco.com>
To: "cdicuser@developer.cisco.com" <cdicuser@developer.cisco.com>
Sent: Wed, Mar 7, 2012 22:29:20 GMT+00:00
Subject: New Message from Greg Worm in Customer Voice Portal (CVP) - CVP -
All Versions: RE: Deploy Failing with no error Message

Sorry, thought uyou were getting error when deploying the app on the vxml server. Can you save the project and do validation firts. Does it show "Validation succesful" . After it is succesful deploy it and see if it shows up. If not check for permissions on the folder where you trying to deploy.

The app validates with out errors. Other applications deploy just fine. There is something wrong with this particular app.

If you go to window>show view>show call studio error log, is there anything
in the log?
I have never seen an app unable to 'deploy' that didnt also display an error
message.
If you look in the studio users guide, theres a command line way to 'deploy'
(look in the admin chapte) and there's a debug flag. Perhaps if you try that
you will get an error message.
My guess is that you are missing some custom java classes (since other apps
deploy), but again, I have never had a problem w/o getting an error message.
I HAVE had times when studio deploys, but the deployapp.bat or updateapp.bat
script throw errors. But, thats not your issue right now.



Sent from my Verizon Wireless Phone

-----Original message-----
From: Cisco Developer Community Forums <cdicuser@developer.cisco.com>
To: "cdicuser@developer.cisco.com" <cdicuser@developer.cisco.com>
Sent: Thu, Mar 8, 2012 14:33:57 GMT+00:00
Subject: New Message from Greg Worm in Customer Voice Portal (CVP) - CVP -
All Versions: RE: Deploy Failing with no error Message

I have actually seen something like this in the past. It's been a few years so I'm having trouble recalling exactly what the issue was, but if memory serves it was special characters in my TTS text in some audio elements. In that case, I think it might have been a ` character that was throwing it off, but it's worth checking all your TTS for anything that's not alphanumeric.

We have solved the issue but can not explain why it was happening. Three custom elements were causing the app to fail deployment. Once we removed them and re-added the elements the application now deploys.