To prevent spam users, you can only post on this forum after registration, which is by invitation. If you want to post on the forum, please send me a mail (h DOT m DOT w DOT verbeek AT tue DOT nl) and I'll send you an invitation in return for an account.
How to stop a ProM CLI run?
Hi everyone,
I'm applying some self-made ProM scripts on ProM CLI. However, the .bat file created as described in this tutorial does not seem to completely quit after my script is run. Its corresponding threads are still alive. How can I fix this, such that the process quit after my script is run?
My ProM_CLI.bat file:
Thanks in advance!
I'm applying some self-made ProM scripts on ProM CLI. However, the .bat file created as described in this tutorial does not seem to completely quit after my script is run. Its corresponding threads are still alive. How can I fix this, such that the process quit after my script is run?
My ProM_CLI.bat file:
"@GOTO start
:add
@set X=%X%;%1
@GOTO :eof
:start
@set X=.\dist\ProM-Framework.jar
@set X=%X%;.\dist\ProM-Contexts.jar
@set X=%X%;.\dist\ProM-Models.jar
@set X=%X%;.\dist\ProM-Plugins.jar
@java -Xmx4G -XX:MaxPermSize=2G -classpath "%X%" -XX:+UseCompressedOops -Djava.library.path=.//lib -Djava.util.Arrays.useLegacyMergeSort=true org.processmining.contexts.cli.CLI %1 %2
exit 0"
Thanks in advance!
Howdy, Stranger!
Categories
- 1.6K All Categories
- 45 Announcements / News
- 225 Process Mining
- 6 - BPI Challenge 2020
- 9 - BPI Challenge 2019
- 24 - BPI Challenge 2018
- 27 - BPI Challenge 2017
- 8 - BPI Challenge 2016
- 68 Research
- 1K ProM 6
- 393 - Usage
- 287 - Development
- 9 RapidProM
- 1 - Usage
- 7 - Development
- 54 ProM5
- 19 - Usage
- 187 Event Logs
- 32 - ProMimport
- 75 - XESame