[Cyberduck-trac] [Cyberduck] #8201: Unhandled LoginCanceledException Error during invoke

Cyberduck trac at trac.cyberduck.io
Mon Sep 1 11:23:42 UTC 2014


#8201: Unhandled LoginCanceledException Error during invoke
---------------------------------+------------------------
 Reporter:  redstone             |         Owner:  dkocher
     Type:  defect               |        Status:  new
 Priority:  normal               |     Milestone:
Component:  s3                   |       Version:  4.5.2
 Severity:  normal               |    Resolution:
 Keywords:  unhandled exception  |  Architecture:
 Platform:  Windows 7            |
---------------------------------+------------------------
Changes (by dkocher):

 * owner:   => dkocher
 * component:  core => s3


Old description:

> I'm trying to log into S3 and pretty sure I'm using the correct keys, but
> it fails each attempt with the log message below.
> I would have thought it was a simple error in credentials, but the
> "unhandled exception" aspect doesn't sound expected:
>
> 2014-08-29 14:57:18,157 [background-1] ERROR AsyncController - Unhandled
> exception during invoke
> ch.cyberduck.core.exception.LoginCanceledException{detail='null',
> cause='null', message='null'}
>         at
> cli.Ch.Cyberduck.Ui.Controller.PromptLoginController$$$003C$$003Ec__DisplayClass5.<prompt>b__4(Unknown
> Source)
>         at
> cli.Ch.Cyberduck.Ui.Controller.Threading.SimpleDefaultMainAction.run(Unknown
> Source)
>         at cli.System.Delegate.DynamicInvokeImpl(Unknown Source)
>         at
> cli.System.Windows.Forms.Control.InvokeMarshaledCallbackDo(Unknown
> Source)
>         at
> cli.System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Unknown
> Source)
>         at cli.System.Threading.ExecutionContext.RunInternal(Unknown
> Source)
>         at cli.System.Threading.ExecutionContext.Run(Unknown Source)
>         at cli.System.Threading.ExecutionContext.Run(Unknown Source)
>         at
> cli.System.Windows.Forms.Control.InvokeMarshaledCallback(Unknown Source)
>         at
> cli.System.Windows.Forms.Control.InvokeMarshaledCallbacks(Unknown Source)
>         at cli.System.Windows.Forms.Control.WndProc(Unknown Source)
>         at cli.System.Windows.Forms.ScrollableControl.WndProc(Unknown
> Source)
>         at cli.System.Windows.Forms.Form.WndProc(Unknown Source)
>         at
> cli.System.Windows.Forms.Control$ControlNativeWindow.OnMessage(Unknown
> Source)
>         at
> cli.System.Windows.Forms.Control$ControlNativeWindow.WndProc(Unknown
> Source)
>         at cli.System.Windows.Forms.NativeWindow.Callback(Unknown Source)
>         at
> cli.System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(Unknown
> Source)
>         at
> cli.System.Windows.Forms.Application$ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Unknown
> Source)
>         at
> cli.System.Windows.Forms.Application$ThreadContext.RunMessageLoopInner(Unknown
> Source)
>         at
> cli.System.Windows.Forms.Application$ThreadContext.RunMessageLoop(Unknown
> Source)
>         at cli.System.Windows.Forms.Application.Run(Unknown Source)
>         at
> cli.Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun(Unknown
> Source)
>         at
> cli.Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel(Unknown
> Source)
>         at
> cli.Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(Unknown
> Source)
>         at cli.Ch.Cyberduck.Ui.Controller.MainController.Run(Unknown
> Source)
>         at cli.Ch.Cyberduck.Ui.Controller.MainController.Run(Unknown
> Source)
>         at cli.Ch.Cyberduck.Ui.Controller.MainController.Main(Unknown
> Source)

New description:

 I'm trying to log into S3 and pretty sure I'm using the correct keys, but
 it fails each attempt with the log message below.
 I would have thought it was a simple error in credentials, but the
 "unhandled exception" aspect doesn't sound expected:


 {{{
 2014-08-29 14:57:18,157 [background-1] ERROR AsyncController - Unhandled
 exception during invoke
 ch.cyberduck.core.exception.LoginCanceledException{detail='null',
 cause='null', message='null'}
         at
 cli.Ch.Cyberduck.Ui.Controller.PromptLoginController$$$003C$$003Ec__DisplayClass5.<prompt>b__4(Unknown
 Source)
         at
 cli.Ch.Cyberduck.Ui.Controller.Threading.SimpleDefaultMainAction.run(Unknown
 Source)
         at cli.System.Delegate.DynamicInvokeImpl(Unknown Source)
         at
 cli.System.Windows.Forms.Control.InvokeMarshaledCallbackDo(Unknown Source)
         at
 cli.System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Unknown
 Source)
         at cli.System.Threading.ExecutionContext.RunInternal(Unknown
 Source)
         at cli.System.Threading.ExecutionContext.Run(Unknown Source)
         at cli.System.Threading.ExecutionContext.Run(Unknown Source)
         at
 cli.System.Windows.Forms.Control.InvokeMarshaledCallback(Unknown Source)
         at
 cli.System.Windows.Forms.Control.InvokeMarshaledCallbacks(Unknown Source)
         at cli.System.Windows.Forms.Control.WndProc(Unknown Source)
         at cli.System.Windows.Forms.ScrollableControl.WndProc(Unknown
 Source)
         at cli.System.Windows.Forms.Form.WndProc(Unknown Source)
         at
 cli.System.Windows.Forms.Control$ControlNativeWindow.OnMessage(Unknown
 Source)
         at
 cli.System.Windows.Forms.Control$ControlNativeWindow.WndProc(Unknown
 Source)
         at cli.System.Windows.Forms.NativeWindow.Callback(Unknown Source)
         at
 cli.System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(Unknown
 Source)
         at
 cli.System.Windows.Forms.Application$ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Unknown
 Source)
         at
 cli.System.Windows.Forms.Application$ThreadContext.RunMessageLoopInner(Unknown
 Source)
         at
 cli.System.Windows.Forms.Application$ThreadContext.RunMessageLoop(Unknown
 Source)
         at cli.System.Windows.Forms.Application.Run(Unknown Source)
         at
 cli.Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun(Unknown
 Source)
         at
 cli.Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel(Unknown
 Source)
         at
 cli.Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(Unknown
 Source)
         at cli.Ch.Cyberduck.Ui.Controller.MainController.Run(Unknown
 Source)
         at cli.Ch.Cyberduck.Ui.Controller.MainController.Run(Unknown
 Source)
         at cli.Ch.Cyberduck.Ui.Controller.MainController.Main(Unknown
 Source)
 }}}

--

-- 
Ticket URL: <https://trac.cyberduck.io/ticket/8201#comment:2>
Cyberduck <http://cyberduck.io>
Libre FTP, SFTP, WebDAV, S3 & OpenStack Swift browser for Mac and Windows


More information about the Cyberduck-trac mailing list