[Building Sakai] uninstall sakai

Aaron Zeckoski azeckoski at unicon.net
Mon Aug 6 07:56:33 PDT 2012


Adjusting the MAVEN_OPTS will have no impact on the tomcat runtime.
Those control the build only.
You would want to adjust the JAVA_OPTS in the setenv file to increase
the permgen space for the tomcat runtime.
-AZ


On Mon, Aug 6, 2012 at 10:53 AM, Ijlal EL HAZITI <ijlal.hzt at gmail.com> wrote:
> Hi,
> I used the guide you've noticed bellow.
> I removed the tomcat directory, but I didn't remove the changes to the
> environment variables (I included all the export statements in the ~/.bashrc
> and haven't change it any more).
>
> Here are the errors that I get:
>
> GRAVE: Error listenerStart
> 6 août 2012 11:26:22 org.apache.catalina.core.StandardContext startInternal
>
>
> GRAVE: The web application [/polls-tool] created a ThreadLocal with key of
> type [uk.org.ponder.saxalizer.support.SAXalXMLProvider$1] (value
> [uk.org.ponder.saxalizer.support.SAXalXMLProvider$1 at 5dea6d77]) and a value
> of type [uk.org.ponder.saxalizer.SAXalizerHelper] (value
> [uk.org.ponder.saxalizer.SAXalizerHelper at 49b8cfcc]) but failed to remove it
> when the web application was stopped. Threads are going to be renewed over
> time to try and avoid a probable memory leak.
>
>
> GRAVE: Error waiting for multi-thread deployment of WAR files to complete
> java.util.concurrent.ExecutionException: java.lang.OutOfMemoryError: PermGen
> space
>
> I tried to fix the last one by increasing the values of the maven_opts but
> in vain:
> export MAVEN_OPTS='-Xms256m -Xmx796m -XX:PermSize=512m -XX:MaxPermSize=172m'
>
> Regards
>
>
>



-- 
Aaron Zeckoski - Software Architect - http://tinyurl.com/azprofile


More information about the sakai-dev mailing list