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.

Exception while calling alpha miner using Command Line

priyanka0912
edited March 2017 in - Development
I am following the post   https://dirksmetric.wordpress.com/2015/03/11/tutorial-automating-process-mining-with-proms-command-line-interface/  to call alpha miner plugin using command line. I followed the exact steps, however I am getting an exception. can anyone tell me where am I going wrong? Thank you. 

Comments

  • Hi Priyanka, I agree that the scripts are particularly hard to debug. Your script uses a line System.out.println("Loading); without the closing quote.

    As a result, the parser for the JIT-compiler for the script fails and throws this rather generic exception.

    So, to fix this, add the closing quote. If you face other problems, please post the script source code as otherwise it is rather hard to spot the problem.

    Dirk
  • thanks alot
Sign In or Register to comment.