ome / omero-insight

Gradle project containing insight java client for OMERO
https://www.openmicroscopy.org/omero/
GNU General Public License v2.0
7 stars 14 forks source link

loci/common/services/DependencyException #242

Open dominikl opened 3 years ago

dominikl commented 3 years ago

QA 30330

java.lang.Exception: Abnormal termination due to an uncaught exception.
java.lang.NoClassDefFoundError: loci/common/services/DependencyException
    at org.openmicroscopy.shoola.env.data.model.ImportableObject.(ImportableObject.java:128)
    at org.openmicroscopy.shoola.agents.fsimporter.chooser.ImportDialog.importFiles(ImportDialog.java:1176)
    at org.openmicroscopy.shoola.agents.fsimporter.view.ImporterUI.startImport(ImporterUI.java:855)
...
sbesson commented 3 years ago

This class should be available from the ome-common JAR which is part of the dependency tree and should be bundled with OMERO.insight. Have we already seen an issue of that sort and can we reproduce the stack trace?

dominikl commented 3 years ago

First time I've seen this. Wonder if it was some kind of custom Insight build.