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.

fail to run LogFiltering in eclipse

I downloaded LogFiltering from https://svn.win.tue.nl/repos/prom/Packages/LogFiltering/Trunk/, but when i tried to run it, I faced this error:

Also, I have installed the same package in the prom through prom pm, but when I tried to search this plugin in prom, I can't find it.
Thanks for any help.
2.png 109.6K

Comments

  • Hi,

    Please open the "ProM with UITopia (LogFiltering).launch" file in an editor, and add the following options to the VM_ARGUMENTS on line 21:

     -Djava.system.class.loader=org.processmining.framework.util.ProMClassLoader

    Then try to run ProM again from the package.

    I guess you are using Java 9 or newer. As from Java 9, the default system class loader is not a URLClassLoader anymore. As a result, if you are using Java 9 or newer, you need to use the ProMCLassLoader as the system class loader.

    Kind reagrds,
    Eric.

Sign In or Register to comment.