« Back to General Discussion

RE: problem running updateApp.bat

Combination View Flat View Tree View
Threads [ Previous | Next ]
I'm new to CVP and CallStudio so this may seem like silly questions, but I'm trying to run the updateApp.bat file and I get this error:
 
Error with admin application update,08/15/2011 12:29:15.222, The error was: There was a problem loading classes local to the application NewApp. The root cause was: java.lang.NoClassDefFoundError: javax/xml/rpc/Service
 
As best as I can tell, the Service class is located in a JAR file called jaxrpc.jar.  That JAR file is defined in the build path of the of my code library.  I get no errors when I export the code or deploy the application from within CallStudio. 
 
Is there somewhere else that I have to define the jaxrpc.jar file so that the updateApp.bat file can find it when I execute it.
 
Thanks  
Jay

Where exactly did you put this jar file ?

I did some more digging and found that I needed to put the JAR file in D:\Cisco\CVP\VXMLServer\applications\NewApp\java\application\lib. Once I did that, the error went away. Thanks for getting back to me. Jay