#3820 closed defect (worksforme)
Could not initialize class ch_cyberduck_core_Local$InputStream
Reported by: | bisso85@… | Owned by: | dkocher |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | core | Version: | 3.3b4 |
Severity: | normal | Keywords: | |
Cc: | Architecture: | ||
Platform: |
Description (last modified by dkocher)
When i try to upload a file, gui reports "incomplete transfer" and console says:
15/10/09 09:19_55 [0x0-0x87d87d]_ch_sudo_cyberduck[66729] Exception in thread "Background" java_lang_NoClassDefFoundError: Could not initialize class ch_cyberduck_core_Local$InputStream 15/10/09 09:19_55 [0x0-0x87d87d]_ch_sudo_cyberduck[66729] at ch_cyberduck_core_ftp_FTPPath_uploadBinary(FTPPath_java:842) 15/10/09 09:19_55 [0x0-0x87d87d]_ch_sudo_cyberduck[66729] at ch_cyberduck_core_ftp_FTPPath_upload(FTPPath_java:802) 15/10/09 09:19_55 [0x0-0x87d87d]_ch_sudo_cyberduck[66729] at ch_cyberduck_core_Path_upload(Path_java:471) 15/10/09 09:19_55 [0x0-0x87d87d]_ch_sudo_cyberduck[66729] at ch_cyberduck_core_UploadTransfer__transferImpl(UploadTransfer_java:368) 15/10/09 09:19_55 [0x0-0x87d87d]_ch_sudo_cyberduck[66729] at ch_cyberduck_core_Transfer_transfer(Transfer_java:430) 15/10/09 09:19_55 [0x0-0x87d87d]_ch_sudo_cyberduck[66729] at ch_cyberduck_core_Transfer_transfer(Transfer_java:511) 15/10/09 09:19_55 [0x0-0x87d87d]_ch_sudo_cyberduck[66729] at ch_cyberduck_core_Transfer_start(Transfer_java:603) 15/10/09 09:19_55 [0x0-0x87d87d]_ch_sudo_cyberduck[66729] at ch_cyberduck_ui_cocoa_CDTransferController$3_run(CDTransferController_java:605) 15/10/09 09:19_55 [0x0-0x87d87d]_ch_sudo_cyberduck[66729] at ch_cyberduck_ui_AbstractController$1_run(AbstractController_java:70)
The system that i use is osx 10_6_1
Change History (6)
comment:1 Changed on Oct 15, 2009 at 2:43:14 PM by dkocher
- Description modified (diff)
comment:2 follow-up: ↓ 3 Changed on Oct 19, 2009 at 12:03:18 PM by bisso85@…
what do you mean?
comment:3 in reply to: ↑ 2 Changed on Oct 19, 2009 at 5:56:20 PM by dkocher
Replying to bisso85@…:
what do you mean?
I meant if you have changed anything related to the Java installation on your Mac. You probably haven't if you don't know about Java. Have you tried downloading a fresh copy of Cyberduck to check if you get the same error?
comment:4 Changed on Oct 20, 2009 at 6:40:41 AM by Matteo Bissoli <bisso85@…>
Yes, I have the last version avaiable from the web site (3.3b4). What can I do for help you? There is a way to check my Java enviroment?
comment:5 follow-up: ↓ 6 Changed on Nov 13, 2009 at 10:07:09 AM by Matteo Bissoli <bisso85@…>
I've found the problem: the errors were due to a conflict with hibernate libraries installed in /Library/Java/Extensions
comment:6 in reply to: ↑ 5 Changed on Nov 13, 2009 at 10:29:45 AM by dkocher
- Resolution set to worksforme
- Status changed from new to closed
Replying to Matteo Bissoli <bisso85@…>:
I've found the problem: the errors were due to a conflict with hibernate libraries installed in /Library/Java/Extensions
Thanks for the update. Better move the Hibernate dependencies somewhere it only affects of the classpath of the application it is intended for.
Do you know to have fiddled with your Java installation?