After installing the centric CRM, i got an error message like this:
java.lang.OutOfMemoryError:Java heap Space.
What do i do to correct it?
Issues and Open Discussion
Out of memory error
You need to be logged in to post messages
Out of memory error
7/24/2007 11:23 AM EDTI answered this for you in an email but I will repost what I said since it might have others because this is common issue.
How much memory do you have on your system? I assume you have atleast 1 GB or more. In the installation pdf it explains to the installer that you need to do a setting on the lines of:
export JAVA_OPTS ="-Xms(memory size) -Xmx(memory size)m -XX:PermSize=64m -XX:MaxPermSize=128m"
This should help you allocate more memory for the jsp files to compile. Try reinstalling it again and let me know how it goes.
Brandon Antone
Sales Engineer
Centric CRM
BTW, the error is generated because there is most likely a memory leak in Apache Tomcat's JSP compiler.
Hi Brandon,
I reinstalled but it still gave me the same error message. I have about 25GB space on my system, what shld i do next?
During the reinstallation, when i got to the last section that has a tab that says compile JSPs, i clicked the tab and it said the requested page could not be found. That i think is the reason why i am getting that error message.What do i do about compiling the JSPs, is there another way round it?
Make sure you set the environment variables mentioned above before attempting a reinstallation.