We recently had a server trouble. We fixed it, and OMERO is seemingly working well now. However, when I tried to access through MATLAB toolbox (via Java API), I realized that I cannot create a session any longer (I was able to do so on Friday).
I've tested that the username and password are correct for OMERO.web.
Any ideas about how to solve this issue?
- Code: Select all
>> client = loadOmero('xxxxxx.xx.xx', 4064);
>> session = client.createSession('hoo', 'bar');
-! 10/12/18 10:59:05:284 warning: main: null - createSession retry: 1
-! 10/12/18 10:59:10:288 warning: main: null - createSession retry: 2
Java exception occurred:
omero.ClientError: Obtained null object proxy
at omero.client.createSession(client.java:750)
Best,
Kouichi