[appengine-java] Re: The API call datastore_v3.Put() was explicitly cancelled.

2012-01-13 Thread MANISH DHIMAN
I am also getting this error continue sly. I am not able to find the root cause of the problem.Please help me? -- 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

[appengine-java] Re: Is package com.google.appengine.api.search supported in appspot.com?

2011-12-27 Thread MANISH DHIMAN
I am also facing this problem. Please help me to get rid of this problem. On Nov 10, 6:53 am, Amy Unruh wrote: > hi, > > Full-text search is currently in the Trusted Tester stage.  You can sign up > here:https://docs.google.com/a/google.com/spreadsheet/viewform?formkey=dEd... > The trial is being

[appengine-java] Re: 1.6.0 async sessions fail..

2011-11-24 Thread MANISH DHIMAN
Yes I got the same problem. On Nov 9, 2:16 am, "Savas L." wrote: > is it just me, or anyone has the same problem? > > from the logs i see, deferred tasks fails with 415 header status code, > and says: > > javax.servlet.ServletContext log: _ah_queue_deferred: Deferred task > failed exception: > co

[appengine-java] Re: GAEJ down!

2011-08-11 Thread MANISH DHIMAN
e logs, and see if there is a relevant stack trace? > -- > Sébastien Tromp > > > > > > > > On Thu, Aug 11, 2011 at 2:31 PM, MANISH DHIMAN wrote: > > It is happening since last three days > > > On Aug 9, 5:47 am, doright wrote: > > > got the f

[appengine-java] Re: GAEJ down!

2011-08-11 Thread MANISH DHIMAN
It is happening since last three days On Aug 9, 5:47 am, doright wrote: > got the following error message a few times this morning: > Error: Server ErrorThe server encountered an error and could not complete > your request. > > If the problem persists, please > report

[appengine-java] Gmail's Report a bug like feature in gwt gae application

2011-07-12 Thread MANISH DHIMAN
Hello, We have a GWT application running on Google app engine. Is it possible to achieve this feature on Google App Engine. I have found some java programs which convert html files to png. But these programs are using java classes which are not included in white list by Google App Engine. Is it pos

[appengine-java] Compilation with maven got stuck

2011-06-10 Thread MANISH DHIMAN
Hi, We are trying to shift our gae-gwt project from ant to maven. When I tried to compile our project it got stuck after gwt compilation and compilation took place very slowly. To deploye on app engine first I have to run perform following steps. 1. I execute mvn gae:deploy command . It gets stu

[appengine-java] Re: Java Backends not working

2011-06-02 Thread MANISH DHIMAN
No, There was nothing on the dashboard. In Backends.xml you have specified name as an attribute in the backend tag. If we use a tag to specify a backend name then it raises java io exception while deployment. On Jun 2, 12:41 pm, oceandrive wrote: > I dont see anything wrong with your xml file. >

[appengine-java] Re: Java Backends not working

2011-06-01 Thread MANISH DHIMAN
Sorry, I mentioned a configuration with which there is no problem while deploying the application. The backens.xml configuration which raises java io exception while deployment is given below: munishtest true

[appengine-java] Java Backends not working

2011-06-01 Thread MANISH DHIMAN
Hello, I am not able to use backend in my application. Backends.xml configration is given below: true Now when I run a taskqueue backend name found is null. I use following code to find the back end name: BackendServic

[appengine-java] Java Backends not working

2011-06-01 Thread MANISH DHIMAN
Hello, I am not able to use backend in my application. Backends.xml configration is given below: true Now when I run a taskqueue backend name found is null. I use following code to find the back end name: BackendServic

[appengine-java] Re: Upload to Blob Storage from Silverlight 4

2010-11-15 Thread MANISH DHIMAN
Hello Patrick, I am facing problem when I use request dispatcher to upload file. Please provide me detail about how you overcome this problem. -- 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 goo

[appengine-java] Problem while uploading Blob into Blobstore service

2010-09-02 Thread MANISH DHIMAN
Hello Friend, I am facing a problem while uploading data on Blobstore.It works fine when I use simple servlet and html but when I use GWT it raises exception. Development server raises the following problem: HTTP ERROR 404 Problem accessing /_ah/upload/ agp0ZXN0aW5nZGFrchsLEhVfX0Jsb2JVcGxvYWRTZXNz

[appengine-java] Alternate for Like Clause

2010-08-09 Thread MANISH DHIMAN
Hi Friends Is there any alternative for LIKE clause in java. -- 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 t

[appengine-java] Re: Uploading Data on Development Server(On local machine)

2010-08-02 Thread MANISH DHIMAN
album_loader.py -- > filename=album_data.csv --kind=Album --url=http://localhost:8080/ > remote_api > > On Jul 31, 12:28 pm, MANISH DHIMAN wrote: > > > > > Hi Friends, > > I want to upload data on my local machine in development mode. May any > > one provide me

[appengine-java] Uploading Data on Development Server(On local machine)

2010-07-31 Thread MANISH DHIMAN
Hi Friends, I want to upload data on my local machine in development mode. May any one provide me information about how to achieve it. -- 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-appe

[appengine-java] Re: How to upload primary key as an id instead of name

2010-07-22 Thread MANISH DHIMAN
>> Could you please post an example. Thank you in advance. > > >> On Jun 30, 1:18 pm, Matthew Blain wrote: > > >>> The 1.3.5 bulkloader client will allow you to specify a numeric key; > >>> you must use the Key constructor explicitly to do this, inte

[appengine-java] To store an Object of custom class

2010-07-20 Thread MANISH DHIMAN
Hi Is it possible to store objects in data store other than data type specified in G A E. -- 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 f

[appengine-java] How to write to log file

2010-07-07 Thread MANISH DHIMAN
Hi All I want to write to a log file , please give me some details about it. -- 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 grou

[appengine-java] Regarding GQL

2010-07-01 Thread MANISH DHIMAN
Hi Google Guys I have following queries regarding G Q L and Data Store. + Is it possible in G A E to use parametrised query. If not is there any plan for such support in near future. + How to use G Q L in a Java class. -- You received this message because you are subscribed to the Google Group

[appengine-java] How to upload primary key as an id instead of name

2010-06-30 Thread MANISH DHIMAN
Hi All When I upload data using CSV file on G A E. Primary key is stored there as a name instead of id. Example. Format of .yaml is Given below transformers: - kind: City connector: csv connector_options: encoding: utf-8 columns: from_header property_map: - property: __key__

[appengine-java] Uploading of jar file at run time

2010-06-25 Thread MANISH DHIMAN
Hi All Is it possible to upload a jar file in a G A E application at 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-j...@googlegroups.com. To unsubscribe from this gro

[appengine-java] Regarding Datastore

2010-06-25 Thread MANISH DHIMAN
Hi All I have the following queries. -- I inserted a new entity (but do not commit the transaction) into the data store and then count the total number of entities in the data store. There is no change in the count of entities from the previous one. I think for that particular transaction it shoul

[appengine-java] Regarding Entity Group

2010-06-22 Thread MANISH DHIMAN
Hi All Please provide me some detail information about entity group. -- 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

[appengine-java] Exception while downloading Data

2010-06-21 Thread MANISH DHIMAN
Hi All I got following exception while downloading data from app engine. D:\programs\Google\google_appengine>appcfg.py download_data -- url=http://datamigration.latest.applane-33.appspot.com/remote_api -- filename=users D:\programs\Google\google_appengine\appcfg.py:41: DeprecationWarning: the sha

[appengine-java] Error while downloading Data

2010-06-21 Thread MANISH DHIMAN
Hi all I have deployed a Java application and a Python application on app engine. Both having different version number. I was not able to integrate my Java app with Python bulk loader that's why I have deployed a Python application with different version number in order to download data.But when I

[appengine-java] How to use python for uploading and downloading app Data

2010-06-21 Thread MANISH DHIMAN
Dear All I want to download Data from my app using python while it is a Java app. I have no knowledge of Python. Please help me to use Python in command mode. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, s

[appengine-java] Regarding data upload using bulkloader

2010-06-19 Thread MANISH DHIMAN
Hello Everybody, Does anybody have some short of document or link regarding bulk loader. Please provide me sample code for the same (if possible). -- 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

[appengine-java] To use single big table for multiple applications

2010-06-17 Thread MANISH DHIMAN
Dear All, Is it possible to use single big table for multiple applications. -- 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

[appengine-java] Single BigTable for multiple Application

2010-06-17 Thread MANISH DHIMAN
Is it possible to use a single big table for multiple application . -- 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 e