Bonjour.
J'essaie depuis quelques jours de déployer icescrum dans mo serveur d'application tomcat7 sur window.
J'ai suivi les instructions indiquées ici (https://www.kagilum.com/documentation/install-guide/) mais depuis le déploiement échoue. avec comme erreur:

log4j:ERROR Either File or DatePattern options are not set for appender [icescrumFileLog].
log4j:ERROR setFile(null,true) call failed.
java.io.FileNotFoundException: C:\Program Files\Apache Software Foundation\apache-tomcat-7.0.53\logs -Dicescrum_config_location=C:\Program Files\Apache Software
Foundation\apache-tomcat-7.0.53\conf\config.groovy\stacktrace.log (The filename, directory name, or volume label syntax is incorrect)

1. Fichier config.groovy
//Server URL
grails.serverURL = "http://localhost:8080/icescrum"

//Logging (for debug purposes)
icescrum.debug.enable = true

//Working directory
icescrum.baseDir = "C://Program Files//Apache Software Foundation//apache-tomcat-7.0.53//webapps//icescrum"

//MysqlSQL
dataSource.driverClassName = "com.mysql.jdbc.Driver"
//dataSource.dialect="net.sf.hibernate.dialect.PostgreSQLDialect"
dataSource.dialect="net.sf.hibernate.dialect.MySQLDialect"
dataSource.url = "jdbc:mysql://localhost:3306/icescrum"
dataSource.username = "*****"
dataSource.password = "......"

//Mail server (These exemple values aren't set by default)
grails.mail.host = "smtp.gmail.com"
grails.mail.port = 465
grails.mail.username = "******@gmail.com"
grails.mail.password = "......."

//Project
icescrum.project.import.enable = true
icescrum.project.export.enable = true
icescrum.project.creation.enable = true
icescrum.project.private.enable = true

//Users
icescrum.gravatar.secure = false
icescrum.gravatar.enable = false
icescrum.registration.enable = true
icescrum.login.retrieve.enable = true

//Alerts
icescrum.auto_follow_productowner = true
icescrum.auto_follow_stakeholder = true
icescrum.auto_follow_scrummaster = true
icescrum.alerts.errors.to = "********@gmail.com"
icescrum.alerts.subject_prefix = "[icescrum]"
icescrum.alerts.enable = true
icescrum.alerts.default.from = "*********@gmail.com"

//Attachments
icescrum.attachments.enable = true

2. fichier catalina.bat
set CATALINA_OPTS="-Dicescrum.log.dir=C:\Program Files\Apache Software Foundation\apache-tomcat-7.0.53\logs -Dicescrum_config_location=C:\Program Files\Apache Software Foundation\apache-tomcat-7.0.53\conf\config.groovy"

Si quelqu'un a deja fait face au même probleme ou connais une possible solution je suis ouvert à tout !

Merci d'avance