I migrated my server from 4.3.4 to 4.4.0, but I have two problems...
When I try to import a file through DropBox (or through the command line) I get :
- Code: Select all
Exception in thread "main" java.lang.NoClassDefFoundError: ome/formats/importer/cli/CommandLineImporter
Caused by: java.lang.ClassNotFoundException: ome.formats.importer.cli.CommandLineImporter
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:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
Could not find the main class: ome.formats.importer.cli.CommandLineImporter. Program will exit.
Regarding the webserver, I use lighttpd. I modified the config file, but I'm not sure of what has changed for the links. Basically, I just removed the "appmedia" alias and replaced it with a "static" alias, but I wonder if there is more to it...
For example, I can't get webstart to work... But besides that, everything seems to display fine...
Other than that, from what I've seen, OMERO 4.4 looks great !
But if I could just get the DropBox to work again, it would be fantastic...
PS : I use the Ice 3.3 version, since my server runs Debian Squeeze...