Dialog disappearing too quickly

64 views
Skip to first unread message

James Newell

unread,
Jul 27, 2011, 3:29:37 AM7/27/11
to Cyberduck
Hi All,

After starting Cyberduck and double clicking on a number of SFTP
bookmarks in Cyberduck 4.1 on Mac OS X 10.7 (Lion) I had a dialog
window show up and disappear too quickly to read or respond. Now my
bookmarks never connect with the progress spinner spinning and the
message "Opening SFTP connection to XXX".

If I click Open Connection and enter the details in manually then
Cyberduck successfully connects.

I've got a hunch that its happening for all the sites for which the IP
has changed recently and that I haven't connected to or accepted the
new identity before upgrading to Lion. My host also has a self signed
certificate.

Can anybody help me figure out how to connect.

Thanks,

James

David Kocher

unread,
Jul 27, 2011, 4:22:04 AM7/27/11
to cybe...@googlegroups.com
Can you find any output related to Cyberduck in the `system.log` (/Applications/Utilities/Console.app)?

-
David

> --
> You received this message because you are subscribed to the Google Groups "Cyberduck" group. To post to this group, send email to cybe...@googlegroups.com
> To unsubscribe from this group, send email to cyberduck+...@googlegroups.com
> For more options, visit this group at http://groups.google.com/group/cyberduck
> --
> Post bug reports and feature requests
> http://trac.cyberduck.ch/newticket
> --
> Support development
> http://cyberduck.ch/donate/
>

James Newell

unread,
Jul 27, 2011, 8:47:02 AM7/27/11
to Cyberduck
Ah yes.

27/07/11 10:44:31.373 PM [0x0-0xc20c2].ch.sudo.cyberduck: Exception in
thread "Thread-21" java.lang.NoSuchMethodError:
org.slf4j.spi.LocationAwareLogger.log(Lorg/slf4j/Marker;Ljava/lang/
String;ILjava/lang/String;[Ljava/lang/Object;Ljava/lang/Throwable;)V
27/07/11 10:44:31.373 PM [0x0-0xc20c2].ch.sudo.cyberduck: at
org.slf4j.bridge.SLF4JBridgeHandler.callLocationAwareLogger(SLF4JBridgeHandler.java:
192)
27/07/11 10:44:31.373 PM [0x0-0xc20c2].ch.sudo.cyberduck: at
org.slf4j.bridge.SLF4JBridgeHandler.publish(SLF4JBridgeHandler.java:
267)
27/07/11 10:44:31.373 PM [0x0-0xc20c2].ch.sudo.cyberduck: at
java.util.logging.Logger.log(Logger.java:481)
27/07/11 10:44:31.373 PM [0x0-0xc20c2].ch.sudo.cyberduck: at
java.util.logging.Logger.doLog(Logger.java:503)
27/07/11 10:44:31.373 PM [0x0-0xc20c2].ch.sudo.cyberduck: at
java.util.logging.Logger.log(Logger.java:526)
27/07/11 10:44:31.373 PM [0x0-0xc20c2].ch.sudo.cyberduck: at
java.util.logging.Logger.info(Logger.java:1045)
27/07/11 10:44:31.373 PM [0x0-0xc20c2].ch.sudo.cyberduck: at
ch.ethz.ssh2.log.Logger.info(Logger.java:47)
27/07/11 10:44:31.373 PM [0x0-0xc20c2].ch.sudo.cyberduck: at
ch.ethz.ssh2.transport.KexManager.mergeKexParameters(KexManager.java:
184)
27/07/11 10:44:31.373 PM [0x0-0xc20c2].ch.sudo.cyberduck: at
ch.ethz.ssh2.transport.KexManager.handleMessage(KexManager.java:423)
27/07/11 10:44:31.373 PM [0x0-0xc20c2].ch.sudo.cyberduck: at
ch.ethz.ssh2.transport.TransportManager.receiveLoop(TransportManager.java:
822)
27/07/11 10:44:31.373 PM [0x0-0xc20c2].ch.sudo.cyberduck: at
ch.ethz.ssh2.transport.TransportManager$1.run(TransportManager.java:
492)
27/07/11 10:44:31.373 PM [0x0-0xc20c2].ch.sudo.cyberduck: at
java.lang.Thread.run(Thread.java:680)

27/07/11 10:44:32.847 PM [0x0-0xc20c2].ch.sudo.cyberduck: Exception in
thread "Thread-16" java.lang.NoSuchMethodError:
org.slf4j.spi.LocationAwareLogger.log(Lorg/slf4j/Marker;Ljava/lang/
String;ILjava/lang/String;[Ljava/lang/Object;Ljava/lang/Throwable;)V
27/07/11 10:44:32.847 PM [0x0-0xc20c2].ch.sudo.cyberduck: at
org.slf4j.bridge.SLF4JBridgeHandler.callLocationAwareLogger(SLF4JBridgeHandler.java:
192)
27/07/11 10:44:32.847 PM [0x0-0xc20c2].ch.sudo.cyberduck: at
org.slf4j.bridge.SLF4JBridgeHandler.publish(SLF4JBridgeHandler.java:
267)
27/07/11 10:44:32.847 PM [0x0-0xc20c2].ch.sudo.cyberduck: at
java.util.logging.Logger.log(Logger.java:481)
27/07/11 10:44:32.847 PM [0x0-0xc20c2].ch.sudo.cyberduck: at
java.util.logging.Logger.doLog(Logger.java:503)
27/07/11 10:44:32.847 PM [0x0-0xc20c2].ch.sudo.cyberduck: at
java.util.logging.Logger.log(Logger.java:526)
27/07/11 10:44:32.847 PM [0x0-0xc20c2].ch.sudo.cyberduck: at
java.util.logging.Logger.warning(Logger.java:1029)
27/07/11 10:44:32.847 PM [0x0-0xc20c2].ch.sudo.cyberduck: at
ch.ethz.ssh2.log.Logger.warning(Logger.java:57)
27/07/11 10:44:32.847 PM [0x0-0xc20c2].ch.sudo.cyberduck: at
ch.ethz.ssh2.util.TimeoutService$TimeoutThread.run(TimeoutService.java:
92)




On Jul 27, 6:22 pm, David Kocher <dkoc...@cyberduck.ch> wrote:
> Can you find any output related to Cyberduck in the `system.log` (/Applications/Utilities/Console.app)?
>
> -
> David
>
> On 27.07.2011, at 09:29, James Newell wrote:
>
>
>
>
>
>
>
> > Hi All,
>
> > After starting Cyberduck and double clicking on a number of SFTP
> > bookmarks in Cyberduck 4.1 on Mac OS X 10.7 (Lion) I had a dialog
> > window show up and disappear too quickly to read or respond. Now my
> > bookmarks never connect with the progress spinner spinning and the
> > message "Opening SFTP connection to XXX".
>
> > If I click Open Connection and enter the details in manually then
> > Cyberduck successfully connects.
>
> > I've got a hunch that its happening for all the sites for which the IP
> > has changed recently and that I haven't connected to or accepted the
> > new identity before upgrading to Lion. My host also has a self signed
> > certificate.
>
> > Can anybody help me figure out how to connect.
>
> > Thanks,
>
> > James
>
> > --
> > You received this message because you are subscribed to the Google Groups "Cyberduck" group. To post to this group, send email to cybe...@googlegroups.com
> > To unsubscribe from this group, send email to cyberduck+...@googlegroups.com
> > For more options, visit this group athttp://groups.google.com/group/cyberduck
> > --
> > Post bug reports and feature requests
> >http://trac.cyberduck.ch/newticket
> > --
> > Support development
> >http://cyberduck.ch/donate/
>
>
>
>  smime.p7s
> 5KViewDownload

David Kocher

unread,
Jul 31, 2011, 10:42:33 AM7/31/11
to Cyberduck
I can only explain this that you have an older version of SLF4J
installed on your system. Check the folder /Library/Java/.

-
David

James Newell

unread,
Jul 31, 2011, 11:24:20 PM7/31/11
to Cyberduck
Hi David,

Thanks for your response.

I haven't played around with Java at all and would be whatever Lion
installed as part of the upgrade/migration. Searching the /Library/
Java folder for SLF4J returns two files in the Extensions folder,
slf4j-api-1.5.8.jar and slf4j-log4j12-1.5.8.jar. What version should
these be?

Thanks,

James

David Kocher

unread,
Aug 1, 2011, 5:28:19 PM8/1/11
to cybe...@googlegroups.com
Possibly some other software has installed these globally instad of distributing in a application package. These are outdated and should be removed. Possibly this will break some other software you have installed on your system. Please report to them to install these in a local domain (e.g. .app package) only.

-
David

> For more options, visit this group at http://groups.google.com/group/cyberduck

Reply all
Reply to author
Forward
0 new messages