[appengine-java] Clean Slate

2012-02-22 Thread T J
I successfully uploaded an application using appcfg.sh. The application was working properly, but subsequently entered an unstable state (Server Error 500s now). I'd like to restore my application to a clean slate. Is there a way to do this? In other words, I want there to be no deployed ve

[appengine-java] Re: Datastore API for free applications.

2011-12-31 Thread J
Is there any way you could look at the Blob Viewer and delete the related entry and try again to see if it helps to clear the error? You might want to try to deploy with different version of the same app instance to see as well. -- You received this message because you are subscribed to the G

[appengine-java] Re: Failed to initialize App Engine SDK at ... appengine-java-sdk-1.6.0

2011-12-31 Thread J
One more thing, I am running Eclipse 3.7 as well as 3.6. HTH -- 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/-/s4AvO-knexgJ. To post t

[appengine-java] Re: Failed to initialize App Engine SDK at ... appengine-java-sdk-1.6.0

2011-12-31 Thread J
Not sure if you guys have resolved this issue but I used Mac OS Lion (10.7), with GAEJ 1.6.1 with MacOSX default JDK 6 with no issue. However, my STS and GPE as well as other plugins are managed by Genuitec Pulse. If you need me to check any of my settings/configuration, please let me know. --

[appengine-java] Re: Quick way to delete datastore entities?

2011-10-06 Thread J
Ah yes, that's true. Thanks! -- 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/-/i26_WR0SRaQJ. To post to this group, send email to goog

[appengine-java] Re: Quick way to delete datastore entities?

2011-10-06 Thread J
Thanks, that worked for me! Question: I believe that using the datastore admin still counts against your quota. Is that correct? Nevertheless, since the old pricing/quotas are still in effect, this shouldn't matter right because all of the datastore related quotas are unlimited under old pric

[appengine-java] Re: Quick way to delete datastore entities?

2011-10-06 Thread J
I read here http://code.google.com/appengine/docs/adminconsole/datastoreadmin.html: "The datastore copy feature is currently available only for Python applications." I'm running a Java app - is this why the Datastore admin page is blank for me? -- You received this message because you are

[appengine-java] Re: Quick way to delete datastore entities?

2011-10-04 Thread J
The Datastore Admin page is blank for me as well. Weird. Anyone? -- 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/-/BjbuI_lKIzEJ. To p

[appengine-java] Quick way to delete datastore entities?

2011-10-03 Thread J
Due to the upcoming pricing change, I'm making changes to my app to reduce costs. One of the changes involves no longer storing a particular type of entity. My question: Is there a quick/easy way to delete all entities of a particular kind? In other words, I don't need that entity kind/type

[appengine-java] Re: New issue tracker template for production issues

2011-08-23 Thread J
Hey is it still open? -- 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/-/4kaj2TBNwuMJ. To post to this group, send email to google-appen

[appengine-java] Out of memory error wiped out all the local data

2011-08-17 Thread J
If seems like on dev_server, if it encountered out of memory error, all entities are wiped out. Is this a known issue and if so, is there any workaround for this? Thanks. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To view t

[appengine-java] Re: GWT wrapper for the client side (javascript) Channel API

2011-01-31 Thread J.
Hi, I'm trying to integrate the channel api with gwt-gae-channel library on client side, but I can't make it work. I followed the HowToUse wiki for the client part. For the clientId I'm using the string returned by the createChannel call (on the server side). I have no exception at execution in dev

[appengine-java] Re: DEPLOYMENT FAILING AGAIN

2010-12-14 Thread J Handal
quot; 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...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.

[appengine-java] java.lang.RuntimeException: Version not ready.

2010-10-19 Thread J
I receive this today, have anyone has any luck now? -- 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

[appengine-java] Re: Image Upload

2009-09-02 Thread Travis J Warren
What environment are you developing in? On Sep 3, 8:03 am, Michael Ring wrote: > I'm trying to use apache file upload per the example in the app engine > file upload FAQ and am getting this error: > > java.lang.NoClassDefFoundError: org/apache/commons/fileupload/servlet/ > ServletFileUpload > >

[appengine-java] Re: Reg-What Java Frameworks supports With Google Java App Engine

2009-09-02 Thread Travis J Warren
Kanth. Struts / Spring MVC etc all run on the servlet spec so you will pretty much be OK with any of these frameworks. There is the odd little gotcha but most can be resolved with a bit of searching. The "will it play" link above will sort you out. On Sep 2, 5:06 pm, kanth wrote: > Hi, > > I

[appengine-java] Re: @SessionAttributes on App Engine

2009-08-27 Thread Travis J Warren
My bad, was not implementing serializable on my classes. On Aug 27, 3:02 pm, Travis J Warren wrote: > Pretty new to the app engine and have an issue using > @SessionAttributes annotation using Spring 3 on app engine.  Hope > someone can help. > > All is well on local development

[appengine-java] @SessionAttributes on App Engine

2009-08-26 Thread Travis J Warren
Pretty new to the app engine and have an issue using @SessionAttributes annotation using Spring 3 on app engine. Hope someone can help. All is well on local development (using Eclipse plug-in), when deployed on app engine I get the stack trace pasted below. I have configured <%@ page session="t