Log In
Developer Network
Technologies
Join the Network
Member Services
Events & Community
Customer Voice Portal (CVP) Developer Center
Overview
Documentation
Community
Wiki
Message Boards Home
Recent Posts
Statistics
Answer
(
Unmark
)
Mark as an Answer
« Back to General Discussion
RE: problem running updateApp.bat
Threads [
Previous
|
Next
]
Jay Van Cott
Posts:
6
Join Date:
12/3/10
Recent Posts
problem running updateApp.bat
Answer
8/15/11 5:55 PM
Mark as an Answer
Submit
Reply with Quote
Quick Reply
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
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Hemal Mehta
Posts:
530
Join Date:
11/27/08
Recent Posts
RE: problem running updateApp.bat
Answer
8/16/11 5:42 AM as a reply to Jay Van Cott.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Where exactly did you put this jar file ?
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Jay Van Cott
Posts:
6
Join Date:
12/3/10
Recent Posts
RE: problem running updateApp.bat
Answer
8/16/11 1:31 PM as a reply to Hemal Mehta.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
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
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top