Created
March 30, 2018 12:56
-
-
Save madsunrise/95fca8cf9fe37abf1a9ecea94e0500c8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"message": "Exception while fetching data (/feed) : environment.getArgument<Any>(name) must not be null", | |
"path": [ | |
"feed" | |
], | |
"exception": { | |
"cause": null, | |
"stackTrace": [ | |
{ | |
"methodName": "invoke", | |
"fileName": "Containers.kt", | |
"lineNumber": 91, | |
"className": "live.luna.graphql.annotations.EnvironmentWrapper", | |
"nativeMethod": false | |
}, | |
{ | |
"methodName": "invoke", | |
"fileName": "Main.kt", | |
"lineNumber": 104, | |
"className": "live.luna.graphql.annotations.MainKt$processParameters$1$1", | |
"nativeMethod": false | |
}, | |
{ | |
"methodName": "invoke", | |
"fileName": "Main.kt", | |
"lineNumber": -1, | |
"className": "live.luna.graphql.annotations.MainKt$processParameters$1$1", | |
"nativeMethod": false | |
}, | |
{ | |
"methodName": "get", | |
"fileName": "Main.kt", | |
"lineNumber": 76, | |
"className": "live.luna.graphql.annotations.MainKt$processEntity$2", | |
"nativeMethod": false | |
}, | |
{ | |
"methodName": "fetchField", | |
"fileName": "ExecutionStrategy.java", | |
"lineNumber": 222, | |
"className": "graphql.execution.ExecutionStrategy", | |
"nativeMethod": false | |
}, | |
{ | |
"methodName": "resolveField", | |
"fileName": "ExecutionStrategy.java", | |
"lineNumber": 167, | |
"className": "graphql.execution.ExecutionStrategy", | |
"nativeMethod": false | |
}, | |
{ | |
"methodName": "execute", | |
"fileName": "AsyncExecutionStrategy.java", | |
"lineNumber": 55, | |
"className": "graphql.execution.AsyncExecutionStrategy", | |
"nativeMethod": false | |
}, | |
{ | |
"methodName": "executeOperation", | |
"fileName": "Execution.java", | |
"lineNumber": 153, | |
"className": "graphql.execution.Execution", | |
"nativeMethod": false | |
}, | |
{ | |
"methodName": "execute", | |
"fileName": "Execution.java", | |
"lineNumber": 97, | |
"className": "graphql.execution.Execution", | |
"nativeMethod": false | |
}, | |
{ | |
"methodName": "execute", | |
"fileName": "GraphQL.java", | |
"lineNumber": 546, | |
"className": "graphql.GraphQL", | |
"nativeMethod": false | |
}, | |
{ | |
"methodName": "parseValidateAndExecute", | |
"fileName": "GraphQL.java", | |
"lineNumber": 488, | |
"className": "graphql.GraphQL", | |
"nativeMethod": false | |
}, | |
{ | |
"methodName": "executeAsync", | |
"fileName": "GraphQL.java", | |
"lineNumber": 463, | |
"className": "graphql.GraphQL", | |
"nativeMethod": false | |
}, | |
{ | |
"methodName": "execute", | |
"fileName": "GraphQL.java", | |
"lineNumber": 394, | |
"className": "graphql.GraphQL", | |
"nativeMethod": false | |
}, | |
{ | |
"methodName": "index", | |
"fileName": "MainController.kt", | |
"lineNumber": 27, | |
"className": "live.luna.controller.HelloController", | |
"nativeMethod": false | |
}, | |
{ | |
"methodName": "invoke0", | |
"fileName": "NativeMethodAccessorImpl.java", | |
"lineNumber": -2, | |
"className": "sun.reflect.NativeMethodAccessorImpl", | |
"nativeMethod": true | |
}, | |
{ | |
"methodName": "invoke", | |
"fileName": "NativeMethodAccessorImpl.java", | |
"lineNumber": 62, | |
"className": "sun.reflect.NativeMethodAccessorImpl", | |
"nativeMethod": false | |
}, | |
{ | |
"methodName": "invoke", | |
"fileName": "DelegatingMethodAccessorImpl.java", | |
"lineNumber": 43, | |
"className": "sun.reflect.DelegatingMethodAccessorImpl", | |
"nativeMethod": false | |
}, | |
{ | |
"methodName": "invoke", | |
"fileName": "Method.java", | |
"lineNumber": 498, | |
"className": "java.lang.reflect.Method", | |
"nativeMethod": false | |
}, | |
{ | |
"methodName": "doInvoke", | |
"fileName": "InvocableHandlerMethod.java", | |
"lineNumber": 209, | |
"className": "org.springframework.web.method.support.InvocableHandlerMethod", | |
"nativeMethod": false | |
}, | |
{ | |
"methodName": "invokeForRequest", | |
"fileName": "InvocableHandlerMethod.java", | |
"lineNumber": 136, | |
"className": "org.springframework.web.method.support.InvocableHandlerMethod", | |
"nativeMethod": false | |
}, | |
{ | |
"methodName": "invokeAndHandle", | |
"fileName": "ServletInvocableHandlerMethod.java", | |
"lineNumber": 102, | |
"className": "org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod", | |
"nativeMethod": false | |
}, | |
{ | |
"methodName": "invokeHandlerMethod", | |
"fileName": "RequestMappingHandlerAdapter.java", | |
"lineNumber": 870, | |
"className": "org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter", | |
"nativeMethod": false | |
}, | |
{ | |
"methodName": "handleInternal", | |
"fileName": "RequestMappingHandlerAdapter.java", | |
"lineNumber": 776, | |
"className": "org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter", | |
"nativeMethod": false | |
}, | |
{ | |
"methodName": "handle", | |
"fileName": "AbstractHandlerMethodAdapter.java", | |
"lineNumber": 87, | |
"className": "org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter", | |
"nativeMethod": false | |
}, | |
{ | |
"methodName": "doDispatch", | |
"fileName": "DispatcherServlet.java", | |
"lineNumber": 991, | |
"className": "org.springframework.web.servlet.DispatcherServlet", | |
"nativeMethod": false | |
}, | |
{ | |
"methodName": "doService", | |
"fileName": "DispatcherServlet.java", | |
"lineNumber": 925, | |
"className": "org.springframework.web.servlet.DispatcherServlet", | |
"nativeMethod": false | |
}, | |
{ | |
"methodName": "processRequest", | |
"fileName": "FrameworkServlet.java", | |
"lineNumber": 978, | |
"className": "org.springframework.web.servlet.FrameworkServlet", | |
"nativeMethod": false | |
}, | |
{ | |
"methodName": "doPost", | |
"fileName": "FrameworkServlet.java", | |
"lineNumber": 881, | |
"className": "org.springframework.web.servlet.FrameworkServlet", | |
"nativeMethod": false | |
}, | |
{ | |
"methodName": "service", | |
"fileName": "HttpServlet.java", | |
"lineNumber": 661, | |
"className": "javax.servlet.http.HttpServlet", | |
"nativeMethod": false | |
}, | |
{ | |
"methodName": "service", | |
"fileName": "FrameworkServlet.java", | |
"lineNumber": 855, | |
"className": "org.springframework.web.servlet.FrameworkServlet", | |
"nativeMethod": false | |
}, | |
{ | |
"methodName": "service", | |
"fileName": "HttpServlet.java", | |
"lineNumber": 742, | |
"className": "javax.servlet.http.HttpServlet", | |
"nativeMethod": false | |
}, | |
{ | |
"methodName": "internalDoFilter", | |
"fileName": "ApplicationFilterChain.java", | |
"lineNumber": 231, | |
"className": "org.apache.catalina.core.ApplicationFilterChain", | |
"nativeMethod": false | |
}, | |
{ | |
"methodName": "doFilter", | |
"fileName": "ApplicationFilterChain.java", | |
"lineNumber": 166, | |
"className": "org.apache.catalina.core.ApplicationFilterChain", | |
"nativeMethod": false | |
}, | |
{ | |
"methodName": "doFilter", | |
"fileName": "WsFilter.java", | |
"lineNumber": 52, | |
"className": "org.apache.tomcat.websocket.server.WsFilter", | |
"nativeMethod": false | |
}, | |
{ | |
"methodName": "internalDoFilter", | |
"fileName": "ApplicationFilterChain.java", | |
"lineNumber": 193, | |
"className": "org.apache.catalina.core.ApplicationFilterChain", | |
"nativeMethod": false | |
}, | |
{ | |
"methodName": "doFilter", | |
"fileName": "ApplicationFilterChain.java", | |
"lineNumber": 166, | |
"className": "org.apache.catalina.core.ApplicationFilterChain", | |
"nativeMethod": false | |
}, | |
{ | |
"methodName": "doFilterInternal", | |
"fileName": "CharacterEncodingFilter.java", | |
"lineNumber": 200, | |
"className": "org.springframework.web.filter.CharacterEncodingFilter", | |
"nativeMethod": false | |
}, | |
{ | |
"methodName": "doFilter", | |
"fileName": "OncePerRequestFilter.java", | |
"lineNumber": 107, | |
"className": "org.springframework.web.filter.OncePerRequestFilter", | |
"nativeMethod": false | |
}, | |
{ | |
"methodName": "internalDoFilter", | |
"fileName": "ApplicationFilterChain.java", | |
"lineNumber": 193, | |
"className": "org.apache.catalina.core.ApplicationFilterChain", | |
"nativeMethod": false | |
}, | |
{ | |
"methodName": "doFilter", | |
"fileName": "ApplicationFilterChain.java", | |
"lineNumber": 166, | |
"className": "org.apache.catalina.core.ApplicationFilterChain", | |
"nativeMethod": false | |
}, | |
{ | |
"methodName": "invoke", | |
"fileName": "StandardWrapperValve.java", | |
"lineNumber": 199, | |
"className": "org.apache.catalina.core.StandardWrapperValve", | |
"nativeMethod": false | |
}, | |
{ | |
"methodName": "invoke", | |
"fileName": "StandardContextValve.java", | |
"lineNumber": 96, | |
"className": "org.apache.catalina.core.StandardContextValve", | |
"nativeMethod": false | |
}, | |
{ | |
"methodName": "invoke", | |
"fileName": "AuthenticatorBase.java", | |
"lineNumber": 496, | |
"className": "org.apache.catalina.authenticator.AuthenticatorBase", | |
"nativeMethod": false | |
}, | |
{ | |
"methodName": "invoke", | |
"fileName": "StandardHostValve.java", | |
"lineNumber": 140, | |
"className": "org.apache.catalina.core.StandardHostValve", | |
"nativeMethod": false | |
}, | |
{ | |
"methodName": "invoke", | |
"fileName": "ErrorReportValve.java", | |
"lineNumber": 81, | |
"className": "org.apache.catalina.valves.ErrorReportValve", | |
"nativeMethod": false | |
}, | |
{ | |
"methodName": "invoke", | |
"fileName": "StandardEngineValve.java", | |
"lineNumber": 87, | |
"className": "org.apache.catalina.core.StandardEngineValve", | |
"nativeMethod": false | |
}, | |
{ | |
"methodName": "service", | |
"fileName": "CoyoteAdapter.java", | |
"lineNumber": 342, | |
"className": "org.apache.catalina.connector.CoyoteAdapter", | |
"nativeMethod": false | |
}, | |
{ | |
"methodName": "service", | |
"fileName": "Http11Processor.java", | |
"lineNumber": 803, | |
"className": "org.apache.coyote.http11.Http11Processor", | |
"nativeMethod": false | |
}, | |
{ | |
"methodName": "process", | |
"fileName": "AbstractProcessorLight.java", | |
"lineNumber": 66, | |
"className": "org.apache.coyote.AbstractProcessorLight", | |
"nativeMethod": false | |
}, | |
{ | |
"methodName": "process", | |
"fileName": "AbstractProtocol.java", | |
"lineNumber": 790, | |
"className": "org.apache.coyote.AbstractProtocol$ConnectionHandler", | |
"nativeMethod": false | |
}, | |
{ | |
"methodName": "doRun", | |
"fileName": "NioEndpoint.java", | |
"lineNumber": 1459, | |
"className": "org.apache.tomcat.util.net.NioEndpoint$SocketProcessor", | |
"nativeMethod": false | |
}, | |
{ | |
"methodName": "run", | |
"fileName": "SocketProcessorBase.java", | |
"lineNumber": 49, | |
"className": "org.apache.tomcat.util.net.SocketProcessorBase", | |
"nativeMethod": false | |
}, | |
{ | |
"methodName": "runWorker", | |
"fileName": "ThreadPoolExecutor.java", | |
"lineNumber": 1142, | |
"className": "java.util.concurrent.ThreadPoolExecutor", | |
"nativeMethod": false | |
}, | |
{ | |
"methodName": "run", | |
"fileName": "ThreadPoolExecutor.java", | |
"lineNumber": 617, | |
"className": "java.util.concurrent.ThreadPoolExecutor$Worker", | |
"nativeMethod": false | |
}, | |
{ | |
"methodName": "run", | |
"fileName": "TaskThread.java", | |
"lineNumber": 61, | |
"className": "org.apache.tomcat.util.threads.TaskThread$WrappingRunnable", | |
"nativeMethod": false | |
}, | |
{ | |
"methodName": "run", | |
"fileName": "Thread.java", | |
"lineNumber": 748, | |
"className": "java.lang.Thread", | |
"nativeMethod": false | |
} | |
], | |
"localizedMessage": "environment.getArgument<Any>(name) must not be null", | |
"message": "environment.getArgument<Any>(name) must not be null", | |
"suppressed": [] | |
}, | |
"locations": [ | |
{ | |
"line": 1, | |
"column": 31 | |
} | |
], | |
"extensions": null, | |
"errorType": "DataFetchingException" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment