This is interesting I will take a look asap.

Meanwhile, if you are not using cron, run web2py with -N.

Massimo



On Feb 21, 2010, at 1:28 PM, Yannick wrote:

Hello mate,
I'm using the latest version of Web2py and Mac OS and since few web2py
release I have been having this problem and I don't know what is the
cause of this...
When it happens I can't access my application anymore I got a this
message from the browser: "Internal error
Ticket issued: unrecoverable "
So basicallly I just have to reboot the server to get my appl working
again...

Here is the exceptions I got from Web2py:

###############################
Exception in thread Thread-106:
Traceback (most recent call last):
 File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/threading.py", line 486, in __bootstrap_inner
   self.run()
 File "/Users/OnemeWs/App Server/web2py/gluon/contrib/cron.py", line
229, in run
   shell=self.shell)
 File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/subprocess.py", line 587, in __init__
   errread, errwrite) = self._get_handles(stdin, stdout, stderr)
 File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/subprocess.py", line 953, in _get_handles
   errread, errwrite = os.pipe()
OSError: [Errno 24] Too many open files
################################
Exception in thread Thread-107:
Traceback (most recent call last):
 File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/threading.py", line 486, in __bootstrap_inner
   self.run()
 File "/Users/OnemeWs/App Server/web2py/gluon/contrib/cron.py", line
229, in run
   shell=self.shell)
 File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/subprocess.py", line 587, in __init__
   errread, errwrite) = self._get_handles(stdin, stdout, stderr)
 File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/subprocess.py", line 933, in _get_handles
   p2cread, p2cwrite = os.pipe()
OSError: [Errno 24] Too many open files
#####################################
Exception in thread Thread-1:
Traceback (most recent call last):
 File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/threading.py", line 486, in __bootstrap_inner
   self.run()
 File "/Users/OnemeWs/App Server/web2py/gluon/contrib/cron.py", line
55, in run
   s.run()
 File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/sched.py", line 114, in run
 File "/Users/OnemeWs/App Server/web2py/gluon/contrib/cron.py", line
47, in launch
   crondance(self.path, 'hard', startup = self.startup)
 File "/Users/OnemeWs/App Server/web2py/gluon/contrib/cron.py", line
261, in crondance
   f = open(crontab, 'rt')
IOError: [Errno 24] Too many open files:
######################################

Please any idea ?

--
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.

Reply via email to