[appengine-java] Extremely annoying error 203 - please help!!!

2010-05-11 Thread Sekhar
I've been struggling to get past this wretched error when using task queues: A serious problem was encountered with the process that handled this request, causing it to exit. This is likely to cause a new process to be used for the next request to your application. If you see this message

[appengine-java] Re: Error: Transaction failed to commit

2010-05-11 Thread datanucleus
You mean a transaction failed to commit and you don't tell us the real reason, so people have to guess ? Any such exception has a nested cause. -- 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

[appengine-java] composit primary key issue

2010-05-11 Thread aptest1 actiprocess
We are unable to use two fileds as the compisit primary keys in google datastore, its throwing follwing exception if we make two fields as primary key fileds.please help us to resolve this iusse our company class has two primary keys as below, we are using companyId,docId as primary keys

[appengine-java] Re: appId not set error in development when using datastoreservice

2010-05-11 Thread akochnev
Rajat, did you find a way around this ? I'm running into the same issue and so far haven't been able to figure out a way around it. I'm using JDO to perform the data access but the overall result seems to be the same. The app works find when deployed to GAE, this only seems to be something

[appengine-java] Getting Unittest with Task queue working (NPE in QueueImpl)

2010-05-11 Thread Uwe Maurer
Hi, I am trying to get a unittest working. The code I am trying to test is using task queues and it keeps crashing with NullPointerException in QueueImpl. java.lang.NullPointerException at com.google.appengine.api.labs.taskqueue.QueueImpl.fillAddRequest(QueueImpl.java: 150) at

[appengine-java] Re: composit primary key issue

2010-05-11 Thread datanucleus
Class com.atp.smartstore.DB.config.User has application-identity and no objectid-class specified yet has 2 primary key fields. Unable to use SingleFieldIdentity. Message seems clear enough to me. You want to have a composite PK yet you haven't provided an object identity class; so provide

[appengine-java] Re: Datastore Statistics not updated for 3 days

2010-05-11 Thread Toby
Hello Ikai, Everything is back to normal. Thank you, Toby On May 11, 1:08 am, Ikai L (Google) ika...@google.com wrote: Seems like you aren't the only one reporting this. Let me see if I can chase down what's going on. On Mon, May 10, 2010 at 8:56 AM, Toby toby.ro...@gmail.com wrote: now

[appengine-java] Google sites API

2010-05-11 Thread bhuvana
Hai, I had created a sites and parent page using google sites Api by java programming. but now i want to create a new template in sites. it causes error as Exception in thread main java.lang.Error: Unresolved compilation problems: TemplateCategory cannot be resolved

[appengine-java] Google sites API

2010-05-11 Thread bhuvana
Hai, I am working on sites creation using Google sites API by programming wise. Using Sitedemo program /trunk/java/sample/sites/ form this source parentID entry is not yet find for my sites and parent page. Using listing page Program It display title, id, author, content but parent ID return

[appengine-java] Re: Struts 2.1.8 503 error.

2010-05-11 Thread Muhammad Syafiq Zainuddin
i don't know what i have missing or the cookies/cache from the browser keep the previous error instead i have change the code.. when i run in incognito mode this is the error Struts Problem Report Struts has detected an unhandled exception: Messages: There is no Action mapped for namespace /

[appengine-java] Re: Benchmarking Loading Requests

2010-05-11 Thread Sean Gilligan
Sean Gilligan wrote: 4) Is using the CPU usage info from loading requests in the log the best method? So, I used appcfg.sh to download the log, hoping I could use the ms and/or cpu_ms fields to calculate the average time and/or CPU usage, but I discovered that this information is not

[appengine-java] Re: backup and restore null values in datastore

2010-05-11 Thread Mandla
I have got the answer. I edited the file bulkloader.py 2513line original: properties[name] = converter(val) now: if val=='None': properties[name] = None else: properties[name] = converter(val) On 5月10日, 上午10时59分, Mandla msg.mand...@gmail.com wrote: Hi, all  

Re: [google-appengine] Blobstore

2010-05-11 Thread Massimiliano
Thanks. But now I have to understand how to do this. I'm a Python guy... 2010/5/11 Jaroslav Záruba jaroslav.zar...@gmail.com I've replied to your private address, I think we moved off the AppEngine topic. On Mon, May 10, 2010 at 8:06 PM, Massimiliano massimiliano.pietr...@gmail.com

Re: [google-appengine] is db.get is faster than Model.get_by_key_name ?

2010-05-11 Thread 风笑雪
Model.get_by_key_name will call db.get: @classmethod def get_by_key_name(cls, key_names, parent=None, **kwargs): Get instance of Model class by its key's name. Args: key_names: A single key-name or a list of key-names. parent: Parent of instances to get. Can be a model

[google-appengine] Re: GWT with GAE Blobstore

2010-05-11 Thread Perugini
Hi Jaroslav, Could you try the sample code? I believe I have a CLASSPATH issue but I ran out of options. Should I rebuild the whole project? Thanks, Wilson On May 10, 6:02 am, Perugini wilson.ferreira...@gmail.com wrote: Hi Jaroslav, Feel free to do it. It's a eclipse project. Also, I got

Re: [google-appengine] Re: GWT with GAE Blobstore

2010-05-11 Thread Jaroslav Záruba
OK, I'm on it... On Tue, May 11, 2010 at 12:13 PM, Perugini wilson.ferreira...@gmail.comwrote: Hi Jaroslav, Could you try the sample code? I believe I have a CLASSPATH issue but I ran out of options. Should I rebuild the whole project? Thanks, Wilson On May 10, 6:02 am, Perugini

[google-appengine] Re: google app engine mail: DKIM and feedback loop support

2010-05-11 Thread Greg
Seconded. Consider starring the following issue: http://code.google.com/p/googleappengine/issues/detail?id=3161#c0 -- 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] vanity URL

2010-05-11 Thread Herbert
hi all, is it possible at all to do vanity URLs on app engine? I'm using python. ps: what i meant was something like xxx.com/username which maps to a user's page. i'm not sure if it's called vanity URL. Thanks Herbert -- You received this message because you are subscribed to the Google

Re: [google-appengine] Re: GWT with GAE Blobstore

2010-05-11 Thread Jaroslav Záruba
I tested the sample code, with no issues at all... JSP Upload Serve, image submitted, uploaded, displayed 2010/5/11 Jaroslav Záruba jaroslav.zar...@gmail.com OK, I'm on it... On Tue, May 11, 2010 at 12:13 PM, Perugini wilson.ferreira...@gmail.comwrote: Hi Jaroslav, Could you try the

Re: [google-appengine] Re: Python spike of May 10th _did_ affect availability of applications

2010-05-11 Thread Joshua Smith
+1 On May 11, 2010, at 8:59 AM, Kenneth wrote: And it is happening again, May 5th 6am Google time, lots of 500 errors, and I can't even get into the admin console. Come on Google, not good enough. On May 10, 9:19 pm, Bay troels...@gmail.com wrote: From time to time I understand from

[google-appengine] Re: 500 Errors while attempting to access admin console

2010-05-11 Thread François Masurel
Yep AppEngine is down again, just like yesterday. On 11 mai, 15:07, michael mt1...@gmail.com wrote: May 10, 2010 6:06 am pacific - encountering 500 Error while attempting to access admin console -- You received this message because you are subscribed to the Google Groups Google App Engine

[google-appengine] again down

2010-05-11 Thread dobee
hi google team appengine seems to be down again, like yesterday. what is the status of these downtimes? thx, bernd -- 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: again down

2010-05-11 Thread François Masurel
My website just went back up. But what happened ? It was not reachable for about 5 minutes. On 11 mai, 15:09, dobee berndd...@gmail.com wrote: hi google team appengine seems to be down again, like yesterday. what is the status of these downtimes? thx, bernd -- You received this message

[google-appengine] Re: again down

2010-05-11 Thread François Masurel
In fact, it's down again :-( On 11 mai, 15:14, François Masurel fm2...@mably.com wrote: My website just went back up.  But what happened ? It was not reachable for about 5 minutes. On 11 mai, 15:09, dobee berndd...@gmail.com wrote: hi google team appengine seems to be down again, like

[google-appengine] Re: Python spike of May 10th _did_ affect availability of applications

2010-05-11 Thread eng. Ilian Iliev
Same situation today(11th of May), I`m pretty sure that the GAE team is working on this but I hope that we can receive a little more information about what is happening. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group,

Re: [google-appengine] Re: 500 error accessing appengine.google.com and in updating app

2010-05-11 Thread Fredrik Bonander
Seams that the app eninge is down again. Get 500 from both my app and dashboard. Anyone else? ..fredrik On 11 maj 2010, at 01.15, Albert wrote: It's actually intermittent. My app has been getting these errors once in a while, and also the same error for trying to access the appengine

[google-appengine] Re: vanity URL

2010-05-11 Thread Uwe Maurer
I am not sure if users would like to have a vanity URL on xxx.com But other than that you can just map any URL to a servlet which then parses the username from the URL and looks up the corresponding user and shows his page. Thanks, Uwe On May 11, 12:23 pm, Herbert herber...@gmail.com wrote: hi

[google-appengine] Re: Connect users to Google profiles

2010-05-11 Thread Uwe Maurer
I suggest to use the Google Friend connect API. This API gives you the profile, avatar image, and you can also get the friends of the user who are also using your app. (quite nice to add some social aspects) It would be great if Google would integrate this with the AppEngine UserService API

[google-appengine] Re: Bug in datastore PLEASE!

2010-05-11 Thread Tim Hoffman
Hi This error should only occur if you using bdbstorage backend on the dev sdk server. Is that where you experiencing it ? T On May 11, 10:24 pm, Jairo Vasquez jairo.vasq...@gmail.com wrote: Hi, I did a big refactoring of my models and I started to use polymodels. When I put my app under a

[google-appengine] Re: An error in Entity Modelling Documentation?

2010-05-11 Thread Tim Hoffman
No The collection name specifies the name in the target (of the reference) that can be used to get back references. So instead of contact.companies_set you can access it via contact.companies T On May 11, 12:57 pm, Jawaad Mahmood jawaad.mahm...@gmail.com wrote: Hi Guys, I think I found a

[google-appengine] Transferring large amount of data

2010-05-11 Thread Ajay Chitre
Hello, What are the various options available for transferring large amount of data out of AppEngine? I tried SDC but I got 'The request to API call urlfetch.Fetch() was too large' message. I guess, FTP wouldn't work because some of the classes under java.net.* package are black-listed. Here's

[google-appengine] Re: How to download the source code of my app?

2010-05-11 Thread Darien Caldwell
Actually, you can, if you happen to have remote API enabled: http://groups.google.com/group/google-appengine/browse_thread/thread/31025ae9b5332a2d/b81d150dcc39cf5c In other instances, no. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To

[google-appengine] Resource Quota and Google's recent problems

2010-05-11 Thread Fredrik Bonander
Hi, I been optimizing a application quite hard and came thinking about if google's current issues with high datastore latency could affect the reported time in the dashboard for a pageload. If that's the case is also added up an drawn from my quota? ..fredrik -- Fredrik Bonander

Re: [google-appengine] Re: 500 error accessing appengine.google.com and in updating app

2010-05-11 Thread Tom Wu
Unable to appcfg.py update my app. Regards Tom 2010/5/11 Fredrik Bonander carl.fredrik.bonan...@gmail.com Seams that the app eninge is down again. Get 500 from both my app and dashboard. Anyone else? ..fredrik On 11 maj 2010, at 01.15, Albert wrote: It's actually intermittent. My

Re: [google-appengine] Re: How to download the source code of my app?

2010-05-11 Thread djidjadji
If it was possible to get the source code through remote_api or appcfg.py-hacking it would be possible for the client who only has the use right of the code to download it too. The client is administrator of the app too. This is not what a number of GAE developers would like to see possible.

[google-appengine] Datastore latency spike of May 11th _did_ affect availability of applications

2010-05-11 Thread Bay
Today, May 11th there was a spike in latency on the Datastore (according to http://code.google.com/status/appengine/detail/datastore/2010/05/11#ae-trust-detail-datastore-get-latency). The note attached to this spike (B) says that Investigation Complete - Issue Resolved - We have determined that

[google-appengine] Re: Datastore latency spike of May 11th _did_ affect availability of applications

2010-05-11 Thread James
Exact same situation w/ my 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 google-appeng...@googlegroups.com. To unsubscribe from this group, send email to

[google-appengine] Re: Datastore latency spike of May 11th _did_ affect availability of applications

2010-05-11 Thread ten_foot_ninja
I was unable to access my appengine account this morning. Accessing my account through appengine.google.com also resulted in an error (a page with an error saying I can't access the site at this time, no google logo or css anywhere in the error page). This happened at approximately 8-9am EST May

[google-appengine] Re: Datastore latency spike of May 11th _did_ affect availability of applications

2010-05-11 Thread renderpaz
I too was unable to access the dashboard (and it just failed a minute ago). I also have 2500 errors for that time that was said to not cause any problems (appid iphoneskijump) What method does GAE to determine that no issues were caused? On May 11, 12:08 pm, ten_foot_ninja spitko...@gmail.com

[google-appengine] Re: Datastore latency spike of May 11th _did_ affect availability of applications

2010-05-11 Thread Flips
A few minutes ago there must have been a huge spike. Had ~3000 errors in a few seconds. On May 11, 9:46 pm, renderpaz kev...@gmail.com wrote: I too was unable to access the dashboard (and it just failed a minute ago).  I also have 2500 errors for that time that was said to not cause any

Re: [google-appengine] Re: How to download the source code of my app?

2010-05-11 Thread Barry Hunter
Well on the stackoverflow page linked from that thread, its written If your app was written in Python, and had both the remote_api and deferred handlers defined, it's possible to recover your source code through the interaction of these two APIs. Written by Nick Johnson On 11 May 2010 19:54,

[google-appengine] Sending SMS/text message via app

2010-05-11 Thread GAEfan
Is there an easy way to send SMS / text messages via an application? I read that sending an email to 1234567...@carriername.net is not ideal. Has anyone done this with success? Thank you! -- You received this message because you are subscribed to the Google Groups Google App Engine group. To

[google-appengine] Re: Datastore Transaction problems in App Engine 1.3.2

2010-05-11 Thread AdamM
Hi, Yep, I know that. So I broke up my single transaction to multiple ones. I commit them after each other. I place each Transaction on a different Persistence Manager. It used to be working this way, but it stopped working in 1.3.2. Any idea why? Adam On May 2, 4:11 pm, korey_sed

[google-appengine] Re: Datastore Transaction problems in App Engine 1.3.2

2010-05-11 Thread AdamM
Hi, Thanks for your advise. What do you mean on deploying again? I was getting this error when running my app locally and when I tried running JUnit Tests on it. Adam On Apr 26, 6:04 am, branflake2267 branflake2...@gmail.com wrote: I got an error like this too on upgrading, but I changed the

[google-appengine] Re: Per-domain data stores and selling our apps to people who use google domains...

2010-05-11 Thread hawkett
I tried arguing for a similar model around this about 18 months ago http://groups.google.com/group/google-appengine/browse_thread/thread/439d466d4e04b522/7847cf95195d53a7 And created an issue for it http://code.google.com/p/googleappengine/issues/detail?id=945 It's not quite the same as what

Re: [google-appengine] Got a new phone number and can not proceed to account checking by sms

2010-05-11 Thread Nick Johnson (Google)
Hi, If you are having trouble with SMS verification, or want an additional account activated, please fill out the following form: http://appengine.google.com/waitlist/sms_issues (This is from the following FAQ http://code.google.com/appengine/kb/sms .html#error ) Once you fill out this form,

[google-appengine] composit primary keys in google datastore

2010-05-11 Thread aptest1 actiprocess
We are unable to use two fileds as the compisit primary keys in google datastore, its throwing follwing exception if we make two fields as primary key fileds.please help us to resolve this iusse our company class has two primary keys as below, we are using companyId,docId as primary keys

[google-appengine] Error trying to access appbrain.com

2010-05-11 Thread Fabiano Bonin
Hi, when i open the page www,appbrain.com, i can see the site and a link to sign in When i click sign in, it opens the google login page where i need to sign in using my google account and password. When i click on submit button, i get this error: Error: Server Error The server encountered an

[google-appengine] Re: Python spike of May 10th _did_ affect availability of applications

2010-05-11 Thread Rob Smith
I also experienced the same problem - leading up to 05-10 06:00AM the majority (if not all) requests were dropped. I had dozens of emails from end-users that had experienced this problem. During this period I could also not update the application. I hope that there is an official update on this

Re: [google-appengine] again down

2010-05-11 Thread Michael Loftis
on 2010/05/05 there was scheduled Datastore maintenance, today though they're reporint an anomaly so far (under investigation) so something is amiss today. --On Tuesday, May 11, 2010 6:09 AM -0700 dobee berndd...@gmail.com wrote: hi google team appengine seems to be down again, like

Re: [google-appengine] again down

2010-05-11 Thread Michael Loftis
FYI best place for this sort of info is actually the status page - http://code.google.com/status/appengine --On Tuesday, May 11, 2010 6:09 AM -0700 dobee berndd...@gmail.com wrote: hi google team appengine seems to be down again, like yesterday. what is the status of these downtimes? thx,

[google-appengine] Polymodel fetch error in line 310 of polymodel.py

2010-05-11 Thread Jorge Cardona
Greetings. I had encounter a problem fetching instances of polymodel objects. I can't reproduce the error in my sdk and only appears in high load scenarios, look the traceback: File /base/python_runtime/python_lib/versions/1/google/appengine/ext/db/__init__.py, line 1028, in get_by_key_name

[google-appengine] Using GAE with iCalendar

2010-05-11 Thread Sam Krishna
Hi all, I'm extremely new to GAE, so please forgive the potential newbie questions here (and yes, I have done a search on archives and haven't seen what I'm about to ask): I'd like to use the python iCalendar framework (http://codespeak.net/icalendar/) with my GAE app. However, it seems like

[google-appengine] Unable to load server class 'com.google.appengine.tools.development.gwt.AppEngineLauncher'

2010-05-11 Thread anns
hi, i copied the source code of my existing project to a new project... but i'm getting the following error.. please help me to solve this problem.. thanks in advance. Unable to load server class 'com.google.appengine.tools.development.gwt.AppEngineLauncher' java.lang.ClassNotFoundException:

[google-appengine] Does App Engine play nice with Adwords?

2010-05-11 Thread Rainman
I uploaded my personal website to App engine (which I really like) but I have a few questions since App Engine does not support Naked Domain. My domain xxx.com redirects to xxx.appspot.com. Adwords refuses to display xxx.com and point to xxx.appspot.com so I must use the ugly appspot URL in

[google-appengine] Running huge algorithm

2010-05-11 Thread vivek
Hi Is it possible to run huge algorithm(such as graphics rendering) in google apps and how fast it can run.Also threading is not supported how i can run parallel process. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this

[google-appengine] Re: Access from Israel

2010-05-11 Thread kleine
Problem again today. C:\nslookup www.appspot.com *** Can't find server name for address 192.168.2.1: Non-existent domain *** Default servers are not available Server: UnKnown Address: 192.168.2.1 Non-authoritative answer: Name:appspot.l.google.com Address: 74.125.79.141 Aliases:

[google-appengine] proxy server

2010-05-11 Thread Foozdaddy
hi, this is my first time in this forum and first time attempting to use this type of application so thanks in advance for your help. my first question is if you create a proxy server with python, etc, will it only work on the computer that you downloaded all of that on, or can you log into your

Re: [google-appengine] Does App Engine play nice with Adwords?

2010-05-11 Thread Barry Hunter
can't you have xxx.com redirect to www.xxx.com ? On 11 May 2010 14:58, Rainman vega...@gmail.com wrote: I uploaded my personal website to App engine (which I really like) but I have a few questions since App Engine does not support Naked Domain. My domain xxx.com redirects to

Re: [google-appengine] Using GAE with iCalendar

2010-05-11 Thread Robert Kluin
Sam, Have you considered the datastore? http://code.google.com/appengine/docs/python/datastore/ You may also want to start by looking at the getting started guide. http://code.google.com/appengine/docs/python/gettingstarted/ Robert On Tue, May 11, 2010 at 10:16 AM, Sam Krishna

[google-appengine] Re: vanity URL

2010-05-11 Thread Herbert
Hi Uwe, I see, thanks for the idea, that makes complete sense. Are you using java? I'm using python, putting a * in the wsgi mapping tuples dont seem to work. does anyone have any experiences? thanks! Herbert On May 11, 9:49 pm, Uwe Maurer uwe.mau...@gmail.com wrote: I am not sure if users

[google-appengine] Re: Prerelease: New Appengine Bulkloader

2010-05-11 Thread Matthew Blain
Hi Ryan, Thanks for the note. You can also do the same thing in your transform with transform.none_if_empty(transform.generate_foreign_key(...)) Perhaps this should be the default on a few more of the supplied transforms. --Matthew On May 8, 3:42 pm, Ryan ryanleeschnei...@gmail.com wrote: Not

Re: [google-appengine] Re: vanity URL

2010-05-11 Thread Jawaad Mahmood
Just got to a computer. Include the following in the app.yaml file: - url: /sale/.* script: sale_constructor.py In the Python script, include the following: application = webapp.WSGIApplication([('/sale/(.*)', SaleConstructor)], debug=True) And modify the Get function def get(self,

[google-appengine] Re: No DataStore statistics for 3 days!

2010-05-11 Thread App Engine Team
This should be fixed now, please let us know if your statistics are still lagging. On May 10, 4:14 pm, Ikai L (Google) ika...@google.com wrote: I'm chasing this down in another thread. On Mon, May 10, 2010 at 7:05 PM, emur...@conceptuamath.com emur...@conceptuamath.com wrote: It's 5

[google-appengine] Re: 500 error accessing appengine.google.com and in updating app

2010-05-11 Thread App Engine Team
This is related to an issue causing high datastore latency. You can track the issue here: http://groups.google.com/group/google-appengine-downtime-notify/browse_thread/thread/3349ec6b1621a095 On May 11, 9:15 am, Tom Wu service.g2...@gmail.com wrote: Unable to appcfg.py update my app. Regards

[google-appengine] Re: Python spike of May 10th _did_ affect availability of applications

2010-05-11 Thread App Engine Team
This is related to an issue causing high datastore latency. For more information, see: http://groups.google.com/group/google-appengine-downtime-notify/browse_thread/thread/3349ec6b1621a095 On May 10, 5:02 pm, Rob Smith robertadamsonsm...@gmail.com wrote: I also experienced the same problem -

[google-appengine] Re: 500 Errors while attempting to access admin console

2010-05-11 Thread App Engine Team
This is related to an issue causing high datastore latency: http://groups.google.com/group/google-appengine-downtime-notify/browse_thread/thread/3349ec6b1621a095 On May 11, 6:08 am, François Masurel fm2...@mably.com wrote: Yep AppEngine is down again, just like yesterday. On 11 mai, 15:07,

[google-appengine] Re: again down

2010-05-11 Thread App Engine Team
This is related to an issue causing high datastore latency: http://groups.google.com/group/google-appengine-downtime-notify/browse_thread/thread/3349ec6b1621a095 On May 11, 11:28 am, Michael Loftis mlof...@wgops.com wrote: on 2010/05/05 there was scheduled Datastore maintenance, today though

[google-appengine] Re: Datastore latency spike of May 11th _did_ affect availability of applications

2010-05-11 Thread App Engine Team
This is related to an issue we're tracking that is causing high datastore latency: http://groups.google.com/group/google-appengine-downtime-notify/browse_thread/thread/3349ec6b1621a095 On May 11, 12:57 pm, Jeff Schwartz jefftschwa...@gmail.com wrote: My app i-emote.appspot.com also was impacted