[appengine-java] Re: The index for this query is not ready to serve

2010-06-06 Thread Manjoor
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

[appengine-java] Re: The index for this query is not ready to serve

2010-06-06 Thread Manjoor
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

[appengine-java] AspectJ + Spring

2010-06-06 Thread Sudhir Ramanandi
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

[appengine-java] Re: Simple Put, get operations in transaction

2010-06-06 Thread Tristan
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:

Re: [appengine-java] Can't end my thread properly after a DeadlineExceededException

2010-06-06 Thread John Patterson
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

[appengine-java] Re: Junit Problem

2010-06-06 Thread brendan
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

Re: [appengine-java] Re: logging using System.err & System.err

2010-06-06 Thread Prashant Gupta
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

Re: [appengine-java] Can't end my thread properly after a DeadlineExceededException

2010-06-06 Thread Felipe Quintella Correia
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

[appengine-java] Simple Put, get operations in transaction

2010-06-06 Thread Trung
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

[appengine-java] Eclispe deploy version check failed but deployed?

2010-06-06 Thread Peter Liu
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

[appengine-java] Re: GAE and Google Apps

2010-06-06 Thread i...@ontologycentral.com
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

[appengine-java] Re: GAE and Google Apps

2010-06-06 Thread Robert Lancer
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

[appengine-java] GAE and Google Apps

2010-06-06 Thread i...@ontologycentral.com
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

[appengine-java] Python bulk loader tool with local dev server of GAE Java

2010-06-06 Thread Jan
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

[appengine-java] YTD - WARINF appengine-Web.xml

2010-06-06 Thread TVista
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

[appengine-java] Mail - Configuring Sender "Confirmation" Email

2010-06-06 Thread tylerho
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

[appengine-java] Re: Can't delete blob in blob viewer

2010-06-06 Thread Stephen Gornick
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,

[appengine-java] Re: news on remote_api for java ?

2010-06-06 Thread Jan
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

[appengine-java] many to many relation with additional attribut

2010-06-06 Thread Anna
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

[appengine-java] How to watch my applications in the GAE Administration Console

2010-06-06 Thread tleroy
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

[appengine-java] SecurityException with Hessian on google app engine

2010-06-06 Thread dilbert
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

[appengine-java] Re: Uploading to blobstore gives OutOfMemoryError

2010-06-06 Thread Luai kassar
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/

[appengine-java] Need help on java.security.AccessControlException: access denied

2010-06-06 Thread Nick
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

Re: [appengine-java] Can't end my thread properly after a DeadlineExceededException

2010-06-06 Thread John Patterson
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

[appengine-java] Re: logging using System.err & System.err

2010-06-06 Thread Peter Ondruska
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. > > >

[appengine-java] Can't end my thread properly after a DeadlineExceededException

2010-06-06 Thread Felipe Quintella Correia
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

Re: [appengine-java] logging using System.err & System.err

2010-06-06 Thread John Patterson
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

Re: [appengine-java] logging using System.err & System.err

2010-06-06 Thread Prashant Gupta
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

Re: [appengine-java] logging using System.err & System.err

2010-06-06 Thread John Patterson
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

Re: [appengine-java] logging using System.err & System.err

2010-06-06 Thread Prashant Gupta
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

Re: [appengine-java] logging using System.err & System.err

2010-06-06 Thread John Patterson
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

[appengine-java] Re: Server Error A server error has occurred. - Whilst Deleting app version.

2010-06-06 Thread Chau
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

[appengine-java] Re: Server Error A server error has occurred. - Whilst Deleting app version.

2010-06-06 Thread Eurig Jones
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

[appengine-java] 500 when web.xml contains certain kind of coments

2010-06-06 Thread Jaroslav Záruba
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