[appengine-java] Re: Development AppEngine server quits with no warnings.

2011-03-09 Thread Jay Young
Created an issue for this: http://code.google.com/p/googleappengine/issues/detail?id=4712 -- 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-java@googlegroups.com. To unsubscribe

[appengine-java] Query with several filters on same list property potential exploding index problem...

2011-03-09 Thread Cyrille Vincey
I handle a class MyClass that holds a list property myListProperty. I use the low-level API to query over this class, with a dynamic number of filters over this very single field. Those filters mainly use different kind of operators (inequality filters and in filters). Sample code: Query q = new

[appengine-java] Need help trying to solve uploading to blobstore on the server side???

2011-03-09 Thread branflake2267
I'm frustrated with the blobstore upload on the server side. I can't seem to figure out whats going wrong. I'm posting the payload below. I need to figure out how to upload on the server side so I can resize a thumb and write the bytes into a blob. I'm using a servlet to setup a task to do the

[appengine-java] ROWID PSEDO Column and queries on rowid

2011-03-09 Thread dreamer
Hi, I have a oracle query using rowid pseudo column, basically to fetch next 10 record each time for pagination. Is there any artifact that is equivalent in datastore ? if not what is my alternative. Appreciate your help. -- You received this message because you are subscribed to the Google

Re: [appengine-java] Could not initialize class PMF

2011-03-09 Thread Ikai Lan (Google)
Are you trying to reference PMF in your client side GWT code? This won't work. It has to be in your server side code. This is what the stack trace seems to indicate. If not, I'd say look to make sure PMF is in your classpath. Ikai Lan Developer Programs Engineer, Google App Engine Blog:

Re: [appengine-java] Could not initialize class PMF

2011-03-09 Thread Toby Reyelts
Hi Laci, NoClassDefFoundError can mean one of two things: 1) You really didn't include the class in your webapp, so it can't be found. You should check the classes in WEB-INF/classes and the jars in WEB-INF/lib to make sure com.reference.server.PMF is present. 2) Your PMF class threw an

[appengine-java] Timeout while adding an auto increment column in task queue

2011-03-09 Thread Gaurav Sharma
Hi all I am using mysql instance of google app engine. I have to add an auto increment column to a table name actions. This table already contains around 2 lacs of records. When i alter this table i am getting following exceptions Exception :class java.sql.SQLException: Timed out. at

Re: [appengine-java] Could not initialize class PMF

2011-03-09 Thread Laci
Hi! Everything is in place, and I could come over this error, but the app is stil not working, got the following error message: [WARN] /reference/greet javax.jdo.JDOFatalInternalException: No resources could be found to annotate error message key:MSG_NestedThrowablesStackTrace at

[appengine-java] Re: Development AppEngine server quits with no warnings.

2011-03-09 Thread iein valdez
I'm also experiencing the exact same problem. I verified on two different macs. -- 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-java@googlegroups.com. To unsubscribe from this

[appengine-java] Re: Need help trying to solve uploading to blobstore on the server side???

2011-03-09 Thread branflake2267
Wow, so far I got it working. So it is possible to do it on the server side. I had to fix request url to be absolute instead of relative, or at least I thought I had it fixed, and wasn't. Here is what I am doing so far: private void upload2_A(long fileThingId, long stuffId, String