[google-appengine] Re: FederatedLogin: Is logout supported?

2010-12-07 Thread dflorey
the chance to enter a different Google account. Or am I doing something wrong? On 6 Dez., 12:14, Peter Ondruska peter.ondru...@gmail.com wrote: Works for me:https://tenant-check.appspot.com/ On 6 pro, 10:17, dflorey daniel.flo...@gmail.com wrote: Hi, is logout currently supported

[google-appengine] Re: FederatedLogin: Is logout supported?

2010-12-07 Thread dflorey
will be logged in again in your application. If he logged out from Google, or you provide an intermediate step (e.g. your app login page asks if you want to login with Google accounts or Google Apps) everything will work fine. Regards Lorenzo On Dec 6, 10:17 am, dflorey daniel.flo

[google-appengine] Re: FederatedLogin: Is logout supported?

2010-12-07 Thread dflorey
where I copied it from, btw). Regards Lorenzo On Dec 7, 3:31 pm, dflorey daniel.flo...@gmail.com wrote: Do you know any working app with a proper OpenID workflow where I can test if this really works? I want to achieve that a user can login to the app, logout and can login

[google-appengine] Re: Google Apps account login

2010-12-06 Thread dflorey
@AmaltasCoder: This approach is not working if users associate multiple emails with their account and try to login with an email that does not contain the proper domain part. I've also started using this approach, but you'll most likely come across some I cannot login with my email complaints. So

[google-appengine] FederatedLogin: Is logout supported?

2010-12-06 Thread dflorey
Hi, is logout currently supported with FederatedLogin on app engine? Is it possible to use the logout url and login afterwards with a different email on the same domain or will it automatically login with the previous email until I empty all cookies? I've read about this a while ago in the docs,

[appengine-java] Re: Forcing user to re-enter login password using PAPE max_auth_age=0

2010-12-02 Thread dflorey
Hi, did you manage to get this working? I'm thinking about switching from my (working) step2 implementation to app engine OpenID support. Is logout working properly? The warning seems to be removed from the docs. Daniel On Nov 30, 12:38 pm, AmaltasCoder agarwalmegh...@gmail.com wrote: I am

[appengine-java] Re: Forcing user to re-enter login password using PAPE max_auth_age=0

2010-12-02 Thread dflorey
PAPE seems to be unsupported: http://code.google.com/intl/ja/appengine/articles/openid.html#uf On Dec 2, 4:00 pm, dflorey daniel.flo...@gmail.com wrote: Hi, did you manage to get this working? I'm thinking about switching from my (working) step2 implementation to app engine OpenID support

[google-appengine] Re: server error

2010-11-30 Thread dflorey
I get this error once in a while for all of my apps. From my experience this error occurs most likely if - the app has not been used for a while so that a new request will cold start the app - you have traffic spikes that force new instances to be spawn - app engine has a bad day If your app will

[google-appengine] Best way to update many entities? (50000)

2010-11-29 Thread dflorey
Hi, I'm looking for the most effective way to update 5 entities + one of the child entities each. Right now I'm using a task per transaction to be able to modify the entity and the child entities inside a transaction to make the task idempotent. I'm using sharded counters to check when the

[google-appengine] Re: Best way to update many entities? (50000)

2010-11-29 Thread dflorey
SDK so no need to download, I use it with Python--just make sure to import google.appengine.ext.mapreduce. On 29 lis, 10:06, dflorey daniel.flo...@gmail.com wrote: Hi, I'm looking for the most effective way to update 5 entities + one of the child entities each. Right now I'm

[google-appengine] Re: Best way to update many entities? (50000)

2010-11-29 Thread dflorey
...@gmail.com wrote: I would you mapreduce for GAE, seehttp://code.google.com/p/appengine-mapreduce/. It has been integrated with latest SDK so no need to download, I use it with Python--just make sure to import google.appengine.ext.mapreduce. On 29 lis, 10:06, dflorey daniel.flo...@gmail.com

[google-appengine] Re: Best way to update many entities? (50000)

2010-11-29 Thread dflorey
that you are currently using. There may be several simple tweaks to your existing code that could make it much faster. On Mon, Nov 29, 2010 at 9:29 AM, dflorey daniel.flo...@gmail.com wrote: Thanks for your response. I though that mapreduce will also sit on top of task queue

[google-appengine] Re: Best way to update many entities? (50000)

2010-11-29 Thread dflorey
of your process. On Mon, Nov 29, 2010 at 12:21 PM, dflorey daniel.flo...@gmail.com wrote: Thanks a lot for your valuable replies! I'll have to check out the current state of the map reduce lib as I remember from Google IO that it does not support certain filters etc. Simple question

[google-appengine] Re: Company website running on GAE is ... gone?

2010-11-23 Thread dflorey
: http://googleappengine.blogspot.com Reddit: http://www.reddit.com/r/appengine Twitter: http://twitter.com/app_engine On Mon, Nov 22, 2010 at 11:47 AM, dflorey daniel.flo...@gmail.com wrote: Our website is running on GAE and worked fine. But now it is gone :-( No idea what's going

[google-appengine] Re: app dashboard not accessible

2010-11-23 Thread dflorey
It would be helpful if the app engine status page would indicate dashboard outage. On 23 Nov., 22:19, Gaurav Vaish gaurav.va...@gmail.com wrote: +1. Dashboard (https://appengine.google.com) gives 500. -- Happy Hacking, Gaurav Vaishhttp://www.mastergaurav.com On Nov 24, 2:14 am, Ikai Lan

[google-appengine] Company website running on GAE is ... gone?

2010-11-22 Thread dflorey
Our website is running on GAE and worked fine. But now it is gone :-( No idea what's going on... is it because I'm not in Germany this week? Can someone please check if http://www.floreysoft.net gives just a blank page? Every request in the logs gives: This request caused a new process to be

[appengine-java] Re: Can't deploy again despite fix announcement

2010-11-16 Thread dflorey
Ikai, you are the man! This seemed to be the problem with my apps as well. THANK YOU!!! On Nov 16, 8:25 am, Joakim Söderström joakim.soderst...@gmail.com wrote: This solves my issues, thanks Ikai! Suggestion: make sure that the Eclipse plugin doesn't generate a web.xml with DOCTYPE set. On

[appengine-java] Re: Can't deploy again despite fix announcement

2010-11-15 Thread dflorey
No single deployment succeeded today. Tried since ~5 hours on several apps, all are getting timeouts... On Nov 15, 2:55 pm, ArtemGr artem...@gmail.com wrote: The same, although from time to time deployment works. AppID: javagrond. On Nov 15, 12:30 pm, Didier Durand durand.did...@gmail.com

[appengine-java] Re: Can't deploy again despite fix announcement

2010-11-15 Thread dflorey
. On 11/15/2010 06:10 PM, dflorey wrote: No single deployment succeeded today. Tried since ~5 hours on several apps, all are getting timeouts... On Nov 15, 2:55 pm, ArtemGrartem...@gmail.com  wrote: The same, although from time to time deployment works. AppID: javagrond. -- You

[google-appengine] Re: 500 Server Error on https://appengine.google.com

2010-11-15 Thread dflorey
Still getting deployment timeouts. On Nov 15, 6:43 am, Takashi Matsuo tmat...@google.com wrote: We've just fixed this issue. It should be OK now. Please let me know if you still see the issue. We'll investigate the case in detail, and post an update here. Sorry about the inconvenience and

[google-appengine] Re: 500 Server Error on https://appengine.google.com

2010-11-15 Thread dflorey
I've tried with various apps, application deployments are getting timeouts for all apps. On Nov 15, 2:55 pm, dflorey daniel.flo...@gmail.com wrote: Still getting deployment timeouts. On Nov 15, 6:43 am, Takashi Matsuo tmat...@google.com wrote: We've just fixed this issue. It should

[google-appengine] Re: Too many Warning: Request was aborted after waiting too long... under not so high load

2010-11-15 Thread dflorey
From what I can tell this error occurs quite frequently when the load of the app changes. If you have very low load for a couple of minutes and then get multiple requests, you'll most likely get some 500ers. App engine works ok if the load is constant over a longer period of time. (At least no

[google-appengine] Send mail: Authorized sender question

2010-11-13 Thread dflorey
Hi, I'm working on an app that allows users to login with either a regular Google or a Google Apps account. As the app engine sdk does not yet provide OpenID+OAuth I'm using the step2 implementation to authorize users. Unfortunately the mail service does not know anything about the current user

[appengine-java] Re: App Engine Really Slow after certain time of no requests

2010-11-12 Thread dflorey
This is a known issue and the app engine team may provide a way to buy a reserved warm instance to reduce startup times - at least it's on their roadmap. On Nov 12, 5:48 am, OdysseyFX bradwill...@gmail.com wrote: I definitely experience this problem to. I have a cron job that runs every 15

[google-appengine] Re: Urgent: 1 minute cron jobs are still not getting executed

2010-11-12 Thread dflorey
Cool, thanks! Any idea what caused this problem? On Nov 12, 1:56 am, Ian Lewis ianmle...@gmail.com wrote: On Fri, Nov 12, 2010 at 8:27 AM, dflorey daniel.flo...@gmail.com wrote: Hi, please have a look at trecontacts, the 1-minute cron jobs are still not getting executed. ~500 apps of our

[google-appengine] Re: Pagination using Query Cursors

2010-11-12 Thread dflorey
I am solving this problem by iterating through the result list asynchronously and caching the cursors pointing to each start of the page. Check out how it look here: http://ucm.floreyosft.net On Nov 12, 9:43 am, msmart michael.martini...@gmail.com wrote: Just out of curiousity. Did you solve

[google-appengine] Re: Anyone getting occasional bad responses from the app engine?

2010-11-12 Thread dflorey
Did you check the show requests option in the logs? You may see the missing requests throwing 500ers. On Nov 11, 5:44 pm, gholler georgehol...@gmail.com wrote: We have an app that we use Pingdom to hit every 5 minutes to check for downtime and about twice a day the service is getting back bad

[google-appengine] Re: 1-minute cron jobs are not getting executed on all apps

2010-11-12 Thread dflorey
, 1 minute cron jobs not working on apps. Others seem to be working fine. Grant On Nov 11, 5:24 pm, dflorey daniel.flo...@gmail.com wrote: Renamed the subject to clarify the issue On Nov 11, 6:13 pm, dflorey daniel.flo...@gmail.com wrote: Yes, my 5-minute cron job is working

[google-appengine] Datastore quota issues

2010-11-12 Thread dflorey
Hi, I've another severe problem that I've already reported a while ago: Some of my apps have very strange datastore quota issues. Have a look at zracontacts. Virtually no indexes, 5MB of total store data, but: Total Stored Data 100%100%1.00 of 1.00 GBytes Limited ...and the app is

[google-appengine] Cron jobs not getting executed

2010-11-11 Thread dflorey
Hi, one of my customers has problems with his app: trecontacts We have cron jobs scheduled for every minute, but they have not run for the last hours. Can someone please check? Thanks, Daniel -- You received this message because you are subscribed to the Google Groups Google App Engine

[google-appengine] Re: Cron jobs not getting executed

2010-11-11 Thread dflorey
a couple of hours later. Currently they are not working. I changed my cron config to 2-minutes and those are working. I had other crons that were at 5 and 10 minute intervals, those had no issues. chris On Nov 11, 10:55 am, dflorey daniel.flo...@gmail.com wrote: Hi, one of my

[google-appengine] 1-minute cron jobs are not getting executed on all apps

2010-11-11 Thread dflorey
Renamed the subject to clarify the issue On Nov 11, 6:13 pm, dflorey daniel.flo...@gmail.com wrote: Yes, my 5-minute cron job is working. The two 1-minute jobs are not working. On Nov 11, 6:06 pm, Chris Prinos chrispri...@gmail.com wrote: I'v had problems as well, 1-minute crons

[google-appengine] Urgent: 1 minute cron jobs are still not getting executed

2010-11-11 Thread dflorey
Hi, please have a look at trecontacts, the 1-minute cron jobs are still not getting executed. ~500 apps of our customers are affected and stopped working ~12 hours ago. Daniel -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this

[google-appengine] Re: Storage Quota issue w/ Total Stored Data

2010-11-09 Thread dflorey
Hi, can you check this app-id: zracontacts It has 6MB of stored data, but 100% quota on the datastore :-( Daniel On Sep 21, 4:23 pm, Ikai Lan (Google) ikai.l+gro...@google.com wrote: No, the storage quota is not tied to Gmail or Docs. It could be updating slowly. Datastore statistics are

[google-appengine] Lots of 500ers

2010-11-08 Thread dflorey
Hi, I get tons of 500ers when using our application today, even when accessing the start page. Any ideas why? Daniel -- 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-appeng...@googlegroups.com. To

[google-appengine] Re: Lots of 500ers

2010-11-08 Thread dflorey
seeing periodic bursts of 500 errors for requests that never reach my app (ie no requests logged).  Aside from that my apps are running very fast, and I have not had any errors.  Are you getting errors in your logs? Robert On Mon, Nov 8, 2010 at 11:11, dflorey daniel.flo...@gmail.com

[appengine-java] Re: OpenID: What's the use of the createLoginURL attributesRequest parameter

2010-11-06 Thread dflorey
Are you using OpenID? Is logout working with app engine? I thought it is not yet usable. You could use additional attributes to e.g. set PAPE=0 to emulate a proper logout Daniel On Nov 5, 2:00 pm, Alex alex.jong...@gmail.com wrote: Hi, the createLoginURL method for federated login with

[google-appengine] Datastore quota: Please help

2010-09-29 Thread dflorey
On some apps I have severe trouble with datastore quota. See: http://code.google.com/p/googleappengine/issues/detail?id=3776 Can someone please elaborate on this? How can 20MB of entity data (sum of all entities) eat up 9 Gig of datastore quota? No exploding indexes. Daniel -- You received

[google-appengine] Something is broken with datastore quota detection

2010-09-26 Thread dflorey
Please have a look at http://code.google.com/p/googleappengine/issues/detail?id=3776 Thanks, Daniel -- 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-appeng...@googlegroups.com. To unsubscribe

[google-appengine] Re: 500 error trying to reach dashboard

2010-09-15 Thread dflorey
Some problem for our apps. Please help as our customers are already complaining... On Sep 15, 5:48 pm, bFlood bflood...@gmail.com wrote: same here and most (not all) GAE requests over multiple apps seem really slow On Sep 15, 11:25 am, Francois Masurel fm2...@mably.com wrote: Yep,

[appengine-java] Re: SDK 1.3.6 released!

2010-08-18 Thread dflorey
Are there plans to implement faster count() that does not grow with the result set size or is this not possible due to the nature of the datastore? On Aug 18, 2:34 pm, Gleidson G Moura gleidson.gmo...@gmail.com wrote: Ok! good! 2010/8/17 Ikai L (Google) ika...@google.com: Hey guys,

[google-appengine] Re: how to login with my Google-Apps.

2010-08-13 Thread dflorey
You cna - restrict your app to your domain at creation time and use AuthSub or - use OpenID Daniel On Aug 11, 8:51 pm, Brent brent1...@gmail.com wrote: about Login. login GET String now is

[google-appengine] Statistics are not getting updated since 15 days

2010-08-05 Thread dflorey
Hi, on my app universalcontactmanager the statistics are not getting update since ~15 days. Any ideas? Daniel -- 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-appeng...@googlegroups.com. To

[appengine-java] Application startup exception

2010-08-02 Thread dflorey
This looks ugly. Any ideas? Failed startup of context com.google.apphosting.utils.jetty.runtimeappenginewebappcont...@9d5793{/,/ base/data/home/apps/universalcontactmanager/1.343800407326166303} com.google.inject.internal.ComputationException:

[appengine-java] Re: Sending mail in transaction

2010-07-13 Thread dflorey
to check whether the mail has been sent successfully or not. This is an ugly workaround but there is nothing else that comes to my mind. On 12 Jul., 22:54, Marcus Brody mhrab...@gmail.com wrote: dflorey and Pieter, thank you for the links, I will look into it asap. On Jul 12, 10:35 pm, Pieter

[appengine-java] Re: Sending mail in transaction

2010-07-12 Thread dflorey
to think :) On Jul 11, 11:57 pm, dflorey daniel.flo...@gmail.com wrote: AFAIK there is no (simple) way to turn requests with undefined result into idempotent tasks. I've been struggling to execute gdata insert requests in a transaction as they may return with a timeout. It would be very nice

[appengine-java] Re: Sending mail in transaction

2010-07-12 Thread dflorey
Locking will not help. You may need to be able to pass a unique identifier to the mail api to prevent sending mails twice (see http://groups.google.com/group/google-appengine/browse_thread/thread/c64caf9539a45051/00d157921c2fde92) On 12 Jul., 22:07, Marcus Brody mhrab...@gmail.com wrote:

[appengine-java] Re: Sending mail in transaction

2010-07-11 Thread dflorey
AFAIK there is no (simple) way to turn requests with undefined result into idempotent tasks. I've been struggling to execute gdata insert requests in a transaction as they may return with a timeout. It would be very nice if google would provide the standard services in an idempotent manner. On 10

[appengine-java] Re: New Content-Length must be specified error

2010-07-02 Thread dflorey
Yes, I experience the same problem without warning on Safari on Mac. Works fine on Windows. On 2 Jul., 09:38, steveb steve.buikhui...@gmail.com wrote: I've got an application that just started producing the following error from servlets. javax.servlet.ServletException: Content-Length must be

[google-appengine] Re: How to speed up the task queue execution?

2010-06-24 Thread dflorey
work. It might slow down a bit if they all hit the same tablet server but you won't have collisions The example at the TaskQueue man page also mentions the 1/s update by transaction. 2010/6/24 dflorey daniel.flo...@gmail.com: Back to my initial question... ;-) @djidjadji: Thanks

[google-appengine] Re: Version-specific (sub-)domains?

2010-06-24 Thread dflorey
I guess you have to do it with redirects as you only can add the app- id to your dashboard and not the full url. On Jun 24, 9:42 am, Blixt andreasbl...@gmail.com wrote: To clarify my question, I want to actually get Google App Engine to run requests through version 2 of my application if

[google-appengine] Re: Typical monthly costs for running an app

2010-06-24 Thread dflorey
I am using app engine to execute a lot of background tasks to modify contact info etc. A single user can cause 2$ CPU cost per day easily. Just to give you an example that there is no direct correlation between users / cost. For the apps that I've built so far the CPU cost + limited number of

[google-appengine] Re: Typical monthly costs for running an app

2010-06-24 Thread dflorey
@Martin: It takes a lot of CPU to do some MapReduce-style batch update to entities (like UPDATE kind SET propery_x = value in sql type of stuff or delete all entities of a given kind) So I just wanted to say that some apps are quite expensive on app engine, no matter how many users you have. I

[google-appengine] How to speed up the task queue execution?

2010-06-23 Thread dflorey
Back to my initial question... ;-) @djidjadji: Thanks for your post! Do you know more about this 1 second limitiaon? I'm working only on separate entity groups (but they are of the same kind) only. I've been in that talk at the Google IO but I'm still confused why I'm not able to execute more than

[appengine-java] Re: Necessity for Java graphics

2010-06-22 Thread dflorey
This one works for me: http://www.tinyline.com/ I had to implement an app engine graphics context to make it work though. But it is fast (not too much CPU consumption) and easy to use - but it is not free. On Jun 22, 6:42 am, moissinac jcmoissi...@gmail.com wrote: On 21 juin, 11:17, dflorey

[google-appengine] How to speed up the task queue execution?

2010-06-22 Thread dflorey
I'm using task queue to execute a lot of transactions on different entity groups in parallel. But even if I specify 50/s execution rate I end up with only ~120 executed tasks per minute. I don't get any too much contention... exceptions so I have no clue where the bottleneck is. Any ideas how to

[google-appengine] Re: How to speed up the task queue execution?

2010-06-22 Thread dflorey
...@gmail.com wrote: Are you actually queuing 50 tasks per second? If you only queue 120 tasks per minute, you'll only execute 120 per minute. On Jun 22, 11:51 am, dflorey daniel.flo...@gmail.com wrote: I'm using task queue to execute a lot of transactions on different entity groups in parallel

[google-appengine] Re: How to speed up the task queue execution?

2010-06-22 Thread dflorey
And: It is running fast like hell in dev environment. Just a few seconds to run the full bunch of tasks. On Jun 22, 11:51 pm, dflorey daniel.flo...@gmail.com wrote: :-) Yes, I can see like 1000 waiting tasks in the task queue. They are scheduled within few seconds but need ~10 minutes to get

[appengine-java] Re: Necessity for Java graphics

2010-06-21 Thread dflorey
I've been using server side graphics using libs that don't require AWT image. This works fine for me (including server side svg generation etc.) and you can take advantage of the app engine image transforms. On 21 Jun., 07:28, bradr brad.rydzew...@gmail.com wrote: What about Google Chart

[google-appengine] Re: Query workaround for this?

2010-06-21 Thread dflorey
Why don't you simply use the user as parent? On 19 Jun., 22:15, coltsith conla...@gmail.com wrote: I see. So in the event that I had to remove objects from the first 20 and fill it in with results from 20 - 40, I would return that number so the client would know to request from say, 23 - 43

[appengine-java] Task queue questions

2010-06-20 Thread dflorey
I'm using the task queue to do some batch processing on many datastore entities with some kind of home-brewed MapReduce mechanism. When running in development mode all tasks are getting executed very quickly but on App Engine I get only ~120 tasks per minute. Each task spans a single transaction.

[google-appengine] Re: Datastore entities no more accessible

2010-06-18 Thread dflorey
? What do you mean when you say you get strange results? On Thu, Jun 17, 2010 at 8:58 AM, dflorey daniel.flo...@gmail.com wrote: I'm in trouble, because some of my datastore entities are not accessible anymore. I can request them using queries, but when trying to access certain properties

[google-appengine] Datastore entities no more accessible

2010-06-17 Thread dflorey
I'm in trouble, because some of my datastore entities are not accessible anymore. I can request them using queries, but when trying to access certain properties, I get strange results. When trying to open these entities from the datastore viewer I get 500 errors. Any ideas? I've the feeling that

[google-appengine] Re: @Google: App Engine / GData questions

2010-06-16 Thread dflorey
with that UUID. On Tue, Jun 15, 2010 at 2:32 PM, dflorey daniel.flo...@gmail.com wrote: Hi there, two quick questions: - Are there any Google apps (like calendar, contacts etc.) running on app engine? - Are there any plans to let GData services participate in a transaction? Right now

[google-appengine] @Google: App Engine / GData questions

2010-06-15 Thread dflorey
Hi there, two quick questions: - Are there any Google apps (like calendar, contacts etc.) running on app engine? - Are there any plans to let GData services participate in a transaction? Right now it's almost impossible to create idempotent tasks when using certain GData services. Example: When

[appengine-java] Re: Performance issue for GAE auto-restart

2010-06-11 Thread dflorey
It would be great if JPA/JDO could be disabled in the Google eclipse plugin. I don't need it, but I've not yet figured out how to get rid of the jars... On 7 Jun., 17:59, Jake jbrooko...@cast.org wrote: Hi all, @Thomas:  I will look into that, thank you.  The way we generate our pages in this

[appengine-java] Re: How to workaround inequality and sort order limitations with JDO query?

2010-06-10 Thread dflorey
When I face such a problem I try to solve them with synthetic properties. If you want to be able to find the top ratings from a given timeframe you could concat timestamp+rating and store this into a single property and do a query on this property restricting to a certain timeframe with converting

[google-appengine] What is __unapplied_write__ ?

2010-06-10 Thread dflorey
Hi, my datastore is full of __unapplied_write__ entities of different kinds. Any ideas? -- 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-appeng...@googlegroups.com. To unsubscribe from this group,

[appengine-java] Federated Login question

2010-05-25 Thread dflorey
Hi, I'm currently using step2 to let users login to our application in order to get permissions to access their data. Is the new experimental Federated Login feature meant to be a replacement for the step2 stuff? I can hardly find any documentation, especially when it comes to combining OpenID

[appengine-java] How to exclude the optional jars for deployment?

2010-04-09 Thread dflorey
I don't need JDO etc. in my app as I'm using the native datastore. What is the easiest way to exclude these jars from deploy to app engine? Would be very nice if the Google Plugin would provide some options for disabling datanucleus. I have to disable the builder etc. for each project manually.

[google-appengine] Invitation emails not sent durng the last days

2010-03-12 Thread dflorey
Hi, I've experienced that invitation emails to invite developers to a App Engine application is not working properly in the last days. Only few invitation emails get sent, many get lost. It all worked fine since ~4-5 days ago. Anyone else? Daniel -- You received this message because you are

[appengine-java] Anyone a working example how to build a Java app running on App Engine integrated with Apps Marketplace?

2010-03-10 Thread dflorey
Most interesting: - How to deploy the app? Restrict to a target domain or not? - How to integrate Step2 to retrieve user information - How to use 2-legged OAuth in conjunction with Step2/App Marketplace Any ideas? -- You received this message because you are subscribed to the Google Groups

[appengine-java] @Google: Are you working on UserService running with OpenId?

2010-03-10 Thread dflorey
If yes, I can sit down and wait. If not, I have to keep on my fight with getting Step2 running on App Engine... -- 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] Re: GAE and Apps Marketplace

2010-03-10 Thread dflorey
I'm also struggling to port my app to the new marketplace integration system. Is there a dedicated Google group to get assistance from the Google developers or is this Group the right place? On Mar 11, 3:52 am, molicule molic...@gmail.com wrote: Hi, The sso page here does not have any python

[google-appengine] Re: When is isAdmin() in the UserService returning true?

2010-02-17 Thread dflorey
, 2010 at 7:57 AM, dflorey daniel.flo...@gmail.com wrote: Is there a rule when this method returns true? On some Google Apps domains it works, on others not. Do I have to add the admin as developer to the app? -- You received this message because you are subscribed to the Google Groups

[appengine-java] Wildcard domain names?

2010-02-11 Thread dflorey
Hi, is the new release providing UniversalLogin? So that you can use the UserService to login with Google and Google apps accounts? Or is it still required to restrict the access to the domain to be able to login with google apps accounts? Thanks, daniel -- You received this message because you

[google-appengine] How to query for property containing - using GQL

2010-01-21 Thread dflorey
I try to use a GQL-query using the propery app-id. This is not working (most likely because of the dash). Do I have to escape the - in some way? -- 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] When is isAdmin() in the UserService returning true?

2010-01-20 Thread dflorey
Is there a rule when this method returns true? On some Google Apps domains it works, on others not. Do I have to add the admin as developer to the app? -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to

[appengine-java] Re: Filtering by Date using the Datastore Low Level API

2009-11-27 Thread dflorey
The filter will just do string comparison (how should it know that you are comparing dates??) To get proper sorting/filtering just store the date as time in millis and it will work. Cheers, Daniel On 27 Nov., 04:25, Doug doug...@gmail.com wrote: Good Evening Everyone, I am working on creating

[appengine-java] Re: Contact Sharing

2009-11-19 Thread dflorey
I've developed an application to share your domain contacts: http://www.google.com/enterprise/marketplace/viewListing?productListingId=5578829+5319719112092419985 On 13 Nov., 21:19, Josh joshua.t.gr...@gmail.com wrote: Is it possible for a user in a domain to create group of contacts and share

[appengine-java] UserService.isUserAdmin() returns false for domain administrator of certain domains

2009-10-23 Thread dflorey
On some domains the UserService.isUserAdmin() is returning false for domain administrators. Which group/issue tracker is the right one to post this issue? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App

[appengine-java] Re: Simple question: How to decrease a counter in a transaction

2009-10-22 Thread dflorey
Can someone help? What am I doing wrong? On 19 Okt., 11:04, dflorey daniel.flo...@gmail.com wrote: Hi all, I need help! I'm using concurrent tasks executed in a task queue. Let's say I want to spawn 100 concurrent tasks and do something once they are all done. I thought this is simple

[google-appengine] My app engine wishlist

2009-10-22 Thread dflorey
I'm working with app engine (Java) for quite a while now and as Christmas is near, it is time to publish my wishlist: Improvements in the admin interface: - Logs: Right now when scrolling through the pages after a while the formatting is gone and the back link is not working any more Respect

[google-appengine] Re: Datastore timeouts

2009-10-22 Thread dflorey
I'm experiencing a lot of 500ers when accessing App Engine apps or dashboard. Something weird in going on there... On 22 Okt., 15:46, Michael m...@mzlab.net wrote: I was seeing this problem again few minutes ago. It's certainly only on writes. (I switched app version to save logs. If you

[google-appengine] Re: UserService.createLogoutURL() creates wrong URL when using hosted domain

2009-10-22 Thread dflorey
This is a known issue and has been ignored by Google so far. On 22 Okt., 06:33, wezard wezard.34...@gmail.com wrote: Hello. The logout is normally done when redirecting it to URL generated with createLoginURL in the Apps environment of an original domain. However, it doesn't live

[appengine-java] Re: Selecting more than 1000 rows ?

2009-10-20 Thread dflorey
You'll need to add an index property to your entity and specify this index in your query. On 20 Okt., 07:48, Sreekanth Raju sraj...@gmail.com wrote: ok, let's say i want to retrieve entity from result list starting from index 1100 to 1150. how to achieve this ?

[appengine-java] Simple question: How to decrease a counter in a transaction

2009-10-19 Thread dflorey
Hi all, I need help! I'm using concurrent tasks executed in a task queue. Let's say I want to spawn 100 concurrent tasks and do something once they are all done. I thought this is simple by just storing the total number of spawned tasks into the datastore and let each task decrease the number by

[google-appengine] Re: Remove tasks from TaskQueue

2009-10-19 Thread dflorey
the queues. I suppose you could add such an object and modify your task methods accordingly. The changes will take effect when new tasks execute. On Oct 18, 6:42 pm, dflorey daniel.flo...@gmail.com wrote: Is there a way to delete all tasks from a queue? Due to I bug I've 5 tasks in a queue

[google-appengine] Remove tasks from TaskQueue

2009-10-18 Thread dflorey
Is there a way to delete all tasks from a queue? Due to I bug I've 5 tasks in a queue and this is killing even my paid quota CPU resources. I assume that tasks are stored in a hidden table. I've already tried with __tasks__ etc. but did not manage to guess the right name. Is there a way to

[google-appengine] Re: SDK Release Suggestion

2009-10-15 Thread dflorey
Hmmm. I guess this is complicated. The problem with cancelled background tasks was not in the sdk but in the appengine backend. The only option to test things in advance would be to have some kind of sandbox with the latest backend plus some dev previews of the sdk to try out the new sdk/backend

[google-appengine] Re: how to convince client

2009-10-15 Thread dflorey
GAE and EC2 are two completely different pairs of shoes. GAE is a cool and superior concept - but I also suffered badly from many bugs especially in conjunction with Google Apps, AuthSub and GData API. It's always problematic to provide a framework that involves people from different departments.

[google-appengine] Re: Need more info: Request was aborted after waiting too long...

2009-10-14 Thread dflorey
and 22:UTC 12-OCT-09, and is ongoing. Has there been some new prioritisation of cron and task-queue processing applied in the past 24 hours? Regards, Ed On Oct 13, 9:53 am, dflorey daniel.flo...@gmail.com wrote: Hi, I get this error from time to time on my application: Request

[google-appengine] Need more info: Request was aborted after waiting too long...

2009-10-13 Thread dflorey
Hi, I get this error from time to time on my application: Request was aborted after waiting too long to attempt to service your request. Most likely, this indicates that you have reached your simultaneous active request limit. I am using the task queue to run longer lasting tasks (checking the

[google-appengine] Log outgoing URLFetch requests please

2009-10-09 Thread dflorey
Hi, I'm developing applications integrated into Google Apps that are deployed to the App Engine account of the Google Apps administrator. The have some objections that applications that they install dealing with sensitive information (like their contacts stored in GMail) may send this

[google-appengine] Re: What are your top three issues in appengine?

2009-10-07 Thread dflorey
1. Bugfixing (especially Java SDK bugs) 2. Enable queries with multiple sortings or find a way to iterate over all entities without loosing a sort attribute for __key__ 3. Delete entities by query without manually fetching keys and passing them back and a real delete * from kind On 7 Okt.,

[google-appengine] Google Solution Marketplace=no response at all for 7 weeks now

2009-10-04 Thread dflorey
Sorry for posting in this group, but it is my last resort. We've been working very hard and tirelessly on an application in the last months running on App Engine and using lots of Google stuff (App Engine for Java including the new task queues, GData API, AuthSub, Google Checkout API, Google docs

[appengine-java] Re: My recommendation: Use Low-Level API instead of JDO/JPA

2009-09-24 Thread dflorey
have used JDO in my application (ok... not a big one, 9 domain classes, 6 DAO classes and 3 services) and I'm happy using JDO. On Wed, Sep 23, 2009 at 6:40 AM, dflorey daniel.flo...@gmail.com wrote: I've just refactored my app to use Low-Level API instead of JDO and it's much cleaner

[google-appengine] Deploy an application to multiple Google Apps domains

2009-09-18 Thread dflorey
Hi, I've recorded a screencast that shows how we managed to let users install our application on their Google Apps domain. I'd like to know if we've done something wrong or too overcomplicated. Please let me know if we could simplify this process. Thanks in advance, Daniel Video link:

[appengine-java] FetchGroup / detach broken

2009-09-08 Thread dflorey
Hi, I tried to optimize my code by using FetchGroups. But this is not working as expected. Example from docs, Employee/ContactInfo. Make both detachable. Add ContactInfo to a separate FetchGroup, add it to the FetchPlan and try to load the Employee with its contactInfos. They will not get loaded/

[google-appengine] Re: How to translate an application running on GAE?

2009-08-03 Thread dflorey
You can use my simple commons project, it worked fine for my GAE app: http://commons.apache.org/sandbox/i18n/ On 3 Aug., 07:57, NiklasRTZ nik...@montao.com.br wrote: The sv .po seems to have a colon too much so it doubles with use with forms. All ready translations from the django library

  1   2   >