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
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
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
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
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
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
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
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
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
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
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
> 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
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
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
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
*
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
16 matches
Mail list logo