[google-appengine] Re: Google App Engine SDK 1.7.4 is out

2012-12-13 Thread stephenp
Hi,

Sorry for being 'that guy', but is there any kind of ETA for the search API 
becoming non-experimental? Early next year maybe? :) 

Thanks,

Stephen


On Thursday, December 13, 2012 7:09:31 PM UTC-6, Johan Euphrosine (Google) 
wrote:

 Hi everyone,

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

 This release includes several new features including extended availability 
 of EU datacenter to paid application, a brand new maven plugin for Java as 
 well as significant JSP compilation speedup, and several updates and bug 
 fixes to the Python runtime.

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

 Announcement:
 http://googleappengine.blogspot.com/2012/12/app-engine-174-released.html

 Release 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!
 -- 
 Johan Euphrosine (proppy)
 Developer Programs Engineer
 Google Developer Relations
  

-- 
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/-/INfFxvaoUf8J.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Outages?

2012-03-13 Thread stephenp
One more here.

appid: carglyplatform (HRD)

It's been flaky off-and-on for a couple weeks, yesterday was better, today 
bad again. Lots of warmup errors, instance restarts, errors in general.

Stephen

On Tuesday, March 6, 2012 3:17:37 PM UTC-6, Adam Sherman wrote:

 Am I the only one seeing short duration outages? They are being reflected 
 at:

 http://code.google.com/status/appengine

 But I don't see anyone else complaining anywhere, so it makes me worried.

 A.


On Tuesday, March 6, 2012 3:17:37 PM UTC-6, Adam Sherman wrote:

 Am I the only one seeing short duration outages? They are being reflected 
 at:

 http://code.google.com/status/appengine

 But I don't see anyone else complaining anywhere, so it makes me worried.

 A.


On Tuesday, March 6, 2012 3:17:37 PM UTC-6, Adam Sherman wrote:

 Am I the only one seeing short duration outages? They are being reflected 
 at:

 http://code.google.com/status/appengine

 But I don't see anyone else complaining anywhere, so it makes me worried.

 A.



-- 
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/-/C5nrBOmPaPcJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: What are the rules for sending email through an application

2012-02-26 Thread stephenp
Is i...@nextgreatstartup.com an administrator in the appengine console for 
myapp? You should see it listed under Permissions on the AppEngine 
console. 

If you don't see the email, you can use the form at the bottom of the 
Permissions page to send an invitation to i...@nextgreatstartup.com. Once 
that user accepts the invitation, you'll be able to send emails with that 
from address.

Stephen



On Friday, February 24, 2012 8:03:16 PM UTC-6, mikaye wrote:

 Previously, I had sent emails in my GAE appplication through my own 
 account. This works fine. 

 e.g. myapp.appspot.com 

 I'm working with a 3rd party and have updated their site so their 
 domain, http://www.nextgreatstartup.com, points to myapp.appspot.com 
 by adding it as a service to their GAE apps aacount. So far, so good. 

 I added a new user to their GAE apps account, 

 e.g. i...@nextgreatstartup.com 

 I updated the app to send emails through this user. 

 I don't see any error messages in the app logs nor do I receive any 
 emails sent from the app. 

 Any idea what I'm doing wrong? 



-- 
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/-/ghrksA3C3YUJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Any plans to ever let us set the OpenID realm?

2012-01-25 Thread stephenp
I've been trying to get SSO for Google Apps to work with appengine. I've 
tried it both by implementing my own servlet that uses step2 and 
openid4java, and I've tried it using the UserService.

There are problems with both, but using the UserService would be ideal if 
only we were able set the realm so we skip the openid confirmation page. 
Skipping the confirmation page is a requirement for the Google Apps 
Marketplace. BTW, it would be nice if the the Google Apps dev documentation 
said something like Don't try to use AppEngine's UserService because it 
won't work. This would really save some wild-goose-chases. Sadly, instead 
the python example they provide actually uses AppEngine's UserService - 
which actually sent me on a wild-goose-chase.

Building a servlet using step2/openid4java to do the OpenID SSO that the 
Apps folks want wasn't so bad, but they also want all the OpenID 
communication secure, so you end up having to deal with 
https://foo.appspot.com URLS which are ugly and confusing to users. And I 
didn't actually find it terribly easy to implement session tracking when 
trying to bounce users from http://foo.com to https://foo.appspot.com. If 
anyone knows how to do that properly, I'd appreciate the help.

So. Any plans to let us set the realm, because I think that would make all 
this much easier for people to build the SSO integrations that the Chrome 
Web Store and Google Apps Marketplace are wanting.

Thanks,

Stephen



-- 
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/-/2yAdMDbygyoJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Trying to reconcile Users API with Apps Provisioning API

2012-01-20 Thread stephenp
I followed this tutorial to integrate with Google Apps.

http://code.google.com/googleapps/marketplace/tutorial_java.html

If you follow the tutorial, you end up with a servlet to handle SSO 
requests at /openid?hd=mydomain.com. BTW, I didn't see any way to build 
the SSO integration required by Google Apps using appengine's UserService, 
but maybe I was missing something.

Anyway, the good thing about going this route is that you have a single 
hook for people signing in with Google Apps. I just store the email, 
domain, and claimed_id in my user model. This ensures that if someone signs 
is using the same email but they use a different openID provider (other 
than Google Apps) I'll treat it as a completely different account since 
that code path will still use appengine UserService and won't store a 
domain for that user. IOW, a unique user in my system is identified by the 
email address and also the domain. In fact, you can sign-in to my app using 
appengine's federated login and then sign-in using Google Apps SSO and use 
the same email address for both and it will be seen as two accounts. 
Because the first account will be created with null in the domain column 
and the second account will actually populate that column with the domain.

With such a scheme, if your import creates a bunch of user records, just be 
sure to include a special column for the domain in addition to the email 
and id. This way when the user logs in to your app for the first time you 
won't get confused if there's two users objects with the same email 
address. 

Does that make sense?

Stephen



-- 
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/-/Hgi03JXfTboJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Indexes in Error state when following migrate procedure

2011-11-13 Thread stephenp
I've made a copy of my java app and I'm trying to deploy the HRD version. I 
get the new version is ready to start serving, but then under Uploading 
index definitions. I get the following:

java.io.IOException: Error posting to URL: 
https://appengine.google.com/api/datastore/index/add?app_id=carglyplatformversion=2-0;
400 Bad Request
Cannot build indexes that are in state ERROR.

And then some instructions on how to vacuum my indexes. Which seems odd 
because there's no data yet. The admin console shows all the indexes in 
error.

I found at least one other person whose run into 
this: http://code.google.com/p/googleappengine/issues/detail?id=6275

Any help would be greatly appreciated.

Thanks,

Stephen

 

-- 
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/-/sCFxWMQSPpcJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: How can I preserve appId when moving from MS to HR datastore

2011-11-08 Thread stephenp
It's not there. On the Application Settings page I have the following 
light-blue titled sections: Basics, Performance, Configured Services, 
Built-ins, Domain Setup, Disable Datastore Writes, and Disable or Delete 
Application. Nothing about migration.

Maybe it hasn't been rolled out to everyone yet? BTW, none of my apps have 
the migration tool option.

Stephen
appid: carglyonline

-- 
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/-/Jz4s1AfbczMJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Grandfathered Recipients Emailed Quota Reset to 100

2011-11-07 Thread stephenp
Really, because this doc:
http://code.google.com/appengine/kb/postpreviewpricing.html

which is entitled postpreviewpricing says in the very last section that 
you'll even get grandfathered in if you migrate to HRD from M/S. Could 
someone clarify this?

Stephen

-- 
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/-/nCGcXcVyi8sJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: Grandfathered Recipients Emailed Quota Reset to 100

2011-11-07 Thread stephenp
Well, I've been waiting for the tools that help with migrating. Aren't 
those still being tested? Then I still need to update some native apps to 
point to the new https://hrd-appid.appspot.com (and maybe even build 
something to proxy requests to the old app to the new app since all native 
app owners might not upgrade). And actually I was also waiting for HTTPS so 
I can update the native apps to point to that instead of an appspot domain. 
I'm assuming by the time I'm done with all that I will have missed my 
chance to be grandfathered in to the old limits?

Thanks,

Stephen

-- 
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/-/HQs7UPA-lcgJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: How can I preserve appId when moving from MS to HR datastore

2011-11-07 Thread stephenp
I was reading that document and had a question about the section 
Duplicating your App. It says to go to the Application Settings section 
of the admin console for the app you want to copy. Then, step 2 says In 
the new application identifier textbox I cannot for the life of me 
find the textbox these instructions are referring to. What am I missing?

Stephen

-- 
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/-/BiT794I28IIJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Idle instances for free apps

2011-09-03 Thread stephenp
I'm guessing that low-traffic free apps won't be able to have any idle 
instances in the post-preview appengine world. Is that correct? It sounds 
like you have to turn billing on to be able to tell the scheduler you want 1 
idle instances. Correct?

Thanks,

Stephen

-- 
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/-/3rCiz_TYJRcJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Idle instances for free apps

2011-09-03 Thread stephenp
That's what I was assuming. Thanks for the reply.

-- 
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/-/KkhSasgCvS0J.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: erroring

2011-08-18 Thread stephenp
My apps are down too (appid: carglyonline). I get lots of intermittent 
Server Error messages. I get Server Error trying to access the 
dashboard. I also get errors trying to deploy a new version. Please fix :)

Stephen

-- 
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/-/ZNRceDf38J4J.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: Is App Engine suddenly becoming more expensive???

2011-05-12 Thread stephenp
Some thoughts...

The problem here is that now I am supposed to be moving from M/S datastore 
to a new app with HR. At which point I'll get to pay for anything more than 
100 recipients/day.

So I am sitting here with a conundrum. I need to migrate off M/S. Right? So 
where do I go? Do I stay with GAE or move to a more standard java server 
hosting environment (EC2 or whatever). I'm going to have to migrate to 
something. And right now it is sounding really risky to stay with GAE. If I 
go ahead and migrate off GAE now, then I'll be in a much better position the 
next time my hosting company decides to drastically change things on me. I 
feel like you guys are totally taking advantage of the fact that its a 
little harder to migrate off GAE because of all the Google specific APIs. 

Honestly, having to migrate at all sucks. I like my appid. I have it 
hardcoded into native mobile apps on iphone and android (needed SSL for the 
native apps so I had to use the appspot name). Getting an alias sounds good 
in theory, but I'm not sure how to switch to using one without avoiding 
downtime for the native apps.  I really wish it were possible to move to HRD 
without changing appids. Then I wouldn't have to lose the sweet deal I have 
on emails and I wouldn't have to update my native apps.

So I need to migrate. I need to update my native apps to point to something. 
I'm not sure that will be a GAE app.

Conflicted,
Stephen





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



[google-appengine] Re: New Pricing

2011-05-10 Thread stephenp
I believe for $9/month you get one always-on instance. Then, you need to go 
make your app thread-safe and turn on multiple requests for your app so 
each instance can handle more than one request at a time. Also, they're 
going to make their instance scheduler better at keeping your instances 
busy.

Stephen

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



[google-appengine] Re: New Pricing

2011-05-10 Thread stephenp
http://www.google.com/enterprise/appengine/appengine_pricing.html

I have no idea how this applies to python.

Stephen

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



[appengine-java] Re: JDO Query limit? 1000?

2009-12-17 Thread stephenp
He meant setRange(1001, 2000) will fail. Datastore will only let you
skip the first 1000. If you try to skip past more than 1000 you'll get
an error. In your code, you're only skipping the first 10 setRange
(10,1500).

Stephen

On Dec 17, 9:55 am, Fabrizio fht...@gmail.com wrote:
 It also works on Google App server !    Very strange

 My test jsp page:

 
 body
 %
 PersistenceManager pm = PMF.get().getPersistenceManager();
 Query qry = pm.newQuery(select from  + Person.class.getName() + 
 where _age  4);
 qry.setRange(10,1500);
 ListPerson persons = (ListPerson) qry.execute();
 %
 SIZE:%=persons.size()%
 hr /
 % for (Person p : persons) {  %
 %=p.getID()%
 %   }
         pm.close();  %
 hr /
 .

 On Dec 17, 4:08 pm, abhi abhishek9...@gmail.com wrote:



  That will work only on local mode , if you use it on server you will
  get .
  ... threw an unexpected exception: java.lang.IllegalArgumentException:
  offset may not be above 1000  ..

--

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




[google-appengine] Re: Web Selling and Credit Card Authentication on App Engine

2009-06-22 Thread stephenp

I have my appengine servlet using URLFetch to call out to PayPal to do
credit card authorization, and I've already seen a few deadline (5 sec
timeout) errors. I am new to PayPal (and appengine) and I was
wondering if someone here with more experience with PayPal might know
whether or not it is typical for a request to take longer than the 5
secs allowed by appengine. If PayPal can usually do the auth in under
5 sec, then I can just retry when it fails and hope the next time it
can do it in less time. I know there are all sorts of things that
factor in - I am just asking for what your experience tells you.

Stephen


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