[appengine-java] Resource is currently experiencing a short-term quota limit

2012-02-01 Thread deltaaruna
fully uploaded. How can I upload all 6 data? Please someone help me. I am in real trouble. Regards deltaaruna -- 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@g

[appengine-java] Problem in the datastore

2012-01-31 Thread deltaaruna
Hi all, My app has about 6 records. I uploaded the bulk data to the local datastore using xml files. It was working well in the local cloud. Then I uploaded the app in to cloud. Now I can't upload my data in the google cloud. when I try to do it following messege comes Error: Server Error T

[appengine-java] Re: Uploading problem

2012-01-30 Thread deltaaruna
11:16 pm, Amy Unruh wrote: > Aruna, > > It may be that you have not created the app id, or made a case error in > specifying the app id -- see this issue: >  http://code.google.com/p/googleappengine/issues/detail?id=3281 > > > > > > > > On Mon, Jan 9, 20

[appengine-java] Can't deploy my app in the cloud

2012-01-26 Thread deltaaruna
Hi all, My app is running well on the local app engine server. But when I try to deploy the app in the google cloud following error comes. I am using eclipse helios for the development. And the app is running well locally, java.io.IOException: Error posting to URL: https://appengine.google.com/a

[appengine-java] DataStore ApiDeadlineExceededException

2012-01-13 Thread deltaaruna
Hi all In my local datastore I have about 16 records and it will go 40+ records in future. But when I try to query the datastore following exception comes com.google.apphosting.api.ApiProxy$ApiDeadlineExceededException: The API call datastore_v3.RunQuery() took too long to respond and was

[appengine-java] Uploading problem

2012-01-08 Thread deltaaruna
Hi all, I am trying to upload my app in to the cloud. But for some reason I can't do it. This is the error I am getting "java.io.IOException: Error posting to URL: https://appengine.google.com/api/appversion/create?app_id=IMCProject2&version=1&; 400 Bad Request Client Error (400) The request is

[appengine-java] gae+gwt xml reading problem

2011-12-29 Thread deltaaruna
Hi all, I tried to read a xml file using an gwt+google app engine app. But I am getting following exceptions No source code is available for type org.xml.sax.helpers.DefaultHandler; did you forget to inherit a required module? No source code is available for type javax.jdo.PersistenceManager; did

[appengine-java] XML reading error.

2011-12-12 Thread deltaaruna
Hi all I am trying to read a XML file and upload that data into the datastore. But I am getting following exception java.security.AccessControlException: access denied ("java.io.FilePermission" "F:\Data.xml" "read") at java.security.AccessControlContext.checkPermission(Unknown Source)

[appengine-java] How to export a RDBMS

2011-12-06 Thread deltaaruna
Hi all, We are converting a web based app to a cloud app. Our database is Microsoft Sql Server 2005. How can I convert this database to be used in GAE? Please someone help me. Thank You -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" gr

[appengine-java] Google app engine upload problem

2011-11-29 Thread deltaaruna
Hi all, I am a new comer to google app engine. I am testing my first app. Locally my example runs fine. But when I try to deploy it to the google cloud following error comes. An internal error occurred during: "Deploying myApp to Google". org/eclipse/update/internal/core/connection/IResponse So