Nope, I haven't gotten anywhere with this. I see from your other 
post<https://groups.google.com/forum/#%21topic/web2py/-7eBclgS__k>that you are 
using CentOS - I had thought that maybe it was a Windows thing 
and that was why nobody else seemed to be having the problem but apparently 
not? I'm wondering if it isn't something to do with mod_wsgi now since I 
only see it on my production server that uses Apache/mod_wsgi and not when 
I'm just using Rocket for dev.

Brian

On Thursday, April 19, 2012 3:19:54 PM UTC-5, Frederick Yankowski wrote:
>
> What became of this?
>
> I'm seeing the same error in R-1.99.7 today.
>
> I have been seeing this error in R-1.99.3 for weeks.  I upgraded my dev 
> environment to 1.99.7 hoping that the problem was fixed but its just as bad.
>
>
> On Sunday, March 11, 2012 7:41:14 PM UTC-5, Massimo Di Pierro wrote:
>>
>> Please email me one of the tickets that causes the problem and one of the 
>> tickets generated by admin as consequence.
>>
>> On Saturday, 10 March 2012 20:48:04 UTC-6, Brian M wrote:
>>>
>>> This has actually been plaguing me for a while but finally annoyed me 
>>> enough to ask.  I have several web2py (1.99.4) apps running under 
>>> Apache/2.2.17 (Win32) , mod_wsgi/3.3 and Python/2.6.4.  More often than 
>>> not when an error happens and a ticket is generated, the ticket seems to be 
>>> corrupt.  Attempting to view the ticket creates another error for which the 
>>> ticket says something like:
>>>
>>> <type 'exceptions.EOFError'> Version  web2py™ (1, 99, 4, 
>>> datetime.datetime(2011, 12, 22, 11, 20, 45), 'stable')  Python Python 
>>> 2.6.4: C:\vantage_dashboard\xampp\apache\bin\httpd.exe  Traceback 
>>>
>>> 1.
>>> 2.
>>> 3.
>>> 4.
>>> 5.
>>> 6.
>>> 7.
>>> 8.
>>> 9.
>>> 10.
>>> 11.
>>> 12.
>>> 13.
>>> 14.
>>> 15.
>>> 16.
>>>
>>> Traceback (most recent call last):
>>>   File "C:\vantage_dashboard\xampp\web2py\gluon\restricted.py", line 204, 
>>> in restricted
>>>     exec ccode in environment
>>>   File 
>>> "C:/vantage_dashboard/xampp/web2py/applications/admin/controllers/default.py"
>>>  <https://app02:444/admin/default/edit/admin/controllers/default.py>, line 
>>> 1341, in <module>
>>>   File "C:\vantage_dashboard\xampp\web2py\gluon\globals.py", line 172, in 
>>> <lambda>
>>>     self._caller = lambda f: f()
>>>   File 
>>> "C:/vantage_dashboard/xampp/web2py/applications/admin/controllers/default.py"
>>>  <https://app02:444/admin/default/edit/admin/controllers/default.py>, line 
>>> 1082, in errors
>>>     error = pickle.load(fullpath_file)
>>>   File "C:\Python26\Lib\pickle.py", line 1370, in load
>>>     return Unpickler(file).load()
>>>   File "C:\Python26\Lib\pickle.py", line 858, in load
>>>     dispatch[key](self)
>>>   File "C:\Python26\Lib\pickle.py", line 880, in load_eof
>>>     raise EOFError
>>> EOFError
>>>
>>>
>>> Which means that I have to attempt to read the original error ticket in 
>>> a text editor which is just slightly less than idea.  Any ideas what might 
>>> be happening? This problem doesn't seem to happen in my dev environment 
>>> (also Windows but just using rocket instead of apache/mod_wsgi).
>>>
>>> Thanks,
>>> Brian
>>>
>>

Reply via email to