Re: [google-appengine] High Latency. Instances failing to start.

2013-11-18 Thread Satyanarayana Govindachandra
Both the links are landing in 403 error.


On Mon, Nov 18, 2013 at 6:24 AM, Nik Eleftheriou  wrote:

> Hi,
>
> if anyone else is having issues with high latency or java instances not
> starting up correctly please star each of these issues so they get picked
> up.
>
> https://code.google.com/p/googleappengine/issues/detail?id=10287
> https://code.google.com/p/googleappengine/issues/detail?id=10289
>
> --
> 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/groups/opt_out.
>



-- 
Thank you
Satya

-- 
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/groups/opt_out.


[google-appengine] Consistent blobstore.fetch_data InternalErrors on production, HRD appid. Same blob/code works on alternate appid

2013-11-18 Thread Ronoaldo Pereira
While working on a migration tool from Blobstore to Google Cloud Storage, I 
was surprised by a series of consistent, frequent InternalError while 
fetching from Blobstore. The errors happen after a few attempts to read 
from particular byte ranges, but I'm not sure if they are instead a limit 
imposed internally to avoid your app to consume resources too fast. I was 
unable to find anything from any documentation page describing any limits 
in that regard.

The code fetching blobs is the following, failing at some particular byte 
ranges, repeatedly (when task retry happen; eventually it works, but 
sometimes it don't):

while True:
  bytes = blobstore.fetch_data(blob_key, start, start + length-1)
  if bytes == "":
break
  fetch_count += 1
  start += length
  write_to_gcs(bytes, gcs_handle)
  if fetch_count >= 16: #magic number
reschedule_this_task(gcs_handle, start)

Length here is about 512 * 1024, to stay lower than the max download size 
from blobstore. Strange fact is: if I download the same blob, reupload to 
another appid, then the code works without any issues.

Anyone had similar erros in the past? Could this be a problem with the 
blobstore of the production app?

Kind regards,

-- 
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/groups/opt_out.


[google-appengine] Re: Google App Engine remote_api returns 404 using remote_api_shell.py

2013-11-18 Thread Andrew Free
I use the deploy built into that app engine launcher that comes with the 
SDK on osx. I don't know if that is the same thing. I read about doing a 
normal appcfg update to fix this but it doesn't seem to be the problem for 
me. 


On Friday, October 18, 2013 8:03:13 AM UTC-7, gumptionthomas wrote:
>
> I know this is a little late, but are you using the git-push-to-deploy 
> feature on your app?
>
> I've found that the "builtins" defined in app.yaml do not work after a 
> push-to-deploy (they return 404s) but doing a normal appcfg update makes 
> them work again.
>
> I experienced these 404 failures after push-deploys with both remote_api 
> and deferred.
>

-- 
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/groups/opt_out.


[google-appengine] Help regarding App

2013-11-18 Thread Piyush Thakur

I have developed a JAVA code with the help of Netbeans IDE, but I want to 
upload it as an app on Google. Please help me. I have attached the file of 
the code.

-- 
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/groups/opt_out.


Retirement$1.class
Description: application/java-vm


[google-appengine] memcache calls always fail

2013-11-18 Thread Laurent Vaucher
Hi.
I've just deployed my go app in appengine a few days ago and tried to use 
memcache yesterday. In my dev environment, everything works fine, but on 
the real appengine, memcache.Add() calls always return "memcache: server 
error".
I'm using the shared (free) memcache option.
I'm not talking about aggressive purges here: not a single call to add an 
item to memcache has worked to date.

The appengine health console does not indicate any memcache outage. Does 
anyone have an idea or the same experience?

-- 
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/groups/opt_out.


[google-appengine] APP Engine hosting an iMacros app

2013-11-18 Thread Youssef Naki
Hello,
I'm in a marketing departement, my job consist of sending emails to 
clients, offering them products of our company
i actually use an iMacro extension on firefox that let me long to my mail 
account and send automatically emails 

i'm new to google app and i'm wondering how could i put my script in the 
app engine so it could let say, open my mail and send emails?

any leads where to start is very welcome

thanks 

-- 
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/groups/opt_out.


[google-appengine] using kohana on google app engine...cache dir for logs needs to be writable ...how can I set this???

2013-11-18 Thread kthom
Is there a way to chmod 777 for my logs directory when using 
kohanaDoesn't seem to be a way to SSH into an app engine instance. So I 
have to assume I need to use a Compute Engine Instance. Is this correct? 
Really wish I could just chmod my logs dir using kohana MVC. Would save so 
much time. :-) Any insights into this would be greatly appreciated.


Thanks, 
- k

-- 
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/groups/opt_out.


[google-appengine] Error server 500

2013-11-18 Thread cosmin . georgescu
After i deploy the apps in google apps i received error 500
this is my link of my course:
credis-ecdl2.appspot.com

Can somebody tell me what is the problem?

-- 
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/groups/opt_out.


[google-appengine] Issue with running Junit Tests in parallel

2013-11-18 Thread Arjun Satyapal
Hi

I am trying to run JUnit tests with Maven Surefire Plugin.
JUnit Version : 4.10
Maven Surefire Plugin : 2.16


Now couple of my tests try to test different emails, different status of 
admin/non-admin etc which require setting up of Test env as mentioned here 
: https://developers.google.com/appengine/docs/java/tools/localunittesting
These tests work fine when they are run in sequence, but issue starts as 
soon as I start running them in parallel.

It appears that whenever i call setup for LocalServiceTestHelper, all data 
in local datastore seems to be getting deleted which causes tests to fail 
randomly.

Is there any recommendation for running parallel tests with its own 
configuraiton for email, admin status etc?

-- 
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/groups/opt_out.


[google-appengine] appengine-maven-plugin - Contributions accepted?

2013-11-18 Thread Simon-Pierre Gingras ArcBees
Hi everyone!

I've recently started using the official, Google-branded 
appengine-maven-plugin in some of my GAE Java projects. I wish to move away 
from the widely-used (but still non-official) maven-gae-plugin.

I've found a bug that I would like to be fixed. I'm wondering what are the 
contribution guidelines for this project. Looks like the project is 
maintained by a closed group of Google devs. It remains to be seen if and 
how they'll accept public contributions.

I've posted an issue related to this 
here https://code.google.com/p/appengine-maven-plugin/issues/detail?id=44 , 
but so far no one has answered.

Does anyone know how to shake things up and get the appengine-maven-plugin 
team to provide clear contribution guidelines?

I could fork the appengine-maven-plugin on GitHub and fix the bugs myself, 
but I fear that I might bump against copyright problems.

-- 
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/groups/opt_out.


[google-appengine] Time to white-list?

2013-11-18 Thread rafik . rahoui1
Hi,

I got white-listed just after submitting my request, however, the GAE 
application settings does not display PHP among enabled services.  Could 
anyone clarify the reasons behind this delay?

Tkx for your Help
  

-- 
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/groups/opt_out.


[google-appengine] oauth2 deadline exceeded errors?

2013-11-18 Thread Paul Ceccato

I'm using the excellent simpleauth module to manage authentication on my 
app engine application, it works perfectly for facebook, twitter and yahoo 
logins, and used to work fine for google as well.

The trouble is google oauth2 authentication seems to be broken for me over 
the last few weeks. I get these exceptions:

DeadlineExceededError: Deadline exceeded while waiting for HTTP response from 
URL: https://accounts.google.com/o/oauth2/token


Even the simpleauth demo app is throwing this error for me:

http://simpleauth.appengine.com


I was hoping it was an temporary glitch, but it seems to be ongoing for me. 
Very dissappointing, I would hate to be relying on this authentication 
service for a commercial application.

Does anyone know what gives? Or how I can resolve this?

regards

Paul

-- 
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/groups/opt_out.


[google-appengine] Google App Engine Task Queue: googleapi: Error 500: Backend Error

2013-11-18 Thread Frank Blechschmidt


Hey :)

I've defined a pull queue for my app engine application and want to fill it 
from outside via the REST api. Unfortunately it doesn't work, I always get 
an error 500: backend error. Even if I try to fill it with the api explorer 
from thedocumentation.
https://developers.google.com/appengine/docs/go/taskqueue/rest/tasks/insert

It responses:

500 Internal Server Error
- Show headers -
{
 "error": {
  "errors": [
   {
"domain": "global",
"reason": "backendError",
"message": "Backend Error"
   }
  ],
  "code": 500,
  "message": "Backend Error"
 }}

Any idea how to solve it?

Best regards Frank

-- 
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/groups/opt_out.


[google-appengine] App Engine for GCDC 2013

2013-11-18 Thread Balaji Srinivasan
I have created a appspot application for Google Cloud Developer Challenge.I 
have got a credit of 2000$ as part of the competition. While creating the 
application I missed to change the url as per the competition 
guidelines.Now in order to submit my application for competition I need to 
have url of format gcdc2013-.appspot.com.

Now if I create another application will I be charged? or will it be 
included as part of the credit I received.

I approached the comeptition groups 
http://groups.google.com/d/forum/gcdc2013
also mailed to cloudplatformstarterp...@google.com but I have not yet 
received any help. Can somebody please help me out. Thank You

-- 
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/groups/opt_out.


[google-appengine] Does anyone encounter the problem on Endpoints with authentication?

2013-11-18 Thread Colin Su

I encountered a problem recently, and it will let us couldn't testing our 
Endpoints API locally, but production is still okay.

We didn't change any code at that time (maybe), but it just become not 
working anymore.

The problem is while I'm accessing endpoints API with authentication by 
OAuth2, it will shows this exception and broke:

Traceback (most recent call last):
  File 
"/Users/littleq/opt/google-cloud-sdk/platform/google_appengine/lib/cherrypy/cherrypy/wsgiserver/wsgiserver2.py",
 
line 1302, in communicate
req.respond()
  File 
"/Users/littleq/opt/google-cloud-sdk/platform/google_appengine/lib/cherrypy/cherrypy/wsgiserver/wsgiserver2.py",
 
line 831, in respond
self.server.gateway(self).respond()
  File 
"/Users/littleq/opt/google-cloud-sdk/platform/google_appengine/lib/cherrypy/cherrypy/wsgiserver/wsgiserver2.py",
 
line 2115, in respond
response = self.req.server.wsgi_app(self.env, self.start_response)
  File 
"/Users/littleq/opt/google-cloud-sdk/platform/google_appengine/google/appengine/tools/devappserver2/wsgi_server.py",
 
line 269, in __call__
return app(environ, start_response)
  File 
"/Users/littleq/opt/google-cloud-sdk/platform/google_appengine/google/appengine/tools/devappserver2/request_rewriter.py",
 
line 311, in _rewriter_middleware
response_body = iter(application(environ, wrapped_start_response))
  File 
"/Users/littleq/opt/google-cloud-sdk/platform/google_appengine/google/appengine/tools/devappserver2/python/request_handler.py",
 
line 97, in __call__
self._flush_logs(response.get('logs', []))
  File 
"/Users/littleq/opt/google-cloud-sdk/platform/google_appengine/google/appengine/tools/devappserver2/python/request_handler.py",
 
line 233, in _flush_logs
apiproxy_stub_map.MakeSyncCall('logservice', 'Flush', request, response)
  File 
"/Users/littleq/opt/google-cloud-sdk/platform/google_appengine/google/appengine/api/apiproxy_stub_map.py",
 
line 94, in MakeSyncCall
return stubmap.MakeSyncCall(service, call, request, response)
  File 
"/Users/littleq/opt/google-cloud-sdk/platform/google_appengine/google/appengine/api/apiproxy_stub_map.py",
 
line 328, in MakeSyncCall
rpc.CheckSuccess()
  File 
"/Users/littleq/opt/google-cloud-sdk/platform/google_appengine/google/appengine/api/apiproxy_rpc.py",
 
line 156, in _WaitImpl
self.request, self.response)
  File 
"/Users/littleq/opt/google-cloud-sdk/platform/google_appengine/google/appengine/ext/remote_api/remote_api_stub.py",
 
line 200, in MakeSyncCall
self._MakeRealSyncCall(service, call, request, response)
  File 
"/Users/littleq/opt/google-cloud-sdk/platform/google_appengine/google/appengine/ext/remote_api/remote_api_stub.py",
 
line 234, in _MakeRealSyncCall
raise pickle.loads(response_pb.exception())
RuntimeError: UnicodeDecodeError('utf8', "id_token verification failed: 
Can't parse header: \xc9\xad\xbd", 52, 53, 'invalid start byte')


but without authentication it works fine. Anybody got some idea about this?

-- 
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/groups/opt_out.


[google-appengine] Zend Framework

2013-11-18 Thread MrTpwner

Does App Engine support the Zend Framework http://framework.zend.com ?

I need it to code for dependency injection on my PHP apps.

-- 
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/groups/opt_out.


[google-appengine] Gtalk Chat Bot

2013-11-18 Thread crbtcomviva
I Have created a Gtalk chat Bot and deployed on google app engineand 
it's working fine.
but i am just wondering, how can i change the DISPLAY IMAGE of my CHAT 
BOT...as there is no display image for the BOT.
waiting for your valuable comments

-- 
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/groups/opt_out.


Re: [google-appengine] Error server 500

2013-11-18 Thread Google Tasks Backup Moderator
What do the logs show?

Go to https://appengine.google.com/ and check the logs for that application.


On 15 November 2013 01:40,  wrote:

> After i deploy the apps in google apps i received error 500
> this is my link of my course:
> credis-ecdl2.appspot.com
>
> Can somebody tell me what is the problem?
>
> --
> 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/groups/opt_out.
>

-- 
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/groups/opt_out.


Re: [google-appengine] Time to white-list?

2013-11-18 Thread Vinny P
On Sat, Nov 16, 2013 at 1:02 PM,  wrote:

> I got white-listed just after submitting my request, however, the GAE
> application settings does not display PHP among enabled services.  Could
> anyone clarify the reasons behind this delay?
>
>
PHP should already be enabled for your application, since whitelisting is
not needed anymore. See
http://googlecloudplatform.blogspot.com/2013/10/google-app-engine-php-runtime-now-available-to-everyone.html

Try uploading a PHP application to your app ID.

-
-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/groups/opt_out.


Re: [google-appengine] Zend Framework

2013-11-18 Thread Vinny P
On Sat, Nov 16, 2013 at 6:03 PM, MrTpwner  wrote:

>
> Does App Engine support the Zend Framework http://framework.zend.com ?
>
>
>

Yes. Zend Framework requires PHP 5, while the App Engine PHP interpreter
runs version 5.4.17 currently.

Some aspects of Zend Framework use extensions, which can sometimes be
worked around: see
http://framework.zend.com/manual/1.12/en/requirements.introduction.html where
it defines hard and soft extension requirements.


-
-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/groups/opt_out.


Re: [google-appengine] Does anyone encounter the problem on Endpoints with authentication?

2013-11-18 Thread Vinny P
On Sun, Nov 17, 2013 at 10:41 PM, Colin Su  wrote:

> I encountered a problem recently, and it will let us couldn't testing our
> Endpoints API locally, but production is still okay.
> We didn't change any code at that time (maybe), but it just become not
> working anymore.
>
>

What version of the local development server are you currently using?


-
-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/groups/opt_out.


Re: [google-appengine] Help regarding App

2013-11-18 Thread Vinny P
On Thu, Nov 14, 2013 at 9:14 AM, Piyush Thakur 
 wrote:

>
> I have developed a JAVA code with the help of Netbeans IDE, but I want to
> upload it as an app on Google. Please help me. I have attached the file of
> the code.
>


Hi,

It looks as if you've attached a .class file, which is the compiled version
of the code. Please attach the .java source file, or preferably a small
test case that demonstrates your issue.

-
-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/groups/opt_out.


Re: [google-appengine] memcache calls always fail

2013-11-18 Thread Vinny P
On Thu, Nov 14, 2013 at 2:04 AM, Laurent Vaucher 
 wrote:

> I've just deployed my go app in appengine a few days ago and tried to use
> memcache yesterday. In my dev environment, everything works fine, but on
> the real appengine, memcache.Add() calls always return "memcache: server
> error".
> I'm not talking about aggressive purges here: not a single call to add an
> item to memcache has worked to date.
>
>

Hi Laurent,

How are you using the memcache? Specifically, what is the size of the
object you're trying to put into memcache and how are you serializing it
(if it is a *struct*)? If you cut and paste the example code at
https://developers.google.com/appengine/docs/go/memcache/ does that work
for you?

I also want to note that Google maintains a separate forum for Go issues,
located at https://groups.google.com/forum/#!forum/google-appengine-go .
They might be able to help you further if you cross-post.


-
-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/groups/opt_out.


Re: [google-appengine] using kohana on google app engine...cache dir for logs needs to be writable ...how can I set this???

2013-11-18 Thread Vinny P
On Thu, Nov 14, 2013 at 11:57 PM, kthom  wrote:

>  cache dir for logs needs to be writable
>
Is there a way to chmod 777 for my logs directory when using kohana
>


App Engine doesn't allow applications to write directly into the
application's own directories. If you want to store logging files, you need
to write the files to Google Cloud Storage. There's no chmod, but you can
configure read/write permissions within GCS.


On Thu, Nov 14, 2013 at 11:57 PM, kthom  wrote:

> So I have to assume I need to use a Compute Engine Instance. Is this
> correct?
>


No. App Engine can write directly to Cloud Storage, no Compute Engine
machine required. See
https://developers.google.com/appengine/docs/php/googlestorage/


-
-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/groups/opt_out.


Re: [google-appengine] Gtalk Chat Bot

2013-11-18 Thread Vinny P
On Sun, Nov 17, 2013 at 3:00 AM,  wrote:

> I Have created a Gtalk chat Bot and deployed on google app engineand
> it's working fine.
> but i am just wondering, how can i change the DISPLAY IMAGE of my CHAT
> BOT...as there is no display image for the BOT.
> waiting for your valuable comments
>


You can't change the profile image of your XMPP chat bot.  If you're
interested in this feature, you should visit and star this issue:
https://code.google.com/p/googleappengine/issues/detail?id=2300


-
-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/groups/opt_out.


Re: [google-appengine] Issue with running Junit Tests in parallel

2013-11-18 Thread Vinny P
On Thu, Nov 14, 2013 at 5:33 AM, Arjun Satyapal 
 wrote:

> It appears that whenever i call setup for LocalServiceTestHelper, all data
> in local datastore seems to be getting deleted which causes tests to fail
> randomly.
>
>

Most likely there's something purging the temporary files of the
development server. Try moving the location of the development datastore
using the *--datastore_path* argument (within the dev server) to an
external directory from your local application.


-
-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/groups/opt_out.


Re: [google-appengine] appengine-maven-plugin - Contributions accepted?

2013-11-18 Thread Vinny P
On Fri, Nov 15, 2013 at 9:08 AM, Simon-Pierre Gingras ArcBees <
simon.pierre.ging...@arcbees.com> wrote:

> I've recently started using the official, Google-branded
> appengine-maven-plugin in some of my GAE Java projects.I've found a bug
> that I would like to be fixed. I'm wondering what are the contribution
> guidelines for this project. Looks like the project is maintained by a
> closed group of Google devs. It remains to be seen if and how they'll
> accept public contributions. I've posted an issue related to this here
> https://code.google.com/p/appengine-maven-plugin/issues/detail?id=44 ,
> but so far no one has answered. Does anyone know how to shake things up and
> get the appengine-maven-plugin team to provide clear contribution
> guidelines?
>
>

Hi Simon-Pierre,

You said that you've created an issue, but have you tried emailing the devs
directly? Go to the front page of the Maven plugin at
https://code.google.com/p/appengine-maven-plugin/ . On the left hand side
you'll see a list of members for that project. Click on each email address
and solve the CAPTCHA that Google shows. Then you'll see the full,
unfiltered email address for each dev, and then you can email them directly.


-
-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/groups/opt_out.


Re: [google-appengine] oauth2 deadline exceeded errors?

2013-11-18 Thread Vinny P
On Sun, Nov 17, 2013 at 10:48 PM, Paul Ceccato  wrote:

> I'm using the excellent simpleauth module to manage authentication on my
> app engine application, it works perfectly for facebook, twitter and yahoo
> logins, and used to work fine for google as well. The trouble is google
> oauth2 authentication seems to be broken for me over the last few weeks.
>
> DeadlineExceededError: Deadline exceeded while waiting for HTTP response from 
> URL: https://accounts.google.com/o/oauth2/token
>
> I was hoping it was an temporary glitch, but it seems to be ongoing for
> me. Very dissappointing, I would hate to be relying on this authentication
> service for a commercial application.
>
>

Hello Paul,

Occasionally Google authorization experiences some issues, but it certainly
shouldn't be having trouble for that long. You probably have a different
problem. First off, are you using a single account for testing? Can you try
using another Google account for testing purposes? Also, are you logged
into multiple Google accounts simultaneously? If so, log out of all of them
before logging into one.

In addition, can you provide a more detailed stack trace for your error?


-
-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/groups/opt_out.


Re: [google-appengine] Consistent blobstore.fetch_data InternalErrors on production, HRD appid. Same blob/code works on alternate appid

2013-11-18 Thread Vinny P
On Mon, Nov 18, 2013 at 11:48 AM, Ronoaldo Pereira 
 wrote:

> While working on a migration tool from Blobstore to Google Cloud Storage,
> I was surprised by a series of consistent, frequent InternalError while
> fetching from Blobstore. The errors happen after a few attempts to read
> from particular byte ranges, but I'm not sure if they are instead a limit
> imposed internally to avoid your app to consume resources too fast. I was
> unable to find anything from any documentation page describing any limits
> in that regard.
>
> The code fetching blobs is the following, failing at some particular byte
> ranges, repeatedly (when task retry happen; eventually it works, but
> sometimes it don't):
> Length here is about 512 * 1024, to stay lower than the max download size
> from blobstore. Strange fact is: if I download the same blob, reupload to
> another appid, then the code works without any issues.
>
> Anyone had similar erros in the past? Could this be a problem with the
> blobstore of the production app?
>
>

The Blobstore has always been a bit "weird" when it comes to anything other
than uploading/downloading files (i.e. reading and writing from the App
Engine application).

Instead of using the *fetch_data *command, can you try setting up a
urlfetch that uses Blobstore's standard blob byte range serving? See
https://developers.google.com/appengine/docs/python/blobstore/#Python_Serving_a_bloband
scroll down to "*Blob
byte ranges.*" You'd basically be downloading the blob from yourself, but
it's a better (and more tested!) way to access your blobstore.



-
-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/groups/opt_out.


Re: [google-appengine] Google App Engine Task Queue: googleapi: Error 500: Backend Error

2013-11-18 Thread Vinny P
On Mon, Nov 18, 2013 at 10:49 AM, Frank Blechschmidt 
 wrote:

> I've defined a pull queue for my app engine application and want to fill
> it from outside via the REST api. Unfortunately it doesn't work, I always
> get an error 500: backend error. Even if I try to fill it with the api
> explorer from thedocumentation.
>
>
Are there any error logs showing up in the App Engine admin console?

If not, can you post the YAML definitions of your application's app.yaml,
backends.yaml, queue.yaml, and a short test case of your backends code?
Most likely there's some kind of issue there, as the API Explorer is
generally reliable when invoking services.


-
-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/groups/opt_out.


Re: [google-appengine] APP Engine hosting an iMacros app

2013-11-18 Thread Vinny P
On Thu, Nov 14, 2013 at 4:44 PM, Youssef Naki 
 wrote:

> I'm in a marketing departement, my job consist of sending emails to
> clients, offering them products of our company
> i actually use an iMacro extension on firefox that let me long to my mail
> account and send automatically emails
> i'm new to google app and i'm wondering how could i put my script in the
> app engine so it could let say, open my mail and send emails?
>
>

Hi Youssef,

You can definitely do this, although there might be a bit of a learning
curve involved when moving to App Engine from iMacro. What language is your
macro coded in? iMacro supports multiple programming languages, however App
Engine runs only PHP, Python, Java, and Go applications.

Once you have a supported language in mind, you can look into mail
solutions. For example, Java has a very robust mail library in the form of
JavaMail: http://www.oracle.com/technetwork/java/javamail/index.html


-
-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/groups/opt_out.


Re: [google-appengine] Error server 500

2013-11-18 Thread Vinny P
On Thu, Nov 14, 2013 at 8:40 AM,  wrote:

> After i deploy the apps in google apps i received error 500
> Can somebody tell me what is the problem?
>


As Julie noted, error 500 is a generic error message; you'll need to find
the application logs within the App Engine admin console to find the true
issue. When you do, post them to this board so people can take a look.

Also, posting a small test case (code, assets, etc) that demonstrates your
problem would be useful when diagnosing issues.


-
-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/groups/opt_out.