08-28-2017 09:03 AM
Hi,
I have a problem with a custom CVP application while I execute it.
A ClassNotFoundException is launched despite the fact that this class is present in a jar librairy in the directory :
C:\Cisco\CVP\VXMLServer\applications\<ApplicationName>\java\util\lib.
To debug this problem, I would like to log the class that are effectivly loaded by the application.
I tried to add the option -verbose:class in the laucher catalina.bat in the JAVA_OPTS.
I also tried to add this option in the file deployApp.bat and updateApp.bat of my application.
But that didn't worked.
Do you know a way to log the class loaded by a custom CVP application ?
08-28-2017 09:04 AM
When this happens to me, the only thing I've found that works is moving the jar file to c:\cisco\cvp\vxmlserver\common\lib. That usually gets it.
08-28-2017 09:14 AM
Thanks for the reply.
I will try that. But even if this solution solve my problem, if anyone know how to log the classloader of a custom CVP application, I'll welcome the answer.
08-28-2017 10:37 AM
When you put a file into
C:\Cisco\CVP\VXMLServer\applications\\java\_applications_\lib
then it'll load into memory when you run the UpdateApp.bat (or transfer
using OAMP)
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide