[google-appengine] Re: High performance image serving error 500

2012-11-14 Thread Stuart Langley
Looks like files API and nothing to do with image serving to me - correct?

On Wednesday, 14 November 2012 07:56:55 UTC+11, Jonathan wrote:

 Hi,
 for the last 30 minutes users can't upload pictures to my system (
 app.imcreator.com/edit)

 that's the erroe from the log:

 ApplicationError: 7 
 Traceback (most recent call last):
   File 
 /base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/_webapp25.py,
  line 712, in __call__
 handler.post(*groups)
   File 
 /base/data/home/apps/im-creator/181-zarif.362980194933832017/im-creator.py, 
 line 2042, in post
 files.finalize(file_name)
   File 
 /base/python_runtime/python_lib/versions/1/google/appengine/api/files/file.py,
  line 568, in finalize
 f.close(finalize=True)
   File 
 /base/python_runtime/python_lib/versions/1/google/appengine/api/files/file.py,
  line 291, in close
 self._make_rpc_call_with_retry('Close', request, response)
   File 
 /base/python_runtime/python_lib/versions/1/google/appengine/api/files/file.py,
  line 427, in _make_rpc_call_with_retry
 _make_call(method, request, response)
   File 
 /base/python_runtime/python_lib/versions/1/google/appengine/api/files/file.py,
  line 252, in _make_call
 _raise_app_error(e)
   File 
 /base/python_runtime/python_lib/versions/1/google/appengine/api/files/file.py,
  line 186, in _raise_app_error
 raise UnknownError(e)
 UnknownError: ApplicationError: 7 



 Any idea? please fix.


 Thanks!

 J



-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/OVRcPyyFfZ0J.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: High performance image serving error 500

2012-11-13 Thread Ryan
I'm seeing the same error (ApplicationError: 7)...is this a blobstore 
issue? 

From our logs:

File 
/base/python27_runtime/python27_lib/versions/1/google/appengine/api/files/file.py,
 line 568, in finalize
f.close(finalize=True)
  File 
/base/python27_runtime/python27_lib/versions/1/google/appengine/api/files/file.py,
 line 291, in close
self._make_rpc_call_with_retry('Close', request, response)
  File 
/base/python27_runtime/python27_lib/versions/1/google/appengine/api/files/file.py,
 line 427, in _make_rpc_call_with_retry
_make_call(method, request, response)
  File 
/base/python27_runtime/python27_lib/versions/1/google/appengine/api/files/file.py,
 line 252, in _make_call
_raise_app_error(e)
  File 
/base/python27_runtime/python27_lib/versions/1/google/appengine/api/files/file.py,
 line 186, in _raise_app_error
raise UnknownError(e)
UnknownError: ApplicationError: 7 


On Tuesday, November 13, 2012 3:56:55 PM UTC-5, Jonathan wrote:

 Hi,
 for the last 30 minutes users can't upload pictures to my system (
 app.imcreator.com/edit)

 that's the erroe from the log:

 ApplicationError: 7 
 Traceback (most recent call last):
   File 
 /base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/_webapp25.py,
  line 712, in __call__
 handler.post(*groups)
   File 
 /base/data/home/apps/im-creator/181-zarif.362980194933832017/im-creator.py, 
 line 2042, in post
 files.finalize(file_name)
   File 
 /base/python_runtime/python_lib/versions/1/google/appengine/api/files/file.py,
  line 568, in finalize
 f.close(finalize=True)
   File 
 /base/python_runtime/python_lib/versions/1/google/appengine/api/files/file.py,
  line 291, in close
 self._make_rpc_call_with_retry('Close', request, response)
   File 
 /base/python_runtime/python_lib/versions/1/google/appengine/api/files/file.py,
  line 427, in _make_rpc_call_with_retry
 _make_call(method, request, response)
   File 
 /base/python_runtime/python_lib/versions/1/google/appengine/api/files/file.py,
  line 252, in _make_call
 _raise_app_error(e)
   File 
 /base/python_runtime/python_lib/versions/1/google/appengine/api/files/file.py,
  line 186, in _raise_app_error
 raise UnknownError(e)
 UnknownError: ApplicationError: 7 



 Any idea? please fix.


 Thanks!

 J



-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/KskM3cFzbYAJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: High performance image serving error 500

2012-11-13 Thread Savaş L .
also error on java...

IOException of writeChannel closeFinally



On Nov 13, 10:58 pm, Ryan ryan.we...@gmail.com wrote:
 I'm seeing the same error (ApplicationError: 7)...is this a blobstore
 issue?

 From our logs:

 File 
 /base/python27_runtime/python27_lib/versions/1/google/appengine/api/files/ 
 file.py, line 568, in finalize
     f.close(finalize=True)
   File 
 /base/python27_runtime/python27_lib/versions/1/google/appengine/api/files/ 
 file.py, line 291, in close
     self._make_rpc_call_with_retry('Close', request, response)
   File 
 /base/python27_runtime/python27_lib/versions/1/google/appengine/api/files/ 
 file.py, line 427, in _make_rpc_call_with_retry
     _make_call(method, request, response)
   File 
 /base/python27_runtime/python27_lib/versions/1/google/appengine/api/files/ 
 file.py, line 252, in _make_call
     _raise_app_error(e)
   File 
 /base/python27_runtime/python27_lib/versions/1/google/appengine/api/files/ 
 file.py, line 186, in _raise_app_error
     raise UnknownError(e)
 UnknownError: ApplicationError: 7







 On Tuesday, November 13, 2012 3:56:55 PM UTC-5, Jonathan wrote:

  Hi,
  for the last 30 minutes users can't upload pictures to my system (
  app.imcreator.com/edit)

  that's the erroe from the log:

  ApplicationError: 7
  Traceback (most recent call last):
    File 
  /base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/_we 
  bapp25.py, line 712, in __call__
      handler.post(*groups)
    File 
  /base/data/home/apps/im-creator/181-zarif.362980194933832017/im-creator.py 
  , line 2042, in post
      files.finalize(file_name)
    File 
  /base/python_runtime/python_lib/versions/1/google/appengine/api/files/file 
  .py, line 568, in finalize
      f.close(finalize=True)
    File 
  /base/python_runtime/python_lib/versions/1/google/appengine/api/files/file 
  .py, line 291, in close
      self._make_rpc_call_with_retry('Close', request, response)
    File 
  /base/python_runtime/python_lib/versions/1/google/appengine/api/files/file 
  .py, line 427, in _make_rpc_call_with_retry
      _make_call(method, request, response)
    File 
  /base/python_runtime/python_lib/versions/1/google/appengine/api/files/file 
  .py, line 252, in _make_call
      _raise_app_error(e)
    File 
  /base/python_runtime/python_lib/versions/1/google/appengine/api/files/file 
  .py, line 186, in _raise_app_error
      raise UnknownError(e)
  UnknownError: ApplicationError: 7

  Any idea? please fix.

  Thanks!

  J

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



Re: [google-appengine] Re: High performance image serving error 500

2012-11-13 Thread Dan Holevoet
Is anyone still experiencing this issue?

Thanks,
Dan


On Tue, Nov 13, 2012 at 1:07 PM, Savaş L. sbuyukk...@gmail.com wrote:

 also error on java...

 IOException of writeChannel closeFinally



 On Nov 13, 10:58 pm, Ryan ryan.we...@gmail.com wrote:
  I'm seeing the same error (ApplicationError: 7)...is this a blobstore
  issue?
 
  From our logs:
 
  File
 /base/python27_runtime/python27_lib/versions/1/google/appengine/api/files/
 file.py, line 568, in finalize
  f.close(finalize=True)
File
 /base/python27_runtime/python27_lib/versions/1/google/appengine/api/files/
 file.py, line 291, in close
  self._make_rpc_call_with_retry('Close', request, response)
File
 /base/python27_runtime/python27_lib/versions/1/google/appengine/api/files/
 file.py, line 427, in _make_rpc_call_with_retry
  _make_call(method, request, response)
File
 /base/python27_runtime/python27_lib/versions/1/google/appengine/api/files/
 file.py, line 252, in _make_call
  _raise_app_error(e)
File
 /base/python27_runtime/python27_lib/versions/1/google/appengine/api/files/
 file.py, line 186, in _raise_app_error
  raise UnknownError(e)
  UnknownError: ApplicationError: 7
 
 
 
 
 
 
 
  On Tuesday, November 13, 2012 3:56:55 PM UTC-5, Jonathan wrote:
 
   Hi,
   for the last 30 minutes users can't upload pictures to my system (
   app.imcreator.com/edit)
 
   that's the erroe from the log:
 
   ApplicationError: 7
   Traceback (most recent call last):
 File
 /base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/_we
 bapp25.py, line 712, in __call__
   handler.post(*groups)
 File
 /base/data/home/apps/im-creator/181-zarif.362980194933832017/im-creator.py
 , line 2042, in post
   files.finalize(file_name)
 File
 /base/python_runtime/python_lib/versions/1/google/appengine/api/files/file
 .py, line 568, in finalize
   f.close(finalize=True)
 File
 /base/python_runtime/python_lib/versions/1/google/appengine/api/files/file
 .py, line 291, in close
   self._make_rpc_call_with_retry('Close', request, response)
 File
 /base/python_runtime/python_lib/versions/1/google/appengine/api/files/file
 .py, line 427, in _make_rpc_call_with_retry
   _make_call(method, request, response)
 File
 /base/python_runtime/python_lib/versions/1/google/appengine/api/files/file
 .py, line 252, in _make_call
   _raise_app_error(e)
 File
 /base/python_runtime/python_lib/versions/1/google/appengine/api/files/file
 .py, line 186, in _raise_app_error
   raise UnknownError(e)
   UnknownError: ApplicationError: 7
 
   Any idea? please fix.
 
   Thanks!
 
   J

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




-- 
Dan Holevoet
Google Developer Relations

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