cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X

Problem opening process template in process manager

pjadhav
1-Newbie

Problem opening process template in process manager

On opening an change notice process template in process manager the process manager appears blank; no template is displayed.Any solution to this..???

On opening an change notice process template in process manager the process manager appears blank;...

 

 
2 REPLIES 2
jessh
5-Regular Member
(To:pjadhav)

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.

pjadhav
1-Newbie
(To:jessh)

This solution seemed helpful. Got the resolution of the runtime parameter in PTC Case itself.

Need to perform the following steps:

  1. Go to Java Plug-in > Java Control Panel > Java > Java Runtime Environment > User
  2. Add line to Runtime Parameter field:
    1. -Dsun.java2d.d3d=false -Dsun.java2d.noddraw=true
  3. Restart Workflow Administrator


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=

Top Tags