[appengine-java] Bulk delete behind RPC

2009-10-24 Thread Eric
and the Kind I'm trying to delete (PostalCodes) is gone, but the day after I do this, the whole thing has been restored. Am I missing a call to flush or commit or something?!? Is there a better way to do this? Thanks in advance, Eric =) --~--~-~--~~~---~--~~ You received

[appengine-java] How organize the data for different organizations?

2010-06-20 Thread eric
Prompt please or give links to documentation about how to GAE for Java to (eg, domains in Google Apps, or by some other factor, such as service identifier, etc.). -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this

[appengine-java] Prospective search exception

2011-09-26 Thread Eric
(EventDispatcher.java: 222) at com.google.net.async.EventDispatcher.loop(EventDispatcher.java: 116) at com.google.net.async.GlobalEventRegistry $2.runLoop(GlobalEventRegistry.java:95) at com.google.net.async.LoopingEventDispatcher $EventDispatcherThread.run(LoopingEventDispatcher.java:385) Eric

[appengine-java] Re: java.lang.OutOfMemoryError: PermGen space

2012-01-21 Thread Eric
of overhead in the perm gen space that helps you encounter this issue more easily. Hot deploy is fun though. HTH - Eric -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To view this discussion on the web visit https

[appengine-java] Re: java.lang.OutOfMemoryError: PermGen space

2012-01-21 Thread Eric
...and by hosted mode I mean the development server (not on the cloud). -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine-java/-/NlxGNE_JKA0J.

[appengine-java] App Engine 1.2.5 Doesn't Support String, Exception, SAXParser in Java?

2009-09-22 Thread Eric Atkinson
I justed updated to App Engine 1.2.5 and now all my software is full of compiler errors because it says app engine no longer support classes like String, Exception, SAXParser in Java. Should I revert back to an earlier app engine that did support them or is this really the new app engine

[appengine-java] Struts 2.1.8 access denied exception

2009-11-10 Thread Eric Martin
OS: Windows XP IDE: Eclipse w/GAE plugin I'm playing around with GAE and wanted to test it out with Struts2. I've followed the various tutorials and everytime I try to test out my code, I get the following exception when I access my local dev site: java.security.AccessControlException: access

Re: [appengine-java] Re: Datastore Statistics vs. Quota

2009-12-05 Thread Eric Rannaud
On Sat, Dec 5, 2009 at 9:29 AM, Toby tobias.ro...@sunnymail.mobi wrote: I know that they are updated at least once a day. In my case the data volume has not changed for quite some time. And the discrepancy is really huge. I mean 50MB to 500MB. So maybe my datastore contains stuff that does not

Re: [appengine-java] Re: Datastore Statistics vs. Quota

2009-12-05 Thread Eric Rannaud
On Sat, Dec 5, 2009 at 10:05 AM, Eric Rannaud eric.rann...@gmail.com wrote: They also talked about an article they will publish soon that gives enough details on how indexes are built that you can at least predict the size of your indexes. There it is: http://code.google.com/appengine/articles

Re: [appengine-java] Re: Datastore Statistics vs. Quota

2009-12-07 Thread Eric Rannaud
. It is consuming about 44% of the space. I think that this is the index, is it not? I don't think it is, no. I believe it refers to other kinds of metadata (see article linked earlier in the thread). Index disk space usage is, I believe, nowhere explicit. Eric. -- You received this message because you

Re: [appengine-java] Nearly doubled CPU usage since december 3rd

2009-12-07 Thread Eric Rannaud
On Mon, Dec 7, 2009 at 5:42 AM, SCMSoft scms...@gmail.com wrote: We always used to have ~100ms api cpu_ms, but cpu_ms used to be more like 50ms or so. We added logging on the time of entry and exit of doGet() and there was 58 ms difference in this case. How is it possible to have 210cpu_ms,

Re: [appengine-java] Re: Datastore Statistics vs. Quota

2009-12-08 Thread Eric Rannaud
On Tue, Dec 8, 2009 at 1:26 AM, Toby tobias.ro...@sunnymail.mobi wrote: Reading the doc carefully it tells me that indexes are created based on the queries I make. Hence if I never query an entity on a certain property there should be no index. That's not exactly what it says. Only the

[appengine-java] KeyFactory.keyToString format?

2010-01-25 Thread Eric Jain
Is it safe to assume that the regular expression [a-zA-Z0-9]+ will match any string generated by KeyFactory.keyToString? -- 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

[appengine-java] Question About Loading HTML into a Frame

2011-01-01 Thread Eric Atkinson
The App Engine Manual says that any file I put in the WAR (or subdirectory) is automatically known to the app, so why, when I use the following code... Frame frame = new Frame(/StrategicInternationalSystems/war/WEB-INF/ pages/Summary.html); dockLayoutPanel.add(frame); ...does it

[appengine-java] Re: Question About Loading HTML into a Frame

2011-01-02 Thread Eric Atkinson
to serve it to your application. Hence the 404. regards didier On Jan 1, 5:33 pm, Eric Atkinson atki4...@gmail.com wrote: The App Engine Manual says that any file I put in the WAR (or subdirectory) is automatically known to the app, so why, when I use the following code... Frame

[appengine-java] unable to update app:Failed to compile jsp files

2011-04-07 Thread Eric Wu
I got problem when I deploy my project to Google App Engine. The project works ok on localhost. When deploying, there was a error message I post below: How to solve it? Creating staging directory Scanning for jsp files. Compiling jsp files.

[appengine-java] Failed to compile jsp files.

2011-04-07 Thread Eric Wu
I use the new version of sdk1.4.3. The problem still unsolved. here is the error message Creating staging directory Scanning for jsp files. Compiling jsp files. com.google.appengine.tools.admin.JspCompilationException: Failed to compile jsp files. 2011/4/7 下午 04:17:10

[appengine-java] Failed to compile jsp files.

2011-04-10 Thread Eric Wu
My project works fine in local server. But when I upload my project to GAE, there is an error: How to solve the problem Regards Creating staging directory Scanning for jsp files. Compiling jsp files. com.google.appengine.tools.admin.JspCompilationException: Failed to compile jsp files. 2011/4/10