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.

Is this a bug?

lca
lca
edited February 2018 in - Development
Hi,
I have some startup issues with the Workshop Plugin.
I get the following Exception:
Loading plugins from packages.
>>> All dependencies have been resolved
Loading from: classpath
...
Scanning for plugins: file:/C:/Users/.../.p2/pool/plugins/org.hamcrest.core_1.3.0.v201303031735.jar
Plugins found in cache.
>>> Scanning for plugins took 1.093 seconds
Exception in thread "main" java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.processmining.framework.boot.Boot.boot(Boot.java:327)
at org.processmining.framework.boot.Boot.boot(Boot.java:294)
at org.processmining.contexts.uitopia.UI.main(UI.java:65)
Caused by: java.lang.IndexOutOfBoundsException: Index: 1, Size: 1
at java.util.ArrayList.rangeCheck(ArrayList.java:653)
at java.util.ArrayList.get(ArrayList.java:429)
at org.processmining.framework.plugin.impl.PluginDescriptorImpl.getParameterNames(PluginDescriptorImpl.java:355)
at org.processmining.contexts.uitopia.model.ProMAction.<init>(ProMAction.java:97)
at org.processmining.contexts.uitopia.hub.ProMActionManager.addPlugin(ProMActionManager.java:44)
at org.processmining.contexts.uitopia.hub.ProMActionManager.<init>(ProMActionManager.java:34)
at org.processmining.contexts.uitopia.hub.ProMActionManager.initialize(ProMActionManager.java:55)
at org.processmining.contexts.uitopia.UIContext.initialize(UIContext.java:45)
at org.processmining.contexts.uitopia.UI.main(UI.java:35)
... 7 more

 I have not figured out how to reproduce the error...



Comments

Sign In or Register to comment.