« Back to CVP - All Versions

RE: Deployeement Failed in VXML Server 8.5

Combination View Flat View Tree View
Threads [ Previous | Next ]
Dear All,
we development one self service application for HDFC Bank.
when we deployee the application in vxml server 8.5 it shows deployeement failed due to the below error.


07/12/2012 14:42:21.125, SERVER ERROR: There was an error
attempting to deploy the application. The error was:
com.audium.server.AudiumException: There was a problem loading classes local to
the application HDFCBank.


07/12/2012 14:43:39.000, SERVER ERROR: There was an error
attempting to deploy the application. The error was:
com.audium.server.AudiumException: There was a problem loading classes local to
the application HDFCBank.


we created separate jar file for all custom java development and placed in C:\Cisco\CVP\VXMLServer\applications\HDFCBank\java\application\lib and third party jars also copied in the same location.

Please help me out how to resolve the above discussed issue in my development and what is the route cause for deployment failed?

Highly appreicate you for your quick response.

Regards
Juluri.

Ok, look for what the specific error is and which classes are giving issues. Your application classes are giving issues. Look under:
C:\Cisco\CVP\VXMLServer\applications\HDFCBank\logs\ErrorLog

Hi Hemal,

thanks for your comments on my post.
I checked in the my application logs folder.
But it is not generating any logs ( Acitivity,Admin,Error ) logs also.
how to proceed and identify my issue?

Regards
Juluri.

You haven’t even deployed the app, so will activity be not be generated. Check under:
C:\Cisco\CVP\VXMLServer\logs\GlobalErrorLogger

From: Cisco Developer Community Forums [mailto:cdicuser@developer.cisco.com]
Sent: Thursday, July 12, 2012 11:46 AM
To: cdicuser@developer.cisco.com
Subject: New Message from subrahmanyam juluru in Customer Voice Portal (CVP) - CVP - All Versions: RE: Deployeement Failed in VXML Server 8.5

subrahmanyam juluru has created a new message in the forum "CVP - All Versions":

--------------------------------------------------------------
Hi Hemal,

thanks for your comments on my post.
I checked in the my application logs folder.
But it is not generating any logs ( Acitivity,Admin,Error ) logs also.
how to proceed and identify my issue?

Regards
Juluri.
--
To respond to this post, please click the following link:

<http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/6085111>

or simply reply to this email.

Yes Hemal,

You are correct i captured above said error from C:\Cisco\CVP\VXMLServer\logs\GlobalErrorLogger folder.

07/12/2012 14:42:21.125, SERVER ERROR: There was an error
attempting to deploy the application. The error was:
com.audium.server.AudiumException: There was a problem loading classes local to
the application HDFCBank.



Regards
Juluri.

Hi Juluri,

It's possible that your 3rd party jar files need to be in a different directory.
Try putting them into one of these following directories. Each time, you'll need to then restart the VxmlServer Service (Tomcat). Then try to run the deployApp script.
If you still get the error, then remove them from that directory and try the next directory.

C:/Cisco/VxmlServer/lib
C:/Cisco/VxmlServer/Tomcat/common/lib
C:/Cisco/VxmlServer/Tomcat/common/endorsed

Hi Hemal & Janine,

I copied only custom java jar file in C:\Cisco\CVP\VXMLServer\applications\HDFCBank\java\application\lib location and moved remaining all third party jar files in C:/Cisco/VxmlServer/Tomcat/common/lib folder.
No i didnot get any deployment issue.
Now my application is deployeed successfully in server and status also running.

thanks for your support and valable suggessions to me.

Regards
Juluri.