deploy openbravo in tomcat -


i have tried deploy openbravo tomcat using web browser.

it throws me

java.lang.outofmemoryerror: permgen space exception 

i tried increase memory adding following parameters in java options space

-xms512m -xmx2048m -xx:permsize=512m -xx:maxpermsize=1024 -xx:+useconcmarksweepgc -xx:+cmsclassunloadingenabled -dfile.encoding=utf-8 

after adding above parameters, tomcat service not starting. showing me error.

please let me know, how deploy openbravo tomcat in web browser.

http://wiki.openbravo.com/wiki/installation/troubleshooting#out_of_memory

to avoid “out of memory” complaints during building ob must add options '-xms384m -xmx1024m -xx:maxpermsize=256m' both ant_opts , catalina_opts environment variables. notes on editing environment variables

to make changes in environment system-wide should put assignations file , place in /etc/env.d, checking precedence , possible overwritings. bulbgraph.png not forget run env-update after making changes /etc/env.d!


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -