[appengine-java] Re: problem, please help me

2010-09-17 Thread Ahmed Shoeib
but i wanna to tell you another query for this Table done successfully i don't know why this problem done ?? On Sep 18, 3:20 am, Ahmed Shoeib wrote: > i removed the datastore-indexes-auto.xml > > and replaced it by datastore-indexes.xml > and make these indexes > > > > > >     >     >      

[appengine-java] Re: problem, please help me

2010-09-17 Thread Ahmed Shoeib
i removed the datastore-indexes-auto.xml and replaced it by datastore-indexes.xml and make these indexes and nothing done ? what can i do else ??? On Sep 18, 1:43 am, andy stevko wrote: > Perhaps you can figure this out by understanding way in which

Re: [appengine-java] Re: problem, please help me

2010-09-17 Thread andy stevko
Perhaps you can figure this out by understanding way in which these files are used as described at http://code.google.com/appengine/docs/java/config/indexconfig.html#Using_Automatic_Index_Configuration On Fri, Sep 17, 2010 at 3:36 PM, Ahmed Shoeib wrote: > i found these indexes for quote > >

[appengine-java] Re: problem, please help me

2010-09-17 Thread Ahmed Shoeib
i found these indexes for quote what is the problem in it ?? On Sep 18, 12:51 am, andy stevko wrote: > Seems pretty straight forward You need to define an index for 'Quote' > I suggest looking at > .../war/WEB-INF/appengine-generated/datastore-indexes.xml and > datas

Re: [appengine-java] problem, please help me

2010-09-17 Thread andy stevko
Seems pretty straight forward You need to define an index for 'Quote' I suggest looking at .../war/WEB-INF/appengine-generated/datastore-indexes.xml and datastore-indexes-auto.xml and correct the settings. http://code.google.com/appengine/docs/java/datastore/queriesandindexes.html#Defining_Inde

[appengine-java] uploading large amount of files to blobstore

2010-09-17 Thread Wilson MacGyver
Hi, We are considering using google blobstore to store and serve lots of images. The problem is, we are talking about a lot of files and it will take a long time to upload all the files. Has anyone done this before? What's been your experience? Especially with the new imageserve URL API, it seems

[appengine-java] problem, please help me

2010-09-17 Thread Ahmed Shoeib
my code work very well in my localhost after a time from uploading the code on appspot i face this problem what is this problem how i can solve it ? 1 - First This is Warning### W 09-17 01:38PM 17

Re: [appengine-java] Re: app eng java plugin not compatible with helios

2010-09-17 Thread Jeroen Lapre'
Sorry for delay. That's good to see all in one place. The problem was that: http://code.google.com/intl/de-DE/eclipse/docs/getting_started.html Is a different url from http://code.google.com/appengine/docs/java/tools/eclipse.html Which only has up to 3.5. Not 3.6. But it's all good. I have he

[appengine-java] Unable to access http://appengine.google.com/api ( Eclipse helio for java developers)

2010-09-17 Thread CharlesNaija
Dear All, I have just installed the appengine plugin on eclipse helio for java developers and am doing a test to see if all is well. when i start the sample application in debug mode as described here : http://code.google.com/eclipse/docs/getting_started.html I keep getting errors, even when I h

[appengine-java] Re: How to let eclipse plugin's embedded server to bind a different network interface other than 127.0.0.1 (localhost) ?

2010-09-17 Thread jay
I have find the answer... http://groups.google.com/group/google-appengine-java/browse_thread/thread/cf8aedaa428eda18/c628baef1bd7e785?lnk=gst&q=localhost#c628baef1bd7e785 On Sep 18, 1:15 am, jay wrote: > Hi friends, > > When I develop Android app which has some http invocation, I couldn't > use

[appengine-java] How to let eclipse plugin's embedded server to bind a different network interface other than 127.0.0.1 (localhost) ?

2010-09-17 Thread jay
Hi friends, When I develop Android app which has some http invocation, I couldn't use localhost in the url, because they are not in same environment(Android emulator and my ubuntu). How can I make the embedded http server to a different ip address like 192.168.1.3 than 127.0.0.1 Looking forwar

Re: [appengine-java] Deploy Hangs

2010-09-17 Thread Ikai Lan (Google)
What's your application ID? On Thu, Sep 16, 2010 at 5:16 PM, gaeuser wrote: > It just doesn't finish and keeps checking at 60-second intervals. > > On the console at http://appengine.google.com I see my application > with Current Version set to: "None Deployed" But when I click through > the app

[appengine-java] Does BulkLoader consider relationships?

2010-09-17 Thread Vikas Hazrati
Hi, There are several entities which have 1:n relationship in our SaaS application. For the sake of simplicity and keeping the domain simple, I tried the same concept with a small application but still found that the configuration file formed with the BulkLoader did not respect relationships. For

[appengine-java] Using the Python bulk exporter tool with a Java application

2010-09-17 Thread megala dhinakaran
i had created webappliccation project using java,I want to bulk load the data in google app engine datastore,But it shows the following error how to solve this appcfg.py create_bulkloader_config --filename=bulkloader.yaml -- url=http://logchecking1.appspot.com/remote_api appcfg.py:41: DeprecationW

[appengine-java] NullPointerException when trying access the app

2010-09-17 Thread Ginger
Hi, I created a google app project in Eclipse and uploaded it to Google app engine. The deployment was successful. But when I tried to access the app, the following exception throws. The application has been running fine locally. Can anyone give me a hint where could be the problem? The excep