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: https://github.com/494Studios/hanji-search/blob/master/src/main/java/com/hanji/search/MyContextListener.java I figured it'd be more readable on github than if I pasted it in here. The Exception occurs at line 73, where the call to 'put' is made. On Monday, January 21, 2019 at 11:27:47 AM UTC-5, George (Cloud Platform Support) wrote: > > 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 opinions, trends, > and issues of general nature touching the app engine. For coding and > programming architecture, as well as searching indexes, you may be better > served in dedicated forums such as stackoverflow, where experienced > programmers are within reach and ready to help. > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/53b2675f-8b6b-41d8-b8b2-9d8f485308d9%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
