We are currently working on the forum. For the short-term, all forum content will be in read-only format. We apologize for the interruption and look forward to collaborating with you shortly. All the best in your research!
Cannot get it running on my Linux
Hi,
I've followed all the steps that were specified in the installation instruction.
However, when I tried to start tomcat, I always got the following message:
java.lang.IllegalArgumentException: Circular variable reference detected while parsing input [${log.dir} --> ${log.dir}]
Could some one kindly give me some hint about what is going on?
thanks.
John
0
Comments
Just faced this issue a few minutes ago.
Solution: Give all variables in your datainfo.properties an actual value.
So instead of using log.dir=${log.dir} use log.dir=log.dir=${catalina.home}/logs/openclinica-ws .
Regards,
Csaba
I also have the same problem in my Windows and I tried changing the value of log.dir to log.dir=log.dir=${catalina.home}/logs/openclinica-ws but still, get the same error. Please help, thanks.