i know there are already 2 threads with this error, but nothing in there fixes my problem.
What I do is the following. I checkout the stuff from there svn://prom.win.tue.nl/public/ProM/Plugins/trunk, it doesn't matter if I do it manually or with subclipse.
Then I start it from Eclipse or in the commandline and I get the following, with verbose turned on in the Prom.ini
Ini file processed
>>> Loading packages from /home/sho/.ProM/packages/packages.xml
WARNING: No configuration found for UITopia! (This is okay if you start the application for the first time) Creating new configuration file at /home/sho/.UITopia/uitopiaconfig.xml... Exception in thread "main" java.lang.NullPointerException at org.processmining.contexts.uitopia.UI.main(UI.java:61)
I did all the stuff from the other threads but no chance to get it run.
Systems where I tried it:
Windows 7 X64/32
Kubuntu 1.10
Java Version 1.6.0_20
I hope anyone can help me, because I can't go on with my bachelor work.
thanks for your answer, yes the new repository was the fix for the exception, the problem that I've now, is that I use the @GUIACTION annotation in my plugin, but the org.processmining.contexts.gui package dosn't exist anymore.
Loading a file without selecting a file extension should work. ProM will detect which import plug-ins say they can handle the file type. If there are none you will get a list of all available import plug-ins. If there is exactly one import plug-in that can read the file format this plug-in will be called. If there are several ProM let's you choose which one you want (a good example are .pnml files).
What type of file are you trying to import? Maybe there is an error with the import plug-in.