Showing 6 results.
Items per Page 50
of 1

CVP Forum

Combination View Flat View Tree View
Threads [ Previous | Next ]
Has anyone been developing code with Studio 9 on Windows 7? Are you seeing it crash while using the Debugger? Still having issues. Have tried increasing memory in the startStudio.cmd - but do I need to increase the Debugger's memory somewhere also????
 
 

RE: Studio 9
Answer
3/13/13 5:25 PM as a reply to Janine Graves.
Hi Janine,
Aside from adjusting the memory size allocated to eclipse in the startup bat file that you pointed out there is an open defect for the studio 9 debugger.  The bug ID is CSCuc70970.  Cisco is still reporting that there is no fix or workaround in the bug toolkit but the problem is really a missing jar, which I have attached.
Place the jar in %CVP_HOME%\CallStudio\eclipse\plugins\com.audiocorp.studio.debug.runtime_9.0.1-SNAPSHOT\CATALINA_HOME\webapps\CVP\WEB-INF\lib and restart studio.
I hope that this helps.  (I love that I am able to help you for once instead of asking you for help)
Attachments: mail.jar (437.2k)

Thanks Mike. It looks like web services often cause Tomcat (debugger) to
run out of memory.
So, I'd still like to know if there's a way to set the PermGen memory
size for the Debugger's Tomcat. The params usually go into catalina.bat
file, but there is no such file in the eclipse/plugins directory. The
params can be passed as arguments to the tomcat start command, but I
can't find that either.

Mike, I have it working fine on Windows XP. Maybe I'll just stick with good old XP. Thanks, Janine