yawlfoundation / yawl

Yet Another Workflow Language
http://www.yawlfoundation.org
GNU Lesser General Public License v3.0
88 stars 35 forks source link

Can't export XES log from frontend #640

Closed veipone closed 1 year ago

veipone commented 1 year ago

When I try to download the log for a specification from the new web frontend, a green notification states that "XES log downloaded", but it isn't.

This occurs in chrome, firefox, and edge on a Windows 11 pc. YAWL 5.0 build 408 Java 8 update 341

Here is the involved log from YAWL Control Panel.

2023-03-28 11:24:16,705 [INFO ] LogMiner :- XES #getMergedXESLog: begins -> 2023-03-28 11:24:16,705 [INFO ] LogMiner :- XES #getMergedXESLog: resource log generation begins 2023-03-28 11:24:16,707 [INFO ] LogMiner :- XES #getMergedXESLog: resource log generation ends, engine log requested 2023-03-28 11:24:16,712 [INFO ] LogMiner :- XES #getMergedXESLog: engine log returned, merge logs begins 2023-03-28 11:24:16,713 [INFO ] LogMiner :- XES #getMergedXESLog: merge logs ends 2023-03-28 11:24:16,713 [INFO ] LogMiner :- XES #getMergedXESLog: -> ends

adamsmj commented 1 year ago

Please run an update in the YAWL control panel - the current version is build 431. Then run it a second time to update the UI - a fix for this issue is included in that update

veipone commented 1 year ago

Thank you.