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
All'avio di ProM con UItopic alcune volta da' un'eccezione in
org.processmining.contexts.uitopia.UI
alla riga if (releasePackage.getStatus() == PMStatus.TOUNINSTALL)
L'eccezione avviene dop
if (!Boot.isLatestReleaseInstalled())
Nella nostra situazione non interessa gestire i package remoti e gli aggiornamenti automatici del framework.
Per il momento possiamo aggirare il problema cambiando il Main di ProM, eseguendo direttamente
Boot.boot(UI.class, UIPluginContext.class, args);
Il problema sono le preferences salvate in
.java/.userPrefs/org/processmining/framework/boot/prefs.xml
The text was updated successfully, but these errors were encountered:
All'avio di ProM con UItopic alcune volta da' un'eccezione in
org.processmining.contexts.uitopia.UI
alla riga if (releasePackage.getStatus() == PMStatus.TOUNINSTALL)
L'eccezione avviene dop
if (!Boot.isLatestReleaseInstalled())
Nella nostra situazione non interessa gestire i package remoti e gli aggiornamenti automatici del framework.
Per il momento possiamo aggirare il problema cambiando il Main di ProM, eseguendo direttamente
Boot.boot(UI.class, UIPluginContext.class, args);
Il problema sono le preferences salvate in
.java/.userPrefs/org/processmining/framework/boot/prefs.xml
The text was updated successfully, but these errors were encountered: