You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2019/10/25 01:58:23 UTC

[GitHub] [skywalking] terrywpf opened a new issue #3710: new error

terrywpf opened a new issue #3710: new error
URL: https://github.com/apache/skywalking/issues/3710
 
 
   http://192.168.2.150:8080/graphql
   HTTP ERROR 500
   Problem accessing /graphql. Reason:
   
       Server Error
   Caused by:
   java.lang.UnsupportedOperationException: GraphQL only supports POST method
   	at org.apache.skywalking.oap.query.graphql.GraphQLQueryHandler.doGet(GraphQLQueryHandler.java:68)
   	at org.apache.skywalking.oap.server.library.server.jetty.JettyJsonHandler.doGet(JettyJsonHandler.java:39)
   	at javax.servlet.http.HttpServlet.service(HttpServlet.java:687)
   	at org.apache.skywalking.oap.server.library.server.jetty.JettyJsonHandler.service(JettyJsonHandler.java:101)
   	at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
   	at org.apache.skywalking.oap.server.library.server.jetty.JettyJsonHandler.service(JettyJsonHandler.java:105)
   	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:841)
   	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:543)
   	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
   	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1239)
   	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:168)
   	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:481)
   	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:166)
   	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1141)
   	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
   	at org.eclipse.jetty.server.Server.handle(Server.java:564)
   	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279)
   	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:110)
   	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124)
   	at org.eclipse.jetty.util.thread.Invocable.invokePreferred(Invocable.java:122)
   	at org.eclipse.jetty.util.thread.strategy.ExecutingExecutionStrategy.invoke(ExecutingExecutionStrategy.java:58)
   	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:201)
   	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:133)
   	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:672)
   	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:590)
   	at java.lang.Thread.run(Thread.java:748)
   Powered by Jetty:// 9.4.2.v20170220

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services