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

SUPPORT: NoSuchMethodError: org.bouncycastle.asn1.ASN1ObjectIdentifier.equals #329

Open
Rap70r opened this issue Feb 6, 2023 · 1 comment

Comments

@Rap70r
Copy link

Rap70r commented Feb 6, 2023

Hello,

I'm getting below error when trying to run my app:

Caused by: java.lang.NoSuchMethodError: org.bouncycastle.asn1.ASN1ObjectIdentifier.equals(Lorg/bouncycastle/asn1/ASN1Primitive;)Z

I'm using below dependency in my application:

    <dependency>
      <groupId>eu.agno3.jcifs</groupId>
      <artifactId>jcifs-ng</artifactId>
      <version>2.1.9</version>
    </dependency>

I tried adding bouncycastle jars to the class path but did not work.

Please help.

Thank you

@mbechler
Copy link
Contributor

Something else is pulling a different, incompatible version of bouncycastle into your classpath.

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

2 participants