I did a fresh install of Project Open v4.04.0.0 on windows last week - tested fine after installation. I come back 6 days later and it is not working. I find the error.log ~50GB and had taken up all available disk space.
I restarted and after about 2 hrs, the error log has close to 114,000 lines in it. A lot of them are just :
<ip address=""> - - [22/May/2013:13:40:50 +1000] "GET /" 200 3789 "" "" 0.686404 -
Any ideas ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Please have a look at ~/packages/intranet-reporting/tcl/intranet-reporting-procs.tcl and search for "ns_log". Please eliminate all these lines in order to suppress debugging output. After that you need to restart the server or to "watch" the intranet-reporting-procs.tcl file in the Package Manager.
Cheers!
Frank
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I did a fresh install of Project Open v4.04.0.0 on windows last week - tested fine after installation. I come back 6 days later and it is not working. I find the error.log ~50GB and had taken up all available disk space.
I restarted and after about 2 hrs, the error log has close to 114,000 lines in it. A lot of them are just :
<ip address=""> - - [22/May/2013:13:40:50 +1000] "GET /" 200 3789 "" "" 0.686404 -
Any ideas ?
Hi!
This line looks like debugging output from the report generator, is that possible?
We'll check that. It looks like "log rolling" for some reason doesn't work in the Windows installer.
Thanks for reporting!
Cheers!
Thanks Frank - I disabled reporting - i'll see if that does the trick and check tomorrow.
I was hoping the log rolling was just disabled and clicking it would make it work but it didn't :(
Hi Jeff,
Please have a look at ~/packages/intranet-reporting/tcl/intranet-reporting-procs.tcl and search for "ns_log". Please eliminate all these lines in order to suppress debugging output. After that you need to restart the server or to "watch" the intranet-reporting-procs.tcl file in the Package Manager.
Cheers!
Frank