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

(Cosmetic?) Exceptions in build #32

Open
lukaseder opened this issue Jun 29, 2023 · 0 comments
Open

(Cosmetic?) Exceptions in build #32

lukaseder opened this issue Jun 29, 2023 · 0 comments

Comments

@lukaseder
Copy link
Member

When running a mvn clean install on the repository, this is the last output:

Exception in thread "Thread-26" Exception in thread "Thread-46" Exception in thread "Thread-34" java.lang.NoClassDefFoundError: org/testcontainers/utility/PathUtils
        at org.testcontainers.utility.MountableFile.lambda$deleteOnExit$0(MountableFile.java:318)
        at java.base/java.lang.Thread.run(Thread.java:1589)
Caused by: java.lang.ClassNotFoundException: org.testcontainers.utility.PathUtils
        ... 2 more
java.lang.NoClassDefFoundError: org/testcontainers/utility/PathUtils
        at org.testcontainers.utility.MountableFile.lambda$deleteOnExit$0(MountableFile.java:318)
        at java.base/java.lang.Thread.run(Thread.java:1589)
Caused by: java.lang.ClassNotFoundException: org.testcontainers.utility.PathUtils
        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)
        ... 2 more
java.lang.NoClassDefFoundError: org/testcontainers/utility/PathUtils
        at org.testcontainers.utility.MountableFile.lambda$deleteOnExit$0(MountableFile.java:318)
        at java.base/java.lang.Thread.run(Thread.java:1589)
Caused by: java.lang.ClassNotFoundException: org.testcontainers.utility.PathUtils
        ... 2 more

It appears to be irrelevant to the MCVE, but is still a distraction worth solving.

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

No branches or pull requests

1 participant