Also console log looks strange:
192.168.128.10:52493 - - [08/Sep/2009 23:41:34] "HTTP/1.1 GET /photo/
5" - 500 Internal Server Error192.168.128.10:52494 - - [08/Sep/2009
23:41:34] "HTTP/1.1 GET /photo/11" - 200 OK
0.14 (1): SELECT * FROM news WHERE id = u'6'

192.168.128.10:52491 - - [08/Sep/2009 23:41:34] "HTTP/1.1 GET /photo/
9" - 200 OK
192.168.128.10:52490 - - [08/Sep/2009 23:41:34] "HTTP/1.1 GET /photo/
7" - 200 OK
Traceback (most recent call last):
  File "/usr/local/lib/python2.6/site-packages/web.py-0.32-py2.6.egg/
web/application.py", line 240, in process
    return p(lambda: process(processors))
  File "/usr/local/lib/python2.6/site-packages/web.py-0.32-py2.6.egg/
web/session.py", line 56, in _processor
    self._load()
  File "/usr/local/lib/python2.6/site-packages/web.py-0.32-py2.6.egg/
web/session.py", line 75, in _load
    d = self.store[self.session_id]
  File "/usr/local/lib/python2.6/site-packages/web.py-0.32-py2.6.egg/
web/session.py", line 211, in __getitem__
    return self.decode(pickled)
  File "/usr/local/lib/python2.6/site-packages/web.py-0.32-py2.6.egg/
web/session.py", line 173, in decode
    return pickle.loads(pickled)
EOFError
Traceback (most recent call last):
  File "/usr/local/lib/python2.6/site-packages/web.py-0.32-py2.6.egg/
web/application.py", line 240, in process
    return p(lambda: process(processors))
  File "/usr/local/lib/python2.6/site-packages/web.py-0.32-py2.6.egg/
web/session.py", line 56, in _processor
    self._load()
  File "/usr/local/lib/python2.6/site-packages/web.py-0.32-py2.6.egg/
web/session.py", line 75, in _load
    d = self.store[self.session_id]
  File "/usr/local/lib/python2.6/site-packages/web.py-0.32-py2.6.egg/
web/session.py", line 211, in __getitem__
    return self.decode(pickled)
  File "/usr/local/lib/python2.6/site-packages/web.py-0.32-py2.6.egg/
web/session.py", line 173, in decode
    return pickle.loads(pickled)
EOFError
Traceback (most recent call last):
  File "/usr/local/lib/python2.6/site-packages/web.py-0.32-py2.6.egg/
web/application.py", line 240, in process
    return p(lambda: process(processors))
  File "/usr/local/lib/python2.6/site-packages/web.py-0.32-py2.6.egg/
web/session.py", line 56, in _processor
    self._load()
  File "/usr/local/lib/python2.6/site-packages/web.py-0.32-py2.6.egg/
web/session.py", line 75, in _load
    d = self.store[self.session_id]
  File "/usr/local/lib/python2.6/site-packages/web.py-0.32-py2.6.egg/
web/session.py", line 211, in __getitem__
    return self.decode(pickled)
  File "/usr/local/lib/python2.6/site-packages/web.py-0.32-py2.6.egg/
web/session.py", line 173, in decode
    return pickle.loads(pickled)
EOFError
192.168.128.10:52489 - - [08/Sep/2009 23:41:34] "HTTP/1.1 GET /photo/
10" - 200 OK



192.168.128.10:52495 - - [08/Sep/2009 23:41:34] "HTTP/1.1 GET /photo/
6" - 200 OK
192.168.128.10:52490 - - [08/Sep/2009 23:41:34] "HTTP/1.1 GET /photo/
2" - 500 Internal Server Error
192.168.128.10:52494 - - [08/Sep/2009 23:41:34] "HTTP/1.1 GET /photo/
4" - 500 Internal Server Error192.168.128.10:52493 - - [08/Sep/2009
23:41:34] "HTTP/1.1 GET /photo/3" - 500 Internal Server Error0.04 (1):
SELECT * FROM news WHERE id = u'1'


192.168.128.10:52491 - - [08/Sep/2009 23:41:34] "HTTP/1.1 GET /photo/
1" - 200 OK


This is built in debug server used. Database is MySQL + MySQLdb +
DBUtils installed. Database is accessed remotly.

On 8 Wrz, 23:41, SeC <[email protected]> wrote:
> Traceback (most recent call last):
>   File "/usr/local/lib/python2.6/site-packages/web.py-0.32-py2.6.egg/
> web/application.py", line 240, in process
>     return p(lambda: process(processors))
>   File "/usr/local/lib/python2.6/site-packages/web.py-0.32-py2.6.egg/
> web/session.py", line 56, in _processor
>     self._load()
>   File "/usr/local/lib/python2.6/site-packages/web.py-0.32-py2.6.egg/
> web/session.py", line 75, in _load
>     d = self.store[self.session_id]
>   File "/usr/local/lib/python2.6/site-packages/web.py-0.32-py2.6.egg/
> web/session.py", line 211, in __getitem__
>     return self.decode(pickled)
>   File "/usr/local/lib/python2.6/site-packages/web.py-0.32-py2.6.egg/
> web/session.py", line 173, in decode
>     return pickle.loads(pickled)
> EOFError
>
> I'm getting this random. On my dev machine (Windows) code works ok,
> but when I uploaded it to other box (FreeBSD) I sometimes get this
> strange error
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to