cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
553
Views
0
Helpful
0
Comments
cdnadmin
Level 11
Level 11
This document was generated from CDN thread

Created by: Vinod Kewate on 24-06-2013 01:15:55 PM
Hi,

I am working on application to perform the Salesforce Database Lookup on Caller's ANI.
To achieve this i have downloaded Enterprise.wsdl from Salesforce.com and is converted to .Jar so that i can utilize all its method and salesforce objects
I got the class ready  which does lookup and is tested succesfully.
Then i created Custom Configurable Element which is taking ANI as Input variable and  is utilizing above class for Salesforce lookup.. everything is fine till this steps.
The problem starts here,

Whenever i am deploying this application on VXMLServer with new custom Element jar and supporting jar file, its throwing following error, to fix thes missing jar error i have uploaded some jar (tools.jar, ant.jar,axis.jar,axis-ant.jar,jaxrpc.jar,org.apache.xmlbeans.xmlbeans-1.0.0.jar), but then VXMLServer started throwing Java Outof Memory errors and not even giving any response while i was trying run deploy.bat.

Please provide any suggestion on how to fix the issue. 

06/24/2013 07:32:19, 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/apache/xmlbeans/XmlCursor$XmlBookmark
06/24/2013 07:37:28, 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: com/sun/javadoc/Doclet
06/24/2013 07:46:00, 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/apache/tools/ant/taskdefs/MatchingTask
06/24/2013 07:47:50, 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/apache/tools/ant/taskdefs/MatchingTask
06/24/2013 09:05:41, 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/handler/soap/SOAPMessageContext
06/24/2013 12:35:11, 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: com/sforce/ws/bind/XMLizable
06/24/2013 13:11: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: org/apache/xmlbeans/XmlCursor$XmlBookmark
06/24/2013 13:13:05, 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: com/sun/javadoc/Doclet

Subject: RE: Salesforce CVP Integration
Replied by: Vinod Kewate on 24-06-2013 02:04:58 PM
The issue has been fixed after moving all .jar from VXMLServer\Common\lib to the folder VXMLServer\Tomcat\Common\lib.

Thanks,
Vinod

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Quick Links