[google-appengine] Full Text Search API: com.google.appengine.api.search.SearchException: Temporary search service error

2014-05-28 Thread Ananthakrishnan Venkatasubramanian


Hi,

We are running the FullText Search feature in production for the past 15 days. 
Found the following weird behaviour sometimes in fulltext search while 
accessing the results via the application developed in JAVA.

*com.google.appengine.api.search.SearchException: Temporary search service 
error*
at 
com.google.appengine.api.search.IndexImpl$4.convertException(IndexImpl.java:357)
at 
com.google.appengine.api.utils.FutureWrapper.get(FutureWrapper.java:94)
at 
com.google.appengine.api.search.FutureHelper.getInternal(FutureHelper.java:73)
at 
com.google.appengine.api.search.FutureHelper.quietGet(FutureHelper.java:32)
at com.google.appengine.api.search.IndexImpl.search(IndexImpl.java:505)

*Note:* This error is not happening always. Atleast 5-10, we are getting this 
error per day. But on next try, it is returning the results without any error.

Please give us a direction as how to solve this problem.

Thanks.

Regards,
Anantha Krishnan.

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: Error deploying application: loop at 87% on sending batch files

2014-05-28 Thread Gilberto Torrezan Filho
It seems to be fixed on 1.9.5. I just sent my multi-module project to App 
Engine (using Maven!) with no issues.

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Blobstore returns incorrect url

2014-05-28 Thread Vinny P
On Mon, May 26, 2014 at 10:24 AM, Aidan Mack aidanm...@hotmail.com wrote:

 As in deploy it to the web? I dont know. I really need to be able to get
 it working locally first anyway.



OK, so let's try something else. The dev appserver is designed to make your
application available on localhost, so it sounds like it's working
properly.  Why do you expect the dev appserver to make your application
available at *mr:*? Is *mr* an alias for your computer or a local
machine?

Also, why are the image IDs different in your original email? Is the server
returning the wrong image?

-
-Vinny P
Technology  Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] dev_appserver.py cannot connect to some HTTP endpoint

2014-05-28 Thread Vinny P
On Mon, May 26, 2014 at 7:40 AM, Marco Lovato maglov...@gmail.com wrote:

 Now the app loads. BUT inside the app, I still didnt managed to make
 python Requests to run with Proxy :-)
 Will left my appengine_rpc.py hacked, but this is a problem, isnt?



Yes, this is a problem. But it's not a problem with the dev appserver as
far as I can see. The problem is the proxy; as you noted in your previous
email it's rewriting even localhost requests.

Sorry to say this, but right now it looks like your only choice is to
complain to your company's IT department and make them fix the proxy. As a
short term measure, you could try using an online IDE such as codenvy:
http://docs.codenvy.com/user/paas/google-app-engine/


-
-Vinny P
Technology  Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Full Text Search API: com.google.appengine.api.search.SearchException: Temporary search service error

2014-05-28 Thread Vinny P
On Wed, May 28, 2014 at 3:51 AM, Ananthakrishnan Venkatasubramanian 
ananthakrishnan.venkatasubraman...@a-cti.com wrote:

 We are running the FullText Search feature in production for the past 15 
 days. Found the following weird behaviour sometimes in fulltext search while 
 accessing the results via the application developed in JAVA.

 *com.google.appengine.api.search.SearchException: Temporary search service 
 error*

 *Note:* This error is not happening always. Atleast 5-10, we are getting this 
 error per day. But on next try, it is returning the results without any error.



1. Did this issue start recently (less than 15 days ago), or has it always
occurred while using the Search API (all 15 days you've been using the
service)?
2. You said you're getting this error 5-10 times a day. How many successful
search operations are you carrying out?
3. Do these errors have anything in common; for instance, are they
occurring at specific times of the day or during heavy traffic?


-
-Vinny P
Technology  Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.