Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
You will get this only when you're viewing the process for the first time and only if your process is very complicated, with many activities. It will then require some time to generate the image. Sometimes, it can also take very long because of multiple processes in your app. Generating the previerw image for each process can take a longer time.
<span style="color: #222222">However, if you still However, if you still can't get the image displayed correctly after a long time and even after you have refreshed your browser, you probably have a "</span>javajava.lang.OutOfMemoryError: Java heap space" exception in the exception in the backend. This is due to the image being too large, thus, requiring more memory to process the image preview. In that case, you may need to increase your Tomcat memory setting by following the steps below (which will double the default memory setting).
Wiki Markup
1. Stop JogetWF.
2. Open and edit \ [Joget Installation Directory\]/joget-start.bat.
3. Modify <span style="color: #484848">set Modify set JAVA_OPTS=</span><span style="color: #484848"><strong>--XX:MaxPermSize=128m</strong></span> <span style="color: #484848"><strong>-Xmx512M</strong></span> <span style="color: #484848">-128m -Xmx512M -Dwflow.home=./wflow/</span> on line 13 to <span style="color: #484848">set on line 13 to set JAVA_OPTS=</span><span style="color: #484848"><strong>--XX:MaxPermSize=256m</strong></span> <span style="color: #484848"><strong>-Xmx1024M</strong></span> <span style="color: #484848">-256m -Xmx1024M -Dwflow.home=./wflow/.</span>
4. Save and start JogetWF.
Note: If you get a "black" preview image instead of the process preview image, you will need to delete the generated images located in \located in [Joget Installation Directory\]/wflow/app_xpdlImages/\[App Id\] and refresh your browser. A new image will be generated again. Wiki Markup
...
You can update your Joget by following these steps:
Note: If the Workflow Designer does not show the correct build number in the window title, you will need to clear the Java Web Start Cache for your client machine.
...
Stack trace can also suggest meaningful error messages to help troubleshooting. The stack trace will be logged into the logs folder of the server container, Apache Tomcat.
Go to *\[Joget installation folder\]\apache-tomcat-6.0.18\logs* and locate the log files. Wiki Markup
...