1
0
-1

Hello,

 

I have installed Joget v5 on our server and everything is fine except that Process thumbnails keep refreshing. In fact, here is what I get :

 

 

It keeps refreshing because it deletes and creates thumbnails untill I quit the "process webpage" or if the web browser crashes. I have already tried each step of this page : Process thumbnails not showing without success.

The problem here is not that images are not created but it is an infinite loop.

 

 

If someone knows how to solve that problem it would really great because it is very annoying or at worst if there is a way to disable creation of these Process thumbnails, I take it too. Because of that bug I can't configure forms or plugins of my processes.

 

OS : Windows server 2012, 64 bits

Apache : 8.0.26, 64 bits

MySQL : 5.6.26, 64 bits

Java JDK : jdk 8u60, 64 bits

 

Thank you in advance

    CommentAdd your comment...

    2 answers

    1.  
      2
      1
      0

      Hello,

      From the screenshot, the path xx\v5\wflowapp_xpdlImages does not seem correct and is missing a slash (\) in between. Did you set a custom wflow.home in your startup script? You will need to ensure that there's a trailing slash in the path e.g. xx\v5\wflow\

        CommentAdd your comment...
      1.  
        1
        0
        -1

        Thank you very much. In my apache configuration, I only had to add a "\" at the end of the directory for this line in the Java tab :

        Before : -Dwflow.home=D:\joget\v5\wflow

        After : -Dwflow.home=D:\joget\v5\wflow\

         

          CommentAdd your comment...