Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
We are in the process of migrating from BitBucket to GitHub. We currently use EGit plugin in Call Studio to connect to BitBucket. However, upon attempting to import a project from GitHub into Call Studio, following error is thrown:
"Cannot list the a...
We have custom integration jars deployed in CVP that previously leveraged log4j1.x FileAppenders and such to allow for creation of individual LOG files for each integration. For example, integration A resulted in a dedicated integrationA.log file in ...
I have 12.5.1 in my environment and am able to login successfully via Postman but when attempting to perform any other calls, such as getPhone or list user, I keep receiving the error: "HTTP Status 599 – Wrong axl version, supported versions are 10.x...
I have an Python script that needs to fetch the list of users on a given CUCM site. It was working fine for some time but has suddenly started failing with the following error:
"Query request too large. Total rows matched: 393878 rows. Suggestive Row...
I have been trying to find the correct structure to update the Desktop Layout XML so that:
1. First row has 2 columns (2-column layout for gadgets hosted in 1st row)
2. Second row occupies the entire width of the page (1-column layout)
Is this even...
Are you compiling your classes for JRE 1.8 compliance?
If yes, and this is still failing and you are deploying your classes in the right folder as Janine shared, then instead of Netbeans, try Eclipse IDE for Java Developers (it is a different flavor ...
Managed to find the solution. The correct location is C:\Cisco\CVP\VXMLServer\Tomcat\webapps\CVP\WEB-INF\classes on the CVP Server.
You place the log4j2.xml file in the above location and the custom jars can create their custom log files as expecte...
Thanks for the prompt response Bill but that is exactly the trial and error I am hoping to avoid on the CVP server because each time you put the file to any of these locations, you have to restart the services before testing. Not only that, I don't e...
Long time Janine Hope you are doing well.
Unfortunately, that doesn't work either.
In v 11.6(1), this was not an issue but upon migration to 12.5.1, compiling custom jars breaks. I have tried all possible combinations with JDK/JRE 1.8 from Oracle...