[appengine-java] Re: New Mac Java Update, Now Dev Server Stops After ACK Running

2011-03-16 Thread Mike Dillon
Thanks I searched and searched before posting, just wasn't using the right keywords I guess. On Mar 16, 12:55 pm, Jay Young wrote: > https://groups.google.com/forum/#!topic/google-appengine-java/WiImnzV... -- You received this message because you are subscribed to the Google Groups "Google App

[appengine-java] Re: New Mac Java Update, Now Dev Server Stops After ACK Running

2011-03-16 Thread Mike Dillon
Thanks, I searched and searched before I posted this. Sorry about that. On Mar 16, 12:55 pm, Jay Young wrote: > https://groups.google.com/forum/#!topic/google-appengine-java/WiImnzV... -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" gro

[appengine-java] New Mac Java Update, Now Dev Server Stops After ACK Running

2011-03-16 Thread Mike Dillon
My mac just went through series of updates, including a java update. I used to be able to run my dev appengines perfectly on it. Now after 'ant runserver' and it successfully processes everything I get the message, "The server is running at http://localhost:"; it then stops and ant says BUILD S

[appengine-java] Re: Application Versions and the Datastore

2010-08-09 Thread Mike Dillon
google/appengi... > > "Although Google App Engine allows many versions of your application to be > accessible, there is only one datastore for your application, shared by all > versions. Similarly, the set of indexes is shared by all application > versions." > > &g

[appengine-java] Application Versions and the Datastore

2010-08-09 Thread Mike Dillon
Hi all, I was wondering if the different version of the user application code base had its own different datastore as well. We just pushed a new version onto the app engine and need to re-import our data because of some class structure changes. Will the version 1 still keep its datastore while we

[appengine-java] Re: Java Heap Space Error, Correct Increasing Method?

2010-06-28 Thread Mike Dillon
a.exe. That should work the same way for the ant, > task. (You can see this in config/user/ant-macros.xml). > > > > On Mon, Jun 28, 2010 at 3:51 PM, Mike Dillon wrote: > > Another thing to consider. I'm not using eclipse, and I'm building and > > running the s

[appengine-java] Re: Java Heap Space Error, Correct Increasing Method?

2010-06-28 Thread Mike Dillon
Thanks for the help Don. - Mike On Jun 28, 3:51 pm, Mike Dillon wrote: > Another thing to consider. I'm not using eclipse, and I'm building and > running the server with 'ant runserver'. I just realized that ant > isn't calling > dev_appse

[appengine-java] Re: Java Heap Space Error, Correct Increasing Method?

2010-06-28 Thread Mike Dillon
kes on --jvm_flag but will run with just the -Xmx, however that has no affect. - Mike On Jun 28, 2:47 pm, Mike Dillon wrote: > Thanks, > > Yes that is exactly whats going on, the linux box has 4gb of ram, my > mac has 2gb... > > And yes I tried the --jvm_flag=-Xmx512m on my mac wi

[appengine-java] Re: Java Heap Space Error, Correct Increasing Method?

2010-06-28 Thread Mike Dillon
t; > The -Xmx setting you added to dev_appserver.sh has no effect.  Your code is > executed in a subprocess, which is why --jvm_flag must be used to pass Java > args through to this process. > > > > On Mon, Jun 28, 2010 at 6:38 PM, Mike Dillon wrote: > > Thanks Don, > > >

[appengine-java] Re: Java Heap Space Error, Correct Increasing Method?

2010-06-28 Thread Mike Dillon
18 pm, Don Schwarz wrote: > I believe you want the following flag: > > --jvm_flag=-Xmx512m > > > > > > On Sun, Jun 27, 2010 at 3:13 PM, Mike Dillon wrote: > > Hello all, > > > Im working on a project that reads GTFS archives as part of its > > functio

[appengine-java] Java Heap Space Error, Correct Increasing Method?

2010-06-28 Thread Mike Dillon
Hello all, Im working on a project that reads GTFS archives as part of its functionality. When we are importing a particular set of data that has ~60,000 entries my dev server locks up around the 27,000 entry. The error is the java heap space error. I would like to know if anyone has successfully

[appengine-java] Re: Any ETA for a backup/restore facility?

2010-06-28 Thread Mike Dillon
Mscwd01, I'm not a google employee, but I have had success backing up our datastore and then restoring our datastore with the bulkloader utility. Currently the bulkloader is in the python sdk, so all you need to do is download that and then youll be able to do backups and restore from those backup