Two possibilities from a quick search on the error message - both point to GAE NOT fully supporting Java 8
http://stackoverflow.com/questions/29528580/how-to-deal-with-app-engine-devserver-exception-due-to-formatstyle-restricted-cl http://stackoverflow.com/questions/29543131/beancreationexception-throwed-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 >