0

I am facing java.lang.OutOfMemoryError throwing from here : com.rsa.certj.cert.AttributeValueAssertion.clone

Do you have any idea about that?

4
  • 2
    Can we see a little bit of the code that is causing the errors? Commented Oct 6, 2010 at 23:53
  • A full stack trace might also be helpful. Commented Oct 7, 2010 at 0:36
  • I mean by this question, does anyone encountered a JOOM in RSA code before, especially in this class? Commented Oct 7, 2010 at 11:02
  • This looks like a commercial library, so maybe you should get support from the company you bought it from. Commented Oct 7, 2010 at 22:16

1 Answer 1

0

You should find out, what objects occupy your heap space. See main java.lang.OutOfMemoryError: Java heap space

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.