Omero.Matlab problem.
Posted: Fri Mar 21, 2014 10:49 am
Hi,
I'm triying to work with the Omero.matlab plugin (OMERO.matlab-5.0.0-111-aa409ca-ice34-b3787) in a W7 32 bits system. My server is an OMERO.server-5.0.0-ice34-b19 and it's running in the same machine.
When I try to follow the OMERO Matlab language bindings tutorials I get the following error:
What I'm doing wrong?
Thanks a lot for your time.
Regards.
I'm triying to work with the Omero.matlab plugin (OMERO.matlab-5.0.0-111-aa409ca-ice34-b3787) in a W7 32 bits system. My server is an OMERO.server-5.0.0-ice34-b19 and it's running in the same machine.
When I try to follow the OMERO Matlab language bindings tutorials I get the following error:
- Code: Select all
client = loadOmero('localhost', 4064);
session = client.createSession('root', 'rootpassword');
--------------------------
OmeroMatlab Toolbox
5.0.0-111-aa409ca-ice34-b3787
--------------------------
??? Error using ==> javaObject
Java exception occurred:
java.lang.NoClassDefFoundError:
org/slf4j/LoggerFactory
at
omero.util.ObjectFactoryRegistry.<init>(ObjectFactoryRegistry.java:23)
at
omero.util.ModelObjectFactoryRegistry.<init>(ModelObjectFactoryRegistry.java:27)
at omero.client.init(client.java:397)
at omero.client.<init>(client.java:290)
at omero.client.<init>(client.java:277)
at omero.client.<init>(client.java:231)
Caused by: java.lang.ClassNotFoundException:
org.slf4j.LoggerFactory
at java.net.URLClassLoader$1.run(Unknown
Source)
at
java.security.AccessController.doPrivileged(Native
Method)
at java.net.URLClassLoader.findClass(Unknown
Source)
at
com.mathworks.jmi.CustomURLClassLoader.findClass(ClassLoaderManager.java:754)
at java.lang.ClassLoader.loadClass(Unknown
Source)
at java.lang.ClassLoader.loadClass(Unknown
Source)
at
java.lang.ClassLoader.loadClassInternal(Unknown
Source)
... 6 more
Error in ==> connectOmero at 66
client = javaObject('omero.client',
connArgs{:});
Error in ==> loadOmero at 106
client = connectOmero(varargin{:});
What I'm doing wrong?
Thanks a lot for your time.
Regards.