The problem has been solved. I need to wait for 4 hours.
Here is the story
There were about 300 test records in the table.
We deleted those records and deployed new version.
In console pannle it was displaying total 2 indexes.
1 was completed instantly but 1 was in queue.
I was getting error
The problem has be solved. I need to wait for 4 hours.
Here is the story
There were about 300 test records in the table.
We deleted those records and deployed new version.
In console pannle it was displaying total 2 indexes.
1 was completed instantly but 1 was in queue.
I was getting error becau
Hello,
Is any one successfully using Spring + Aspectj for dependency injection in
domain objects
as explained here
http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/aop.html#aop-atconfigurable
Does aspectj Load time weaving works properly on GAE
--
Sudhir Ramanan
this was actually covered in Google I/O App Engine fireside chat. Max
Ross explained that it is the tradeoff of the App Engine and how it
works with automatic scalability and such. I don't think there is any
expectation of a fix as it is property of the system. Check it out
for yourself at:
http:
Yes just use System.currentTimeMillis() to check in every iteration of
your tasks main loop.
On 7 Jun 2010, at 09:57, Felipe Quintella Correia wrote:
I'll try this approach and start my clean up around 25seconds.
Do you know any reliable timer I can count on? Or do I have to make
one of my o
Hi Ravi,
I have the same problem. Are you able to explain your solution in
more detail? What jars were not mentioned?
On May 19, 6:55 pm, Ravi wrote:
> Finallyfoundthe problem that in documentation itsnotmentioned that
> few of the jars need to be included. They did mention few butnotall,
> ma
Thanks John :-)
--
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-j...@googlegroups.com.
To unsubscribe from this group, send email to
google-appengine-java+unsubscr...@googlegro
I'll try this approach and start my clean up around 25seconds.
Do you know any reliable timer I can count on? Or do I have to make
one of my own?
Thank you very much.
Felipe Quintella
2010/6/6 John Patterson :
> It looks like after catching the DEE a HardDEError is probably thrown which
> cau
I have a simple test as below
public class TestDS extends TestCase{
private final LocalServiceTestHelper helper =
new LocalServiceTestHelper(new
LocalDatastoreServiceTestConfig());
@Before
public void setUp() {
helper.setUp();
}
@After
public void tearDown() throws Except
The admin console have the new version available but the check in
eclipse keep failing.
It's somewhat annoying because I have to quit eclipse to stop the
check.
Uploaded 12 files.
Initializing precompilation...
Deploying new version.
Will check again in 1 seconds.
Will check again in 2 seconds.
Wi
Hi Robert,
On Jun 6, 11:51 pm, Robert Lancer wrote:
> Invite a gmail version of yourself to your app as an admin and use
> that account to upload.
thanks, sounded like it could work.
However, I get a:
This webpage is not available.
The webpage at
https://appengine.google.com/_ah/login?contin
Invite a gmail version of yourself to your app as an admin and use
that account to upload.
On Jun 5, 9:16 am, "i...@ontologycentral.com"
wrote:
> Hi,
>
> I've signed up for Google Apps to be able to use a custom domain name
> for my GAE applications. That works now, however, I'm unable to
> upda
Hi,
I've signed up for Google Apps to be able to use a custom domain name
for my GAE applications. That works now, however, I'm unable to
update my GAE apps any more (using Eclipse with plugin version 1.3.4).
In addition, I see all sorts of strange behaviour
(appengine.google.com inaccessible etc
Hello,
I do not manage to use the bulk load utility from GAE 1.3.4 against
the local Java dev server. Using it remotely against a deployed
application on appspot.com works without problems.
Here's an example:
bulkloader.py --dump --app_id=APP_ID --url=http://localhost:/admin/
remote_api --fi
Im going through the process off seting up YOUTubeDirect and have
Eclipse 3.5 installed
When I make the modifications to the new appengine_web.xml file ie.
adding the Application and Reg Key and Run the file I get this
message:
17:28:54,207 FATAL [main] Main - No embedded stylesheet instruction
My app allows users to set a list of email addresses that receive an
email when certain events occur in the app. The from address is set to
the current user's email address (so they must have a Google login).
Currently, the user gets a separate email for each recipient in the
list each time an emai
Issue #2570
http://code.google.com/p/googleappengine/issues/detail?id=2570
--
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-j...@googlegroups.com.
To unsubscribe from this group,
Hi,
I am using version 1.3.4 of GAE and I have the same problem. When
trying to import data to the local development server using the Python
bulk loader tool, I get the following error:
[INFO] Logging to bulkloader-log-20100606.132812
[INFO] Throttling transfers:
[INFO] Bandwidth: 250
Hello, I use JDO and have 2 entities and want a many to many relation
between them. In this relation I need an additional attribut. I've
tried to create a third entity with 2 one to many relations to the
others. In the documentation there is an example with a one to many
relation and a key object a
I can't access to my application in the GAE
I connect to my google account I used to create my applications but I
only see a button to create a new application!?
I had some difficulties to send upload my aplication because of my
password. At the first time I try to use the password I used to
connec
I am having trouble with Hessian on Google App Engine. First I will
describe the setup. I have a persistent class MessageDb declared as
(It contains a String and an arraylist of strings):
@PersistenceCapable
public class MessageDb {
@PrimaryKey
private String user;
@Persistent
pri
I am getting OutOfMemoryError too for any file i try to upload .
can someone explain what the problem is please?
Thanks
Luai.
On Jun 3, 12:14 am, Jean Hsu wrote:
> Hi all,
>
> I am trying to set up a basic file upload to blobstore, but I get
> this OutOfMemoryError:
>
> WARNING: Error for /_ah/
Hi,
I'm new to GoogleAppEngine,
please help me on resolving following erro...
1. I would like to read a "ssma_stud.txt" file as an input file.
This file resides in a path " web/ssma_stud.txt"
2. As well, updated "appengine-web.xml" with following...
3. My
It looks like after catching the DEE a HardDEError is probably thrown
which causes the server instance to quit and the next request will
cause a new instance to be spun up.
I had to give up catching DEE's - you don't get enough time to
reliably start a new task. The only option seems to be
RE: John :- You've made my day
On Jun 6, 3:05 pm, John Patterson wrote:
> http://tinyurl.com/286ut5k
>
> On 6 Jun 2010, at 19:23, Prashant Gupta wrote:
>
>
>
> > what is the level lower then INFO ?
>
> > can you tell me in brief what does ".level = WARNING" in logging file.
>
> >
Hello,
I hope someone can help me. Even though this is not a critical
problem, it's really annoying me. Every time i catch a
DeadlineExceededException and I try to patch things up and end my
thread properly I get a
(Error code 104). I already tried searching everywhere, tried ending
the thread im
http://tinyurl.com/286ut5k
On 6 Jun 2010, at 19:23, Prashant Gupta wrote:
what is the level lower then INFO ?
can you tell me in brief what does ".level = WARNING" in logging file.
sorry for a noob question :|
Thanks,
Prashant
On 6 June 2010 17:45, John Patterson wrote:
Theres your pr
what is the level lower then INFO ?
can you tell me in brief what does ".level = WARNING" in logging file.
sorry for a noob question :|
Thanks,
Prashant
On 6 June 2010 17:45, John Patterson wrote:
> Theres your problem... you need to set the level to INFO or lower
>
>
> On 6 Jun 2010, at
Theres your problem... you need to set the level to INFO or lower
On 6 Jun 2010, at 19:06, Prashant Gupta wrote:
i am using default template which comes with eclipse plugin:
// file : appengine-web.xml
// file : logging.properties
.level = WARNING
--
You received this message
i am using default template which comes with eclipse plugin:
// file : appengine-web.xml
// file : logging.properties
.level = WARNING
--
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" group.
To post to this group, send ema
Are you sure your logging is configured to write at INFO level? You
might have to change your war/WEB-INF/logging.properties file (or
whereever this file is defined by
in your appengine-web.xml
On 6 Jun 2010, at 13:12, Prashant Gupta wrote:
Hi,
Docs say "Everything the servlet wr
Hello Ikai,
Can you please include my app in deleting batch as well:
app id: gaepocdemo
version: 3
Thank you
On Apr 10, 5:47 am, "Ikai L (Google)" wrote:
> We'll scrub these next time we do them in batch. For the time being - it's
> annoying that it's stuck there, but we allocate you 100 versio
I still can't delete the same application version.
Regards,
Eurig
On Apr 12, 9:32 am, Eurig Jones wrote:
> Thanks Ikai
>
> On Apr 9, 10:47 pm, "Ikai L (Google)" wrote:
>
>
>
> > We'll scrub these next time we do them in batch. For the time being - it's
> > annoying that it's stuck there, but we
Hello
GAE seems to have troubles parsing web.xml with what I believe are
perfectly valid XML-comments:
--
intense-debate-account-id
site1accId
--
My attempts to deploy the app ended up with some generic 500. When I
removed those all went well.
Am I doi
34 matches
Mail list logo