[appengine-java] Re: App Engine SDK 1.5.4 released!

2011-09-18 Thread Casey
Any idea when this will be available for the Eclipse 3.5 plugin? On Sep 12, 3:31 pm, Ikai Lan (Google) ikai.l+gro...@google.com wrote: Hey everyone, Just wanted to let you all know that App Engine SDK 1.5.4 has been released. The official announcement is here:

[appengine-java] Re: How to detect the event of instantiating another instance of app

2011-09-18 Thread Art
Thank Gerald for sharing your knowledge. Personally, I kind feel a little strange for that, in spite of the nature of GAE app what needs to consider of multi-instances of app, GAE platform haven't provided any event hooks available what can be used across app instances, though the technical

[appengine-java] Re: input Data in DataStore from External Server ?

2011-09-18 Thread Kb
Or should i go for other Tomcat Hosts ? On Sep 13, 12:50 am, Kb kb.kb.1...@gmail.com wrote: I Have around 100,000 entries in database(MySQL) that updates every 10 minutes. If i use GAE DataStore in Server Application(hosted somewhere)  and Again GAE Datastore  on Client will it fit the QUOTA

[appengine-java] Re: Developing Multilingual Web Applications

2011-09-18 Thread Nichole
If you have a java web application that conforms to servlet spec 2.4, jsp spec 2.0 and jstl spec 1.1.x the additional steps you'll need to take are roughly: -- add the resource files to your appengine-web.xml file -- replace use of JAAS classes that are not allowed by the appengine security

[appengine-java] bandwidth consumption

2011-09-18 Thread senderj
My app needs to gather info from web pages. I use cron job to trigger tasks in task queue. Each queue entry does some URL fetch for the job. I've tried two methods: one use 4 queue entries, each of which covers 10 URL fetches; another one use 40 entries each of which covers only 1 URL fetches. I

[appengine-java] Threads

2011-09-18 Thread HARISH S.C
Hi, I would like to clarify some basic doubts. I am trying to port an existing app into google app engine . 1. When I have more than 1 servlet, it ll be executed in different thread in a single JVM or else how it will be executed ? 2. Is there any workaround to eliminate threading? 3. Can we

RE: [google-appengine] Re: New Pricing ROCKS! for Small apps

2011-09-18 Thread Brandon Wirtz
Can't make anyone happy. I find one app that says it will be cheaper after the new pricing and you still poo-poo it. I see how it is. :-) From: google-appengine@googlegroups.com [mailto:google-appengine@googlegroups.com] On Behalf Of Gerald Tan Sent: Saturday, September 17, 2011 10:14 PM

[google-appengine] TaskQueue exception

2011-09-18 Thread Deepak Singh
Hi, com.google.appengine.api.taskqueue.DeferredTaskCreationException: java.io.NotSerializableException: com.google.gwt.user.server.rpc.impl.StandardSerializationPolicy at com.google.gwt.user.server.rpc.RPC.encodeResponseForFailure(RPC.java:385) at

[google-appengine] Re: About the mail api again, the surrounding services gae is proud of

2011-09-18 Thread Tapir
I tried sending emails to some fake addresses, but there is no errors thrown and mails bounced. So I can't know if an email is sent successfully or not. If an email is not sent successfully, gae should tell developers what happened, right? On Sep 13, 1:05 am, nischalshetty

[google-appengine] Re: About the mail api, how do developers know if a mail is sent successfully or not?

2011-09-18 Thread Tapir
I want to make it simple, by using the surrounding services gae team is proud of, although many of the surrounding services are lame, I am willing to believing gae team will make them better soon. On Sep 11, 9:26 am, Robert Kluin robert.kl...@gmail.com wrote: Yeah this is pretty silly; as Jamie

[google-appengine] Re: New Pricing ROCKS! for Small apps

2011-09-18 Thread JH
Or they could bill you once you reach a certain amount like $20. Just as ad words doesn't pay until you are owed $100 On Sep 18, 12:13 am, Gerald Tan woefulwab...@gmail.com wrote: You're forgetting the $2.10 per week (~$9/month) minimum charge, which is actually annoying for small apps

[google-appengine] Custom Administration Console pages with admin login requirement result in redirect loops

2011-09-18 Thread Pol
Hi, I've added custom admin pages but when I try to follow the links added to the left pane of the Administration Console, it results in redirect loops. Looking at the generated HTML, the iframe with the custom admin page points to https://1755-dot-latest-dot-everpix-alpha.appspot.com/

[google-appengine] Re: About the mail api again, the surrounding services gae is proud of

2011-09-18 Thread JH
The mail api may not send the email immediately, I'd imagine it hits a queue first. So it can't throw an error on bad email addresses. The only solution is to return bounced emails via the return-path. GAE has never supported sending the user bounced emails. If you need this functionality you

[google-appengine] Add User Problems

2011-09-18 Thread Rori Stumpf
I'm trying to add a non-Google email address as an app administrator (to be used for sending email), but it's not working. Steps: 1. Admin - Permissions - Add new user with role owner. 2. The new user name shows as pending. 3. The confirmation email says the invitation is to be a developer of

[google-appengine] Re: Add User Problems

2011-09-18 Thread Rori Stumpf
Also, if a Google account is created for the new user it still does not work. On Sep 18, 9:30 am, Rori Stumpf r...@simplesmartads.com wrote: I'm trying to add a non-Google email address as an app administrator (to be used for sending email), but it's not working. Steps: 1. Admin -

[google-appengine] Re: Add User Problems

2011-09-18 Thread voscausa
If you own the domain of your non-Google email address, you can make it a Google apps domain. This works for me. I added f.i. an email address like nore...@mydomain.nl as a viewer for sending mail. -- You received this message because you are subscribed to the Google Groups Google App Engine

[google-appengine] Why the need to prepend s~ before appid for appcfg.py?

2011-09-18 Thread Krishna Patel
I thought I used to be able to say simply: *appcfg.py download_data --application=APPID . . .* Why do I now need to prepend a *s~* to my app-id: *-application=*s~*APPID . . .* It took me several hours to figure out that this was the cause of a problem others have also had:

[google-appengine] Why does appcfg.py request_logs not accept java as a valid runtime in app.yaml?

2011-09-18 Thread Krishna Patel
Is there a way for a Java app to call appcfg.py request_logs? When I try to do so, I get this error which goes away if I kludge my app.yaml by changing the runtime value from 'Java' to 'Python': appcfg.py request_logs --application=s~example --email=exam...@gmail.com--num_days=1 .

[google-appengine] about error django 1.2 was requested, but 0.96.4.None is already in use

2011-09-18 Thread saintthor
i have added such code: == from google.appengine.dist import use_library use_library('django', '1.2') webapp_django_version = '1.2' == but the error raised in use_library() == 2011-09-19 00:20:02.722 class 'google.appengine.dist._library.UnacceptableVersionError': django 1.2

[google-appengine] Re: New Pricing ROCKS! for Small apps

2011-09-18 Thread JH
.37/day = $11.1/month .9/day = $9/month/minimum so not a huge savings... I posted earlier that I agree the new pricing is not so bad... small hobby apps however do take a hit with $9/minimum... it's feasible with 1 or 2 apps but if you have 5 or 10 project apps the minimums can add up. On Sep

[google-appengine] Re: New Pricing ROCKS! for Small apps

2011-09-18 Thread Bay
lets also keep in mind that your app will be slower and have more latency than before. You had enabled 3 instances always on. If you aim for that under the new pricing regime you will pay a lot more than .09/day... You might not be comparing apples and oranges. But you are comparing one apple

Re: [google-appengine] Why the need to prepend s~ before appid for appcfg.py?

2011-09-18 Thread Timofey Koolin
+1. Can google autodetect prefix on server-side or auto-try different prefixes from client side? 2011/9/18 Krishna Patel krishnapatel...@gmail.com I thought I used to be able to say simply: *appcfg.py download_data --application=APPID . . .* Why do I now need to prepend a *s~* to my

RE: [google-appengine] Re: New Pricing ROCKS! for Small apps

2011-09-18 Thread Brandon Wirtz
I don't know why the count is 3, but my understanding is that 1 will get you two on python because they are half sized instances. I only have 1 always on set in the app. From: google-appengine@googlegroups.com [mailto:google-appengine@googlegroups.com] On Behalf Of Bay Sent: Sunday,

Re: [google-appengine] Re: New Pricing ROCKS! for Small apps

2011-09-18 Thread Felippe Bueno
I had significant pricing changes on my apps. I have 3 apps appid1 ~1500 rec/sec dropped from ~$170 to ~$75 (per day) appid2 ~150 rec/sec dropped from ~$11 to $7 (per day) appid3 ~4 rec/sec increases from $0 to ~$0.13 (per day) All data store reads operation are made using key_names. I use

Re: [google-appengine] same app started on 2 different ports do not share same entities?!

2011-09-18 Thread Robert Kluin
I'd guess due to changes they've made to support backends. Have you tried using a backend to simulate the behavior you're looking for? Robert On Mon, Sep 12, 2011 at 08:11, andreas schmid a.schmi...@gmail.com wrote: hi, if i start the same app at the same time on 2 different ports and

Re: [google-appengine] Re: App Engine SDK 1.5.4 released!

2011-09-18 Thread Robert Kluin
You sure the index is identical? On Tue, Sep 13, 2011 at 05:25, Ice13ill andrei.fifi...@gmail.com wrote: I've been expecting the new datastore query improvement... I have a question related to that feature: i have deployed a new version with Java SDK 1.5.4 to test queries that previously

Re: [google-appengine] Re: App Engine SDK 1.5.4 released!

2011-09-18 Thread Andrei Cosmin Fifiiţă
I forgot to reply, but now it works... i didn't change anything On Sep 18, 2011 11:21 PM, Robert Kluin robert.kl...@gmail.com wrote: You sure the index is identical? On Tue, Sep 13, 2011 at 05:25, Ice13ill andrei.fifi...@gmail.com wrote: I've been expecting the new datastore query

Re: [google-appengine] Re: Customer can no longer access their App Engine dashboard

2011-09-18 Thread Robert Kluin
On my dashboards, I've got an Add more services next to the Service Settings header. I can add apps there. Robert On Thu, Sep 15, 2011 at 11:17, Cain Wong cw...@cloudsherpas.com wrote: I've encountered another user with this same issue.   The problem now is that Google App Engine does

Re: [google-appengine] Re: New Pricing ROCKS! for Small apps

2011-09-18 Thread Robert Kluin
Yeah I've got a bunch of apps I use for stuff like testing, or verifying things before posting responses on the groups, etc..., that I need to evaluate now. Several have tiny little charges showing up some days which will translate to $9/month. Kind of a bummer. On Sun, Sep 18, 2011 at

Re: [google-appengine] Why the need to prepend s~ before appid for appcfg.py?

2011-09-18 Thread Fábio Uechi
+1 But in a different scenario. I was trying to use the Task Queue Rest API and it took me the whole afternoon to figure out that I had this prefix ( s~ ) missing. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To view this discussion on

Re: [google-appengine] Re: Mail Server of mail2000.com.tw gets the same mail twice?

2011-09-18 Thread Robert Kluin
Ah. Good to know, thanks for sharing the resolution. Robert On Fri, Sep 16, 2011 at 03:07, hoamon hoa...@gmail.com wrote: i got the answer.  It is the to and bcc field setup problem. I used to like set bcc field to send mail, but GAE did't allow me to only set bcc.  Then i set the to

[google-appengine] Unable to get Presence object using xmppservice

2011-09-18 Thread ramesh
Hi, I am trying to handle the user presence in my application. I have added xmpp_presence as inbound service in appengine-web.xml file. I created three servlets to handle requests for /_ah/xmpp/presence/available/ /_ah/xmpp/presence/unavailable/ /_ah/xmpp/presence/probe/ I am able to

Re: [google-appengine] Re: About the mail api again, the surrounding services gae is proud of

2011-09-18 Thread Nick Johnson
Hi Tapir, There's no way for the mail API to determine if an email address is valid synchronously (before the call returns). If the domain exists and has an MX record, the only way to determine if the address is valid is to send the message to it - and sending email is something that happens