it used to work before, but now I can't establish a new session to the demo server (ome2-copy.fzk.de)
- Code: Select all
% matlab code to try
servername = 'ome2-copy.fzk.de';
port = 4064;
client = loadOmero(servername, port);
% fine until here, but the following command gives errors
session = client.createSession(username, password);
% gives error
-! 05/11/14 11:56:10:211 warning: main: null - createSession retry: 1
-! 05/11/14 11:56:15:215 warning: main: null - createSession retry: 2
??? Java exception occurred:
omero.ClientError: Obtained null object proxy
at omero.client.createSession(client.java:718)
I can still connect to the webclient (http://ome2-copy.fzk.de/webclient/) using the username/password combination from "session = client.createSession(username, password);"
What could be the reason?
Omero version:5.0.5-ice35-b47