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

groovy:shell :exit causes NoClassDefFoundError #12

Open
jdillon opened this issue Aug 15, 2018 · 0 comments
Open

groovy:shell :exit causes NoClassDefFoundError #12

jdillon opened this issue Aug 15, 2018 · 0 comments
Assignees
Labels

Comments

@jdillon
Copy link
Member

jdillon commented Aug 15, 2018

Unsure why...

Exception in thread "Thread-5" java.lang.NoClassDefFoundError: org/codehaus/groovy/runtime/ExceptionUtils
	at groovy.lang.Closure.call(Closure.java:416)
	at groovy.lang.Closure.call(Closure.java:408)
	at groovy.lang.Closure.run(Closure.java:495)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.ClassNotFoundException: org.codehaus.groovy.runtime.ExceptionUtils
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:50)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:247)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)

Unsure what this thread is for or what its doing.

@jdillon jdillon self-assigned this Sep 25, 2018
@jdillon jdillon added the bug label Sep 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant