Rocket running as a windows service possibly doesn't like attempts to 
write to stderr. 


Traceback (most recent call last):
  File "d:\web2py_internet\gluon\restricted.py", line 217, in restricted
    exec ccode in environment
  File "d:/web2py_internet/applications/patient_form/models/db.py" 
<https://localhost:8041/admin/default/edit/patient_form/models/db.py>, line 
132, in <module>
    db_ps_1BE = DAL('xxx', lazy_tables=True, pool_size=10, attempts=20)
  File "d:\web2py_internet\gluon\dal.py", line 7537, in __init__
    sys.stderr.write('DEBUG: connect attempt %i, connection error:\n%s' % (k, 
tb))
IOError: [Errno 9] Bad file descriptor

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to