[Cyberduck-trac] [Cyberduck] #8409: Unable to connect after upgrading to 4.6

Cyberduck trac at trac.cyberduck.io
Wed Dec 10 03:24:14 UTC 2014


#8409: Unable to connect after upgrading to 4.6
---------------------------+----------------------------
    Reporter:  peter huss  |      Owner:
        Type:  defect      |     Status:  new
    Priority:  normal      |  Milestone:
   Component:  core        |    Version:  4.6
    Severity:  normal      |   Keywords:
Architecture:  Intel       |   Platform:  Mac OS X 10.10
---------------------------+----------------------------
 I upgraded to 4.6 today (I believe I was on 4.5.x previously), and now I
 am unable to connect to any FTP / SFTP server. I tried using bookmarks
 that worked prior to upgrading, as well as the Open Connection dialog. I
 removed the preferences .plist file and reinstalled the app but still
 encounter the error.

 When you click Connect, the message 'Opening SFTP connection to [...]'
 appears for a few milliseconds in the bottom status bar then silently
 fails.

 There is no output in the Log Drawer, but the exception backtrace does
 appear in Console.app:

 {{{
 Cyberduck[2274]: [background-1] FATAL ch.cyberduck.ui.AbstractController -
 Unhandled exception running background task Expected scheme name at index
 0: ://(null):(null)

         java.lang.IllegalArgumentException: Expected scheme name at index
 0: ://(null):(null)
                 at java.net.URI.create(URI.java:859)
                 at
 ch.cyberduck.core.SystemConfigurationProxy.find(SystemConfigurationProxy.java:67)
                 at
 ch.cyberduck.core.ProxySocketFactory.factory(ProxySocketFactory.java:70)
                 at
 ch.cyberduck.core.ProxySocketFactory.createSocket(ProxySocketFactory.java:89)
                 at
 net.schmizz.sshj.SocketClient.connect(SocketClient.java:49)
                 at
 net.schmizz.sshj.SocketClient.connect(SocketClient.java:57)
                 at
 ch.cyberduck.core.sftp.SFTPSession.connect(SFTPSession.java:160)
                 at
 ch.cyberduck.core.sftp.SFTPSession.connect(SFTPSession.java:123)
                 at
 ch.cyberduck.core.sftp.SFTPSession.connect(SFTPSession.java:75)
                 at ch.cyberduck.core.Session.open(Session.java:112)
                 at
 ch.cyberduck.core.LoginConnectionService.connect(LoginConnectionService.java:151)
                 at
 ch.cyberduck.core.LoginConnectionService.check(LoginConnectionService.java:98)
                 at
 ch.cyberduck.core.LoginConnectionService.check(LoginConnectionService.java:105)
                 at
 ch.cyberduck.core.threading.SessionBackgroundAction.connect(SessionBackgroundAction.java:198)
                 at
 ch.cyberduck.ui.threading.BrowserBackgroundAction.connect(BrowserBackgroundAction.java:59)
                 at
 ch.cyberduck.core.threading.SessionBackgroundAction.call(SessionBackgroundAction.java:166)
                 at
 ch.cyberduck.ui.AbstractController$BackgroundCallable.call(AbstractController.java:171)
                 at
 java.util.concurrent.FutureTask.run(FutureTask.java:262)
                 at
 java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
                 at
 java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
                 at
 ch.cyberduck.core.threading.NamedThreadFactory$1.run(NamedThreadFactory.java:58)
                 at java.lang.Thread.run(Thread.java:724)
         Caused by: java.net.URISyntaxException: Expected scheme name at
 index 0: ://(null):(null)
                 at java.net.URI$Parser.fail(URI.java:2829)
                 at java.net.URI$Parser.failExpecting(URI.java:2835)
                 at java.net.URI$Parser.parse(URI.java:3027)
                 at java.net.URI.<init>(URI.java:595)
                 at java.net.URI.create(URI.java:857)
                 ... 21 more
 }}}

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


More information about the Cyberduck-trac mailing list