iceScrum Forums Discuss on iceScrum
- This topic has 4 replies, 1 voice, and was last updated 1 year, 11 months ago by SPEIPR.
-
AuthorPosts
-
19/06/2015 at 3:40 pm #14477
vivek.palParticipant——————————————————–
*** No external configuration file defined (icescrum_config_location). ***
(*) grails.config.locations = []
——————————————————–Configuring Spring Security Core …
… finished configuring Spring Security CoreConfiguring 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.groovygrails.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”19/06/2015 at 6:03 pm #14480
Vincent BarrierKeymasterHello,
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?)
20/06/2015 at 7:46 pm #14485
vivek.palParticipantHi,
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 CoreConfiguring 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.
24/06/2015 at 8:33 am #14583
Vincent BarrierKeymasterFixed
Closed topic.
28/11/2022 at 1:36 am #986721
SPEIPRParticipantTengo un error similar, al migrar i proyecto me arroja el siguiente mensaje
the input does not respect the validation rules -startDate icescrum
-
AuthorPosts
The forum ‘Installation’ is closed to new topics and replies.