Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Password check failed #29

Open
dominikl opened this issue Jan 31, 2020 · 0 comments
Open

Password check failed #29

dominikl opened this issue Jan 31, 2020 · 0 comments

Comments

@dominikl
Copy link
Member

Sometimes you can get a Password check failed ... error whilst already connected to an server. I've not been able to reproduce it, but here's a QA stacktrace from Insight:

java.lang.Exception: omero.gateway.exception.DSAccessException: Cannot access data. 
Cannot retrieve the pixels set for 37172
	at org.openmicroscopy.shoola.env.data.OMEROGateway.handleException(OMEROGateway.java:773)
	at org.openmicroscopy.shoola.env.data.OMEROGateway.getPixels(OMEROGateway.java:2196)
	at org.openmicroscopy.shoola.env.data.OmeroMetadataServiceImpl.getChannelsMetadata(OmeroMetadataServiceImpl.java:2479)
	at org.openmicroscopy.shoola.env.data.views.calls.ChannelMetadataLoader$1.doCall(ChannelMetadataLoader.java:76)
	at org.openmicroscopy.shoola.env.data.views.BatchCall.doStep(BatchCall.java:144)
	at org.openmicroscopy.shoola.util.concur.tasks.CompositeTask.doStep(CompositeTask.java:226)
	at org.openmicroscopy.shoola.env.data.views.CompositeBatchCall.doStep(CompositeBatchCall.java:126)
	at org.openmicroscopy.shoola.util.concur.tasks.ExecCommand.exec(ExecCommand.java:165)
	at org.openmicroscopy.shoola.util.concur.tasks.ExecCommand.run(ExecCommand.java:276)
	at org.openmicroscopy.shoola.util.concur.tasks.AsyncProcessor$Runner.run(AsyncProcessor.java:91)
	at java.lang.Thread.run(Thread.java:748)
Caused by: omero.gateway.exception.DSOutOfServiceException: Failed to create connector
	at omero.gateway.Gateway.createConnector(Gateway.java:1665)
	at omero.gateway.Gateway.getConnector(Gateway.java:1535)
	at omero.gateway.Gateway.getPixelsService(Gateway.java:851)
	at org.openmicroscopy.shoola.env.data.OMEROGateway.getPixels(OMEROGateway.java:2193)
	... 9 more
Caused by: Glacier2.PermissionDeniedException
    reason = "Password check failed for 'user123': [id=307]"
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
...

How is this possible?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant