[google-appengine] Re: com.google.appengine.api.search.PutException: Error constructing stub for app s~hanji-bd63d

2019-01-21 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Akash, This type of errors are to be preferably reported in the Public Issue Tracker. I have gone ahead and opened an issue with similar content . You may follow developments in this thread. -- You received this message because you are subscribed to the Google Groups

[google-appengine] Re: com.google.appengine.api.search.PutException: Error constructing stub for app s~hanji-bd63d

2019-01-21 Thread Akash Eldo
Hi George, I'm using Java 8, in my appengine-web.xml I have runtime set to java8. I haven't changed anything in my app engine setup since I first set it up. Here's my ContextListener code:

[google-appengine] Re: com.google.appengine.api.search.PutException: Error constructing stub for app s~hanji-bd63d

2019-01-21 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Akash, What version of Java are you using? Version 7 is not supported any more. Did you change anything in the environment that calls your indexADocument() method? What is your code that runs when your instance gets initialized? This discussion group is oriented more towards general