From: Masoud V. <ma...@gm...> - 2017-04-08 17:36:58
|
according to security documentation, completely. On Sat, Apr 8, 2017 at 6:38 PM, Dmitriy Shabanov <sha...@gm...> wrote: > What is your configuration? > > On Sat, Apr 8, 2017, 16:51 Masoud Vakili <ma...@gm...> wrote: > >> Hi all: >> I configured my exist-db (clone 3.1.1 and java-ver is 1.8) and try to use >> google oauth in eXide app, but this error issued: >> https://sampleURL/oauth/eXide/ >> HTTP ERROR 500 >> >> Problem accessing /oauth/eXide. Reason: >> >> Server Error >> >> Caused by: >> >> org.scribe.exceptions.OAuthException: Service no found by name 'eXide'. >> at org.exist.security.realm.oauth.OAuthRealm.getServiceBulderByPath(OAuthRealm.java:150) >> at org.exist.security.realm.oauth.OAuthServlet.process(OAuthServlet.java:81) >> at org.exist.security.realm.oauth.OAuthServlet.doGet(OAuthServlet.java:61) >> at javax.servlet.http.HttpServlet.service(HttpServlet.java:687) >> at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) >> at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:845) >> at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:583) >> at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143) >> at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:524) >> at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:226) >> at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1174) >> at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:511) >> at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185) >> at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1106) >> at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) >> at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:213) >> at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:119) >> at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:459) >> at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134) >> at org.eclipse.jetty.server.Server.handle(Server.java:524) >> at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:319) >> at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:253) >> at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273) >> at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95) >> at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:186) >> at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273) >> at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95) >> at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93) >> at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303) >> at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148) >> at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136) >> at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671) >> at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589) >> at java.lang.Thread.run(Thread.java:745) >> >> ------------------------------ >> Powered by Jetty:// 9.3.9.v20160517 <http://eclipse.org/jetty> >> ------------------------------ >> >> what is the problem? >> ------------------------------------------------------------ >> ------------------ >> Check out the vibrant tech community on one of the world's most >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot______ >> _________________________________________ >> Exist-development mailing list >> Exi...@li... >> https://lists.sourceforge.net/lists/listinfo/exist-development >> > |