[appengine-java] Doubt about Datastore (Python/JDO/Low level api)

2011-03-10 Thread coder
I was seeing this test http://gaejava.appspot.com/ and i have seen that crud operations in python are faster than in jdo and that in low-level api is faster than in jdo. So, i am tempted to leave java implementation for my google app engine apps and to use python. Or is there a way to create apps

[appengine-java] Re: Doubt about Datastore (Python/JDO/Low level api)

2011-03-10 Thread Didier Durand
Hi, You should give a try to packages like Objectify (recommended by Google also: they tend to push people away from JDO / JPA...) It is simpler to learn than JDO and much more efficient in terms or performance. I abandonned JDO for Objectify many months ago and I am extremely happy about that

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

2011-03-10 Thread thangavel s
Hi buddy, can you help how to integrate mysql in google appengine. thanks.. On Thu, Mar 10, 2011 at 12:29 AM, Gaurav Sharma applane.develo...@gmail.com wrote: Hi all I am using mysql instance of google app engine. I have to add an auto increment column to a table name

[appengine-java] Re: Google apps account does not remove appengine service

2011-03-10 Thread Vik
anyone any suggestions on this please? Thankx and Regards Vik Founder www.sakshum.com www.sakshum.blogspot.com On Tue, Mar 8, 2011 at 8:45 AM, Vik vik@gmail.com wrote: Hie i have a google apps account for domain sakshum.org. We added app engine service signed with account

[appengine-java] Using BulkUpload into Local Java Dev Server on Mac

2011-03-10 Thread Brian Conneen
I've seen a bunch of threads on this issue, but there doesn't seem to be a definitive example of getting this to work. Essentially I want to migrate my existing Python app to Java, and I know I can deploy both versions into production. But I want to do lots of testing locally before ever

[appengine-java] Can I set GAE's dev_appserver to automatically reload context when I change .class files?

2011-03-10 Thread Luca Matteis
Hello everybody! I'm using Google AppEngine with their built in web server. My development goes about in a simple way: I make changes to my .java sources or .jsp and compile using ant and to see the changes I have to restart the development server. I'm wondering if there's a way I can avoid this

[appengine-java] Problem using activemq with GWT

2011-03-10 Thread Ramya
Hi, I am trying to use activemq inside a GWT project. I followed the steps given in http://code.google.com/p/gwt-activemq/. But when I tried to run the GWT project it gave me the following error: [ERROR] javax.servlet.ServletContext log: unavailable java.security.AccessControlException:

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

2011-03-10 Thread Tomer Weller
Same here. How can I rollback java manually? On Mar 9, 10:08 pm, iein valdez ival...@gmail.com wrote: 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.

[appengine-java] Re: App engine terminates in Devmode 2sec after start without an errormessage

2011-03-10 Thread micho
is this the same as: https://groups.google.com/group/google-appengine-java/browse_frm/thread/5a22269f355bf45a?hl=de -- 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] Re: Development AppEngine server quits with no warnings.

2011-03-10 Thread Jeff Martin
Me too (on a Mac after the update to JSE 6b24). Funny, it doesn't happen all the time. I have more luck when I run the server under the debugger. After that it will sometimes start to work without debugging. I notice this in the console, but I can't remember if it was there before:

[appengine-java] Re: App engine terminates in Devmode 2sec after start without an errormessage

2011-03-10 Thread micho
This workaround works for me: 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] Re: Development AppEngine server quits with no warnings.

2011-03-10 Thread micho
here you can find a workaround. 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

[appengine-java] Re: GregorianCalendar source packages

2011-03-10 Thread Damien Dessagne
I ran into the same problem earlier today, and had to search for quite a long time to understand where the problem came from. The problem comes only from GWT and is not related to AppEngine (obviously, this topic shouldn't be in the GAE/J GoogleGroup, but anyway ... ^^). GWT emulates the JRE

[appengine-java] Checkout quota issue. Please help

2011-03-10 Thread Eurig Jones
I've been trying to increase my daily quota from $1 to $3 all day today an its not working. Its just reverting back to $1 after a successfull google checkout order. Then 30 mins later its back at $1 again! Can someone contact me to sort this out as my app is now hitting the limit.. my email is

[appengine-java] Re: Task Queue don't work in development server

2011-03-10 Thread DrJ
I have this problem also. -- 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 group, send email to

[appengine-java] Re: Task Queue don't work in development server

2011-03-10 Thread DrJ
I can't remove appengine-api-labs.jar because it is needed by the runtime. -- 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 group,

Re: [appengine-java] Problem using activemq with GWT

2011-03-10 Thread A. Stevko
You might want to contact the developers directly by opening an issue... On Wed, Mar 9, 2011 at 7:46 AM, Ramya rmjayasan...@gmail.com wrote: Hi, I am trying to use activemq inside a GWT project. I followed the steps given in http://code.google.com/p/gwt-activemq/. But when I tried to

Re: [appengine-java] Can I set GAE's dev_appserver to automatically reload context when I change .class files?

2011-03-10 Thread Yasuo Higa
Hi Luca, Slim3 supports HOT reloading. https://sites.google.com/site/slim3appengine/ Yasuo Higa On Thu, Mar 10, 2011 at 7:58 PM, Luca Matteis lmatt...@gmail.com wrote: Hello everybody! I'm using Google AppEngine with their built in web server. My development goes about in a simple way: I

[appengine-java] Weird performance problem last 3 days or so

2011-03-10 Thread mdt
For the last couple of days our app performance has tanked, with requests that used to take a second or so taking up to 30 seconds. Since we've made minor changes that probably aren't the cause something gave me the idea of deploying the same code under a separate name, and comparing the two.

[appengine-java] Re: Weird performance problem last 3 days or so

2011-03-10 Thread Jay Young
Might the difference between your foo and bar deployments be the size of the data set you have for each app? If the fresh install is consistently fine and the old one is consistently slow, maybe you've hit a threshold where some inefficiency in your queries or data handling has started to

[appengine-java] Re: Weird performance problem last 3 days or so

2011-03-10 Thread mdt
Actually, I overstated things. The app actually now uses persistence VERY LITTLE, and only on one page. But the persistent store on the second deployment is empty. It would be strange if this was the problem, but it could be. Thanks again! -- You received this message because you are

[appengine-java] Re: Weird performance problem last 3 days or so

2011-03-10 Thread mdt
Some more information on this -- looking through the logs I didn't occur to me to expand the entries for the long latency queries, but when I did I found: The process handling this request unexpectedly died. This is likely to cause a new process to be used for the next request to your

[appengine-java] Re: GregorianCalendar source packages

2011-03-10 Thread Didier Durand
Hello, The jvm implementation of GAE is not complete either: see this list to see which classes are usable or not. http://code.google.com/appengine/docs/java/jrewhitelist.html regards didier On Mar 10, 7:50 pm, Damien Dessagne damien.dessa...@gmail.com wrote: I ran into the same problem

[appengine-java] Re: Can I set GAE's dev_appserver to automatically reload context when I change .class files?

2011-03-10 Thread iein valdez
I have the same issue as you do. I decided to go with JRebel and it works great with App Engine. I've been using it for months and it's saved me a ton of time. IMHO worth the money. On Mar 10, 2:58 am, Luca Matteis lmatt...@gmail.com wrote: Hello everybody! I'm using Google AppEngine with

[google-appengine] 2 project talk internally with each other

2011-03-10 Thread Jimmy Au
How to do internal communication for 2 project and url rewrite stuff inside google app engine? -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to google-appengine@googlegroups.com. To unsubscribe from this

[google-appengine] if I have a property for my model that I don't set, is there a cost to index it?

2011-03-10 Thread Joops
Hello all, I am developing an app using the Python SDK and I would like to have a deleted Date property on my model, (which for most items will be unset). This will be set when an item is deleted. I am not using expando models. Please could someone confirm if my thinking is correct If I create

[google-appengine] Problem on trying to post a video

2011-03-10 Thread Leo - אריאל
Hi, I have a website with a youtube-direct working on it. But in last days it stoped woking well, I can't POST a new video. It causes an Error 403 when trying to connect. But it works when connecting with as a project Admin account. Can anyone help me, please? Thanks (Sorry about my poor

[google-appengine] Meed more Apps

2011-03-10 Thread uri twig
Hi Thanks for the great platform I've been getting to the limit of apps 10 can I get an increase? Thanks in Advance Uri -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to

[google-appengine] Re: com.google.gdata.util.AuthenticationException: 403: OK

2011-03-10 Thread Daniel Florey
The problem can be fixed by registering the domain with Google. In the past it was possible to use AuthSub without registering the domain, it just displayed a yellow warning box - since a few days it seems to be mandatory. -- You received this message because you are subscribed to the Google

[google-appengine] Re: How can i delete a column from my table from within my app engine account ?

2011-03-10 Thread Ernesto Karim Oltra
There is an old, but very useful article in google appengine docs. See section Removing properties (and the others if you want :) ) http://code.google.com/intl/en/appengine/articles/update_schema.html On 10 mar, 08:14, Daniel vedm...@gmail.com wrote: Hi I have no use in a certain column in my

[google-appengine] Re: Deleting Data Really Expensive!

2011-03-10 Thread Jason Collins
We are also finding that deletion is an expensive prospect. So much so that we find ourselves discussing the cost-tradeoff of simply leaving the dead data around because the storage cost is so much lower than what it would take to delete - even using the techniques mentioned in this post. It

Re: [google-appengine] Re: com.google.gdata.util.AuthenticationException: 403: OK

2011-03-10 Thread Leo - אריאל
Hi, How do I do this? Where do I have to type it? שלום יי Leo - אריאל On Thu, Mar 10, 2011 at 11:51, Daniel Florey daniel.flo...@gmail.comwrote: The problem can be fixed by registering the domain with Google. In the past it was possible to use AuthSub without registering the domain, it

Re: [google-appengine] Re: com.google.gdata.util.AuthenticationException: 403: OK

2011-03-10 Thread Daniel Florey
www.google.com/accounts/ManageDomains 2011/3/10 Leo - אריאל leoce...@gmail.com Hi, How do I do this? Where do I have to type it? שלום יי Leo - אריאל On Thu, Mar 10, 2011 at 11:51, Daniel Florey daniel.flo...@gmail.comwrote: The problem can be fixed by registering the domain with

[google-appengine] Re: Searching logs in log viewer fails

2011-03-10 Thread Samuel
For me, there is not a random factor. It always happens. It's perhaps a different issue. Thanks, Samuel On 9 mar, 01:56, Tarush Aggarwal tarush.aggar...@gmail.com wrote: So will this just end after a period of time or is there something you have to do? Also how long is the period? Thanks

Re: [google-appengine] Meed more Apps

2011-03-10 Thread Robert Kluin
Googlers have been asking people to fill out a billing support issue explaining the need for an increase. http://code.google.com/support/bin/request.py?contact_type=AppEngineBillingSupport On Thu, Mar 10, 2011 at 04:47, uri twig uri.t...@gmail.com wrote: Hi Thanks for the great platform

[google-appengine] Re: Problems copying entities to the high replication datastore.

2011-03-10 Thread Petey
It looks like this happens to all child entities in an entity group. I can't get any entities that are children to copy over. I even tried altering the order in which I copied the parent and child entities. Does anyone have any workarounds? I really need this to work. I've noticed several other

[google-appengine] Re: Deleting Data Really Expensive!

2011-03-10 Thread nickmilon
I also think deleting data is quite cpu intensive and expensive process, different techniques described above by Tim, Wesley, Ikai and others give only marginal benefits. There are some use cases where we deal with ephemeral data and all entities of a model are obsolete-irrelevant after some time.

[google-appengine] Re: Copy Data from App to App

2011-03-10 Thread Petey
I have this same issue. I just posted the same question yesterday and haven't heard anything yet. On Feb 23, 5:48 pm, Jamie H ja...@mhztech.com wrote: I want to use the HR datastore which Google claims is much more reliable.  However every time I try to run the built in datastore admin

[google-appengine] Re: Problems copying entities to the high replication datastore.

2011-03-10 Thread Jamie H
You are not alone. I experienced the same issues you are experiencing when I did my migration. I received no response from Google but this is no doubt an issue. I received the same namespace error, along with several mappers just hanging idle. On Mar 10, 2:01 pm, Petey brianpeter...@gmail.com

[google-appengine] How can I see my columns of Text Type in Datastore Viewer?

2011-03-10 Thread Daniel
I got several tables and in all of them I cannot see the columns of Text( com.google.appengine.api.datastore.Text) type in the Datastore Viewer... b.t.w I'm coding in Java... Thanks ahead, Daniel -- You received this message because you are subscribed to the Google Groups Google App

[google-appengine] Re: Problems copying entities to the high replication datastore.

2011-03-10 Thread Francois Masurel
I had this problem on about 1% on my child entities containing binary data. Hopefully, I didn't have too much data in my MS datastore, so I could recreate them manually. Francois -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to

[google-appengine] Re: Problems copying entities to the high replication datastore.

2011-03-10 Thread Petey
It does seem like it copied over some child entities so that isn't the exact issue. The main problem I have is that not everything gets copied. For example, I have one entity kind that only got 730,000 entities copied when the source app has 810,000 entities. I don't know how I would find the

[google-appengine] PyCrypto and user passwords.

2011-03-10 Thread Dave Peck
PyCrypto offers the blowfish cipher, but not the bcrypt hash. What's the best way to store passwords on App Engine with PyCrypto? Thanks, Dave -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to

[google-appengine] Re: Where can I find commercial successfully websites created using GAE?

2011-03-10 Thread vlad
Just launched recently (not a commercial success yet) a free multi player poker site http://www.zodiacholdem.com. Built completely on appengine using python SDK. I am pretty happy with the platform. Aside from stability the only gripe I have: It is pretty hard to build server driven workflows

Re: [google-appengine] App Engine TOS question

2011-03-10 Thread Nick Johnson (Google)
Hi Jeff, Functional separation of the kind you describe is fine, and in compliance with the TOS. -Nick Johnson On Wed, Mar 9, 2011 at 1:03 PM, Jeff Knox lairdk...@gmail.com wrote: I am trying to serve two different sub domains (www.domain.com and app.domain.com). The www domain is the

Re: [google-appengine] Apps and Accounts

2011-03-10 Thread Nick Johnson (Google)
Hi, Applications are not 'tied' to domains unless you are using App Engine for Business. Standard App Engine apps always have a presence on appspot.com; other domains can then be mapped to them. -Nick Johnson On Wed, Mar 9, 2011 at 4:57 AM, onixterry te...@onixnet.com wrote: Scenario: I

Re: [google-appengine] Deleted Developer Account In Google Apps

2011-03-10 Thread Nick Johnson (Google)
Hi Ben, What is the App ID, and the email address of the administrator account? -Nick Johnson On Wed, Mar 9, 2011 at 2:19 AM, ben groot bgr...@web1on1.nl wrote: Anyone? Please, I don't want to lose any data! -- You received this message because you are subscribed to the Google Groups