-
Notifications
You must be signed in to change notification settings - Fork 19
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
CifsAccessImpl Thread Safe PB - "Access is denied" Error. #36
Comments
If we look on the code of google-enterprise-connector-file-system for example, we can see comment """JCIFS thread safety seems very broken. """ |
Update : this problem seems to occur only when we mount a DFS share. |
The google url gived above is dead. Here an url that is yet working : A copy here : |
jcifs-ng has some bugs, users gets NPE, waiting for 2.0.7 release to retry some test. |
We recently had some problems with CIFS mounts in EsupFileManager using CifsAccessImpl.
Some users got "Access is Denied" - see below the trace.
We can reproduce the error when 2 differents users try to access simultaneous on the EsupFileManager.
Despite of what said this thread on the jcifs mailing list - http://article.gmane.org/gmane.network.samba.java/9360 - it seems that JCIFS Thread Safe is broken.
The text was updated successfully, but these errors were encountered: