Alberto Iglesias Well-Known Member Licensed User Longtime User May 10, 2018 #1 Hello everyone, I created a robot to running some tasks each 30 minutes, is working fine, but sometimes JAVA freeze, like the image below. This task just get informations from web (httpJob), this is not the problem! This is a real mac (not virtual), running JAVA 8 (171). Any suggestions? Sometimes, even before start this tasks, the app freezes! I think is with JAVA FX related.......
Hello everyone, I created a robot to running some tasks each 30 minutes, is working fine, but sometimes JAVA freeze, like the image below. This task just get informations from web (httpJob), this is not the problem! This is a real mac (not virtual), running JAVA 8 (171). Any suggestions? Sometimes, even before start this tasks, the app freezes! I think is with JAVA FX related.......
Erel B4X founder Staff member Licensed User Longtime User May 10, 2018 #2 Is the UI actually freezed? You can use jstack to get a thread dump from the process: https://helpx.adobe.com/in/experience-manager/kb/TakeThreadDump.html This will provide more information. Upvote 0
Is the UI actually freezed? You can use jstack to get a thread dump from the process: https://helpx.adobe.com/in/experience-manager/kb/TakeThreadDump.html This will provide more information.
Alberto Iglesias Well-Known Member Licensed User Longtime User May 10, 2018 #3 ok. I will do that! Thanks Erel Upvote 0