I know what this error means, the unusual thing it whats throwing it.
EntitySave(arguments.entity);
gives me a
java.lang.OutOfMemoryError: Java heap space
why?
note: there are no dumps nor anything else throwing this error.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Right, found the answer. Sorry I did not give a lot of information still new to ORM and did not know how to view logs.
Anyhow what I found is that ‘out of memory’ only happened on ‘insert’. looking at my entity I included a preInsert() function, in this function I had…
So yes my bad I did have a dump!!!! So sorry for wasting your time a lesson learned I promise! 🙂