No, it does not. The error is (instead of SocketChannel) is now
Caused by: java.lang.NoClassDefFoundError: java.net.ProxySelector is a restricted class And it's during an actual query (solrClient.query(query);) -----Original Message----- From: Mikhail Khludnev [mailto:m...@apache.org] Sent: Thursday, September 22, 2016 2:59 PM To: solr-user <solr-user@lucene.apache.org> Subject: [Ext] Re: SolrJ App Engine Client Does it work with plain HttpSolrClient? On Thu, Sep 22, 2016 at 10:50 PM, John Bickerstaff <j...@johnbickerstaff.com > wrote: > Two possibilities from a quick search on the error message - both > point to GAE NOT fully supporting Java 8 > > https://urldefense.proofpoint.com/v2/url?u=http-3A__stackoverflow.com_ > questions_29528580_how-2Dto-2Ddeal-2Dwith-2Dapp-2Dengine-2D&d=CwIBaQ&c > =uGuXJ43KPkPWEl2imVFDmZQlhQUET7pVRA2PDIOxgqw&r=bRfqJEeedEKG5nkp5748Yxb > NMFrUYT3YiNl0Ni2vUBQ&m=HDJS4ElFF2X939U2LWfIfRIdBJNLvm9q4mvpNmZp7kU&s=i > 8WIpnKStYPvIRJTBTjBtqguv_nriuZMnLdBlB7pUWo&e= > devserver-exception-due-to-formatstyle-restricted-cl > https://urldefense.proofpoint.com/v2/url?u=http-3A__stackoverflow.com_ > questions_29543131_beancreationexception-2Dthrowed-2D&d=CwIBaQ&c=uGuXJ > 43KPkPWEl2imVFDmZQlhQUET7pVRA2PDIOxgqw&r=bRfqJEeedEKG5nkp5748YxbNMFrUY > T3YiNl0Ni2vUBQ&m=HDJS4ElFF2X939U2LWfIfRIdBJNLvm9q4mvpNmZp7kU&s=kGg4rdS > 7eJoNjVzljzxek-nIUeMnjxRhjETSDJzdaXY&e= > when-trying-to-run-my-project > > > On Thu, Sep 22, 2016 at 1:38 PM, Jay Parashar <bparas...@slb.com> wrote: > > > I sent a similar message earlier but do not see it. Apologize if its > > duplicated. > > > > I am unable to connect to Solr Cloud zkhost (using CloudSolrClient) > > from > a > > SolrJ client running on Google App Engine. > > The error message is "java.nio.channels.SocketChannel is a > > restricted class. Please see the Google App Engine developer's > > guide for more details." > > > > Is there a workaround? Its required that the client is SolrJ and > > running on App Engine. > > > > Any feedback is much appreciated. Thanks > > > -- Sincerely yours Mikhail Khludnev