[web2py] Re: rocket, windows server, bad file descriptor error due to gluon debug message

2013-11-16 Thread Tim Richardson
My problem was fixed with a patch to change the write to stderr with a write to LOGGER (as used everywhere else). This patch is now in trunk. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web

[web2py] Re: rocket, windows server, bad file descriptor error due to gluon debug message

2013-11-13 Thread Rob Paire
For what it's worth, I worked through a series of apparently random connection errors when I was using MSSQL database. Searching the net it appeared to be a problem with MSSQL and not web2py DAL. I decided to change the database to Postgres. There were some challenges getting Postgres installed