iceScrum | Icescrum error while configuring – iceScrum

iceScrum Forums Discuss on iceScrum

Viewing 5 posts - 1 through 5 (of 5 total)

  • Author
    Posts
  • #14477

    vivek.pal
    Participant

    ——————————————————–
    *** 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

    /root/icescrum/images/users/
    ——————
    Starting iceScrum version:R6#14 SCR:#UNKNOWN Build date:Thu Jun 11 10:32:23 UTC 2015
    ——————
    ======================================================
    Please find the below my configuration detail please suggest.
    =======================================================
    JAVA_HOME
    ——————————-
    echo $JAVA_HOME
    /usr/java/jdk1.7.0_79

    ——————-config.groovy location ——————–
    cat /etc/icescrum/config.groovy

    grails.serverURL = “http://10.x.x.x:8080/icescrum/”
    icescrum.baseDir = “/”
    dataSource.dialect = “org.hibernate.dialect.MySQL5InnoDBDialect”
    dataSource.driverClassName = “com.mysql.jdbc.Driver”
    dataSource.url = “jdbc:mysql://localhost:3306/icescrum?useUnicode=true&characterEncoding=utf8”
    dataSource.username = “root”
    dataSource.password = passwordxxx

    ——————————–CATALINA_OPTS define into catalina.sh of tomcat—————-
    CATALINA_OPTS=”$CATALINA_OPTS -Dicescrum_config_location=/etc/icescrum/config.groovy”

    #14480

    Vincent Barrier
    Keymaster

    Hello,

    Your modification of CATALINA_OPTS are not taken into account. Could you give us more details on our do you start tomcat on your system? (OS, How did you install Tomcat?, which version?)

    #14485

    vivek.pal
    Participant

    Hi,

    We have installed tomcat “apache-tomcat-7.0.62” downloaded by tar and put under /home “/home/apache-tomcat-7.0.62/” when we start tomcat getting below error.

    ——————————————————–
    *** 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

    /root/icescrum/images/users/
    ——————
    Starting iceScrum version:R6#13.8 SCR:#UNKNOWN Build date:Fri Apr 10 15:43:40 UTC 2015
    ——————
    Exception in thread “[Pool-Cleaner]:Tomcat Connection Pool[1-201381912]”
    Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread “[Pool-Cleaner]:Tomcat Connection Pool[1-201381912]”
    Exception in thread “Timer-0”
    Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread “Timer-0″

    =======================================
    Please find the config.groovy detail

    /etc/icescrum/config.groovy
    grails.serverURL =”http://10.0.x.x:8080/icescrum/”
    icescrum.baseDir =”/home/apache-tomcat-7.0.62/webapps/icescrum”
    dataSource.dialect =”org.hibernate.dialect.MySQL5InnoDBDialect”
    dataSource.driverClassName =”com.mysql.jdbc.Driver”
    dataSource.url =”jdbc:mysql://localhost:3306/icescrum?useUnicode=true&characterEncoding=utf8″
    dataSource.username =”root”
    dataSource.password =”password123″

    ================================================
    For CATALINA detail.

    we have insert the below line into catalina.sh

    export CATALINA_OPTS=”$CATALINA_OPTS -Dicescrum.log.dir=/home/apache-tomcat-7.0.62 -Duser.timezone=UTC -Dicescrum_config_location=/etc/icescrum/config.groovy -Xmx1024m -XX:MaxPermSize=1056m”

    For IceScrum we have put war fine into tomcat webapps directory.

    #14583

    Vincent Barrier
    Keymaster

    Fixed

    Closed topic.

    #986721

    SPEIPR
    Participant

    Tengo un error similar, al migrar i proyecto me arroja el siguiente mensaje

    the input does not respect the validation rules -startDate icescrum

Viewing 5 posts - 1 through 5 (of 5 total)

The forum ‘Installation’ is closed to new topics and replies.