[google-appengine] Re: Updating an object fails when accessing application through Twilio

2010-01-11 Thread Danielle Morrill
Hi Kelvin, I work for Twilio and I'm happy to help (sorry I didn't catch this conversation sooner). You might want to take a look a the debugger in your account first as @dreadjr suggested. If that doesn't help you get unstuck, drop us a line at h...@twilio.com so we can take a look. Cheers, Da

Re: [google-appengine] Re: Best way to model relations

2010-01-11 Thread Daniel Aguilar
Hi again, thanks a lot for your answers. So it looks like developing for GAE is quite a different paradigm... >From your answers i understand that: 1. I should precompute and store all aggregated data I might need 2. Changes to my database are NOT immediate (hence I can't expect accuracy) I will

[google-appengine] Can't see the datastore viewer

2010-01-11 Thread Amit
Hi, When I go to the admin console and click on Datastore Viewer I get an error page. This used to work a couple of days ago but now it consistently fails with the following message: Server Error A server error has occurred. Return to Applications screen » Anyone else experiencing this? My app

[google-appengine] Issue storing image in blob property, then retrieving

2010-01-11 Thread Daniel Aguilar
Hi there, I'm just running into an issue trying to store an image in a blob property, and trying to load it afterwards. The process is as follows: 1. My front-end (a Flash application) sends the data to be stored to GAE (i'm using pyamf) 2. The remote function stores the data (I save the image in

[google-appengine] Re: How to test my application with local database

2010-01-11 Thread ivanceras
Hi!, I tried configuring my jdoconfig.xml but always with an error. Here is my configuration I appreciate if you could help me on this. Thanks, On Jan 4, 9:56 pm, Ian Marshall wrote: > Hi mobject, > > I use MySQL for

[google-appengine] Problems with App Engine Eclipse Plugin

2010-01-11 Thread Manish
Hi All I am having problems trying to install the app engine eclipse plugin in Eclipse Java EE IDE for Web Developers(Galileo). The installation of plugin completes without any errors. I can see the plugin listed under Help > About Eclipse > Installation Details. But I am not having any option suc

[google-appengine] Re: How to test my application with local database

2010-01-11 Thread ivanceras
BTW, I forgot the error log: Here is it: Caused by: javax.jdo.JDOFatalUserException: No available StoreManager found for the datastore URL key "jdbc". Please make sure you have all relevant plugins in the CLASSPATH (e.g datanucleus-rdbms?, datanucleus- db4o?), and consider setting the persistence

[google-appengine] Download avatar 2009 for free

2010-01-11 Thread avatar3
Download avatar 2009 In the future, Jake, a paraplegic war veteran, is brought to another planet, Pandora, which is inhabited by the Na'vi, a humanoid race with their own language and culture. Those from Earth find themselves at odds with each other and the local culture. Download avatar 2009   --

[google-appengine] Re: NotSerializableException cache problem

2010-01-11 Thread Brian Wawok
Does your list use generics? Does the type of object stored in the list implement Serializable? On Jan 9, 6:51 pm, Amir Michail wrote: > Hello, > > When attempting to put a list of ScoreData into the cache, I get this > exception: > > Caused by: java.io.NotSerializableException: > com.dropzap.

[google-appengine] OverQuotaError, but I have a huge allowance?

2010-01-11 Thread Emanuel
I am having problems when running an application I've built. I add users to my application by posting text through a regular form, the text is split by line breaks and then resulting array is then processed one entry at the time. The user is saved and afterwards a welcome email is sent out. I wan

[google-appengine] Advanced query performance issue

2010-01-11 Thread Mauricio Desiderio
Hello everyone. I am trying to figure out a way so support an advanced search need that we have using JDO in Google Apps. Here is the scenario: Imagine we have a Doctor object as follows: Doctor Key Name List of specialties (could be a list of strings) Location (to keep it simple city an

[google-appengine] Re: How to test my application with local database

2010-01-11 Thread Ian Marshall
Hello ivanceras, YOUR PROPERTY "datanucleus.ConnectionURL" - I do not know what your dev environment is. I use NetBeans; this has a connection set up to use my local MySQL database. I noticed an extra "//" between the "jdbc:" and "mysql" parts of your conne

[google-appengine] PersistenceManager multiple instances

2010-01-11 Thread Patrick Twohig
I'm having some difficulty with the PersistenceManager class. When running my app locally, it appears I can have multiple PersistenceManagers open at once operating on different entity groups at the same time. However, when I try to do this in a JUnit test, I end up getting all sorts of exception

[google-appengine] Re: XMMP IQ stanzas & App Engine ... supported ? workaround ?

2010-01-11 Thread Olemis Lang
On Thu, Jan 7, 2010 at 10:54 AM, Olemis Lang wrote: > Before jumping I wanted to know if the pool is empty ... ;o) > > IOW. I've been reading the XMPP API docs and I found nothing about > support for IQ stanzas. I wanted to implement some RPC (probably SOAP) > services using App Engine & conformin

[google-appengine] mazen samir wants to chat

2010-01-11 Thread mazen samir
--- mazen samir wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-85d987f5ad-6c70274248-d63d4080d430cba1 You'll need to click

Re: [google-appengine] OverQuotaError, but I have a huge allowance?

2010-01-11 Thread OvermindDL1
On Mon, Jan 11, 2010 at 10:44 AM, Emanuel wrote: > I am having problems when running an application I've built. > > I add users to my application by posting text through a regular form, > the text is split by line breaks and then resulting array is then > processed one entry at the time. The user

[google-appengine] Error when running Guestbook

2010-01-11 Thread midi
Ran into this error when running the Guestbook in Netbeans 6.8 org.apache.jasper.JasperException: An exception occurred processing JSP page /guestbook.jsp at line 19 16: 17: <% 18: UserService userService = UserServiceFactory.getUserService(); 19: User user = userService.getCurrentUser();

Re: [google-appengine] OverQuotaError, but I have a huge allowance?

2010-01-11 Thread Piotr Sikora
"OverQuotaError: The API call mail.Send() required more quota than is available." This is odd because I have a huge allowance and according to the dashboard email quota: 66.00 of 12000.00 Emails (1%) There is also per-minute quota: http://code.google.com/intl/pl/appengine/docs/quotas.html#Per-m

[google-appengine] This App Engine is a JOKE

2010-01-11 Thread mateusz
Standard servlet, sometimes work sometimes not throwing: "Request was aborted after waiting too long to attempt to service your request." - I think it's when application is waken up from sleeping, but no pattern - strange; Another joke, when I am sending emails from appliacation, it's sometimes sen

[google-appengine] Is something wrong with deployment?

2010-01-11 Thread prgmratlarge
I tried deploying multiple times to find this error: Application: [***]; version: 3. Server: appengine.google.com. Scanning files on local disk. Initiating update. Password for [***]: Could not guess mimetype for iphone/iui/Thumbs.db. Using application/ octet-stre am. Could not guess mimetype for

[google-appengine] Re: How to test my application with local database

2010-01-11 Thread ivanceras
Hello ian, Thanks for your reply. BTW, im using eclipse 3.5 (Galileo) and had just configured the datasource for mysql successfully. I edited my configuration like this(commented out storeManagerType) and the connectionURL: I had also replaced the datanucleus jars with version 1.1.5 as its the ve

[google-appengine] Re: Is something wrong with deployment?

2010-01-11 Thread prgmratlarge
Hmm... Seems to be fixed... Never mind On Jan 11, 9:39 pm, prgmratlarge wrote: > I tried deploying multiple times to find this error: > > Application: [***]; version: 3. > Server: appengine.google.com. > Scanning files on local disk. > Initiating update. > Password for [***]: > Could not guess mi

[google-appengine] Re: This App Engine is a JOKE

2010-01-11 Thread Greg
On Jan 12, 1:41 pm, mateusz wrote: > It's wasting time to think that you can use google app engine as > production environment event for the smallest form based application. It has worked very well for my business for over a year now. If you build your application right, I see no reason why Appen

[google-appengine] auto run tasks using dev sdk

2010-01-11 Thread Philip
I've read some articles on auto running tasks using the developer sdk and python. The articles I've found don't provide a good workaround. I am POSTing tasks using the Task class with parameters. I would like to run concurrent background tasks on my dev machine. If I can only run them single thread