Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
On opening an change notice process template in process manager the process manager appears blank; no template is displayed.Any solution to this..???
See similar queries for the workflow template administrator.
The gist is that this is probably an incompatibility between Java's attempts at using hardware graphics acceleration and your video card driver.
The first thing to try is to update your video card driver.
If there is no update or this doesn't help, then you're stuck with disabling some or all of Java's use of hardware graphics acceleration within the Java Plug-In Control Panel. This is done by adding one or more -Dxxx=yyy style runtime parameters. As for exactly which parameters to try adding, see http://docs.oracle.com/javase/7/docs/webnotes/tsg/TSG-Desktop/html/java2d.html. You might want to start by trying -Dsun.java2d.noddraw=true.
This solution seemed helpful. Got the resolution of the runtime parameter in PTC Case itself.
Need to perform the following steps:
Reference for this: https://www.ptc.com/appserver/cs/view/solution.jsp?n=CS18997&posno=1&q=%20Dsun.java2d.d3d=false%20%20Dsun.java2d.noddraw=true&nav=
