You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Decision mining within ExogenousInvestigationTask can quietly fail and lock out further attempts for mining. Probably should handle failing in a more graceful manner. Likely an issue with having special characters in variable names.
[ExoDiscoveryInvestigation] Found class types : {exogenous:#fines:POS:transform:slope=CONTINUOS, amount=CONTINUOS, expense=CONTINUOS, exogenous:$fines:POS:transform:slope=CONTINUOS}
[ExogenousInvestigationTask] Generated the conditions for decision point sink 8 with f-score 0.0
[ExogenousInvestigationTask] Generated the conditions for decision point source 11 with f-score 0.0
[ExogenousInvestigationTask] Error occured in work : URLDecoder: Illegal hex characters in escape (%) pattern - For input string: "fi"
java.lang.IllegalArgumentException: URLDecoder: Illegal hex characters in escape (%) pattern - For input string: "fi"
at java.net.URLDecoder.decode(Unknown Source)
at org.processmining.datadiscovery.plugins.DecisionMining.wekaUnescape(DecisionMining.java:1037)
at org.processmining.qut.exogenousdata.data.storage.workers.InvestigationTask.doInBackground(InvestigationTask.java:853)
at org.processmining.qut.exogenousdata.data.storage.workers.InvestigationTask.doInBackground(InvestigationTask.java:81)
at javax.swing.SwingWorker$1.call(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at javax.swing.SwingWorker.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Crash interface looks like the mining is completed but locks out next steps and buttons are not re-enabled.
The text was updated successfully, but these errors were encountered:
AdamBanham
changed the title
Decision Mining in Interface quietly fails when reading variable names
Decision Mining in interface quietly fails when reading variable names
Jun 24, 2024
Decision mining within
ExogenousInvestigationTask
can quietly fail and lock out further attempts for mining. Probably should handle failing in a more graceful manner. Likely an issue with having special characters in variable names.Crash interface looks like the mining is completed but locks out next steps and buttons are not re-enabled.
![image](https://private-user-images.githubusercontent.com/38652037/342313554-2502f5f7-f02f-4258-a678-c3603c670bae.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4NDA2OTgsIm5iZiI6MTczODg0MDM5OCwicGF0aCI6Ii8zODY1MjAzNy8zNDIzMTM1NTQtMjUwMmY1ZjctZjAyZi00MjU4LWE2NzgtYzM2MDNjNjcwYmFlLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA2VDExMTMxOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTgwOWQ2NWRlNzQ2ZDRiNWEyMzhlMmNjNTUxNTM0NjdhMTg0YzU1MzNhMmFkY2MwMGM0ZDc1OTZhOTI2Zjc3NTkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.8j6pzdf81p-P7JiJ5EVEmSLT0a1WA3AnXDhCZqftOWM)
The text was updated successfully, but these errors were encountered: