views:

32

answers:

1

Hi folks,

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

Do you have any idea about that?

A: 

You should find out, what objects occupy your heap space. See http://stackoverflow.com/questions/2015264/main-java-lang-outofmemoryerror-java-heap-space/2015461#2015461

jens