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

CyberDuck fails to open main window: java.lang.ClassFormatError: Illegal UTF8 string ... #673

Closed
cyberduck opened this issue Aug 15, 2006 · 4 comments

Comments

@cyberduck
Copy link
Collaborator

9bb03cf created the issue

CyberDuck starts, but doesn't open the main window. The console.log shows:

java.lang.ClassFormatError: Illegal UTF8 string in constant pool in class file com/apple/cocoa/application/NSWindow
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
	at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
	at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
	at ch.cyberduck.ui.cocoa.CDMainController.newDocument(Unknown Source)
	at ch.cyberduck.ui.cocoa.CDMainController.newDocument(Unknown Source)
	at ch.cyberduck.ui.cocoa.CDMainController.applicationShouldHandleReopen(Unknown Source)

Same happens when selecting "new browser" ("neuer Browser") from the menu bar.

This is CyberDuck 2.6.1 on Mac OS X 10.4.7 with german user interface.

Java version information:

alex$ java -version
java version "1.5.0_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-111)
Java HotSpot(TM) Client VM (build 1.5.0_06-64, mixed mode, sharing)
@cyberduck
Copy link
Collaborator Author

9bb03cf commented

BTW: this happens on a PowerBook G4, thus PPC-platform.

alex$ uname -a
Darwin aaa.xx 8.7.0 Darwin Kernel Version 8.7.0: Fri May 26 15:20:53 PDT 2006;
root:xnu-792.6.76.obj~1/RELEASE_PPC Power Macintosh powerpc

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Is this also an issue with the 2.7.x release?

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Local installation corruption it seems.

@cyberduck
Copy link
Collaborator Author

anonymous commented

http://forums.bea.com/thread.jspa?threadID=500004956

@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

2 participants