[google-appengine] Re: Anyone using EU-datacenter option outside Premier Accounts?

2013-03-19 Thread decurgia
Hi Miguel

No, I did not receive any confirmation message so far. I think they might 
got flooded with requests... 

Regards
-Luca.



Am Montag, 18. März 2013 23:19:35 UTC+1 schrieb Miguel PersonToVehicle:
>
> Hi Luca,
>
> We applied for it five weeks ago and haven´t receive any answer so far. 
> Not even a simple acknowledge. I'm begining to think something wrong 
> happened because it is quiet rare not getting at least one courtesy email 
> confirming the reception the request. 
>
> Did you get any sort of acknowledge  just after sending your request?
>
> Thanks,
> Miguel
>  
>
> On Monday, March 18, 2013 2:21:11 PM UTC+1, decu...@uemd.net wrote:
>>
>> Hi Juha
>>
>> How long did you have to wait for the answer? I did also apply the last 
>> week and I don't know where I'm standing now.
>> I would like to use my freshly created Cloud SQL EU-instance. Suddenly my 
>> App instance is still in US and I can't connect those.
>>
>> Did you notice any response improvements while moving to Europe?
>>
>> Regards
>> -Luca.
>>
>> Am Samstag, 2. Februar 2013 08:57:08 UTC+1 schrieb Juha Koskela:
>>>
>>> Hi,
>>>
>>> I signed up for the "Google App Engine is extending its European 
>>> offering to non-premier customers" - offering some time ago. Got an email 
>>> earlier this week: "Based on the feedback that you provided, we've 
>>> enabled this support for your account." 
>>>
>>> Is anyone using this already? I can't find the Location option anywhere 
>>> and the documentation (in the Uploading Your Application -section) referes 
>>> only to premier accounts. I've tried creating a new app (no location option 
>>> available while creating), enabling billing, and going through all possible 
>>> settings. If you're using the EU datacenter with the "extended european 
>>> offering", how did you get started?
>>>
>>> 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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] Re: Java Backends are killed and started

2013-03-19 Thread Aswath Satrasala
It is better while using B8 instances.  The memory usage keeps shooting up
as I run long scheme migrations and finally the instance dies at 1024MB.
I believe, I have to investigate my code for possible memory leaks.

Since, my program is continuously looping and doing some entity updates, I
think the java garbage collector is not getting a chance to do the garbage
collection.
Is there any way to forcebly perform the garbage collection or, better, I
want to give a chance for the JVM to perform it garbage collection process.

-Aswath




On Fri, Mar 15, 2013 at 5:13 PM, Aswath Satrasala <
aswath.satras...@gmail.com> wrote:

> I have increased the Backend class to B4 also.   The backend is just
> getting killled after 3-4 minutes.
> I look at the Memory Usage chart for my instance.  It shows above 512MB.
> Now, I am trying with B8 instance.
>
>
> -Aswath
>
>
>
>
> On Fri, Mar 15, 2013 at 2:01 AM, Vinny P  wrote:
>
>> Wow. OK, that's not a code problem, that's AppEngine with a full blown
>> case of bird flu.
>>
>> Time to feed Starburst to Drake's magical unicorns?
>>
>> -Vinny P
>>
>>
>> On Thursday, March 14, 2013 2:04:42 PM UTC-5, Rafael Sanches wrote:
>>
>>> Hi Vinni,
>>>
>>> I believe it's much worst than that. Look of what just happened to my
>>> servers, 5 minutes ago: 
>>> http://cl.ly/image/**2t1y2O2S2U1h
>>>
>>> This is making me to pay $40k a year for a service that I could handle
>>> with $3.
>>>
>>> I hope someone fixes this soon. Even if it's happening, on a constant
>>> basis, for a week already.
>>>
>>> thanks
>>> rafa
>>>
>>>
>>> On Thu, Mar 14, 2013 at 7:25 AM, Vinny P  wrote:
>>>
 The backends are getting killed because something or someone is sending
 _ah/stop requests to them. You can read more about shutdown requests here:
 https://developers.**google.com/appengine/docs/**
 java/backends/overview#**Shutdown

 The first thing that comes to mind is that you may be exceeding the
 memory limit, especially considering that AppEngine is complaining about
 chunk size. See here for more details: http://stackoverflow.**
 com/questions/7198738/for-**google-app-engine-java-how-do-**
 i-set-and-use-chunk-size-in-**fetchoptions
  but
 the TLDR is that you're requesting a lot of entities in one operation.
 Depending on your code and what you're doing, you may be exceeding the
 memory limit for the backend. Try increasing the backend size and see if it
 solves the problem. If not, can you post some code?

 -Vinny


 On Thursday, March 14, 2013 7:55:17 AM UTC-5, aswath wrote:

>
> Hello,
> I am running a tasks in the Java Backends.  Within 7 min, the Java
> Backends is started 3 times.
> The bad part is , the backends are getting killed in the middle of a
> running task.
>
> Please advise
>
> -Aswath
>
>
>
>1.
>   1. 2013-03-14 17:45:46.214 /admin/**addGlAcctO**
>   rgPartyDateMonthYear**ToEntry 50**0 99494ms 0kb instan**ce=0
>   AppEn**gine-Google; 
> (+http://code.google.com/**appen**gine
>   )
>   2. W2013-03-14 17:44:19.341 com.google.**appeng**
>   ine.api.datastore.**QueryResults**SourceImpl
>   logChunkSizeWarning: This query does not have a chunk size set in
>   FetchOptions and has retur
>   3. W2013-03-14 17:44:19.608 
> com.veersoft.**AddD**ateMonthYearEntities
>   doProcess: procing mailId=26apr...@gmail.com
>   4. W2013-03-14 17:44:19.609 
> com.veersoft.**AddD**ateMonthYearEntities
>   createGlAcctOrgPartyDateMonthYear: crnt nameSpace=c-p-r-p-l-
>   **26april197**3-gmail.com
>   5. W2013-03-14 17:44:20.386 
> com.veersoft.**AddD**ateMonthYearEntities
>   createGlAcctOrgPartyDateMonthYear: No.of AcctgTrans= 73
>   6. W2013-03-14 17:44:22.537 
> com.veersoft.**AddD**ateMonthYearEntities
>   createGlAcctOrgPartyDateMonthYear: AcctgTran count: 0
>   7. W2013-03-14 17:45:24.938 
> com.veersoft.**AddD**ateMonthYearEntities
>   createGlAcctOrgPartyDateMonthYear: AcctgTran count: 25
>   8. E2013-03-14 17:45:46.213 Process terminated because the
>   backend took too long to shutdown.
>   2.
>   1. 2013-03-14 17:45:35.268 /_ah/stop 200 119ms 0kb
>   instance=0
>3.
>   1. 2013-03-14 17:44:18.297 /_ah/start 404 10478ms 0kb
>   instance=0
>   2. W2013-03-14 17:44:10.419 
> com.veersoft.**list**ener.**VsServletContextListener
>   contextInitialized: 2013-03-14 18:14:10 IST
>   

[google-appengine] GAE Failing on all my code since this morning NoClassDefFoundError-AddException

2013-03-19 Thread Guy Armitage
Hi,

For some reason GAE has started failing on all my method calls since this 
morning ~10am GMT.

All my method calls now return:

Caused by: java.lang.NoClassDefFoundError: 
com/google/appengine/api/search/AddException

Did anything happen at today at about 10:00? Could Guice be the issue here,

Is there anything I can do to solve this? I need my site online ASAP.

The site id is "zealous-co 
" 


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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Re: GAE Failing on all my code since this morning NoClassDefFoundError-AddException

2013-03-19 Thread dward
I am having the same issue. I can't figure out what's going on...


On Tuesday, March 19, 2013 9:22:08 AM UTC-4, Guy Armitage wrote:
>
> Hi,
>
> For some reason GAE has started failing on all my method calls since this 
> morning ~10am GMT.
>
> All my method calls now return:
>
> Caused by: java.lang.NoClassDefFoundError: 
> com/google/appengine/api/search/AddException
>
> Did anything happen at today at about 10:00? Could Guice be the issue here,
>
> Is there anything I can do to solve this? I need my site online ASAP.
>
> The site id is "zealous-co 
> " 
>
>
> 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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Re: GAE Failing on all my code since this morning NoClassDefFoundError-AddException

2013-03-19 Thread Saket Kumar
Hi,

You will need to switch to latest SDK and use PutException instead. 
Index.add() method has been deprecated in favor of put().

Saket

On Tuesday, 19 March 2013 14:22:08 UTC+1, Guy Armitage wrote:
>
> Hi,
>
> For some reason GAE has started failing on all my method calls since this 
> morning ~10am GMT.
>
> All my method calls now return:
>
> Caused by: java.lang.NoClassDefFoundError: 
> com/google/appengine/api/search/AddException
>
> Did anything happen at today at about 10:00? Could Guice be the issue here,
>
> Is there anything I can do to solve this? I need my site online ASAP.
>
> The site id is "zealous-co 
> " 
>
>
> 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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Re: GAE Failing on all my code since this morning NoClassDefFoundError-AddException

2013-03-19 Thread Guy Armitage
Same here! Could someone please help

On Tuesday, March 19, 2013 6:31:09 AM UTC-7, dw...@versature.com wrote:
>
> I am having the same issue. I can't figure out what's going on...
>
>
> On Tuesday, March 19, 2013 9:22:08 AM UTC-4, Guy Armitage wrote:
>>
>> Hi,
>>
>> For some reason GAE has started failing on all my method calls since this 
>> morning ~10am GMT.
>>
>> All my method calls now return:
>>
>> Caused by: java.lang.NoClassDefFoundError: 
>> com/google/appengine/api/search/AddException
>>
>> Did anything happen at today at about 10:00? Could Guice be the issue here,
>>
>> Is there anything I can do to solve this? I need my site online ASAP.
>>
>> The site id is "zealous-co 
>> " 
>>
>>
>> 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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Re: GAE Failing on all my code since this morning NoClassDefFoundError-AddException

2013-03-19 Thread Guy Armitage
I think they might have changed the Search API, do you use that at all?

On Tuesday, March 19, 2013 6:31:09 AM UTC-7, dw...@versature.com wrote:
>
> I am having the same issue. I can't figure out what's going on...
>
>
> On Tuesday, March 19, 2013 9:22:08 AM UTC-4, Guy Armitage wrote:
>>
>> Hi,
>>
>> For some reason GAE has started failing on all my method calls since this 
>> morning ~10am GMT.
>>
>> All my method calls now return:
>>
>> Caused by: java.lang.NoClassDefFoundError: 
>> com/google/appengine/api/search/AddException
>>
>> Did anything happen at today at about 10:00? Could Guice be the issue here,
>>
>> Is there anything I can do to solve this? I need my site online ASAP.
>>
>> The site id is "zealous-co 
>> " 
>>
>>
>> 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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Re: GAE Failing on all my code since this morning NoClassDefFoundError-AddException

2013-03-19 Thread dward
My app id versature-vsm

On Tuesday, March 19, 2013 9:31:09 AM UTC-4, dw...@versature.com wrote:
>
> I am having the same issue. I can't figure out what's going on...
>
>
> On Tuesday, March 19, 2013 9:22:08 AM UTC-4, Guy Armitage wrote:
>>
>> Hi,
>>
>> For some reason GAE has started failing on all my method calls since this 
>> morning ~10am GMT.
>>
>> All my method calls now return:
>>
>> Caused by: java.lang.NoClassDefFoundError: 
>> com/google/appengine/api/search/AddException
>>
>> Did anything happen at today at about 10:00? Could Guice be the issue here,
>>
>> Is there anything I can do to solve this? I need my site online ASAP.
>>
>> The site id is "zealous-co 
>> " 
>>
>>
>> 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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Re: GAE Failing on all my code since this morning NoClassDefFoundError-AddException

2013-03-19 Thread dward
Yeah that's what I am thinking as well. Yes I do use it.

On Tuesday, March 19, 2013 9:22:08 AM UTC-4, Guy Armitage wrote:
>
> Hi,
>
> For some reason GAE has started failing on all my method calls since this 
> morning ~10am GMT.
>
> All my method calls now return:
>
> Caused by: java.lang.NoClassDefFoundError: 
> com/google/appengine/api/search/AddException
>
> Did anything happen at today at about 10:00? Could Guice be the issue here,
>
> Is there anything I can do to solve this? I need my site online ASAP.
>
> The site id is "zealous-co 
> " 
>
>
> 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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Re: GAE Failing on all my code since this morning NoClassDefFoundError-AddException

2013-03-19 Thread Guy Armitage
Will take a look into it now, don't really want to be forced to update the 
SDK like this since I don't know what other issues will hit, but I guess I 
have no choice

On Tuesday, March 19, 2013 6:44:43 AM UTC-7, Saket Kumar wrote:
>
> Hi,
>
> You will need to switch to latest SDK and use PutException instead. 
> Index.add() method has been deprecated in favor of put().
>
> Saket
>
> On Tuesday, 19 March 2013 14:22:08 UTC+1, Guy Armitage wrote:
>>
>> Hi,
>>
>> For some reason GAE has started failing on all my method calls since this 
>> morning ~10am GMT.
>>
>> All my method calls now return:
>>
>> Caused by: java.lang.NoClassDefFoundError: 
>> com/google/appengine/api/search/AddException
>>
>> Did anything happen at today at about 10:00? Could Guice be the issue here,
>>
>> Is there anything I can do to solve this? I need my site online ASAP.
>>
>> The site id is "zealous-co 
>> " 
>>
>>
>> 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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] Re: GAE Failing on all my code since this morning NoClassDefFoundError-AddException

2013-03-19 Thread Wilson MacGyver
my gae-java app is also dying from

Caused by: java.lang.NoClassDefFoundError:
com/google/appengine/api/search/AddResponse

at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2444)
at java.lang.Class.getDeclaredMethods(Class.java:1808)
... 70 more
Caused by: java.lang.ClassNotFoundException:
com.google.appengine.api.search.AddResponse
at 
com.google.appengine.runtime.Request.process-47f610f7be17f2cb(Request.java)
... 67 more



but I'm not using any search api at all

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Re: GAE Failing on all my code since this morning NoClassDefFoundError-AddException

2013-03-19 Thread dward
Ok so I upgraded and am now using put instead of add but I am still getting 
the same exception.


On Tuesday, March 19, 2013 9:22:08 AM UTC-4, Guy Armitage wrote:
>
> Hi,
>
> For some reason GAE has started failing on all my method calls since this 
> morning ~10am GMT.
>
> All my method calls now return:
>
> Caused by: java.lang.NoClassDefFoundError: 
> com/google/appengine/api/search/AddException
>
> Did anything happen at today at about 10:00? Could Guice be the issue here,
>
> Is there anything I can do to solve this? I need my site online ASAP.
>
> The site id is "zealous-co 
> " 
>
>
> 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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] gae-java app failing with older SDK

2013-03-19 Thread Wilson MacGyver
Hi,

Starting this morning, my app is failing with

java.lang.NoClassDefFoundError: com/google/appengine/api/search/AddResponse


I know this is removed with the SDK 1.7.5


but the app was deployed quite sometime ago using

1.7.0


why would it start breaking now suddenly?


-- 
Omnem crede diem tibi diluxisse supremum.

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Re: GAE Failing on all my code since this morning NoClassDefFoundError-AddException

2013-03-19 Thread FrEaKmAn
Had same problem. To solve it I:

- updated to SDK 1.7.5
- updated methods add -> put and remove -> delete
- fixed including classes (for example, I was calling AddException. Now 
it's PutException)

On Tuesday, 19 March 2013 14:22:08 UTC+1, Guy Armitage wrote:
>
> Hi,
>
> For some reason GAE has started failing on all my method calls since this 
> morning ~10am GMT.
>
> All my method calls now return:
>
> Caused by: java.lang.NoClassDefFoundError: 
> com/google/appengine/api/search/AddException
>
> Did anything happen at today at about 10:00? Could Guice be the issue here,
>
> Is there anything I can do to solve this? I need my site online ASAP.
>
> The site id is "zealous-co 
> " 
>
>
> 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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Re: GAE Failing on all my code since this morning NoClassDefFoundError-AddException

2013-03-19 Thread dward
Ok I got mine working. I missed one AddException before when I upgraded. 
Everything is back to normal now.

On Tuesday, March 19, 2013 9:22:08 AM UTC-4, Guy Armitage wrote:
>
> Hi,
>
> For some reason GAE has started failing on all my method calls since this 
> morning ~10am GMT.
>
> All my method calls now return:
>
> Caused by: java.lang.NoClassDefFoundError: 
> com/google/appengine/api/search/AddException
>
> Did anything happen at today at about 10:00? Could Guice be the issue here,
>
> Is there anything I can do to solve this? I need my site online ASAP.
>
> The site id is "zealous-co 
> " 
>
>
> 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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] gae-java app failing with older SDK

2013-03-19 Thread Barry Hunter
As far as I know there isn't multiple versions of the server environment.

The run-time code has been updated to match latest SDK (possibly even one
not released yet!)

It doesnt matter what version SDK you are using you are always deploying to
the latest available runtime.






On Tue, Mar 19, 2013 at 2:31 PM, Wilson MacGyver wrote:

> Hi,
>
> Starting this morning, my app is failing with
>
> java.lang.NoClassDefFoundError: com/google/appengine/api/search/AddResponse
>
>
> I know this is removed with the SDK 1.7.5
>
>
> but the app was deployed quite sometime ago using
>
> 1.7.0
>
>
> why would it start breaking now suddenly?
>
>
> --
> Omnem crede diem tibi diluxisse supremum.
>
> --
> 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?hl=en.
> 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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] What to Do about AppSpot App that is stealing copyrighted material?

2013-03-19 Thread Norm Deplume

>
> *Jeff Schnitzer: "**Last of all, stop blaming other people for your 
> mistakes."*
> *Jeff Schnitzer: "**The proxy just happened to rank higher in Google that 
> the original content, probably due to the same technical ineptitude that 
> caused him to rant here on this list. *"


Your site is happily cached by these misconfigured proxies as well.  Guess 
you're just as inept as I am.

http://boink-proxy.appspot.com/www.voo.st/events 

As for the site ranking higher than mine...turns out it was a coordinated 
negative seo attack.  Somebody founds lots of proxies that didn't have a 
" tag inserted.   Appengine 
was just one platform used.   The attacker also created backlinks to help 
the proxied content get indexed.   For appspot specifically, Google seems 
to assign a fairly high level of trust, and crawls the subdomains very 
quickly.  So, it would find new articles that I was publishing on the proxy 
first.

Am I "inept" because I didn't see that coming?  

Why should owners of misconfigured proxies, that rewrite canonical tags, 
and don't bother instructing search engines to NOINDEX cached content be 
immune from DMCA requests? 

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] gae-java app failing with older SDK

2013-03-19 Thread Wilson MacGyver
I see. I upgraded to SDK 1.7.5, it's working now. For some reason I thought
there were multiple SDKs at server environment.

Thanks


On Tue, Mar 19, 2013 at 11:02 AM, Barry Hunter wrote:

> As far as I know there isn't multiple versions of the server environment.
>
> The run-time code has been updated to match latest SDK (possibly even one
> not released yet!)
>
> It doesnt matter what version SDK you are using you are always deploying
> to the latest available runtime.
>
>
>
>
>
>
> On Tue, Mar 19, 2013 at 2:31 PM, Wilson MacGyver wrote:
>
>> Hi,
>>
>> Starting this morning, my app is failing with
>>
>> java.lang.NoClassDefFoundError: com/google/appengine/api/search/AddResponse
>>
>>
>> I know this is removed with the SDK 1.7.5
>>
>>
>> but the app was deployed quite sometime ago using
>>
>> 1.7.0
>>
>>
>> why would it start breaking now suddenly?
>>
>>
>> --
>> Omnem crede diem tibi diluxisse supremum.
>>
>> --
>> 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?hl=en
>> .
>> 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?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>



-- 
Omnem crede diem tibi diluxisse supremum.

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Re: GAE Failing on all my code since this morning NoClassDefFoundError-AddException

2013-03-19 Thread Guy Armitage
All good here too, thanks for the tips!

On Tuesday, March 19, 2013 7:59:01 AM UTC-7, dw...@versature.com wrote:
>
> Ok I got mine working. I missed one AddException before when I upgraded. 
> Everything is back to normal now.
>
> On Tuesday, March 19, 2013 9:22:08 AM UTC-4, Guy Armitage wrote:
>>
>> Hi,
>>
>> For some reason GAE has started failing on all my method calls since this 
>> morning ~10am GMT.
>>
>> All my method calls now return:
>>
>> Caused by: java.lang.NoClassDefFoundError: 
>> com/google/appengine/api/search/AddException
>>
>> Did anything happen at today at about 10:00? Could Guice be the issue here,
>>
>> Is there anything I can do to solve this? I need my site online ASAP.
>>
>> The site id is "zealous-co 
>> " 
>>
>>
>> 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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Re: Still getting blank page for Datastore Admin link

2013-03-19 Thread Patrick
As Alex stated it appears to be a multiple sign in issue.  Right click and 
inspect the empty area.  You should see an url.  Go to that url to access 
the admin page.

On Sunday, March 17, 2013 9:45:10 AM UTC-7, Carl Schroeder wrote:
>
> Using Go appengine 1.7.4 SDK.
> Tried disabling and enabling datastore admin.
> Supposedly this was fixed. 
>
> Ideas anyone?
>

-- 
      

     


-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Re: Email sent but not received on other side

2013-03-19 Thread Shannon
Did you get your problem solved? I am having the same issue! Thanks for any 
help.

On Wednesday, August 1, 2012 11:54:31 AM UTC-7, Dia Al-Karbalai wrote:
>
> I have this google apps email and I am bcc'ing some people and I send it 
> out, I get no bounce-back messege and no error. And it goes into my sent 
> email.
>
> But it never reaches the other side? Why?
>
> I have another 2 other google apps domain, and those work perfectly. the 
> only difference between this one is just that I bought this domain though 
> google instead of a external domain provider like the other 2
>
> Why cant any of the recipeinets get the email? And yes they checked their 
> spam/junk as well.
>

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] Email sent but not received on other side

2013-03-19 Thread Shannon
Hi Christina-

I am having the same issue.  It just started March 1st, 2013.  The email is 
in my sent mail. No error or bounced email.  It only happens with .Mac or 
apple email accounts.  

No one who has an apple (@.mac, @me @icloud) can receive email from my 
domain which I am using google to manage.

Thank you for any help.


On Thursday, August 2, 2012 11:51:35 AM UTC-7, Christina Ilvento wrote:
>
> Hi Shia,
>
> Would you mind providing your app-id? You can email it to me directly if 
> you'd prefer. 
>
>
> Thanks,
> Christina
>
> On Wed, Aug 1, 2012 at 11:54 AM, Shia Poems 
> > wrote:
>
>> I have this google apps email and I am bcc'ing some people and I send it 
>> out, I get no bounce-back messege and no error. And it goes into my sent 
>> email.
>>
>> But it never reaches the other side? Why?
>>
>> I have another 2 other google apps domain, and those work perfectly. the 
>> only difference between this one is just that I bought this domain though 
>> google instead of a external domain provider like the other 2
>>
>> Why cant any of the recipeinets get the email? And yes they checked their 
>> spam/junk as well.
>>
>> -- 
>> 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/-/L9J1DEYUdmoJ.
>> To post to this group, send email to 
>> google-a...@googlegroups.com
>> .
>> To unsubscribe from this group, send email to 
>> google-appengi...@googlegroups.com .
>> For more options, visit this group at 
>> http://groups.google.com/group/google-appengine?hl=en.
>>
>
>
>
>  

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Search API in Russian

2013-03-19 Thread Игорь Леонидович Семенов
I've tested Search API in Russian half an year ago. Search API found all 
forms of Russian words (not only plural)! It was great!
And now (ver.1.7.4) Search in Russian isn't searching all same forms by 
query with
~"word in Russian"
setLocale("ru"), setLocale("ru_RU"), setLocale("ru", "RU") for Document 
or/and Field cann't help. 
Of course Search API searches definite word form, but in Russian some words 
have 10 forms by different endings.
What am I doing not so good?

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] App Engine (Java) application - Browse and search Google Spreadsheets content

2013-03-19 Thread info
Hi, I'm beginner on GAE.

I need make an Java application, that will search the Google spreadsheet 
and return corresponding row.

Can you direct me, Is there a tutorial? Or other useful links.

Thanks, 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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Client Error (400) when deploying through Eclipse

2013-03-19 Thread H S


I am new to Google App Engine and I am trying to deploy my application via 
eclipse. The problem I get when I try to deploy my application is that it 
gives me the following error:

 

Unable to update app: Error posting to URL: 
https://appengine.google.com/api/appversion/getresourcelimits?app_id=Project&version=1&;

400 Bad Request

Client Error (400)

The request is invalid for an unspecified reason.

See the deployment console for more details

Unable to update app: Error posting to 

 

When I look into the link provided by the console I get the following : 

Unable to update:

com.google.appengine.tools.admin.HttpIoException: Error posting to URL: 
https://appengine.google.com/api/appversion/getresourcelimits?app_id=Project&version=1&;

400 Bad Request

 

Client Error (400)

The request is invalid for an unspecified reason.

 

at 
com.google.appengine.tools.admin.AbstractServerConnection.send1(AbstractServerConnection.java:293)

at 
com.google.appengine.tools.admin.AbstractServerConnection.send(AbstractServerConnection.java:253)

at 
com.google.appengine.tools.admin.AbstractServerConnection.post(AbstractServerConnection.java:232)

at 
com.google.appengine.tools.admin.ResourceLimits.remoteRequest(ResourceLimits.java:171)

at 
com.google.appengine.tools.admin.ResourceLimits.request(ResourceLimits.java:138)

at 
com.google.appengine.tools.admin.AppAdminImpl.doUpdate(AppAdminImpl.java:366)

at 
com.google.appengine.tools.admin.AppAdminImpl.update(AppAdminImpl.java:53)

at 
com.google.appengine.eclipse.core.proxy.AppEngineBridgeImpl.deploy(AppEngineBridgeImpl.java:433)

at 
com.google.appengine.eclipse.core.deploy.DeployProjectJob.runInWorkspace(DeployProjectJob.java:148)

at 
org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)

at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)

 

Can anybody please give me some guidance to resolve this problem, so that I 
can deploy my application?

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] First instance worked, new instance failed with "Request failed because the app binary was missing. This can generally be fixed by redeploying your app."

2013-03-19 Thread Christian Siegert
March 18, 2013, I updated my Go app with "appcfg.py update ." successfully. 
I verified it by going to *new_app_id.appspot.com*, made this new version 
the default and verified again that the new version is being served at *
www.example.com*.

Later, a new instance was created automatically:
This request caused a new process to be started for your application, and 
thus caused your application code to be loaded for the first time. This 
request may thus take longer and use more CPU than a typical request for 
your application.

But failed right there with:
Request failed because the app binary was missing. This can generally be 
fixed by redeploying your app.

Is it expected behavior that new instances can fail with that error once 
the update was deployed successfully?

I had this error a couple of times, but always only right after deploying 
an update. That wasn't problematic since I test updates before I make them 
the default version. The error above appeared half an hour after I deployed 
the update successfully. The working instances were shut down automatically 
and the failing one remained active.

The instance that failed: 
00c61b117c4bbad42f816ff10d6c52fee2ec50
Timestamp: 18/Mar/2013:15:34:17 -0700

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] Re: Java Backends are killed and started

2013-03-19 Thread Vinny P

On Tuesday, March 19, 2013 7:41:59 AM UTC-5, aswath wrote:
>
> It is better while using B8 instances.  The memory usage keeps shooting up 
> as I run long scheme migrations and finally the instance dies at 1024MB.
> I believe, I have to investigate my code for possible memory leaks. 
>
> Since, my program is continuously looping and doing some entity updates, I 
> think the java garbage collector is not getting a chance to do the garbage 
> collection.
> Is there any way to forcebly perform the garbage collection or, better, I 
> want to give a chance for the JVM to perform it garbage collection process.
>
 

Glad to hear it's better now. I'm not sure if there's a way to access GC 
processes; that might be outside of AppEngine's whitelist requirement. Can 
you post some code, and we can see if there's some optimizations we can do?


On Tuesday, March 19, 2013 12:24:34 PM UTC-5, Rafael Sanches wrote:
>
> If you see that screenshot you will see that my dynamic instances are ok, 
> but the dedicated ones keep dying and re-starting, but they die after some 
> seconds.
>  
>

Just as a temporary band aid (and to save you a bit of money) try lowering 
the resident instances to just 1, and let the dynamic instances carry the 
load. A lot of people are having issues today, seems like it's one of those 
days.

-Vinny P


 

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Re: Email sent but not received on other side

2013-03-19 Thread Jim
It may be related to the SPF record: 
  http://support.google.com/a/bin/answer.py?hl=en&answer=33786




On Wednesday, August 1, 2012 1:54:31 PM UTC-5, Dia Al-Karbalai wrote:
>
> I have this google apps email and I am bcc'ing some people and I send it 
> out, I get no bounce-back messege and no error. And it goes into my sent 
> email.
>
> But it never reaches the other side? Why?
>
> I have another 2 other google apps domain, and those work perfectly. the 
> only difference between this one is just that I bought this domain though 
> google instead of a external domain provider like the other 2
>
> Why cant any of the recipeinets get the email? And yes they checked their 
> spam/junk as well.
>

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Re: App Engine (Java) application - Browse and search Google Spreadsheets content

2013-03-19 Thread Vinny P
Hi David, 

Welcome to GAE. A Java application to process a Google Doc spreadsheet is 
fairly simple to write, there's documentation and Java sample code here at: 
https://developers.google.com/google-apps/spreadsheets/ 

With that said, there are other, better ways to access and search 
spreadsheet-style data. Try Google Fusion Tables ( 
http://support.google.com/fusiontables/answer/2571232?hl=en ); the data is 
presented in a spreadsheet style format, but can be queried using SQL 
syntax ( https://developers.google.com/fusiontables/docs/v1/sql-reference ). 
Documentation and example code is here: 
https://developers.google.com/fusiontables/

-Vinny P

On Tuesday, March 19, 2013 4:38:25 AM UTC-5, in...@fajneveci.cz wrote:
>
> Hi, I'm beginner on GAE.
>
> I need make an Java application, that will search the Google spreadsheet 
> and return corresponding row.
>
> Can you direct me, Is there a tutorial? Or other useful links.
>
> Thanks, 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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Re: Question about pushing messages to native apps

2013-03-19 Thread Vinny P
Hi Arthur,

I'm not the original poster, but I deployed a simple communications app 
recently and I used a new company called Firebase. Firebase is still in 
beta, but it basically handles the entire communications backend for you, 
and all you need is some javascript on your side. Here's a quick tutorial 
on it: https://www.firebase.com/tutorial/#gettingstarted

(Not affiliated with them, just a happy customer.)

-Vinny P




On Monday, March 18, 2013 2:33:57 PM UTC-5, Arthur Wiebe wrote:
>
> Hey Christoph, may I ask what you ended up doing?
>
> I thought about registering one gtalk account and use it within the game 
>> client (register each client with a unique ressource, or maybe with a 
>> ressource per game). So basically the GAE app would send messages to 
>> my_customapp [at] gmail [dot] com/, but i'm not sure if this 
>> would be allowed by google. Maybe someone here has some information about 
>> that?
>
>
> I'm considering doing that as well. Unless there is a better way.
>
> On Sunday, 15 January 2012 16:45:48 UTC-5, Christoph Grossegger wrote:
>>
>> thank you for mentioning and sharing your experiences with pubnub, 
>> althought it seams a bit expensive for my purpose (at least the pay as you 
>> go system, haven't calculated the prepaid options yet). It looks 
>> interesting for applications with somehow "moderate" update rates / pushes, 
>> since you get the whole package from client to server apis, but in my case 
>> here, it looks really expensive. 
>>
>> If i understand the pricing model right, i would pay 5 credits per 
>> message on a broadcast to 4 players (currently the maximum player size per 
>> game), 1 to the system and 1 for each player. One credit costs "only" 
>> $0.0001 (which makes $0.0005 per broadcast), which doesn't look much, but 
>> throughout a game, there are a few of those. Let's say each player performs 
>> every 4 seconds an action that requires a broadcast, results in 1 broadcast 
>> per second per hosted game. That would cost a lot of money. Guess that an 
>> ec2 instance would cost way less and running the game logic directly their 
>> would also reduce the latency and the load of other instances. 
>>
>

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Google App Engine SDK 1.7.6 is now available!

2013-03-19 Thread Janani Thanigachalam
Hi everyone,

We're happy to announce that we released the 1.7.6 SDK.

This release includes new features such as Full Text Search API stats, 
experimental asynchronous methods to Task Queue API and improvements to the 
Python dev_appserver,

For more details, please read our blog post and release notes.

Announcement:
http://googleappengine.blogspot.com/2013/03/app-engine-176-released.html

Releae notes for Python:
http://code.google.com/p/googleappengine/wiki/SdkReleaseNotes

Release notes for Java:
http://code.google.com/p/googleappengine/wiki/SdkForJavaReleaseNotes

Release notes for Go:
https://code.google.com/p/googleappengine/wiki/SdkForGoReleaseNotes

Enjoy!

Janani Thanigachalam
Technical Program Manager
Google App Engine

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] First instance worked, new instance failed with "Request failed because the app binary was missing. This can generally be fixed by redeploying your app."

2013-03-19 Thread Takashi Matsuo
Hi Christian,

Yes, we're aware of this issue and fixing it.
Thanks for the report.

-- Takashi


On Tue, Mar 19, 2013 at 8:05 AM, Christian Siegert <
christ...@christian-siegert.com> wrote:

> March 18, 2013, I updated my Go app with "appcfg.py update ."
> successfully. I verified it by going to *new_app_id.appspot.com*, made
> this new version the default and verified again that the new version is
> being served at *www.example.com*.
>
> Later, a new instance was created automatically:
> This request caused a new process to be started for your application, and
> thus caused your application code to be loaded for the first time. This
> request may thus take longer and use more CPU than a typical request for
> your application.
>
> But failed right there with:
> Request failed because the app binary was missing. This can generally be
> fixed by redeploying your app.
>
> Is it expected behavior that new instances can fail with that error once
> the update was deployed successfully?
>
> I had this error a couple of times, but always only right after deploying
> an update. That wasn't problematic since I test updates before I make them
> the default version. The error above appeared half an hour after I deployed
> the update successfully. The working instances were shut down automatically
> and the failing one remained active.
>
> The instance that failed: 
> 00c61b117c4bbad42f816ff10d6c52fee2ec50
> Timestamp: 18/Mar/2013:15:34:17 -0700
>
> --
> 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?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>



-- 
Takashi Matsuo | Developers Programs Engineer | tmat...@google.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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Re: Question about pushing messages to native apps

2013-03-19 Thread Kristopher Giesing
I ended up writing my own solution, which is essentially a replacement for 
the channel APIs.

The solution involves a node.js service that multiplexes to the clients.  I 
used websocket-node (https://github.com/Worlize/WebSocket-Node) on the 
node.js end, and SocketRocket (https://github.com/square/SocketRocket) on 
the iOS end. I had tried several other persistent-connection solutions for 
node, but none of them gave me the combination of flexibility and 
reliability that I needed.

I've been considering posting the code somewhere since it's pretty simple. 
 The advantage to it is that it's free (other than hosting costs, which run 
me $200/year, but I was already paying that).  The disadvantage is that, 
well, it's custom, so it's not as well tested as some other solutions might 
be.

- Kris

On Tuesday, March 19, 2013 2:06:10 PM UTC-7, Vinny P wrote:
>
> Hi Arthur,
>
> I'm not the original poster, but I deployed a simple communications app 
> recently and I used a new company called Firebase. Firebase is still in 
> beta, but it basically handles the entire communications backend for you, 
> and all you need is some javascript on your side. Here's a quick tutorial 
> on it: https://www.firebase.com/tutorial/#gettingstarted
>
> (Not affiliated with them, just a happy customer.)
>
> -Vinny P
>
>
>
>
> On Monday, March 18, 2013 2:33:57 PM UTC-5, Arthur Wiebe wrote:
>>
>> Hey Christoph, may I ask what you ended up doing?
>>
>> I thought about registering one gtalk account and use it within the game 
>>> client (register each client with a unique ressource, or maybe with a 
>>> ressource per game). So basically the GAE app would send messages to 
>>> my_customapp [at] gmail [dot] com/, but i'm not sure if this 
>>> would be allowed by google. Maybe someone here has some information about 
>>> that?
>>
>>
>> I'm considering doing that as well. Unless there is a better way.
>>
>> On Sunday, 15 January 2012 16:45:48 UTC-5, Christoph Grossegger wrote:
>>>
>>> thank you for mentioning and sharing your experiences with pubnub, 
>>> althought it seams a bit expensive for my purpose (at least the pay as you 
>>> go system, haven't calculated the prepaid options yet). It looks 
>>> interesting for applications with somehow "moderate" update rates / pushes, 
>>> since you get the whole package from client to server apis, but in my case 
>>> here, it looks really expensive. 
>>>
>>> If i understand the pricing model right, i would pay 5 credits per 
>>> message on a broadcast to 4 players (currently the maximum player size per 
>>> game), 1 to the system and 1 for each player. One credit costs "only" 
>>> $0.0001 (which makes $0.0005 per broadcast), which doesn't look much, but 
>>> throughout a game, there are a few of those. Let's say each player performs 
>>> every 4 seconds an action that requires a broadcast, results in 1 broadcast 
>>> per second per hosted game. That would cost a lot of money. Guess that an 
>>> ec2 instance would cost way less and running the game logic directly their 
>>> would also reduce the latency and the load of other instances. 
>>>
>>

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Image Chart Replacements?

2013-03-19 Thread Chad Vincent
Trying to send a pair of simple line charts in an automated status email. 
 Can't use the Visualization/Image API, since almost all email clients 
block Javascript.  I would use the Image Chart API, but with deprecation 
being less than two years out, I'd rather not have to go back and do it 
again later...

Any suggestions for services or libraries that like GAE?  Or am I stuck 
using Image Charts until they vanish?

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] AppScale IRC office hours tomorrow

2013-03-19 Thread Hannah Anderson
Hi all,

AppScale is an open source implementation of App Engine.

Join us on IRC tomorrow morning at 8am PST at #appscale on freenode.net
 with any questions or feature requests about AppScale, or just to say 'hi'!


We're doing them every Wednesday from 8am PST - 9am PST, so feel free to 
join us and drop us a line!

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Re: Anyone using EU-datacenter option outside Premier Accounts?

2013-03-19 Thread Miguel PersonToVehicle
Thanks for the info Luca. Let's wait then.

Good luck!

On Tuesday, March 19, 2013 8:56:48 AM UTC+1, decu...@uemd.net wrote:
>
> Hi Miguel
>
> No, I did not receive any confirmation message so far. I think they might 
> got flooded with requests... 
>
> Regards
> -Luca.
>
>
>
> Am Montag, 18. März 2013 23:19:35 UTC+1 schrieb Miguel PersonToVehicle:
>>
>> Hi Luca,
>>
>> We applied for it five weeks ago and haven´t receive any answer so far. 
>> Not even a simple acknowledge. I'm begining to think something wrong 
>> happened because it is quiet rare not getting at least one courtesy email 
>> confirming the reception the request. 
>>
>> Did you get any sort of acknowledge  just after sending your request?
>>
>> Thanks,
>> Miguel
>>  
>>
>> On Monday, March 18, 2013 2:21:11 PM UTC+1, decu...@uemd.net wrote:
>>>
>>> Hi Juha
>>>
>>> How long did you have to wait for the answer? I did also apply the last 
>>> week and I don't know where I'm standing now.
>>> I would like to use my freshly created Cloud SQL EU-instance. Suddenly 
>>> my App instance is still in US and I can't connect those.
>>>
>>> Did you notice any response improvements while moving to Europe?
>>>
>>> Regards
>>> -Luca.
>>>
>>> Am Samstag, 2. Februar 2013 08:57:08 UTC+1 schrieb Juha Koskela:

 Hi,

 I signed up for the "Google App Engine is extending its European 
 offering to non-premier customers" - offering some time ago. Got an email 
 earlier this week: "Based on the feedback that you provided, we've 
 enabled this support for your account." 

 Is anyone using this already? I can't find the Location option anywhere 
 and the documentation (in the Uploading Your Application -section) referes 
 only to premier accounts. I've tried creating a new app (no location 
 option 
 available while creating), enabling billing, and going through all 
 possible 
 settings. If you're using the EU datacenter with the "extended european 
 offering", how did you get started?

 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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Important for Python developers - Updates to the Development Server in 1.7.6

2013-03-19 Thread Andrew Jessup
In the 1.7.6 release of App Engine we’ve included a major upgrade to the 
Development Server in the Python SDK, designed to make development faster 
and more faithfully reproduce the production App Engine runtime 
environment. The new version more faithfully simulates elements of the 
production App Engine environment, such as concurrent requests and 
backends, and in most cases this will also mean your apps run faster. We 
previously included this in the 1.7.5 release as dev_appserver2.py, in this 
release it has become the default dev_appserver.py

While we're confident the improvements are substantial, as with any major 
change, some things work a little differently with the new dev_appserver. 
Here’s a few changes to watch out for:

   - Your local development admin console will run on it’s own server and 
   port, rather than under /_ah/admin
   - We’ve changed the defaults for new applications, such as using HRD 
   rather than Master/Slave, and using SQLlite to emulate the datastore.
   - We’ve cleaned up many command line flags and arguments
   - Python 2.5 applications are no longer officially supported on the new 
   Development Server in line with our deprecation announcement (although they 
   may still be run)

We’ve provided a detailed summary of all the changes to the Development 
Server in our 
documentation.
 


The the legacy dev_appserver.py remains available in the Python SDK as 
old_dev_appserver.py for those who still require it. However if you 
encounter any issues with the new Development Server we strongly encourage 
you to report them on our issue 
tracker
.

We hope you like the new changes, and that you enjoy snappier app 
development with fewer surprises on deployment. Keep on coding!

- Andrew Jessup, for the App Engine team

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Re: Question about pushing messages to native apps

2013-03-19 Thread Arthur Wiebe
Thanks for the inputs. I might just try firebase instead of trying to build 
my own solution. Either that or use XMPP which I have working right now 
using a resource for each client connection.

I did start down the NodeJS path as well just like Kris is doing except I 
used socket.io with NodeJS and was using python for the client. It worked, 
but my concern was scalability and what happens when the NodeJS server 
can't handle all the websockets. When you add more nodejs instances and 
load balance them, it makes things a lot more complicated.

So I prefer to try and make XMPP work because that's what the GAE channel 
API uses in the background anyway, but firebase does look tempting.

On Tuesday, March 19, 2013 6:30:21 PM UTC-4, Kristopher Giesing wrote:
>
> I ended up writing my own solution, which is essentially a replacement for 
> the channel APIs.
>
> The solution involves a node.js service that multiplexes to the clients. 
>  I used websocket-node (https://github.com/Worlize/WebSocket-Node) on the 
> node.js end, and SocketRocket (https://github.com/square/SocketRocket) on 
> the iOS end. I had tried several other persistent-connection solutions for 
> node, but none of them gave me the combination of flexibility and 
> reliability that I needed.
>
> I've been considering posting the code somewhere since it's pretty simple. 
>  The advantage to it is that it's free (other than hosting costs, which run 
> me $200/year, but I was already paying that).  The disadvantage is that, 
> well, it's custom, so it's not as well tested as some other solutions might 
> be.
>
> - Kris
>
> On Tuesday, March 19, 2013 2:06:10 PM UTC-7, Vinny P wrote:
>>
>> Hi Arthur,
>>
>> I'm not the original poster, but I deployed a simple communications app 
>> recently and I used a new company called Firebase. Firebase is still in 
>> beta, but it basically handles the entire communications backend for you, 
>> and all you need is some javascript on your side. Here's a quick tutorial 
>> on it: https://www.firebase.com/tutorial/#gettingstarted
>>
>> (Not affiliated with them, just a happy customer.)
>>
>> -Vinny P
>>
>>
>>
>>
>> On Monday, March 18, 2013 2:33:57 PM UTC-5, Arthur Wiebe wrote:
>>>
>>> Hey Christoph, may I ask what you ended up doing?
>>>
>>> I thought about registering one gtalk account and use it within the game 
 client (register each client with a unique ressource, or maybe with a 
 ressource per game). So basically the GAE app would send messages to 
 my_customapp [at] gmail [dot] com/, but i'm not sure if this 
 would be allowed by google. Maybe someone here has some information about 
 that?
>>>
>>>
>>> I'm considering doing that as well. Unless there is a better way.
>>>
>>> On Sunday, 15 January 2012 16:45:48 UTC-5, Christoph Grossegger wrote:

 thank you for mentioning and sharing your experiences with pubnub, 
 althought it seams a bit expensive for my purpose (at least the pay as you 
 go system, haven't calculated the prepaid options yet). It looks 
 interesting for applications with somehow "moderate" update rates / 
 pushes, 
 since you get the whole package from client to server apis, but in my case 
 here, it looks really expensive. 

 If i understand the pricing model right, i would pay 5 credits per 
 message on a broadcast to 4 players (currently the maximum player size per 
 game), 1 to the system and 1 for each player. One credit costs "only" 
 $0.0001 (which makes $0.0005 per broadcast), which doesn't look much, but 
 throughout a game, there are a few of those. Let's say each player 
 performs 
 every 4 seconds an action that requires a broadcast, results in 1 
 broadcast 
 per second per hosted game. That would cost a lot of money. Guess that an 
 ec2 instance would cost way less and running the game logic directly their 
 would also reduce the latency and the load of other instances. 

>>>

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.