cancel
Showing results for 
Search instead for 
Did you mean: 

Redraw not worked

glorfindeil
Champ in-the-making
Champ in-the-making
Hello! I try to use Activity Designer on my PC and have a problem that eclipse cannot redraw screen on my actions. The story is the same on  Indigo and Kepler. Hack is to press "close eclipse" then cancel, but i need to do design blind. That makes plugin unusable on my PC. It's a eclipse problem or activity plugin problem? Also in console i have some warnings
log4j:WARN No appenders could be found for logger (org.activiti.bpmn.converter.BpmnXMLConverter).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Before opening bpmn diagram everything worked fine.


glorfindeil@glorfindeil:/data/downloads$ uname -a
Linux glorfindeil 3.12-1-686-pae #1 SMP Debian 3.12.6-2 (2013-12-29) i686 GNU/Linux


gnome 3

designer version 5.14

Thanks!
14 REPLIES 14

frederikherema1
Star Contributor
Star Contributor
Thanks for reporting and confirming. If it's indeed a Graphiti-issue, I'm affraid we can't do much more than wait for a fix…

aleph
Champ in-the-making
Champ in-the-making
Hi again,

It seems that this issue is related with SWT/GTK and the underlying printing system, or at least with some dependency between them only observable when using Graphiti (at least in my case). CUPS is not running on my system by default, but I have it configured… I do not know if this is a regression, nevertheless the solution reported at https://bugs.eclipse.org/bugs/show_bug.cgi?id=215234 seems to work.

So, I just added <code>-Dorg.eclipse.swt.internal.gtk.disablePrinting</code> to <code>eclipse.ini</code> and the problem is solved.

Thanks.

reingsys
Champ in-the-making
Champ in-the-making
hey,
just to confirm that this workaround solves the problem here…

@aleph: thanks for spotting this and letting us know

jbarrez
Star Contributor
Star Contributor
Wow that's amazing that you found that. Disable printing fixes the process rendering … jeez.

Thanks for posting back and getting to the bottom of this!

glorfindeil
Champ in-the-making
Champ in-the-making
Thanks!
Adding the -Dorg.eclipse.swt.internal.gtk.disablePrinting to eclipse.ini  solve my problem.