-
Notifications
You must be signed in to change notification settings - Fork 26
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
Random Authentication Failed Errors unless Logging is set to DEBUG? #82
Comments
Hi, same problem here with version 3.0.9 I think it has to do with this related bug: [https://github.com//issues/13] There a several problems coming together: This will happen always, wether preferKeyboardInteractiveOverPassword is enabled or not, since there is a 'not' ('!') missing in
(i think this should be not supportedAuths.contains("password")) additionally not all access to but the main problem is, that in While investigating this, i recognized that the I suggest to use a j.u.c.CountDownLatch instead of using wait / notify. Alternatively a loop is needed. You could find two patched in the attachment that should fix the mentioned problems. Greetz, |
Thanks, I've added these fixes to the 3.1.0-SNAPSHOT which is to be released imminently. |
I have an interesting issue uploading and downloading data to an Axway secure transport server
I created a small project isolating the issue. When running the test n times it usually starts failing after 2 to 3 iterations with
Authentication Failed Error
Interestingly, if I configure maverick to log in DEBUG mode, the error is gone and all connections are successful.
Using Loglevel TRACE I was able to reproduce the error a few times getting some logging information. Attached is the log from a run with a successful upload and a Authentication Failed error while trying to download the file.
synergy.log
The error happens after waiting for 30 seconds at 08:30:38
I'm using Maverick in the version 3.0.11
The Axway host software has version: 5.5-20231130 (3201)
The text was updated successfully, but these errors were encountered: