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

Failure connecting with no login prompt #8897

Closed
cyberduck opened this issue Jun 24, 2015 · 10 comments
Closed

Failure connecting with no login prompt #8897

cyberduck opened this issue Jun 24, 2015 · 10 comments
Assignees
Labels
bug googlestorage Google Cloud Storage Protocol Implementation worksforme
Milestone

Comments

@cyberduck
Copy link
Collaborator

cafdb09 created the issue

Still happening.


Attachments

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Please attach the file cyberduck.log in the application support directory.

@cyberduck
Copy link
Collaborator Author

cafdb09 commented

Attached..

@cyberduck
Copy link
Collaborator Author

@dkocher commented

2015-06-25 15:58:00,926 [Thread-0] DEBUG ch.cyberduck.core.SessionFactory - Create session for Host{credentials=Credentials{user='<REMOVED FROM LOG BY FRANK>'}, hostname='storage.googleapis.com', port=443, protocol=gs}
2015-06-25 15:58:00,929 [Thread-0] ERROR ch.cyberduck.core.ssl.CustomTrustSSLProtocolSocketFactory - Failure NativePRNG SecureRandom not available obtaining secure random NativePRNG
2015-06-25 15:58:00,930 [Thread-0] DEBUG ch.cyberduck.core.ssl.CustomTrustSSLProtocolSocketFactory - Using SSL context with protocol TLS
2015-06-25 15:58:00,930 [Thread-0] DEBUG ch.cyberduck.core.http.HttpSession - Setup connection pool with registry {http=ch.cyberduck.core.http.HttpSession$1@3fb5885, https=ch.cyberduck.core.http.HttpSession$2@3d61cae}
2015-06-25 15:58:00,937 [Thread-0] DEBUG ch.cyberduck.core.AbstractController - Run action WorkerBackgroundAction{worker=MountWorker{session=Session{host=Host{credentials=Credentials{user='<REMOVED FROM LOG BY FRANK>'}, hostname='storage.googleapis.com', port=443, protocol=gs}, state=closed}}, result=null} in background
2015-06-25 15:58:00,939 [Thread-0] DEBUG ch.cyberduck.core.AbstractController - Synchronize on lock Session{host=Host{credentials=Credentials{user='<REMOVED FROM LOG BY FRANK>'}, hostname='storage.googleapis.com', port=443, protocol=gs}, state=closed} for action WorkerBackgroundAction{worker=MountWorker{session=Session{host=Host{credentials=Credentials{user='<REMOVED FROM LOG BY FRANK>'}, hostname='storage.googleapis.com', port=443, protocol=gs}, state=closed}}, result=null}
2015-06-25 15:58:00,939 [Thread-0] INFO  ch.cyberduck.core.AbstractController - Scheduled background runnable WorkerBackgroundAction{worker=MountWorker{session=Session{host=Host{credentials=Credentials{user='<REMOVED FROM LOG BY FRANK>'}, hostname='storage.googleapis.com', port=443, protocol=gs}, state=closed}}, result=null} for execution
2015-06-25 15:58:00,939 [background-1] DEBUG ch.cyberduck.core.AbstractController - Releasing lock for background runnable WorkerBackgroundAction{worker=DisconnectWorker{session=Session{host=Host{credentials=Credentials{user='AKIAIDERNO27D2GV74AQ'}, hostname='s3.amazonaws.com', port=443, protocol=s3}, state=closed}}, result=null}
2015-06-25 15:58:00,940 [background-1] DEBUG ch.cyberduck.core.AbstractController - Acquired lock for background runnable WorkerBackgroundAction{worker=MountWorker{session=Session{host=Host{credentials=Credentials{user='<REMOVED FROM LOG BY FRANK>'}, hostname='storage.googleapis.com', port=443, protocol=gs}, state=closed}}, result=null}
2015-06-25 15:58:00,940 [background-1] DEBUG ch.cyberduck.core.AbstractController - Prepare background action WorkerBackgroundAction{worker=MountWorker{session=Session{host=Host{credentials=Credentials{user='<REMOVED FROM LOG BY FRANK>'}, hostname='storage.googleapis.com', port=443, protocol=gs}, state=closed}}, result=null}
2015-06-25 15:58:00,940 [background-1] DEBUG ch.cyberduck.core.threading.AbstractBackgroundAction - Prepare background task WorkerBackgroundAction{worker=MountWorker{session=Session{host=Host{credentials=Credentials{user='<REMOVED FROM LOG BY FRANK>'}, hostname='storage.googleapis.com', port=443, protocol=gs}, state=closed}}, result=null}
2015-06-25 15:58:00,943 [background-1] DEBUG ch.cyberduck.core.AbstractController - Call background action WorkerBackgroundAction{worker=MountWorker{session=Session{host=Host{credentials=Credentials{user='<REMOVED FROM LOG BY FRANK>'}, hostname='storage.googleapis.com', port=443, protocol=gs}, state=closed}}, result=null}
2015-06-25 15:58:00,943 [background-1] DEBUG ch.cyberduck.core.KeychainLoginService - Validate login credentials for Host{credentials=Credentials{user='<REMOVED FROM LOG BY FRANK>'}, hostname='storage.googleapis.com', port=443, protocol=gs}
2015-06-25 15:58:00,943 [background-1] INFO  ch.cyberduck.core.HostPasswordStore - Fetching password from keychain for Host{credentials=Credentials{user='<REMOVED FROM LOG BY FRANK>'}, hostname='storage.googleapis.com', port=443, protocol=gs}
2015-06-25 15:58:00,943 [background-1] WARN  ch.cyberduck.core.preferences.Preferences - No property with key 'https://<REMOVED FROM LOG BY FRANK>@storage.googleapis.com'
2015-06-25 15:58:00,943 [background-1] INFO  ch.cyberduck.core.HostPasswordStore - Password not found in keychain for Host{credentials=Credentials{user='<REMOVED FROM LOG BY FRANK>'}, hostname='storage.googleapis.com', port=443, protocol=gs}
2015-06-25 15:58:00,944 [background-1] DEBUG ch.cyberduck.core.threading.NamedThreadFactory - Create thread for runnable ch.cyberduck.core.Resolver$1@198a4b6
2015-06-25 15:58:00,944 [background-1] DEBUG ch.cyberduck.core.Resolver - Waiting for resolving of storage.googleapis.com
2015-06-25 15:58:00,972 [resolver-1] INFO  ch.cyberduck.core.Resolver - Resolved storage.googleapis.com to 173.194.207.128
2015-06-25 15:58:00,972 [background-1] DEBUG ch.cyberduck.core.Session - Connection will open to Host{credentials=Credentials{user='<REMOVED FROM LOG BY FRANK>'}, hostname='storage.googleapis.com', port=443, protocol=gs}
2015-06-25 15:58:00,972 [background-1] DEBUG ch.cyberduck.core.s3.S3Session - Configure for endpoint Host{credentials=Credentials{user='<REMOVED FROM LOG BY FRANK>'}, hostname='storage.googleapis.com', port=443, protocol=gs}
2015-06-25 15:58:00,972 [background-1] DEBUG org.jets3t.service.Jets3tProperties - s3service.https-only=true
2015-06-25 15:58:00,972 [background-1] DEBUG org.jets3t.service.Jets3tProperties - storage-service.internal-error-retry-max=0
2015-06-25 15:58:00,972 [background-1] DEBUG org.jets3t.service.Jets3tProperties - storage-service.apply-recommended-dns-caching-defaults=true
2015-06-25 15:58:00,972 [background-1] DEBUG org.jets3t.service.StorageService - Setting recommended DNS caching defaults
2015-06-25 15:58:00,973 [background-1] DEBUG org.jets3t.service.StorageService - Using DNS caching system settings: networkaddress.cache.ttl=300, networkaddress.cache.negative.ttl=1
2015-06-25 15:58:00,973 [background-1] DEBUG org.jets3t.service.Jets3tProperties - s3service.default-storage-class=null
2015-06-25 15:58:00,973 [background-1] DEBUG org.jets3t.service.Jets3tProperties - s3service.server-side-encryption=null
2015-06-25 15:58:00,973 [background-1] DEBUG org.jets3t.service.Jets3tProperties - devpay.user-token=null
2015-06-25 15:58:00,973 [background-1] DEBUG org.jets3t.service.Jets3tProperties - devpay.product-token=null
2015-06-25 15:58:00,973 [background-1] DEBUG org.jets3t.service.Jets3tProperties - httpclient.requester-pays-buckets-enabled=false
2015-06-25 15:58:00,973 [background-1] DEBUG ch.cyberduck.core.Session - Connection did open to Host{credentials=Credentials{user='<REMOVED FROM LOG BY FRANK>'}, hostname='storage.googleapis.com', port=443, protocol=gs}
2015-06-25 15:58:00,974 [background-1] DEBUG ch.cyberduck.core.KeychainLoginService - Attempt authentication for Host{credentials=Credentials{user='<REMOVED FROM LOG BY FRANK>'}, hostname='storage.googleapis.com', port=443, protocol=gs}
2015-06-25 15:58:05,690 [background-1] DEBUG ch.cyberduck.core.threading.AbstractBackgroundAction - Finish background task WorkerBackgroundAction{worker=MountWorker{session=Session{host=Host{credentials=Credentials{user='<REMOVED FROM LOG BY FRANK>'}, hostname='storage.googleapis.com', port=443, protocol=gs}, state=open}}, result=null}
2015-06-25 15:58:05,690 [background-1] DEBUG ch.cyberduck.core.threading.BackgroundActionRegistry - Remove action WorkerBackgroundAction{worker=MountWorker{session=Session{host=Host{credentials=Credentials{user='<REMOVED FROM LOG BY FRANK>'}, hostname='storage.googleapis.com', port=443, protocol=gs}, state=open}}, result=null}
2015-06-25 15:58:05,690 [background-1] DEBUG ch.cyberduck.core.AbstractController - Invoke cleanup for background action WorkerBackgroundAction{worker=MountWorker{session=Session{host=Host{credentials=Credentials{user='<REMOVED FROM LOG BY FRANK>'}, hostname='storage.googleapis.com', port=443, protocol=gs}, state=open}}, result=null}
2015-06-25 15:58:05,691 [Thread-0] DEBUG ch.cyberduck.core.threading.BackgroundActionRegistry - Remove action WorkerBackgroundAction{worker=MountWorker{session=Session{host=Host{credentials=Credentials{user='<REMOVED FROM LOG BY FRANK>'}, hostname='storage.googleapis.com', port=443, protocol=gs}, state=open}}, result=null}
2015-06-25 15:58:05,691 [Thread-0] WARN  ch.cyberduck.core.threading.WorkerBackgroundAction - Missing result for worker MountWorker{session=Session{host=Host{credentials=Credentials{user='<REMOVED FROM LOG BY FRANK>'}, hostname='storage.googleapis.com', port=443, protocol=gs}, state=open}}. Use default value.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Can you confirm that you don't get a OAuth2 Authentication prompt at all.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

The issues affects all TLS connections.

2015-06-26 13:52:00,674 [background-1] DEBUG ch.cyberduck.core.http.HttpConnectionPoolBuilder$2 - Connecting socket to svn.cyberduck.io/54.228.253.92:443 with timeout 30000
2015-06-26 13:52:00,722 [background-1] INFO  ch.cyberduck.core.ssl.CertificateStoreX509KeyManager - Load default store of type Windows-MY
2015-06-26 13:52:00,722 [background-1] DEBUG ch.cyberduck.core.threading.AbstractBackgroundAction - Finish background task WorkerBackgroundAction{worker=MountWorker{session=Session{host=Host{credentials=Credentials{user='anonymous'}, hostname='svn.cyberduck.io', port=443, protocol=davs}, state=open}}, result=null}

@cyberduck
Copy link
Collaborator Author

@dkocher commented

This is a possible duplicate of #8162. Can you please try to install Microsoft Visual C++ 2010 Redistributable Package (x86).

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Please update to the latest snapshot build available.

@cyberduck
Copy link
Collaborator Author

cafdb09 commented

I actually re-installed the redistributable package and I installed the latest snapshot build. Neither resolved this issue.

1 similar comment
@cyberduck
Copy link
Collaborator Author

cafdb09 commented

I actually re-installed the redistributable package and I installed the latest snapshot build. Neither resolved this issue.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Replying to [comment:11 frankbwalsh]:

I actually re-installed the redistributable package and I installed the latest snapshot build. Neither resolved this issue.
Can you again attach the current cyberduck.log file.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug googlestorage Google Cloud Storage Protocol Implementation worksforme
Projects
None yet
Development

No branches or pull requests

2 participants