My error Log:

#
11-11 09:43PM 15.731 Traceback (most recent call last):
#
E 11-11 09:43PM 15.731 File "/base/python_dist/lib/python2.5/wsgiref/
handlers.py", line 92, in run
#
E 11-11 09:43PM 15.731 self.result = application(self.environ,
self.start_response)
#
E 11-11 09:43PM 15.731 File "/base/python_lib/versions/1/google/
appengine/ext/webapp/__init__.py", line 515, in __call__
#
E 11-11 09:43PM 15.731 handler.handle_exception(e, self.__debug)
#
E 11-11 09:43PM 15.731 File "/base/python_lib/versions/1/google/
appengine/ext/webapp/__init__.py", line 381, in handle_exception
#
E 11-11 09:43PM 15.731 self.error(500)
#
E 11-11 09:43PM 15.731 File "/base/data/home/apps/udog/
2.329226735080474139/main.py", line 42, in error
#
E 11-11 09:43PM 15.731 self.render('themes/benben/404.html',
template_value)
#
E 11-11 09:43PM 15.731 File "/base/data/home/apps/udog/
2.329226735080474139/main.py", line 21, in render
#
E 11-11 09:43PM 15.731 template_value['links']=DB.getLinkAll()
#
E 11-11 09:43PM 15.731 File "/base/data/home/apps/udog/
2.329226735080474139/cache.py", line 13, in wrapper
#
E 11-11 09:43PM 15.731 memcache.set(key, data, time)
#
E 11-11 09:43PM 15.731 File "/base/python_lib/versions/1/google/
appengine/api/memcache/__init__.py", line 539, in set
#
E 11-11 09:43PM 15.731 return self._set_with_policy
(MemcacheSetRequest.SET, key, value, time=time)
#
E 11-11 09:43PM 15.731 File "/base/python_lib/versions/1/google/
appengine/api/memcache/__init__.py", line 602, in _set_with_policy
#
E 11-11 09:43PM 15.731 stored_value, flags = _validate_encode_value
(value, self._do_pickle)
#
E 11-11 09:43PM 15.731 File "/base/python_lib/versions/1/google/
appengine/api/memcache/__init__.py", line 170, in
_validate_encode_value
#
E 11-11 09:43PM 15.731 stored_value = do_pickle(value)
#
E 11-11 09:43PM 15.731 File "/base/python_lib/versions/1/google/
appengine/api/memcache/__init__.py", line 274, in DoPickle
#
E 11-11 09:43PM 15.731 self._pickler_instance.dump(value)
#
E 11-11 09:43PM 15.731 File "/base/python_dist/lib/python2.5/
pickle.py", line 218, in dump
#
E 11-11 09:43PM 15.731 self.save(obj)
#
E 11-11 09:43PM 15.731 File "/base/python_dist/lib/python2.5/
pickle.py", line 325, in save
#
E 11-11 09:43PM 15.731 self.save_reduce(obj=obj, *rv)
#
E 11-11 09:43PM 15.731 File "/base/python_dist/lib/python2.5/
pickle.py", line 413, in save_reduce
#
E 11-11 09:43PM 15.731 save(state)
#
E 11-11 09:43PM 15.731 File "/base/python_dist/lib/python2.5/
pickle.py", line 280, in save
#
E 11-11 09:43PM 15.731 f(self, obj) # Call unbound method with
explicit self
#
E 11-11 09:43PM 15.731 File "/base/python_dist/lib/python2.5/
pickle.py", line 643, in save_dict
#
E 11-11 09:43PM 15.731 self._batch_setitems(obj.iteritems())
#
E 11-11 09:43PM 15.731 File "/base/python_dist/lib/python2.5/
pickle.py", line 675, in _batch_setitems
#
E 11-11 09:43PM 15.731 save(v)
#
E 11-11 09:43PM 15.731 File "/base/python_dist/lib/python2.5/
pickle.py", line 325, in save
#
E 11-11 09:43PM 15.731 self.save_reduce(obj=obj, *rv)
#
E 11-11 09:43PM 15.731 File "/base/python_dist/lib/python2.5/
pickle.py", line 390, in save_reduce
#
E 11-11 09:43PM 15.731 save(cls)
#
E 11-11 09:43PM 15.731 File "/base/python_dist/lib/python2.5/
pickle.py", line 280, in save
#
E 11-11 09:43PM 15.731 f(self, obj) # Call unbound method with
explicit self
#
E 11-11 09:43PM 15.731 File "/base/python_dist/lib/python2.5/
pickle.py", line 742, in save_global
#
E 11-11 09:43PM 15.731 (obj, module, name))
#
E 11-11 09:43PM 15.731 PicklingError: Can't pickle <type
'instancemethod'>: it's not found as __builtin__.instancemethod


On 11月12日, 上午4时53分, "Marce (Google)" <[EMAIL PROTECTED]> wrote:
> Hi,
>
> This is just a reminder that this evening from 5-6pm PST, you will not
> be able to deploy new application versions.  More details can be found
> here:http://groups.google.com/group/google-appengine-downtime-notify/brows...
>
> Also, a reminder that all notifications of App Engine downtime,
> planned or otherwise, can be found on the Downtime Notify 
> group:http://groups.google.com/group/google-appengine-downtime-notify/
>
> -Marzia
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to