[appengine-java] logging using System.err System.err

2010-06-06 Thread Prashant Gupta
Hi, Docs say Everything the servlet writes to the standard output stream ( System.out) and standard error stream (System.err) is captured by App Engine and recorded in the application logs. Lines written to the standard output stream are logged at the INFO level, and lines written to the standard

[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: -- context-param param-nameintense-debate-account-id/param-name !-- site1: -- param-valuesite1accId/param-value !-- site2: -- !--

[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 eurigjo...@gmail.com wrote: Thanks Ikai On Apr 9, 10:47 pm, Ikai L (Google) ika...@google.com wrote: We'll scrub these next time we do them in batch. For the time being - it's annoying

[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) ika...@google.com 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

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 system-properties property name=java.util.logging.config.file value=WEB-INF/ logging.properties/ /system-properties

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 jdpatter...@gmail.com wrote: Theres your problem... you need to set the level to INFO or lower

[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

[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... system-properties

[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 jeanhs...@gmail.com wrote: Hi all, I am trying to set up a basic file upload to blobstore,  but I get this OutOfMemoryError: WARNING:

[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

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

[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

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

[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

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

[appengine-java] Re: GAE and Google Apps

2010-06-06 Thread i...@ontologycentral.com
Hi Robert, On Jun 6, 11:51 pm, Robert Lancer robert.lan...@gmail.com 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

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

[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

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 jdpatter...@gmail.com: It looks like after catching the DEE a HardDEError is

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

[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 ping2r...@gmail.com wrote: Finallyfoundthe problem that in documentation itsnotmentioned that few of the jars need to be included. They did mention

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

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

[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