Hi Friends,
I think I may have encountered a bug in Trackmate plugin. While everything else was normal, Trackmate failed to ‘Plot Feature’ and showed such error text:
Exception in thread "TrackMate plot spot features thread" java.lang.NoClassDefFoundError: com/itextpdf/text/DocumentException
at fiji.plugin.trackmate.features.SpotFeatureGrapher.render(SpotFeatureGrapher.java:115)
at fiji.plugin.trackmate.gui.GrapherPanel.plotSpotFeatures(GrapherPanel.java:189)
at fiji.plugin.trackmate.gui.GrapherPanel.access$100(GrapherPanel.java:29)
at fiji.plugin.trackmate.gui.GrapherPanel$1$1.run(GrapherPanel.java:122)
Caused by: java.lang.ClassNotFoundException: com.itextpdf.text.DocumentException
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
... 4 more
Any ideas about what has gone wrong? I sincerely appreciate any suggestion and advice.
Best regards,
Da