On Wed, Feb 23, 2011 at 9:08 AM, Jude Mwenda <[email protected]> wrote: > Aah i do it by hand. step by step. Any clues to resolve the issue? >
Yes, It is in the docs (step 4): http://docs.geonode.org/1.0/deploy/ubuntu.html export JAVA_OPTS="-Xmx1024m -XX:MaxPermSize=256m -XX:CompileCommand=exclude,net/sf/saxon/event/ReceivingContentHandler.startElement" Note The Java options used are as follows: -Xmx1024m tells Java to use 1GB of RAM instead of the default value -XX:MaxPermSize=256M increase the amount of space used for “permgen”, needed to run geonetwork/geoserver. -XX:CompileCommand=... is a workaround for a JVM bug that affects GeoNetwork; see http://trac.osgeo.org/geonetwork/ticket/301
