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

NoClassDefFoundError #88

Open
MHL3060 opened this issue May 11, 2017 · 2 comments
Open

NoClassDefFoundError #88

MHL3060 opened this issue May 11, 2017 · 2 comments

Comments

@MHL3060
Copy link

MHL3060 commented May 11, 2017

Hi I am seeing this when the build finished.

mvn -version

Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426; 2017-04-03T12:39:06-07:00)
Maven home: /opt/apache-maven
Java version: 1.8.0_131, vendor: Oracle Corporation
Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home/jre
Default locale: en_CA, platform encoding: UTF-8
OS name: "mac os x", version: "10.12.4", arch: "x86_64", family: "mac"

Exception in thread "Thread-14" java.lang.NoClassDefFoundError: com/jcabi/mysql/maven/plugin/Instances$AjcClosure3
	at com.jcabi.mysql.maven.plugin.Instances.stop(Instances.java:150)
	at com.jcabi.mysql.maven.plugin.Instances$1.run(Instances.java:137)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.ClassNotFoundException: com.jcabi.mysql.maven.plugin.Instances$AjcClosure3
	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)
	... 3 more

@0crat
Copy link

0crat commented May 11, 2017

@yegor256 please, pay attention to this issue

@yegor256
Copy link
Member

@MHL3060 doesn't seem to be a big problem, but thanks for reporting it. We should probably get rid of the AOP entirely, in this plugin. Will do it soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants