Hi guys,
I just tested some of the linux installers, as 2 useras are complaining.
There is an issue with a bad declaration in the wrapper.conf file.
The workaround is to remove line 38 in the wrapper.conf file :
...
# Java Additional Parameters
wrapper.java.additional.1=-Dlog4j.configuration=${double.quote}file:///%INSTANCE_DIRECTORY%/conf/log4j.properties${double.quote}
wrapper.java.additional.2=-Dapacheds.var.dir=${double.quote}%INSTANCE_DIRECTORY%${double.quote}
wrapper.java.additional.3=-Dapacheds.log.dir=${double.quote}%INSTANCE_DIRECTORY%/log${double.quote}
wrapper.java.additional.4=-Dapacheds.run.dir=${double.quote}%INSTANCE_DIRECTORY%/run${double.quote}
wrapper.java.additional.5=-Dapacheds.instance=${double.quote}%INSTANCE%${double.quote}
wrapper.java.additional.6=%REPAIR_COMMAND%
<------------------------------------------------------------- This line
is wrong
Now, the pb is that it's just a workaround, and we should fix the
problem in the sources. I wan do that, and produce new installers.
Here is what I suggest : once this fix is applied, I can produce the
installers for a new version (2.0.0-M23) that will be voted in less than
72 hours (let's say 24h), just because teh server's code itself won't be
changed.
Wdyt ?