I can login to a freshly installed Omero5-rc2 Server via Omero-insight (or any other standalone client) but when I try to use the respective FiJi plugin (freshly installed FiJi and updated according to this installation guide using OMERO.insight-ij-5.0.0-rc2-ice35-b14) I can log in to the server, select an image and when I select "View in ImageJ" I get the following error:
- Code: Select all
loci.common.ReflectException: java.lang.ClassNotFoundException: loci.ome.io.OmeroReader
at loci.common.ReflectedUniverse.exec(ReflectedUniverse.java:125)
at loci.plugins.in.ImportProcess.createBaseReader(ImportProcess.java:610)
at loci.plugins.in.ImportProcess.initializeReader(ImportProcess.java:469)
at loci.plugins.in.ImportProcess.execute(ImportProcess.java:139)
at loci.plugins.in.Importer.showDialogs(Importer.java:141)
at loci.plugins.in.Importer.run(Importer.java:79)
at loci.plugins.LociImporter.run(LociImporter.java:81)
at ij.IJ.runUserPlugIn(IJ.java:199)
at ij.IJ.runPlugIn(IJ.java:163)
at ij.IJ.runPlugIn(IJ.java:152)
.....
about LOCI plugins gives me
- Code: Select all
LOCI Plugins for ImageJ revision 786e6c, built 14 February 2014
However, looking into the LOCI plugin configuration various OME/OMERO related Java-Libraries are marked as missing:
- Code: Select all
OME I/O
OME Notes
OME plugins
OME-Java API
OMERO Client
OMERO Importer
Any idea what I have missed out? I fear it is something very stupid and obvious.
Cheers & thanks in advance,
Stefan