[google-appengine] Re: 求救:我的Google A pp Engine出错误了!

2009-10-08 Thread ego008
app_id 2009/10/7 皇家元林 > 管理员,我的Google App Engine出错啦! > 上传不了micolog博客,怎么办? > > > -- gae-django-cms (GD-cms) a multi-user CMS running on GAE sample http://cmsdome.appspot.com/ docs http://gae-django-cms.appspot.com/ projects http://code.google.com/p/gae-django-cms/ --~--~-~--~~-

[google-appengine] Re: Remote API instability and different behavior from dev server/live system

2009-10-08 Thread gae123
In my original posting I forgot to mention the case of the urlfetch remote API that shipped in 1.2.4 without really working[3]. Nick J. provided a patch, it was simple fix, but makes me wonder if anybode ever tested this before shipping. I am not sure whether a bug was ever filed and if this is fi

[google-appengine] Re: using ListProperty or using Relationship Model

2009-10-08 Thread Kevin Pierce
Option1 can be improved substantially by doing.db.put([Tag1, Tag2, Tag3,]) which is in turn a single datastore put. Option2 doesn't suffer from the assumption that the lists have to be traversed. In fact The ListProperty is indexed in a massively parallel fashion. Each value in the ListProper

[google-appengine] Re: Indexes building for 3 days

2009-10-08 Thread Jeff S (Google)
I've reset your index count and moved the stuck indexes into the error state. I think the issue may have been related to the fact that this app had 100 indexes, which is the upper limit. Would it be possible to use fewer indexes? If not, we can discuss the possibility of allowing this app to have

[google-appengine] Indexes building for 3 days

2009-10-08 Thread visadm543
The indexes for my app have been in the "building" state since the morning of 10/5. App ID is vispipe. Any help is appreciated. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to

[google-appengine] using ListProperty or using Relationship Model

2009-10-08 Thread Shailen
Started working on my first app-engine app and have a question about how to organize my data. Here's a highly simplified version of one part of my app: for any url, the app generates a bunch of tags (about 100 - 300 tags per url, although most urls will have tags in the lower part of the rang

[google-appengine] Re: bulk uploading to related tables

2009-10-08 Thread Graham Charles
Thanks for that; I'll take a look. I'm interested that you write about uploading data directly from a SQL source, too -- can't wait for that! I'm a little surprised that data loading is so minimally implemented on GAE to date -- it seems pretty crucial to most applications. Maybe it's just a fea

[google-appengine] Re: GAE dashboard API?

2009-10-08 Thread Taylor Hughes
Just discovered this iPhone app, "App Engine Manager": http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=310286913&mt=8 Which is a little lacking; namely, it'd be nice to have top URLs, error rates, possibly an interface to the logs, etc. --~--~-~--~~~-

[google-appengine] GAE dashboard API?

2009-10-08 Thread Taylor Hughes
Hi, Anyone know if there's an API available to get at the info in the App Engine dashboard at all? I was just thinking it'd be nice to have the data from https://appengine.google.com/dashboard?&app_id= in a native iPhone/Android app, and it probably Wouldn't Be That Hard™ to put something togethe

[google-appengine] Re: MySQL in SDK

2009-10-08 Thread James Hiscock
Ok, thanks for the quick response. On Oct 9, 7:12 am, "Brandon N. Wirtz" wrote: > Not unless the database is on a remote server, and you do a conversion from > the SQL query to an HTTP request, and return the result via what would > essentially be a web page. > > > > -Original Message- >

[google-appengine] Hitting CPU and email quota with only a few calls

2009-10-08 Thread ten_foot_ninja
According to the "current load" on the appengine admin page, I'm using 6347 (6127) CPU hours with only 109 requests According to the "billing status" i'm using 0.12 hours. I haven't received any CPU quota errors though (seems to just be a reporting thing) also, i'm hitting my email quota too with

[google-appengine] Re: Feed parser error - _ctypes - broke in 1.2.5 and Snow Leopard

2009-10-08 Thread vivpuri
okay, fixed by starting using following command: /usr/local/bin/python2.5 /usr/local/google_appengine/dev_appserver.py src/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this g

[google-appengine] Re: [appengine-java] JDO: java.lang.NullPointerException error while fetching Child Object (repost)

2009-10-08 Thread Jason (Google)
App Engine's JDO implementation does not support interfaces. For the time being, you'll have to make BlockModule a concrete @PersistenceCapable class. Some progress is being made on adding inheritance support as well, so this will eventually be an option too. - Jason On Wed, Oct 7, 2009 at 7:59 A

[google-appengine] Re: MySQL in SDK

2009-10-08 Thread Brandon N. Wirtz
Not unless the database is on a remote server, and you do a conversion from the SQL query to an HTTP request, and return the result via what would essentially be a web page. -Original Message- From: google-appengine@googlegroups.com [mailto:google-appeng...@googlegroups.com] On Behalf O

[google-appengine] Re: Feed parser error - _ctypes - broke in 1.2.5 and Snow Leopard

2009-10-08 Thread vivpuri
Can you let me know where exactly the path needs to be set? Thanks On Sep 29, 3:27 pm, Angke wrote: > Thanks, this solved my problem too. > > Just note that App Engine Launcher doesn't seem to use the default > system python, my default python is python2.5, but had to go to app > engine launche

[google-appengine] Remote API instability and different behavior from dev server/live system

2009-10-08 Thread gae123
One of my original concerns about GAE was whether the development server will be feature for feature and bug for bug compatible with the live system. I have been really pleased on that front for the past 18 months and want to commend the GAE team for the results. So when remote API came around I

[google-appengine] Re: Strange and Worrying Invite Issues

2009-10-08 Thread Nick Johnson (Google)
Hi Rob, I'm not referring to accounts, but rather links within the invite email. Emails sent to non @gmail.com addresses contain _two_ links - it's important that users with Apps accounts click the correct one. -Nick Johnson On Thu, Oct 8, 2009 at 8:55 PM, Rob wrote: > > Tried both with the Ap

[google-appengine] Re: Strange and Worrying Invite Issues

2009-10-08 Thread Rob
Tried both with the Apps email account, note that the app engine site is not attached to the apps account; they are independent. The app engine application is actually attached to my personal gmail account. The issue with the @mac.com address is just odd, how did the link end up taking her to a

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

2009-10-08 Thread gae123
Based on my own experience and what I have read here the past 18 months I recently published this: "Is GAE ready for prime time?" at http://www.gae123.com/articles/gaerd/ Read it and let me know if I miss soemthing major or I am overstating something with direct e-mail. Thanks PS The instabili

[google-appengine] Re: Over Quota: Datastore Indices Count

2009-10-08 Thread Jeff S (Google)
Hi Thomas, I've reset your index count quota. It didn't look like you had any indexes stuck in the building state. Happy coding, Jeff On Thu, Oct 8, 2009 at 9:45 AM, gumptionthomas wrote: > > Hi Nick. We're seeing this same issue on 'giftag-int'. Could we get > a reset as well? > > -Thomas >

[google-appengine] Re: Getting my app files from the App Engine

2009-10-08 Thread Claude Vedovini
Hi GAE is not really a collaborative development environement, try svn or git :) Cheers On Oct 7, 11:08 pm, Tobias wrote: > Hi, > > I'm new to app engine and have small question. > > Today I started by creating an app. I started with adding a few static > files/images (with the help of a smal

[google-appengine] Re: "Other Quotas With Warnings"

2009-10-08 Thread Jon McAlister
It was a transient bug. You can ignore it, and it should be gone now as well. On Wed, Oct 7, 2009 at 6:11 PM, Kenny wrote: > > Hi, > > I am getting this quota warning but I am not sure what it is referring > to or what might cause it, can someone help? > > It is under: > "Other Quotas With Warni

[google-appengine] Re: X-AppEngine-Resource-Usage

2009-10-08 Thread Tom Wu
Thanks Steve, Sorry about my poor english. Thanks a lot. [?] Best Regards Tom Wu 2009/10/9 Steve Robillard > Tom, > > > > As I understand it the herders are only available to admin logins. And it > does not show how much quota is left. Especially since this is an estimate. > > > > > > Tha

[google-appengine] Re: X-AppEngine-Resource-Usage

2009-10-08 Thread Steve Robillard
Tom, As I understand it the herders are only available to admin logins. And it does not show how much quota is left. Especially since this is an estimate. Thanks, Steve _ From: google-appengine@googlegroups.com [mailto:google-appeng...@googlegroups.com] On Behalf Of Tom Wu Se

[google-appengine] Re: Index building for a while. Unable to reset

2009-10-08 Thread Jeff S (Google)
Hi adhi, It looks like all of your indexes are now serving. How long were these indexes in the building state? Index building can sometimes take a few hours, but if it goes beyond 24 then there is certainly a problem which one of us on the team needs to address. Happy coding, Jeff On Oct 8, 4:

[google-appengine] MySQL in SDK

2009-10-08 Thread James Hiscock
Hey everyone, I am involved in making some relatively basic webapp examples in the SDK (no intention of publishing these apps, they are demonstration only) and I was wondering if in the SDK version of the app engine I can use a relational database (MySQL) instead of the data store. Basically, do

[google-appengine] Re: Huge spike in load chart followed by flatline?

2009-10-08 Thread mental
Phew!! Thank God On Oct 8, 3:54 am, Jon McAlister wrote: > This was my fault. The spike is an erroneous data point. You can > ignore it, and it'll be gone soon enough. Apologies for the confusion. --~--~-~--~~~---~--~~ You received this message because you are su

[google-appengine] Index building for a while. Unable to reset

2009-10-08 Thread adhi
One of the indexes in my application is still in building state. Please mark it as error so that I can update it again. My app-id is os-dev Is there any permanent solution for this. Thanks adhi --~--~-~--~~~---~--~~ You received this message because you are subsc

[google-appengine] Re: High Cpu Http Requests

2009-10-08 Thread Rick
Same issue: The High Cpu Http Request was up to 92% and is now down to 85% It looks like an app engine reporting malfunction On Oct 7, 6:43 pm, Sargis Dallakyan wrote: > Greetings, > > I just checked my app and noticed a new entry called High Cpu Http > Requests in the Dashboard. When I click on

[google-appengine] Re: High Cpu Http Requests

2009-10-08 Thread ourlivez
I see this too (and there's no way my app can be generating that many requests if that's a count of requests). Also, the erratic behaviour counts are 0 and 1 respectively and yet show as limited? I hope this is just an app-engine bug as I haven't changed anything in days and this is the first time

[google-appengine] Re: High Cpu Http Requests

2009-10-08 Thread Sunil
Same here! I was planning to release my application to a wider user group this Saturday!! My dashboard is saying 84% (7750194558746027008 of 9223372036854775808 requests) are high cpu http requests; but the total number of requests is only 305!! On Oct 8, 2:35 pm, Jairo Vasquez wrote: > Me too,

[google-appengine] Re: High Cpu Http Requests

2009-10-08 Thread Alexandre Eleutério Santos Lourenço
me too, please help! On Thu, Oct 8, 2009 at 12:35 AM, Jairo Vasquez wrote: > > Me too, Please help !! > > On Oct 7, 9:36 pm, Mike wrote: > > Me too! > > > > And on the day we're going to launch our website. :( :( > > > > Google, any update?? > > > > On Oct 8, 10:29 am, Stephen Mayer wrote:

[google-appengine] Adding support for various XMPP Extensions

2009-10-08 Thread Eric Sukmajaya
Hi Guys, Just wondering if you plan on adding support for various XMPP extensions, in particular: - Notifications (XEP-0060): http://xmpp.org/extensions/xep-0060.html - Service discovery (XEP-0030): http://xmpp.org/extensions/xep-0030.html - Capabilities advertisement (XEP-0115): http://xmpp.org

[google-appengine] Re: High Cpu Http Requests

2009-10-08 Thread rpalmer68
I'm seeing this too, I assume it's not our apps but a logging/quata issue somewhere. Let's hope it resets and doesn;t come back. On Oct 8, 12:43 pm, Sargis Dallakyan wrote: > Greetings, > > I just checked my app and noticed a new entry called High Cpu Http > Requests in the Dashboard. When I c

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

2009-10-08 Thread Evil Mushroom Lord
1) Subdomain and domain management API (http://code.google.com/p/googleappengine/issues/detail?id=2214 and http://code.google.com/p/googleappengine/issues/detail?id=113) It's a Google Apps issue, but very related to GAE. We can't have http://my-customer-id.my-domain.com without manual interventio

[google-appengine] "Other Quotas With Warnings"

2009-10-08 Thread Kenny
Hi, I am getting this quota warning but I am not sure what it is referring to or what might cause it, can someone help? It is under: "Other Quotas With Warnings These quotas are only show when they have warnings" And the problematic one is "High Cpu Http Requests" (It's up to 99% on mine right

[google-appengine] Re: Using Django Forms with References

2009-10-08 Thread Andrew Chilton
2009/10/8 Andrew Chilton : > I followed the article "Django Form Validation Framework on Google App > Engine"[1] Sorry, I'll send it to the right list this time (the Python specific one). Andy -- contact: Andrew Chilton website: http://www.chilts.org/ --~--~-~--~~~

[google-appengine] Using Django Forms with References

2009-10-08 Thread Andrew Chilton
Hi Everyone, I followed the article "Django Form Validation Framework on Google App Engine"[1] and was pleasantly surprised at how easy it was. So the next step was to try it with a Model which contained a ReferenceProperty to another model. e.g. Each Section has a Layout. SectionForm is a form

[google-appengine] Getting my app files from the App Engine

2009-10-08 Thread Tobias
Hi, I'm new to app engine and have small question. Today I started by creating an app. I started with adding a few static files/images (with the help of a small tutorial on the web). I can successfully push my folder (i.e. the app) to the server and successfully view the images/static files at t

[google-appengine] Unable to upload new application and unable to access console

2009-10-08 Thread jacobg
Hi, Earlier today I created an application. I went through the SMS verification process and entered the ID and other application details. When I hit the submit button it took me back to the create page (https://appengine.google.com/start) without giving me any feedback. I tried accessing the admi

[google-appengine] Re: X-AppEngine-Resource-Usage

2009-10-08 Thread Tom Wu
Hi Steve Yes, I sign in my app frontend page with administrator email. My app is python env. Could GAE show this headers in normal user ? So my JS can show the system status and decide to upload data or not. It'll would wonderful if gae can show how many quota left for my app in http header. B

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

2009-10-08 Thread Henrik Lindqvist
1. CPU cost of datastore writes. This is by far the biggest show- stopper for any data centric application. GAE is just to expensive! 2. The missing java.awt.* classes that is needed to get FOP/iText PDF generation. Another show-stopper for most enterprise applications. 3. HTTPS. Any serious bus

[google-appengine] Re: X-AppEngine-Resource-Usage

2009-10-08 Thread Steve Robillard
Tom, Are you accessing your app as an administrator? HTH, Steve _ From: google-appengine@googlegroups.com [mailto:google-appeng...@googlegroups.com] On Behalf Of Tom Wu Sent: Thursday, October 08, 2009 1:33 PM To: google-appengine@googlegroups.com Subject: [google-appengine] X

[google-appengine] X-AppEngine-Resource-Usage

2009-10-08 Thread Tom Wu
Hi All, According to the http://googleappengine.blogspot.com/2009/08/new-features-in-124.html. How can I get the X-AppEngine-Resource-Usage & X-AppEngine-Estimated-CPM-US-Dollars head ? But I can't find this two head via firefox livehttphead. Do I need to use the new SDK then appcfg.py update to

[google-appengine] Re: Discussion on deleting-existing-www-mapping-from-google-apps

2009-10-08 Thread Rodrigo Moraes
On Thu, Oct 8, 2009 at 1:33 PM, qweruiop wrote: > I disabled "Sites" service completely (or was it the "Start Page"? not > sure) and was able to map the www address to the app engine.  However, > right now it's giving me a "Not Found The requested URL / was not > found on this server." you have

[google-appengine] running cron with urls having security-constraint *

2009-10-08 Thread Prashant
Hi all, I ran some crons with urls having security-constraint ***, later when I checked the logs all the crons' status were 302. I think crons work well with security-constraint *admin* but get redirect to google login page for urls with security-constraint **. *any idea? anyone else faced same pr

[google-appengine] Re: Over Quota: Datastore Indices Count

2009-10-08 Thread gumptionthomas
Hi Nick. We're seeing this same issue on 'giftag-int'. Could we get a reset as well? -Thomas On Sep 9, 5:08 am, "Nick Johnson (Google)" wrote: > Hi James, > I've reset your index quota. > > -Nick Johnson > > > > On Wed, Sep 9, 2009 at 8:07 AM, james wrote: > > > Hello - > > > I am also exper

[google-appengine] Discussion on deleting-existing-www-mapping-from-google-apps

2009-10-08 Thread qweruiop
I disabled "Sites" service completely (or was it the "Start Page"? not sure) and was able to map the www address to the app engine. However, right now it's giving me a "Not Found The requested URL / was not found on this server." --~--~-~--~~~---~--~~ You received

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

2009-10-08 Thread ramu
My only issue : More reliable datastore. So that I don't have to put a thousand try catch There is a setting entity in my app. It changes exactly twice a week by crons and is read around 3000 times a week. However for NO REASON around 10 ( read few ) of them will fail when fetching with

[google-appengine] Re: cost of adding methods to db.Model subclasses?

2009-10-08 Thread Jason Smith
Shooting from the hip here, but I would say that as an app grows, calls to the datastore and other APIs are always going to be the bottleneck. So I would think no. On Oct 8, 9:41 pm, _matt_ wrote: > Is there any performance cost for adding methods to our subclasses of > db.Model?   Thinking memc

[google-appengine] Re: missing logs

2009-10-08 Thread Jason Smith
...whoops, not the "logger" module, the "logging" module. I write a lot of Ruby too. Remembering which direction my stack traces are going, and whether it's logger or logging is something I will probably never achieve. On Oct 8, 10:36 pm, Jason Smith wrote: > (What is the etiquette for replying

[google-appengine] Re: missing logs

2009-10-08 Thread Jason Smith
(What is the etiquette for replying to mixed top-post/bottom-post threads? Google Wave to the rescue!?!) I am also suffering from the logging circular buffer. Part of me feels like if a customer is paying triple-digit dollars per day to Google he should get more than a few gigs of logs! But to di

[google-appengine] Re: XMPP and flash

2009-10-08 Thread PointBreak
Yeah, I guess GAE XMPP should allow flash socket connections with policy files and stuff. Dunno, we should ask them if they will implement it. On Oct 7, 9:16 pm, CoolDude wrote: > but even though if added TLS feature. arent websocket required server > site code . i cannot see how it able to hel

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

2009-10-08 Thread Joe Bowman
Well, here's the reasons I'm not using appengine for my big project, so I guess these would be my top issues 1. datastore timeout issue... we need way more reliability with the datastore. timeout on put can be abstracted with memcache (provided the memcache entity can last long enough for a retry

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

2009-10-08 Thread Jason Smith
Agreed. I would argue however that the same economics affecting our situation affect Google. Whether an SLA is in place or not, if App Engine gets a reputation for being down all the time, an SLA will hardly matter. As for my issue, as a person who runs (I'm guessing) a high-volume site (approach

[google-appengine] cost of adding methods to db.Model subclasses?

2009-10-08 Thread _matt_
Is there any performance cost for adding methods to our subclasses of db.Model? Thinking memcaching/datastore --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, sen

[google-appengine] Re: Problem using AppEngine and GWT and RPC

2009-10-08 Thread Benjamin
this is caused by returning an attached object. some of the tips are misleading, i thought detachall detached the object - it actually returns a detached copy so i was sorta doing pm.detachcopy(object) return object when i should be doing return pm.detachcopy(object) you can return an attache

[google-appengine] Managing Very Large one to many relationships

2009-10-08 Thread Benjamin
sorry for the dup post I'm trying to find guidence on managing one to many releationships in the data store when the number of children the parent will have will be huge - 32000 children added to a parent a day a simple parent class: @PersistenceCapable(identityType = IdentityType.APPLICATION,

[google-appengine] Managing Very Large one to many relationships

2009-10-08 Thread Benjamin
I'm looking for some guidence on managing a parent child relationship when the parent can have many children - so a simple 1-many relationship is set up @PersistenceCapable(identityType = IdentityType.APPLICATION, detachable = "false") public class parent { @PrimaryKey @Persistent(v

[google-appengine] Managing Very Large one to many relationships

2009-10-08 Thread Benjamin
I'm looking for some guidence on managing a parent child relationship when the parent can have many children - so a simple 1-many relationship is set up @PersistenceCapable(identityType = IdentityType.APPLICATION, detachable = "false") public class parent { @PrimaryKey @Persistent(v

[google-appengine] Re: stuck indexes

2009-10-08 Thread Claude Vedovini
Hi Nick, Everything seems to be back to normal now, Thanks, Claude 2009/10/8 Claude Vedovini : > Indexes are gone now... > > however running appcfg.py update_indexes returned a server error 500 > indexes are listed in the console, marked as "Building" > > I think we are back into troubles...

[google-appengine] Re: MyAutomaticLife Alpha

2009-10-08 Thread Stephen Mayer
Probably should have included the url: http://www.myautomaticlife.com Stephen On Oct 8, 7:41 am, Stephen Mayer wrote: > Hi All, > > I've been working on a GAE app for the last few months now and it's > finally ready to release into the wild to start getting some > feedback. > > The basic premis

[google-appengine] MyAutomaticLife Alpha

2009-10-08 Thread Stephen Mayer
Hi All, I've been working on a GAE app for the last few months now and it's finally ready to release into the wild to start getting some feedback. The basic premise: enter your financial information (income, expenses, bills, etc) and this app will create a forecast of your financial future for y

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

2009-10-08 Thread bFlood
@Rob: +10 on the SLA, its less about the reparations and more about moving out of "Preview Release". On Oct 7, 8:06 pm, Rob wrote: > Good point.  But I don't think of an SLA as the reparations that will > be made in case of breach of the SLA, more that is implied that those > service levels wi

[google-appengine] Re: Can't upload indexes and there is no error message why

2009-10-08 Thread Nick Johnson (Google)
Hi Natalie, I've reset your index count quota. You can try again now. -Nick Johnson On Wed, Oct 7, 2009 at 7:47 PM, Natalie Gordon wrote: > > Hi, > > This is still happening. My app id is mylenguajero. Could someone help > me figure out what's going on? > > Thanks, > Natalie > > On Oct 7, 11:29

[google-appengine] Re: stuck indexes

2009-10-08 Thread Claude Vedovini
Indexes are gone now... however running appcfg.py update_indexes returned a server error 500 indexes are listed in the console, marked as "Building" I think we are back into troubles... 2009/10/8 Nick Johnson (Google) : > Hi Claude, > Deleting may take a while, particularly if you have many

[google-appengine] Re: stuck indexes

2009-10-08 Thread Nick Johnson (Google)
Hi Claude, Deleting may take a while, particularly if you have many indexes to delete. -Nick On Thu, Oct 8, 2009 at 11:12 AM, Claude Vedovini wrote: > > Hi Nick, thanks, > > I vacuumed the indexes about 45 minutes ago and they all still are in > the "Deleting" state, is this normal? > > Claude V

[google-appengine] Handling file uploads in REST protocols, in my AppEngine application

2009-10-08 Thread Devraj Mukherjee
Hi all, My questions has more to do with designing a REST protocol (that is to form a core part of myAppEngine application). I couldn't really find a forum where I could post this question and this seemed to me to be the most appropriate forum as most of would probably be designing their applicat

[google-appengine] Google App Engine developers in Switzerland

2009-10-08 Thread Claude Vedovini
Hi group, Are there other GAE developers from Switzerland (especially french-speaking Switzerland) in there? Cheers Claude Vedovini --- Software Consulting & Development +41 78 617 86 98 http://vedovini.net/ http://twitter.com/cvedovini http://www.dita-op.org/ --~--~-~--~~--

[google-appengine] Re: stuck indexes

2009-10-08 Thread Claude Vedovini
Hi Nick, thanks, I vacuumed the indexes about 45 minutes ago and they all still are in the "Deleting" state, is this normal? Claude Vedovini --- Software Consulting & Development +41 78 617 86 98 http://vedovini.net/ http://twitter.com/cvedovini http://www.dita-op.org/ 2009/10/8 Nick Johnson

[google-appengine] Re: Strange and Worrying Invite Issues

2009-10-08 Thread Nick Johnson (Google)
Hi Rob, Invite emails to non-gmail accounts contain two links; did you make sure she was clicking on the one for an Apps account? -Nick Johnson On Thu, Oct 8, 2009 at 12:59 AM, Rob Osborne wrote: > > I'm having problems attaching another developer to one of my Google > App Engine apps. > > The f

[google-appengine] Re: stuck indexes

2009-10-08 Thread Nick Johnson (Google)
Hi Claude, I've reset your index count and moved the indexes to error state. You can try again now. -Nick Johnson On Thu, Oct 8, 2009 at 9:28 AM, Claude Vedovini wrote: > > Hello Jeff > > All my indexes have been "building" since more than 10 hours, I think > they are all stuck now. > The site

[google-appengine] Re: Can we rewrite URL's in Java

2009-10-08 Thread Nitin Joshi
Thanks Fillano, the link was very useful. Thanks, Nitin. -Original Message- From: google-appengine@googlegroups.com [mailto:google-appeng...@googlegroups.com] On Behalf Of fillano Sent: Thursday, October 08, 2009 2:31 PM To: Google App Engine Subject: [google-appengine] Re: Can we rewrit

[google-appengine] Re: Can we rewrite URL's in Java

2009-10-08 Thread fillano
Hi, You can try this: http://tuckey.org/urlrewrite/ I've already applied it in my guestbook example with Quercus php/ CodeIgniter. Fillano On Oct 8, 3:03 pm, "Nitin Joshi" wrote: > Hi All, > >                 I want to know, can we rewrite the url in a (java) google > application. > >      

[google-appengine] Re: stuck indexes

2009-10-08 Thread Claude Vedovini
Hello Jeff All my indexes have been "building" since more than 10 hours, I think they are all stuck now. The site has been unavailable for 16 hours now and my client in moaning, can you help again, please? Regards Claude Vedovini --- Software Consulting & Development +41 78 617 86 98 http://vedo

[google-appengine] Can we rewrite URL's in Java

2009-10-08 Thread Nitin Joshi
Hi All, I want to know, can we rewrite the url in a (java) google application. If yes, please tell me how to? Thanks, Nitin. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Gro