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

2010-05-11 Thread App Engine Team
Hey Sekhar This error code indicates that the request exceeded the 30 second deadline, but we were unable to throw a HardDeadlineExceedError (or your code catches this error and was doing clean up work). Without seeing your code, it's hard to know for sure. If it is datastore code, you might be se

[appengine-java] Re: serious problem Error 203

2010-05-11 Thread App Engine Team
This error shows up in the logs when requests are taking too long, but, the service are unable to throw a HardDeadlineExceeded Exception. If this is being thrown in datastore code, it may be related to a current issue causing increased datastore latency: http://groups.google.com/group/google-appen

[appengine-java] Re: HardDeadlineExceededError

2010-05-11 Thread App Engine Team
A HardDeadlineExceededError is caused by the request taking too long to complete (greater than 30 seconds) and being aborted. Given that your code is a datastore transaction, you may be seeing this error more frequently at the moment due to an on-going issue with the datastore causing increased la

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

2010-05-11 Thread akochnev
This issue can be closed. It was due to my error - I switched over the local dev server to the 1.3.3.1 SDK; however, I failed to switch the api jars (e.g. appengine-api.jar) that are bundled into the war file to the 1.3.3.1 version (it was using the 1.3.0 jars). Hopefully, this message might be us

[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 wrote: > Hi, all >   I have a java proj

[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 do

[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 / and

[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 Templat

[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 a

[appengine-java] is the 1000 file limit still apply

2010-05-11 Thread Joe Fawzy
Hi is the 1000 file limit still apply? is that number for static files or for all files including class files? how to overcome it? use jar? can i upload my war file? thanks Joe -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To po

[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)" 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 wrote: > > now it is: 4 days, 12:34:38 ago

[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 o

[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 com

[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 i

[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: 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 go