iceScrum | Problem starting icescrum for the first time – iceScrum

iceScrum Foros Discutir de iceScrum

Viendo 4 entradas - de la 1 a la 4 (de un total de 4)

  • Autor
    Entradas
  • #14209

    Pgaze
    Participante

    Hello,

    I’m trying to install icescrum and i couldn’t achieve to start it. Here is my config
    -Ubuntu 14.04
    -Tomcat 6 in /opt/Tomcat/tomcat6 dir
    -Java 7
    -icescrumR6_13.8.war

    I followed the instructions of the installations guide for Tomcat configuration, i have th efollowing line in setenv.sh
    export CATALINA_OPTS="$CATALINA_OPTS -Xms64m -Dicescrum.log.dir=/home/maxime/tomcat6 -Duser.timezone=UTC -Dicescrum_config_location=/home/maxime/tomcat6/config.groovy -Xmx512m"

    When i launch startup.sh i got the following log in catalina.out

    --------------------------------------------------------
    *** No external configuration file defined (icescrum_config_location). ***
    (*) grails.config.locations = []
    --------------------------------------------------------
    
    Configuring Spring Security Core ...
    ... finished configuring Spring Security Core
    
    Configuring Spring Security ACL ...
    ... finished configuring Spring Security ACL
    
    /home/maxime/icescrum/images/users/
    ------------------
    Starting iceScrum version:R6#13.8 SCR:#UNKNOWN Build date:Fri Apr 10 15:43:40 UTC 2015
    ------------------
    Exception in thread "Timer-0" 
    Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "Timer-0"
    Exception in thread "[Pool-Cleaner]:Tomcat Connection Pool[1-290184551]" 
    Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "[Pool-Cleaner]:Tomcat Connection Pool[1-290184551]"
    

    and when i try to access localhost:{portNumber}/, the browser is loading but without displaying anything.
    I let it run for at least 15min.

    Any idea on how to prevent this OutOfMemoryException which i guess is the source of the problem

    #14239

    Nicolas Noullet
    Superadministrador

    Hello,

    Out of memory errors usually come from JVM misconfigurations regarding memory.

    Here, you have defined a correct Heap Space (-Xmx512m) but you forgot the PermGen space:
    -XX:MaxPermSize=256m

    See https://www.icescrum.com/documentation/install-guide/#application-server

    #14329

    Pgaze
    Participante

    It works fine! Thanks

    #14332

    Nicolas Noullet
    Superadministrador

    Glad to know that 🙂

Viendo 4 entradas - de la 1 a la 4 (de un total de 4)

El foro ‘Installation’ está cerrado y no se permiten nuevos debates ni respuestas.