Re: [google-appengine] analysing /_ah/api performance

2014-05-21 Thread Robert King
the link is /_ah/api/discovery/v1/apis/archivedash/v1/rpc?
fields=methods%2F*%2Fid&pp=0
is for discovery - it's a google thing - i didn't write that endpoint.
I think you're thinking of *spi* rather than *api*?


On Thursday, 22 May 2014 15:00:04 UTC+12, Vinny P wrote:
>
> On Tue, May 20, 2014 at 11:38 PM, Robert King 
> 
> > wrote:
>
>> I'm running appstats but that request doesn't come through 
>>
> (other api calls do come through on app stats)
>>
>
>
> That's fine.
>
> For the other API calls, do they do largely the same work as the 
> problematic API endpoint, or do they handle vastly different workloads? For 
> instance, do they access the same search API, datastore kinds, and so 
> forth? If they don't access the same resources, what resources is the 
> problematic endpoint accessing *that are different*? For those resources 
> that are different, can you list general statistics for them (e.g. number 
> of datastore entities, size/num of search documents, etc)?
>   
>  
> -
> -Vinny P
> Technology & Media Advisor
> Chicago, IL
>
> App Engine Code Samples: http://www.learntogoogleit.com
>  
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] dev_appserver.py cannot connect to some HTTP endpoint

2014-05-21 Thread Vinny P
On Tue, May 20, 2014 at 6:35 AM, Marco Lovato  wrote:

> I use this @home with no problem. But @work, I simply cannot run
> dev_appserver.
> It raises an HTTP error 301, and nothing gets processed.
>
> I did the same setup in both places. The only differece is that @work I
> have a proxy, but it is supposed to be well configured. All other stuff is
> working.
>   File "/usr/lib/python2.7/urllib2.py", line 531, in http_error_default
> raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
> HTTPError: HTTP Error 301: Moved Permanently
>


It's difficult to debug issues involving corporate networks, since every
business's internal network seems to have its own idiosyncrasies.

Where is the error 301 pointing to? Redirection (3xx) status codes usually
have a Location header pointing to the moved to location. Do you see such a
header in your web browser?

Try using the dev appserver's *host* argument (
https://developers.google.com/appengine/docs/python/tools/devserver#Python_Running_the_development_web_server)
and set it to IP
*0.0.0.0*.


-
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] CAS Delete for memcache?

2014-05-21 Thread Vinny P
On Wed, May 21, 2014 at 12:26 PM, Jaime Yap  wrote:

> I was wondering if the memcached APIs for appengine supported CAS Delete
> (Delete iff CAS ID matches). They don't seem to expose it, although I
> believe memcached itself does in fact support such a thing.
>
> I am specifically interested in this for the Go runtime. But I believe the
> python and Java apis are also missing a CAS Delete. Was its omission
> intentional?
>


No.

CAS IDs are hidden as far as I know. See the following note from
https://developers.google.com/appengine/docs/python/memcache/clientclass?csw=1#Client_cas


*Note: The cas_id is a hidden value, handled internally and automatically
by the methods that support compare and set. You don't do anything explicit
in your code to read, write, or manipulate cas_ids.*


Since you're focused on the Go runtime, you may also want to crosspost your
question to https://groups.google.com/forum/#!forum/google-appengine-goalthough
I don't believe the Go runtime exposes that value either.

-
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Google app engine doesn't uploads images

2014-05-21 Thread Vinny P
On Tue, May 20, 2014 at 5:14 AM, laureta xhaferaj 
 wrote:

> I have created a form to upload images. Localy everything works, I can
> upload images and save path in database. The problem is when update
> application in google app engine. It doesn't gets the image , because I
> try: $file = Input::file('image'); var_dump($file); and it displays NULL. I
> save images inside public>assets>uploads>images. May the problem be with
> app.yaml?
>


You shouldn't need to be saving those files yourself. Use App Engine's
createUploadUrl
to
handle the file upload and saving.

Also, you're attempting to write to the local file system; you can't do
that on App Engine. You need to be writing to Cloud Storage (the
createUploadUrl method will automatically handle that).


-
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Own domain name linked to my App Engine app failed to work.

2014-05-21 Thread Vinny P
On Tue, May 20, 2014 at 3:02 PM, Phokgoan Chioh  wrote:

> I had my own domain name for my app and it worked well until recently I
> switched the registrar from Godaddy to Name.com.
> My domain redirection stopped working after that.
> I didn't change any settings in Google App Engine or Google Apps,
> and I did set up the DNS Records for my domain - *Type: CNAME* /
> *Answer: **ghs.googlehosted.com * / *TTL:
> 300*
>



When you set up the DNS records, did you preserve the Apps domain
verification string?


-
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] analysing /_ah/api performance

2014-05-21 Thread Vinny P
On Tue, May 20, 2014 at 11:38 PM, Robert King 
 wrote:

> I'm running appstats but that request doesn't come through
>
(other api calls do come through on app stats)
>


That's fine.

For the other API calls, do they do largely the same work as the
problematic API endpoint, or do they handle vastly different workloads? For
instance, do they access the same search API, datastore kinds, and so
forth? If they don't access the same resources, what resources is the
problematic endpoint accessing *that are different*? For those resources
that are different, can you list general statistics for them (e.g. number
of datastore entities, size/num of search documents, etc)?


-
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: Problems with the Google Directions Widget

2014-05-21 Thread Vinny P
On Wed, May 21, 2014 at 8:53 PM, timh  wrote:

> The original answer from Robert still stands.  This group is for
> google-app-engine and has nothing to do with widgets or maps.
>


+1 to Timh and Robert (so that makes it a +2?). This is a client side
issue, not a server side (App Engine) problem.

But I am curious why it isn't working for you; I managed to get it working
within a fiddle here: http://jsfiddle.net/6QwJd/ (click the Get Directions
button in the Result square).


-
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Upload images-Call to a member function getClientOriginalExtension() on a non-object

2014-05-21 Thread timh
It has nothing to do with app.yaml/

You can not write the the filesystem in appengine.  Please read the docs on 
restrictions in the PHP runtime.
You will need to write these files to GCS.  

See this 
document 
https://developers.google.com/appengine/docs/php/googlestorage/user_upload

On Tuesday, May 20, 2014 8:13:21 PM UTC+8, laureta xhaferaj wrote:
>
> I am developing my application with google app engine. I have a form which 
> uploads images and saves path in database. I am deploying app with google 
> app engine and upload of image doesn't works. Here is app.yaml
> application: national-test
> version: 1
> runtime: php
> api_version: 1
>
> handlers:
> - url: /favicon\.ico
>   static_files: favicon.ico
>   upload: favicon\.ico
>
> - url: /(.+.(css|js|less|ico|png|jpg|woff|ttf|gif))$ 
>   static_files: \1 
>   upload: .+.(css|js|less|ico|png|jpg|woff|ttf|gif)$ 
>   application_readable: true
>
> - url: /.*
>   script: public/index.php
>
> and here is my laravel code which localy works well
>   public function upload_image($id) {
> $file = Input::file('image');
> $destinationPath = 'uploads';
> $extension = $file->getClientOriginalExtension();
> 
> $filename = time() . '' . str_random(6) . '.' . $extension;
>
> $file->move($destinationPath, $filename);
> $car = Car::find($id);
> $car->Pic = $destinationPath.$filename;
> $car->save();
> }
> Uploaded images are saved inside public>uploads
> Is the problem with file read? Or I am missing something in app.yaml 
> config?
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Problems with the Google Directions Widget

2014-05-21 Thread timh
The original answer from Robert still stands.  This group is for 
google-app-engine and has nothing to do with widgets or maps.



On Tuesday, May 20, 2014 6:39:50 PM UTC+8, Mehul Prajapati wrote:
>
> Hello App Team,
> we have same problem
> we have used google gadget For the map : by Js 
> for example 
> http://www.gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/11428391296844949/driving-directions.xml&up_fromLocation=&up_myLocations=120<http://www.gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/11428391296844949/driving-directions.xml&up_fromLocation=&up_myLocations=120>E.
>  Gloucester 
> Pike%20Barrington,%20NJ%2008007|&up_defaultDirectionsType=&synd=open&w=480&h=55&lang=en&country=US&output=js">
> Till before several days Its Working Fine , But Its giving 404 error ..
> can you suggest ?
>
> On Thursday, 2 June 2011 18:34:49 UTC+5:30, Kim wrote:
>>
>> Hello Google App Engine, 
>>
>> Hope that you are well. 
>>
>> The Google Directions Widget is no longer working correctly on my 
>> church's Web site at: 
>>
>> http://triumphantchurch.org/contactus.html 
>>
>> It worked fined initially, but for some reason it is not working now. 
>>
>> To make sure, I cut-and-pasted the the example code provided on your 
>> Web site at 
>>
>> http://aht7hjsu8d8du5dgd917aohtlkinfcj7.ig.gmodules.com/ig/creator?url=http://hosting.gmodules.com/ig/gadgets/file/11428391296844949/driving-directions.xml
>>  
>> into a test page at http://triumphantchurch.org/test.html . 
>>
>> I entered my address, clicked "Go" and nothing happens. 
>>
>> Is this widget still supported? 
>>
>> Thanks & blessings! 
>> Kim 
>> Kim
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] dev_appserver.py cannot connect to some HTTP endpoint

2014-05-21 Thread Marco Lovato

I use this @home with no problem. But @work, I simply cannot run 
dev_appserver.
It raises an HTTP error 301, and nothing gets processed.

I did the same setup in both places. The only differece is that @work I 
have a proxy, but it is supposed to be well configured. All other stuff is 
working.

I tried to figure out where the problem should be, with no success. I 
digged all around google, and did not found anything directly related to 
this.

I am using a sample 
from https://github.com/kamalgill/flask-appengine-template
I tried default GAE example too, same problem.

INFO 2014-05-20 11:31:58,949 sdk_update_checker.py:242] Checking for 
updates to the SDK.
INFO 2014-05-20 11:31:59,281 __init__.py:94] Connecting through tunnel 
to: appengine.google.com:443
INFO 2014-05-20 11:32:00,932 sdk_update_checker.py:270] The SDK is up 
to date.
INFO 2014-05-20 11:32:00,965 api_server.py:171] Starting API server at: 
http://localhost:52410
INFO 2014-05-20 11:32:01,000 dispatcher.py:182] Starting module 
"default" running at: http://localhost:8080
INFO 2014-05-20 11:32:01,004 admin_server.py:117] Starting admin server 
at: http://localhost:8000
ERROR2014-05-20 11:32:03,180 wsgi.py:278] 
Traceback (most recent call last):
  File "/opt/google_appengine/google/appengine/runtime/wsgi.py", line 267, 
in Handle
for chunk in result:
  File "/opt/google_appengine/google/appengine/ext/appstats/recording.py", 
line 1250, in appstats_wsgi_wrapper
start_recording(environ)
  File "/opt/google_appengine/google/appengine/ext/appstats/recording.py", 
line 1387, in start_recording
time=config.LOCK_TIMEOUT, namespace=config.KEY_NAMESPACE):
  File "/opt/google_appengine/google/appengine/api/memcache/__init__.py", 
line 784, in add
namespace=namespace)
  File "/opt/google_appengine/google/appengine/api/memcache/__init__.py", 
line 869, in _set_with_policy
status_dict = rpc.get_result()
  File "/opt/google_appengine/google/appengine/api/apiproxy_stub_map.py", 
line 612, in get_result
return self.__get_result_hook(self)
  File "/opt/google_appengine/google/appengine/api/memcache/__init__.py", 
line 974, in __set_with_policy_hook
rpc.check_success()
  File "/opt/google_appengine/google/appengine/api/apiproxy_stub_map.py", 
line 578, in check_success
self.__rpc.CheckSuccess()
  File "/opt/google_appengine/google/appengine/api/apiproxy_rpc.py", line 
156, in _WaitImpl
self.request, self.response)
  File 
"/opt/google_appengine/google/appengine/ext/remote_api/remote_api_stub.py", 
line 200, in MakeSyncCall
self._MakeRealSyncCall(service, call, request, response)
  File 
"/opt/google_appengine/google/appengine/ext/remote_api/remote_api_stub.py", 
line 226, in _MakeRealSyncCall
encoded_response = self._server.Send(self._path, encoded_request)
  File "/opt/google_appengine/google/appengine/tools/appengine_rpc.py", 
line 409, in Send
f = self.opener.open(req)
  File "/usr/lib/python2.7/urllib2.py", line 410, in open
response = meth(req, response)
  File "/usr/lib/python2.7/urllib2.py", line 523, in http_response
'http', request, response, code, msg, hdrs)
  File "/usr/lib/python2.7/urllib2.py", line 448, in error
return self._call_chain(*args)
  File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain
result = func(*args)
  File "/usr/lib/python2.7/urllib2.py", line 531, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 301: Moved Permanently
HTTPError()
HTTPError()
Traceback (most recent call last):
  File 
"/opt/google_appengine/lib/cherrypy/cherrypy/wsgiserver/wsgiserver2.py", 
line 1302, in communicate
req.respond()
  File 
"/opt/google_appengine/lib/cherrypy/cherrypy/wsgiserver/wsgiserver2.py", 
line 831, in respond
self.server.gateway(self).respond()
  File 
"/opt/google_appengine/lib/cherrypy/cherrypy/wsgiserver/wsgiserver2.py", 
line 2115, in respond
response = self.req.server.wsgi_app(self.env, self.start_response)
  File 
"/opt/google_appengine/google/appengine/tools/devappserver2/wsgi_server.py", 
line 269, in __call__
return app(environ, start_response)
  File 
"/opt/google_appengine/google/appengine/tools/devappserver2/request_rewriter.py",
 
line 311, in _rewriter_middleware
response_body = iter(application(environ, wrapped_start_response))
  File 
"/opt/google_appengine/google/appengine/tools/devappserver2/python/request_handler.py",
 
line 149, in __call__
self._flush_logs(response.get('logs', []))
  File 
"/opt/google_appengine/google/appengine/tools/devappserver2/python/request_handler.py",
 
line 264, in _flush_logs
apiproxy_stub_map.MakeSyncCall('logservice', 'Flush', request, response)
  File "/opt/google_appengine/google/appengine/api/apiproxy_stub_map.py", 
line 94, in MakeSyncCall
return stubmap.MakeSyncCall(service, call, request, response)
  File "/opt/google_appengine/google/appengine/api/apiproxy_stub_map.py", 
line 328, in MakeSyncCal

[google-appengine] CAS Delete for memcache?

2014-05-21 Thread Jaime Yap
I was wondering if the memcached APIs for appengine supported CAS Delete 
(Delete iff CAS ID matches). They don't seem to expose it, although I 
believe memcached itself does in fact support such a thing.

I am specifically interested in this for the Go runtime. But I believe the 
python and Java apis are also missing a CAS Delete. Was its omission 
intentional?

Thanks!
-Jaime

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Own domain name linked to my App Engine app failed to work.

2014-05-21 Thread Phokgoan Chioh
Hi there,

I had my own domain name for my app and it worked well until recently I 
switched the registrar from Godaddy to Name.com.

My domain redirection stopped working after that.

I didn't change any settings in Google App Engine or Google Apps,

and I did set up the DNS Records for my domain - *Type: CNAME* / *Answer: *
*ghs.googlehosted.com* / *TTL: 300*

But still, I get the error message *curl: (6) Could not resolve host:*

Could someone help me with this, please? Thanks a lot!

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Problems with the Google Directions Widget

2014-05-21 Thread Mehul Prajapati
Hello App Team,
we have same problem
we have used google gadget For the map : by Js 
for example 
http://www.gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/11428391296844949/driving-directions.xml&up_fromLocation=&up_myLocations=120
 
E. Gloucester 
Pike%20Barrington,%20NJ%2008007|&up_defaultDirectionsType=&synd=open&w=480&h=55&lang=en&country=US&output=js">
Till before several days Its Working Fine , But Its giving 404 error ..
can you suggest ?

On Thursday, 2 June 2011 18:34:49 UTC+5:30, Kim wrote:
>
> Hello Google App Engine, 
>
> Hope that you are well. 
>
> The Google Directions Widget is no longer working correctly on my 
> church's Web site at: 
>
> http://triumphantchurch.org/contactus.html 
>
> It worked fined initially, but for some reason it is not working now. 
>
> To make sure, I cut-and-pasted the the example code provided on your 
> Web site at 
>
> http://aht7hjsu8d8du5dgd917aohtlkinfcj7.ig.gmodules.com/ig/creator?url=http://hosting.gmodules.com/ig/gadgets/file/11428391296844949/driving-directions.xml
>  
> into a test page at http://triumphantchurch.org/test.html . 
>
> I entered my address, clicked "Go" and nothing happens. 
>
> Is this widget still supported? 
>
> Thanks & blessings! 
> Kim 
> Kim

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Upload images-Call to a member function getClientOriginalExtension() on a non-object

2014-05-21 Thread laureta xhaferaj
I am developing my application with google app engine. I have a form which 
uploads images and saves path in database. I am deploying app with google 
app engine and upload of image doesn't works. Here is app.yaml
application: national-test
version: 1
runtime: php
api_version: 1

handlers:
- url: /favicon\.ico
  static_files: favicon.ico
  upload: favicon\.ico

- url: /(.+.(css|js|less|ico|png|jpg|woff|ttf|gif))$ 
  static_files: \1 
  upload: .+.(css|js|less|ico|png|jpg|woff|ttf|gif)$ 
  application_readable: true

- url: /.*
  script: public/index.php

and here is my laravel code which localy works well
  public function upload_image($id) {
$file = Input::file('image');
$destinationPath = 'uploads';
$extension = $file->getClientOriginalExtension();

$filename = time() . '' . str_random(6) . '.' . $extension;

$file->move($destinationPath, $filename);
$car = Car::find($id);
$car->Pic = $destinationPath.$filename;
$car->save();
}
Uploaded images are saved inside public>uploads
Is the problem with file read? Or I am missing something in app.yaml config?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: Error deploying application: loop at 87% on sending batch files

2014-05-21 Thread Damien Irving
Getting the same issue with 1.9.4 as well as other issues - a dodgy release 
- I hope they release 1.9.5 very soon.


On Thursday, May 15, 2014 7:21:27 AM UTC+10, Kyle Baley wrote:
>
> Confirmed that 1.9.3 still works for us. Anyone else have a solution that 
> doesn't require downgrading?
>
> On Tuesday, May 13, 2014 10:09:11 PM UTC-4, Kyle Baley wrote:
>>
>> We just upgraded from 1.9.3 to 1.9.4 and are seeing the same behaviour 
>> this evening. Even fails at the same point: after multiple 87% attempts.
>>
>> On Thursday, May 8, 2014 12:58:40 AM UTC-4, Gilberto Torrezan Filho wrote:
>>>
>>> Confirmed: "appcfg.sh update" on 1.9.3 works as intended.
>>>
>>> I hope it gets fixed on next update.
>>>
>>> On Monday, May 5, 2014 8:48:50 PM UTC-3, Gilberto Torrezan Filho wrote:

 Hi Fernando,

 Thanks for your message (I was feeling lonely here =P). I'll check it 
 out.

 Gilberto

>>>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Google app engine doesn't uploads images

2014-05-21 Thread laureta xhaferaj

Hello! I am using laravel  4 to build my application. I have created a form 
to upload images. Localy everything works, I can upload images and save 
path in database. The problem is when update application in google app 
engine. It doesn't gets the image , because I try: $file = 
Input::file('image'); var_dump($file); and it displays NULL. I save images 
inside public>assets>uploads>images. May the problem be with app.yaml? This 
is my app.yaml:
application: national-test
version: 1
runtime: php
api_version: 1

handlers:
- url: /favicon\.ico
  static_files: favicon.ico
  upload: favicon\.ico

- url: /(.+.(css|js|less|ico|png|jpg|woff|ttf|gif))$ 
  static_files: \1 
  upload: .+.(css|js|less|ico|png|jpg|woff|ttf|gif)$ 
  application_readable: true
  
- url: /.*
  script: public/index.php

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Authenticate gsutil as service account

2014-05-21 Thread Ralf Rottmann
We are using Google Cloud Storage from App Engine and need to apply some ACL 
adjustments to 20.000+ objects. We'd like to use gsutil as it seems to be made 
for a use case like this.

Unfortunately, for whatever strange reason, objects created by App Engine using 
the service account are not owned by any of the other owners of the bucket. 
Hence gsutil fails.

How can we auth gsutil as the service account to make use of its bulk change 
features?

Google Support doesn't have an answer... Anybody here?

This has been such a frustrating experience that we think of moving this part 
over to S3 where apps don't exclude human owners.
-- 
--
rottmann.net | Google+  | 
Twitter  | 
Facebook| 
LinkedIn 

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Google App Engine (Java) downloaded logs does not have my log messages

2014-05-21 Thread SuSu PePe
Specifying --severity option did the trick.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: GAE Java aggressively killing new instances again

2014-05-21 Thread Cesium
Yep,

Latency went pear shaped yesterday.

(Slaps forehead.)

David

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: GAE Java aggressively killing new instances again

2014-05-21 Thread Francois Masurel
Seems to be back to normal.


On Wednesday, May 21, 2014 2:18:02 PM UTC+2, Francois Masurel wrote:
>
> My app ~vncts1 keeps reloading new instance which causes lots of 
> user-facing requests.
>
> My website is almost totally unusable because of that.
>
> Please Google, fix this quick.  Thanx.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] GAE Java aggressively killing new instances again

2014-05-21 Thread Francois Masurel
My app ~vncts1 keeps reloading new instance which causes lots of 
user-facing requests.

My website is almost totally unusable because of that.

Please Google, fix this quick.  Thanx.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Experiencing timeouts on my Java app frontend today

2014-05-21 Thread Francois Masurel
Google is aggressively killing instances again.  Lots of user facing 
loading requests :-(

When will this be definitely fixed?  It's been years already.



On Wednesday, May 21, 2014 11:46:20 AM UTC+2, Francois Masurel wrote:
>
> Things seem to have stabilized since a few minutes, keeping an eye on it.
>
>
> On Wednesday, May 21, 2014 10:19:22 AM UTC+2, Tomas wrote:
>>
>> Hi there
>>
>> for last ~6hours I'm experiencing alot of requests pending in the queue 
>> while the traffic on my apps is normal as usual. My apps run quite normally 
>> on App Engine for couple of years (with cold starts ~4-5s and alot of 
>> requests to keep them warm), just today it seems something is wrong with 
>> app engine itself (I was also getting a lot of timeouts when doing http 
>> fetch t external sources). Appengine status page don't display any 
>> disruptions (although displayed some issues with GO engine couple of hours 
>> ago).
>>
>> Anyone experience the same issue?
>>
>> ms=17437 cpu_ms=0 pending_ms=15293 exit_code=121 app_engine_release=1.9.5
>> A problem was encountered with the process that handled this request, 
>> causing it to exit. This is likely to cause a new process to be used for the 
>> next request to your application. (Error code 121)
>>
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Appengine GCS client broken in version 0.3.11

2014-05-21 Thread husayt
Hi, 
Just wanted to warn you who uses Appengine GCS client, to be careful before 
switching to latest version.

Last night after latest deploy all file operations stopped working in our 
application. We found out it was related to 0.3.11 release of Appengine GCS 
Client.

Here is more on the issue:
https://code.google.com/p/appengine-gcs-client/issues/detail?id=43&thanks=43&ts=1400671257


Best,
HG

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Experiencing timeouts on my Java app frontend today

2014-05-21 Thread Francois Masurel
Things seem to have stabilized since a few minutes, keeping an eye on it.


On Wednesday, May 21, 2014 10:19:22 AM UTC+2, Tomas wrote:
>
> Hi there
>
> for last ~6hours I'm experiencing alot of requests pending in the queue 
> while the traffic on my apps is normal as usual. My apps run quite normally 
> on App Engine for couple of years (with cold starts ~4-5s and alot of 
> requests to keep them warm), just today it seems something is wrong with 
> app engine itself (I was also getting a lot of timeouts when doing http 
> fetch t external sources). Appengine status page don't display any 
> disruptions (although displayed some issues with GO engine couple of hours 
> ago).
>
> Anyone experience the same issue?
>
> ms=17437 cpu_ms=0 pending_ms=15293 exit_code=121 app_engine_release=1.9.5
> A problem was encountered with the process that handled this request, causing 
> it to exit. This is likely to cause a new process to be used for the next 
> request to your application. (Error code 121)
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Experiencing timeouts on my Java app frontend today

2014-05-21 Thread timh
But I am on python

On Wednesday, May 21, 2014 5:23:21 PM UTC+8, timh wrote:
>
> I am not seeing anything.  Only the usual chinese sources probing for PHP 
> and aps problems ;-)
>
> T
>
> On Wednesday, May 21, 2014 4:19:22 PM UTC+8, Tomas wrote:
>>
>> Hi there
>>
>> for last ~6hours I'm experiencing alot of requests pending in the queue 
>> while the traffic on my apps is normal as usual. My apps run quite normally 
>> on App Engine for couple of years (with cold starts ~4-5s and alot of 
>> requests to keep them warm), just today it seems something is wrong with 
>> app engine itself (I was also getting a lot of timeouts when doing http 
>> fetch t external sources). Appengine status page don't display any 
>> disruptions (although displayed some issues with GO engine couple of hours 
>> ago).
>>
>> Anyone experience the same issue?
>>
>> ms=17437 cpu_ms=0 pending_ms=15293 exit_code=121 app_engine_release=1.9.5
>> A problem was encountered with the process that handled this request, 
>> causing it to exit. This is likely to cause a new process to be used for the 
>> next request to your application. (Error code 121)
>>
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Experiencing timeouts on my Java app frontend today

2014-05-21 Thread timh
I am not seeing anything.  Only the usual chinese sources probing for PHP 
and aps problems ;-)

T

On Wednesday, May 21, 2014 4:19:22 PM UTC+8, Tomas wrote:
>
> Hi there
>
> for last ~6hours I'm experiencing alot of requests pending in the queue 
> while the traffic on my apps is normal as usual. My apps run quite normally 
> on App Engine for couple of years (with cold starts ~4-5s and alot of 
> requests to keep them warm), just today it seems something is wrong with 
> app engine itself (I was also getting a lot of timeouts when doing http 
> fetch t external sources). Appengine status page don't display any 
> disruptions (although displayed some issues with GO engine couple of hours 
> ago).
>
> Anyone experience the same issue?
>
> ms=17437 cpu_ms=0 pending_ms=15293 exit_code=121 app_engine_release=1.9.5
> A problem was encountered with the process that handled this request, causing 
> it to exit. This is likely to cause a new process to be used for the next 
> request to your application. (Error code 121)
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Experiencing timeouts on my Java app frontend today

2014-05-21 Thread Francois Masurel
Yep GAE is starting lots of new instances like crazy, another update going 
wrong I suppose.


On Wednesday, May 21, 2014 10:19:22 AM UTC+2, Tomas wrote:
>
> Hi there
>
> for last ~6hours I'm experiencing alot of requests pending in the queue 
> while the traffic on my apps is normal as usual. My apps run quite normally 
> on App Engine for couple of years (with cold starts ~4-5s and alot of 
> requests to keep them warm), just today it seems something is wrong with 
> app engine itself (I was also getting a lot of timeouts when doing http 
> fetch t external sources). Appengine status page don't display any 
> disruptions (although displayed some issues with GO engine couple of hours 
> ago).
>
> Anyone experience the same issue?
>
> ms=17437 cpu_ms=0 pending_ms=15293 exit_code=121 app_engine_release=1.9.5
> A problem was encountered with the process that handled this request, causing 
> it to exit. This is likely to cause a new process to be used for the next 
> request to your application. (Error code 121)
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Experiencing timeouts on my Java app frontend today

2014-05-21 Thread Tomas
Hi there

for last ~6hours I'm experiencing alot of requests pending in the queue 
while the traffic on my apps is normal as usual. My apps run quite normally 
on App Engine for couple of years (with cold starts ~4-5s and alot of 
requests to keep them warm), just today it seems something is wrong with 
app engine itself (I was also getting a lot of timeouts when doing http 
fetch t external sources). Appengine status page don't display any 
disruptions (although displayed some issues with GO engine couple of hours 
ago).

Anyone experience the same issue?

ms=17437 cpu_ms=0 pending_ms=15293 exit_code=121 app_engine_release=1.9.5
A problem was encountered with the process that handled this request, causing 
it to exit. This is likely to cause a new process to be used for the next 
request to your application. (Error code 121)


-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.