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

Immediate Crash on Startup. NoSuchMethodError Exception #6226

Closed
cyberduck opened this issue Sep 15, 2011 · 3 comments
Closed

Immediate Crash on Startup. NoSuchMethodError Exception #6226

cyberduck opened this issue Sep 15, 2011 · 3 comments

Comments

@cyberduck
Copy link
Collaborator

e754667 created the issue

Cyberduck crashes every time on startup with the following exception:

[LaunchRunner Error] ch.cyberduck.ui.cocoa.MainApplication.main(String[]) threw an exception:
java.lang.NoSuchMethodError: org.objectweb.asm.ClassWriter.<init>(I)V
	at net.sf.cglib.core.DebuggingClassWriter.<init>(DebuggingClassWriter.java:47)
	at net.sf.cglib.core.DefaultGeneratorStrategy.getClassWriter(DefaultGeneratorStrategy.java:30)
	at net.sf.cglib.core.DefaultGeneratorStrategy.generate(DefaultGeneratorStrategy.java:24)
	at net.sf.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:216)
	at net.sf.cglib.core.KeyFactory$Generator.create(KeyFactory.java:144)
	at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:116)
	at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:108)
	at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:104)
	at net.sf.cglib.proxy.Enhancer.<clinit>(Enhancer.java:69)
	at org.rococoa.Rococoa.createProxy(Rococoa.java:173)
	at org.rococoa.Rococoa.wrap(Rococoa.java:123)
	at org.rococoa.Rococoa.createClass(Rococoa.java:49)
	at org.rococoa.cocoa.foundation.NSObject.<clinit>(NSObject.java:28)
	at ch.cyberduck.ui.cocoa.MainApplication.main(MainApplication.java:49)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at apple.launcher.LaunchRunner.run(LaunchRunner.java:116)
	at apple.launcher.LaunchRunner.callMain(LaunchRunner.java:51)
	at apple.launcher.JavaApplicationLauncher.launch(JavaApplicationLauncher.java:52)
logout

Java Runtime:

java version "1.6.0_26"
Java(TM) SE Runtime Environment (build 1.6.0_26-b03-384-10M3425)
Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02-384, mixed mode)
@cyberduck
Copy link
Collaborator Author

@dkocher commented

Please check for any installed JAR libraries in /Library/Java/Extensions.

@cyberduck
Copy link
Collaborator Author

e754667 commented

Yes, thats it. There are jars used by jboss app server. Any suggestions getting both work?

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Replying to [comment:2 markusm1]:

Yes, thats it. There are jars used by jboss app server. Any suggestions getting both work?

You should provide these libraries to JBoss in its own classpath and not install them system wide.

@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