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 loading JNA native library #6242

Closed
cyberduck opened this issue Sep 20, 2011 · 39 comments
Closed

Failure loading JNA native library #6242

cyberduck opened this issue Sep 20, 2011 · 39 comments

Comments

@cyberduck
Copy link
Collaborator

190eef9 created the issue

I just reinstalled my system, Mac OS 10.6.8. But Cyberduck won't launch. There is no error message and the Apple crash report does not launch, either. I'm sure I have the latest OS. Please help. Thanks.


Attachments

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Can you find any related output in the system.log (/Applications/Utilities/Console.app)?

@cyberduck
Copy link
Collaborator Author

190eef9 commented

Replying to [comment:1 dkocher]:

Can you find any related output in the system.log (/Applications/Utilities/Console.app)?

I don't see a button to add an attachment.

Here's the log:

9/19/11 9:53:25 PM	[0x0-0x146146].ch.sudo.cyberduck[2045]	[LaunchRunner Error] ch.cyberduck.ui.cocoa.MainApplication.main(String[]) threw an exception:
9/19/11 9:53:25 PM	[0x0-0x146146].ch.sudo.cyberduck[2045]	java.lang.UnsatisfiedLinkError: jnidispatch (/com/sun/jna/darwin/libjnidispatch.jnilib) not found in resource path
9/19/11 9:53:25 PM	[0x0-0x146146].ch.sudo.cyberduck[2045]	        at com.sun.jna.Native.loadNativeLibraryFromJar(Native.java:722)
9/19/11 9:53:25 PM	[0x0-0x146146].ch.sudo.cyberduck[2045]	        at com.sun.jna.Native.loadNativeLibrary(Native.java:699)
9/19/11 9:53:25 PM	[0x0-0x146146].ch.sudo.cyberduck[2045]	        at com.sun.jna.Native.<clinit>(Native.java:114)
9/19/11 9:53:25 PM	[0x0-0x146146].ch.sudo.cyberduck[2045]	        at org.rococoa.Foundation.<clinit>(Foundation.java:73)
9/19/11 9:53:25 PM	[0x0-0x146146].ch.sudo.cyberduck[2045]	        at org.rococoa.Rococoa.createClass(Rococoa.java:49)
9/19/11 9:53:25 PM	[0x0-0x146146].ch.sudo.cyberduck[2045]	        at org.rococoa.cocoa.foundation.NSObject.<clinit>(NSObject.java:28)
9/19/11 9:53:25 PM	[0x0-0x146146].ch.sudo.cyberduck[2045]	        at ch.cyberduck.ui.cocoa.MainApplication.main(MainApplication.java:49)
9/19/11 9:53:25 PM	[0x0-0x146146].ch.sudo.cyberduck[2045]	        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
9/19/11 9:53:25 PM	[0x0-0x146146].ch.sudo.cyberduck[2045]	        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
9/19/11 9:53:25 PM	[0x0-0x146146].ch.sudo.cyberduck[2045]	        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
9/19/11 9:53:25 PM	[0x0-0x146146].ch.sudo.cyberduck[2045]	        at java.lang.reflect.Method.invoke(Method.java:597)
9/19/11 9:53:25 PM	[0x0-0x146146].ch.sudo.cyberduck[2045]	        at apple.launcher.LaunchRunner.run(LaunchRunner.java:115)
9/19/11 9:53:25 PM	[0x0-0x146146].ch.sudo.cyberduck[2045]	        at apple.launcher.LaunchRunner.callMain(LaunchRunner.java:50)
9/19/11 9:53:25 PM	[0x0-0x146146].ch.sudo.cyberduck[2045]	        at apple.launcher.JavaApplicationLauncher.launch(JavaApplicationLauncher.java:52)
9/19/11 9:53:40 PM	[0x0-0x147147].ch.sudo.cyberduck[2047]	[LaunchRunner Error] ch.cyberduck.ui.cocoa.MainApplication.main(String[]) threw an exception:
9/19/11 9:53:40 PM	[0x0-0x147147].ch.sudo.cyberduck[2047]	java.lang.UnsatisfiedLinkError: jnidispatch (/com/sun/jna/darwin/libjnidispatch.jnilib) not found in resource path
9/19/11 9:53:40 PM	[0x0-0x147147].ch.sudo.cyberduck[2047]	        at com.sun.jna.Native.loadNativeLibraryFromJar(Native.java:722)
9/19/11 9:53:40 PM	[0x0-0x147147].ch.sudo.cyberduck[2047]	        at com.sun.jna.Native.loadNativeLibrary(Native.java:699)
9/19/11 9:53:40 PM	[0x0-0x147147].ch.sudo.cyberduck[2047]	        at com.sun.jna.Native.<clinit>(Native.java:114)
9/19/11 9:53:40 PM	[0x0-0x147147].ch.sudo.cyberduck[2047]	        at org.rococoa.Foundation.<clinit>(Foundation.java:73)
9/19/11 9:53:40 PM	[0x0-0x147147].ch.sudo.cyberduck[2047]	        at org.rococoa.Rococoa.createClass(Rococoa.java:49)
9/19/11 9:53:40 PM	[0x0-0x147147].ch.sudo.cyberduck[2047]	        at org.rococoa.cocoa.foundation.NSObject.<clinit>(NSObject.java:28)
9/19/11 9:53:40 PM	[0x0-0x147147].ch.sudo.cyberduck[2047]	        at ch.cyberduck.ui.cocoa.MainApplication.main(MainApplication.java:49)
9/19/11 9:53:40 PM	[0x0-0x147147].ch.sudo.cyberduck[2047]	        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
9/19/11 9:53:40 PM	[0x0-0x147147].ch.sudo.cyberduck[2047]	        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
9/19/11 9:53:40 PM	[0x0-0x147147].ch.sudo.cyberduck[2047]	        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
9/19/11 9:53:40 PM	[0x0-0x147147].ch.sudo.cyberduck[2047]	        at java.lang.reflect.Method.invoke(Method.java:597)
9/19/11 9:53:40 PM	[0x0-0x147147].ch.sudo.cyberduck[2047]	        at apple.launcher.LaunchRunner.run(LaunchRunner.java:115)
9/19/11 9:53:40 PM	[0x0-0x147147].ch.sudo.cyberduck[2047]	        at apple.launcher.LaunchRunner.callMain(LaunchRunner.java:50)
9/19/11 9:53:40 PM	[0x0-0x147147].ch.sudo.cyberduck[2047]	        at apple.launcher.JavaApplicationLauncher.launch(JavaApplicationLauncher.java:52)
9/19/11 9:54:13 PM	[0x0-0x148148].ch.sudo.cyberduck[2050]	[LaunchRunner Error] ch.cyberduck.ui.cocoa.MainApplication.main(String[]) threw an exception:
9/19/11 9:54:13 PM	[0x0-0x148148].ch.sudo.cyberduck[2050]	java.lang.UnsatisfiedLinkError: jnidispatch (/com/sun/jna/darwin/libjnidispatch.jnilib) not found in resource path
9/19/11 9:54:13 PM	[0x0-0x148148].ch.sudo.cyberduck[2050]	        at com.sun.jna.Native.loadNativeLibraryFromJar(Native.java:722)
9/19/11 9:54:13 PM	[0x0-0x148148].ch.sudo.cyberduck[2050]	        at com.sun.jna.Native.loadNativeLibrary(Native.java:699)
9/19/11 9:54:13 PM	[0x0-0x148148].ch.sudo.cyberduck[2050]	        at com.sun.jna.Native.<clinit>(Native.java:114)
9/19/11 9:54:13 PM	[0x0-0x148148].ch.sudo.cyberduck[2050]	        at org.rococoa.Foundation.<clinit>(Foundation.java:73)
9/19/11 9:54:13 PM	[0x0-0x148148].ch.sudo.cyberduck[2050]	        at org.rococoa.Rococoa.createClass(Rococoa.java:49)
9/19/11 9:54:13 PM	[0x0-0x148148].ch.sudo.cyberduck[2050]	        at org.rococoa.cocoa.foundation.NSObject.<clinit>(NSObject.java:28)
9/19/11 9:54:13 PM	[0x0-0x148148].ch.sudo.cyberduck[2050]	        at ch.cyberduck.ui.cocoa.MainApplication.main(MainApplication.java:49)
9/19/11 9:54:13 PM	[0x0-0x148148].ch.sudo.cyberduck[2050]	        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
9/19/11 9:54:13 PM	[0x0-0x148148].ch.sudo.cyberduck[2050]	        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
9/19/11 9:54:13 PM	[0x0-0x148148].ch.sudo.cyberduck[2050]	        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
9/19/11 9:54:13 PM	[0x0-0x148148].ch.sudo.cyberduck[2050]	        at java.lang.reflect.Method.invoke(Method.java:597)
9/19/11 9:54:13 PM	[0x0-0x148148].ch.sudo.cyberduck[2050]	        at apple.launcher.LaunchRunner.run(LaunchRunner.java:115)
9/19/11 9:54:13 PM	[0x0-0x148148].ch.sudo.cyberduck[2050]	        at apple.launcher.LaunchRunner.callMain(LaunchRunner.java:50)
9/19/11 9:54:13 PM	[0x0-0x148148].ch.sudo.cyberduck[2050]	        at apple.launcher.JavaApplicationLauncher.launch(JavaApplicationLauncher.java:52)
9/19/11 9:57:03 PM	[0x0-0x150150].ch.sudo.cyberduck[2090]	[Deprecated] CocoaJava: com.apple.cocoa.foundation.NSRuntime
9/19/11 9:57:03 PM	[0x0-0x150150].ch.sudo.cyberduck[2090]	-[NSJavaVirtualMachine initWithClassPath:] FATAL: cannot initialize ObjCJava. Exit
9/19/11 9:57:03 PM	com.apple.launchd.peruser.501[110]	([0x0-0x150150].ch.sudo.cyberduck[2090]) Exited with exit code: 255
9/19/11 9:58:44 PM	[0x0-0x156156].ch.sudo.cyberduck[2114]	[Deprecated] CocoaJava: com.apple.cocoa.foundation.NSRuntime
9/19/11 9:58:44 PM	[0x0-0x156156].ch.sudo.cyberduck[2114]	-[NSJavaVirtualMachine initWithClassPath:] FATAL: cannot initialize ObjCJava. Exit
9/19/11 9:58:44 PM	com.apple.launchd.peruser.501[110]	([0x0-0x156156].ch.sudo.cyberduck[2114]) Exited with exit code: 255
9/19/11 10:05:35 PM	[0x0-0x15f15f].ch.sudo.cyberduck[2147]	[LaunchRunner Error] ch.cyberduck.ui.cocoa.MainApplication.main(String[]) threw an exception:
9/19/11 10:05:35 PM	[0x0-0x15f15f].ch.sudo.cyberduck[2147]	java.lang.UnsatisfiedLinkError: jnidispatch (/com/sun/jna/darwin/libjnidispatch.jnilib) not found in resource path
9/19/11 10:05:35 PM	[0x0-0x15f15f].ch.sudo.cyberduck[2147]	        at com.sun.jna.Native.loadNativeLibraryFromJar(Native.java:722)
9/19/11 10:05:35 PM	[0x0-0x15f15f].ch.sudo.cyberduck[2147]	        at com.sun.jna.Native.loadNativeLibrary(Native.java:699)
9/19/11 10:05:35 PM	[0x0-0x15f15f].ch.sudo.cyberduck[2147]	        at com.sun.jna.Native.<clinit>(Native.java:114)
9/19/11 10:05:35 PM	[0x0-0x15f15f].ch.sudo.cyberduck[2147]	        at org.rococoa.Foundation.<clinit>(Foundation.java:73)
9/19/11 10:05:35 PM	[0x0-0x15f15f].ch.sudo.cyberduck[2147]	        at org.rococoa.Rococoa.createClass(Rococoa.java:49)
9/19/11 10:05:35 PM	[0x0-0x15f15f].ch.sudo.cyberduck[2147]	        at org.rococoa.cocoa.foundation.NSObject.<clinit>(NSObject.java:28)
9/19/11 10:05:35 PM	[0x0-0x15f15f].ch.sudo.cyberduck[2147]	        at ch.cyberduck.ui.cocoa.MainApplication.main(MainApplication.java:49)
9/19/11 10:05:35 PM	[0x0-0x15f15f].ch.sudo.cyberduck[2147]	        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
9/19/11 10:05:35 PM	[0x0-0x15f15f].ch.sudo.cyberduck[2147]	        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
9/19/11 10:05:35 PM	[0x0-0x15f15f].ch.sudo.cyberduck[2147]	        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
9/19/11 10:05:35 PM	[0x0-0x15f15f].ch.sudo.cyberduck[2147]	        at java.lang.reflect.Method.invoke(Method.java:597)
9/19/11 10:05:35 PM	[0x0-0x15f15f].ch.sudo.cyberduck[2147]	        at apple.launcher.LaunchRunner.run(LaunchRunner.java:115)
9/19/11 10:05:35 PM	[0x0-0x15f15f].ch.sudo.cyberduck[2147]	        at apple.launcher.LaunchRunner.callMain(LaunchRunner.java:50)
9/19/11 10:05:35 PM	[0x0-0x15f15f].ch.sudo.cyberduck[2147]	        at apple.launcher.JavaApplicationLauncher.launch(JavaApplicationLauncher.java:52)
9/19/11 10:05:52 PM	[0x0-0x162162].ch.sudo.cyberduck[2152]	[LaunchRunner Error] ch.cyberduck.ui.cocoa.MainApplication.main(String[]) threw an exception:
9/19/11 10:05:52 PM	[0x0-0x162162].ch.sudo.cyberduck[2152]	java.lang.UnsatisfiedLinkError: jnidispatch (/com/sun/jna/darwin/libjnidispatch.jnilib) not found in resource path
9/19/11 10:05:52 PM	[0x0-0x162162].ch.sudo.cyberduck[2152]	        at com.sun.jna.Native.loadNativeLibraryFromJar(Native.java:722)
9/19/11 10:05:52 PM	[0x0-0x162162].ch.sudo.cyberduck[2152]	        at com.sun.jna.Native.loadNativeLibrary(Native.java:699)
9/19/11 10:05:52 PM	[0x0-0x162162].ch.sudo.cyberduck[2152]	        at com.sun.jna.Native.<clinit>(Native.java:114)
9/19/11 10:05:52 PM	[0x0-0x162162].ch.sudo.cyberduck[2152]	        at org.rococoa.Foundation.<clinit>(Foundation.java:73)
9/19/11 10:05:52 PM	[0x0-0x162162].ch.sudo.cyberduck[2152]	        at org.rococoa.Rococoa.createClass(Rococoa.java:49)
9/19/11 10:05:52 PM	[0x0-0x162162].ch.sudo.cyberduck[2152]	        at org.rococoa.cocoa.foundation.NSObject.<clinit>(NSObject.java:28)
9/19/11 10:05:52 PM	[0x0-0x162162].ch.sudo.cyberduck[2152]	        at ch.cyberduck.ui.cocoa.MainApplication.main(MainApplication.java:49)
9/19/11 10:05:52 PM	[0x0-0x162162].ch.sudo.cyberduck[2152]	        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
9/19/11 10:05:52 PM	[0x0-0x162162].ch.sudo.cyberduck[2152]	        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
9/19/11 10:05:52 PM	[0x0-0x162162].ch.sudo.cyberduck[2152]	        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
9/19/11 10:05:52 PM	[0x0-0x162162].ch.sudo.cyberduck[2152]	        at java.lang.reflect.Method.invoke(Method.java:597)
9/19/11 10:05:52 PM	[0x0-0x162162].ch.sudo.cyberduck[2152]	        at apple.launcher.LaunchRunner.run(LaunchRunner.java:115)
9/19/11 10:05:52 PM	[0x0-0x162162].ch.sudo.cyberduck[2152]	        at apple.launcher.LaunchRunner.callMain(LaunchRunner.java:50)
9/19/11 10:05:52 PM	[0x0-0x162162].ch.sudo.cyberduck[2152]	        at apple.launcher.JavaApplicationLauncher.launch(JavaApplicationLauncher.java:52)
9/19/11 10:08:55 PM	[0x0-0x16e16e].ch.sudo.cyberduck[2189]	[LaunchRunner Error] ch.cyberduck.ui.cocoa.MainApplication.main(String[]) threw an exception:
9/19/11 10:08:55 PM	[0x0-0x16e16e].ch.sudo.cyberduck[2189]	java.lang.UnsatisfiedLinkError: jnidispatch (/com/sun/jna/darwin/libjnidispatch.jnilib) not found in resource path
9/19/11 10:08:55 PM	[0x0-0x16e16e].ch.sudo.cyberduck[2189]	        at com.sun.jna.Native.loadNativeLibraryFromJar(Native.java:722)
9/19/11 10:08:55 PM	[0x0-0x16e16e].ch.sudo.cyberduck[2189]	        at com.sun.jna.Native.loadNativeLibrary(Native.java:699)
9/19/11 10:08:55 PM	[0x0-0x16e16e].ch.sudo.cyberduck[2189]	        at com.sun.jna.Native.<clinit>(Native.java:114)
9/19/11 10:08:55 PM	[0x0-0x16e16e].ch.sudo.cyberduck[2189]	        at org.rococoa.Foundation.<clinit>(Foundation.java:73)
9/19/11 10:08:55 PM	[0x0-0x16e16e].ch.sudo.cyberduck[2189]	        at org.rococoa.Rococoa.createClass(Rococoa.java:49)
9/19/11 10:08:55 PM	[0x0-0x16e16e].ch.sudo.cyberduck[2189]	        at org.rococoa.cocoa.foundation.NSObject.<clinit>(NSObject.java:28)
9/19/11 10:08:55 PM	[0x0-0x16e16e].ch.sudo.cyberduck[2189]	        at ch.cyberduck.ui.cocoa.MainApplication.main(MainApplication.java:49)
9/19/11 10:08:55 PM	[0x0-0x16e16e].ch.sudo.cyberduck[2189]	        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
9/19/11 10:08:55 PM	[0x0-0x16e16e].ch.sudo.cyberduck[2189]	        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
9/19/11 10:08:55 PM	[0x0-0x16e16e].ch.sudo.cyberduck[2189]	        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
9/19/11 10:08:55 PM	[0x0-0x16e16e].ch.sudo.cyberduck[2189]	        at java.lang.reflect.Method.invoke(Method.java:597)
9/19/11 10:08:55 PM	[0x0-0x16e16e].ch.sudo.cyberduck[2189]	        at apple.launcher.LaunchRunner.run(LaunchRunner.java:115)
9/19/11 10:08:55 PM	[0x0-0x16e16e].ch.sudo.cyberduck[2189]	        at apple.launcher.LaunchRunner.callMain(LaunchRunner.java:50)
9/19/11 10:08:55 PM	[0x0-0x16e16e].ch.sudo.cyberduck[2189]	        at apple.launcher.JavaApplicationLauncher.launch(JavaApplicationLauncher.java:52)

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Can you update to the latest snapshot build which does possibly not solve the issue but will give better error reporting on the cause of the issue. Please again post the system.log output.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

#6015 closed as duplicate.

@cyberduck
Copy link
Collaborator Author

190eef9 commented

Replying to [comment:4 dkocher]:

Can you update to the latest snapshot build which does possibly not solve the issue but will give better error reporting on the cause of the issue. Please again post the system.log output.

Cyberduck will not launch so I cannot enable Snapshot builds. Please send a link to download the latest build.

Thanks.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Replying to [comment:6 jimkahnw]:

Replying to [comment:4 dkocher]:

Can you update to the latest snapshot build which does possibly not solve the issue but will give better error reporting on the cause of the issue. Please again post the system.log output.

Cyberduck will not launch so I cannot enable Snapshot builds. Please send a link to download the latest build.

Thanks.

Sorry I missed that. Builds are availble from (http://update.cyberduck.ch/nightly/)(http://update.cyberduck.ch/nightly/).

@cyberduck
Copy link
Collaborator Author

190eef9 commented

No luck, the new build did not launch. See attached log.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

This is getting technical. But if don't mind, can you run in a Terminal.app window

DYLD_PRINT_APIS=1 ~/Downloads/Cyberduck.app/Contents/MacOS/Cyberduck

and send me the output printed. This assumes the snapshot build downloaded is in the Downloads folder of your user home directory.

@cyberduck
Copy link
Collaborator Author

190eef9 commented

Sorry, looks like I uploaded the same file twice.

@cyberduck
Copy link
Collaborator Author

Chris Riesbeck commented

I've got the same problem, with the same java.lang.UnsatisfiedLinkError: no jnidispatch in java.library.patherror on the console log. I just upgraded to Snow Leopard (10.6.8), started Cyberduck, which launched, but then said "there's an update." After the update it wouldn't launch any more. I copied the Sept 22 snapshot and am still getting the same error. If there's more info I can gather for you, let me know.

@cyberduck
Copy link
Collaborator Author

190eef9 commented

Well, this all beyond me, I'm no coder. I guess there's a bug, or corruption somewhere beyond the plist that ordinary humans can't see. I'm glad my problem is not unique and that the engineers can get the duck to quack.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

We are still the dark here as I cannot replicate the issue. Could try if unchecking Open in 32bit mode in the Info (⌘-I) in the Finder for Cyberduck.app makes any difference.

@cyberduck
Copy link
Collaborator Author

190eef9 commented

Unchecked 32-bit with no success. Tried 32-bit with Rosetta. No success. Used CleanApp to delete the Cyberduck application and the jna folder. Re installed with the new build, downloaded yesterday. Again, no success.

What now?

@cyberduck
Copy link
Collaborator Author

Chris Riesbeck commented

Ditto -- I tried unchecking 32bit and it still fails with the same error.

Since an older version started up for me (I don't know what version it was though -- possibly from spring), is it possible to download older ones and try? I only had the failure when it updated itself to the current version.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Replying to [comment:15 Chris Riesbeck]:

Ditto -- I tried unchecking 32bit and it still fails with the same error.

Since an older version started up for me (I don't know what version it was though -- possibly from spring), is it possible to download older ones and try? I only had the failure when it updated itself to the current version.

Previous versions can be found at (http://cyberduck.ch/changelog/). Let me know which one is the latest that is working.

@cyberduck
Copy link
Collaborator Author

Chris Riesbeck commented

The July 12th version works! I downloaded it and successfully uploaded a file to my server.

@cyberduck
Copy link
Collaborator Author

190eef9 commented

I tried the July 12 version, 4.1, and it also works for me.

@cyberduck
Copy link
Collaborator Author

190eef9 commented

But... it launches but won't finish a download. Freezes after about 98% completed. Could be the server?

@cyberduck
Copy link
Collaborator Author

190eef9 commented

I tried the same file again and the transfer never ends. The file shows up in the director on the destination without corruption. When I quit CD, an message says a transfer is in progress.

@cyberduck
Copy link
Collaborator Author

190eef9 commented

Upload seems to work properly.

@cyberduck
Copy link
Collaborator Author

Chris Riesbeck commented

A small (1 meg) download worked OK for me. Happened to be over VPN but I presume that doesn't matter.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Can you download the latest snapshot build which will print some more info. Before launching adjust the logging level using defaults write ch.sudo.cyberduck logging info. Again post the system.log output here.

Again, sorry for the troubles and slow resolution.

@cyberduck
Copy link
Collaborator Author

190eef9 commented

This time Cyberduck launched and seems to be working normally. There were no Console messages generated tonight from Cyberduck. Does this mean it's fixed? Thanks, Jim.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Replying to [comment:25 jimkahnw]:

This time Cyberduck launched and seems to be working normally. There were no Console messages generated tonight from Cyberduck. Does this mean it's fixed? Thanks, Jim.

There was no change that would fix this issue that I am aware of. Can you check you are sure running the latest snapshot build by opening the About Cyberduck window. It should print 4.1.3 (9038).

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Will close this for now although not finding the cause is suspicious.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

#6312 closed as duplicate.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

#6318 closed as duplicate.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Can you please post the content of the following directories:

  • /Library/Java/Extensions
  • /System/Library/Java/Extensions
  • ~/Library/Java/Extensions
  • /usr/lib/java

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Can you also open /Applications/Utilities/Java Preferences and choose Restore Defaults in the General panel.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Please also try the latest snapshot build (9098 or later).

@cyberduck
Copy link
Collaborator Author

190eef9 commented

I checked the directories after downloading and launching build 9095. The duck quacked and I was able to launch and use it. I have not tested all the functions I usually use, but before I couldn't even launch Cyberduck.

Here're the directories you requested:

/Library/Java/Extensions - empty

/System/Library/Java/Extensions:
AppleScriptEngine.jar
dns_sd.jar
j3daudio.jar
j3dcore.jar
j3dutils.jar
jai_codec.jar
jai_core.jar
libAppleScriptEngine.jnilib
libJ3D.jnilib
libJ3DAudio.jnilib
libJ3DUtils.jnilib
libmlib_jai.jnilib
libQTJNative.jnilib
mlibwrapper_jai.jar
MRJToolkit.jar
QTJava.zip
vecmath.jar

~/Library/Java/Extensions:
No Java folder

/usr/lib/java
No usr folder at root level of the drive. There is one in _Archived Items, but there is no java folder in the lib folder.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Fixed in 38ea6df.

@cyberduck
Copy link
Collaborator Author

quadrater commented

Tested with build 9157 which fails in a similar way on a recently reinstalled OS X 10.6.8.

2011-11-08 17.25.50	[0x0-0x15a15a].ch.sudo.cyberduck[2170]	[LaunchRunner Error] ch.cyberduck.ui.cocoa.MainApplication.main(String[]) threw an exception:
2011-11-08 17.25.50	[0x0-0x15a15a].ch.sudo.cyberduck[2170]	java.lang.UnsatisfiedLinkError: no jnidispatch in java.library.path
2011-11-08 17.25.50	[0x0-0x15a15a].ch.sudo.cyberduck[2170]		at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1792)
2011-11-08 17.25.50	[0x0-0x15a15a].ch.sudo.cyberduck[2170]		at java.lang.Runtime.loadLibrary0(Runtime.java:823)
2011-11-08 17.25.50	[0x0-0x15a15a].ch.sudo.cyberduck[2170]		at java.lang.System.loadLibrary(System.java:1045)
2011-11-08 17.25.50	[0x0-0x15a15a].ch.sudo.cyberduck[2170]		at com.sun.jna.Native.loadNativeLibrary(Native.java:669)
2011-11-08 17.25.50	[0x0-0x15a15a].ch.sudo.cyberduck[2170]		at com.sun.jna.Native.<clinit>(Native.java:118)
2011-11-08 17.25.50	[0x0-0x15a15a].ch.sudo.cyberduck[2170]		at org.rococoa.Foundation.<clinit>(Foundation.java:73)
2011-11-08 17.25.50	[0x0-0x15a15a].ch.sudo.cyberduck[2170]		at org.rococoa.Rococoa.createClass(Rococoa.java:49)
2011-11-08 17.25.50	[0x0-0x15a15a].ch.sudo.cyberduck[2170]		at org.rococoa.cocoa.foundation.NSObject.<clinit>(NSObject.java:28)
2011-11-08 17.25.50	[0x0-0x15a15a].ch.sudo.cyberduck[2170]		at ch.cyberduck.ui.cocoa.MainApplication.main(MainApplication.java:49)
2011-11-08 17.25.50	[0x0-0x15a15a].ch.sudo.cyberduck[2170]		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2011-11-08 17.25.50	[0x0-0x15a15a].ch.sudo.cyberduck[2170]		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
2011-11-08 17.25.50	[0x0-0x15a15a].ch.sudo.cyberduck[2170]		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2011-11-08 17.25.50	[0x0-0x15a15a].ch.sudo.cyberduck[2170]		at java.lang.reflect.Method.invoke(Method.java:597)
2011-11-08 17.25.50	[0x0-0x15a15a].ch.sudo.cyberduck[2170]		at apple.launcher.LaunchRunner.run(LaunchRunner.java:115)
2011-11-08 17.25.50	[0x0-0x15a15a].ch.sudo.cyberduck[2170]		at apple.launcher.LaunchRunner.callMain(LaunchRunner.java:50)
2011-11-08 17.25.50	[0x0-0x15a15a].ch.sudo.cyberduck[2170]		at apple.launcher.JavaApplicationLauncher.launch(JavaApplicationLauncher.java:52)

@cyberduck
Copy link
Collaborator Author

@dkocher commented

A user noted in the group that he had to reinstall Java for Mac OS X 10.6 Update 5 from scratch.

@cyberduck
Copy link
Collaborator Author

quadrater commented

Replying to [comment:37 dkocher]:

A user noted in the group that he had to reinstall Java for Mac OS X 10.6 Update 5 from scratch.

I installed the update and then it worked. Very helpful, thanks!

@cyberduck
Copy link
Collaborator Author

@dkocher commented

#6381 closed as duplicate.

@cyberduck
Copy link
Collaborator Author

3dd78b6 commented

Ia m trying to install update 5 but it was cumbersome to find it and now install it. In meantime I found this link. It may be of some interest for you. It tell nothing to me.
http://stackoverflow.com/questions/3686352/error-initializing-java-runtime-environment-you-may-need-to-reinstall-flash

I face the same problem as above on 10.6.6 and CD 4.1.2 and 4.2.1 and not sure before.

@cyberduck
Copy link
Collaborator Author

Jimkahnw commented

I switched to a computer running a older install and when asked to upgrade, clicked OK. Current versions runs fine, no problems. 10.6.8. It's always better to run the current OS. I'm assuming Cyberduck is developed for the current OS version. The group claims it works with Lion. I'm sorry I can't be more helpful.

@cyberduck
Copy link
Collaborator Author

3dd78b6 commented

Replying to [comment:41 Jimkahnw]:

I switched to a computer running a older install and when asked to upgrade, clicked OK. Current versions runs fine, no problems. 10.6.8. It's always better to run the current OS. I'm assuming Cyberduck is developed for the current OS version. The group claims it works with Lion. I'm sorry I can't be more helpful.

I know it is closed but it does not help me. It wont launch nightly either. I would like to ask for a help because I can't install java update. It tells me that it is not compatible with language of my computer. But I am running English version with just my local language set as preferred but without localization. It fails to install even when English is set as default language and I log off and log in again. What to do? Let Cyberduck go?
Thanks a lot.

@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.
Projects
None yet
Development

No branches or pull requests

1 participant