-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
We've successfully setup and run the local Dockerized query parser 🎉. However, when we configure it to point to our new ElasticSearch 5.6.16 deployment and run a search, we receive this error:
08-Aug-2019 19:22:52.878 SEVERE [http-nio-5000-exec-2] com.sun.jersey.spi.container.ContainerResponse.mapMappableContainerException The exception contained within MappableContainerException could not be mapped to a response, re-throwing to the HTTP container
org.codehaus.jettison.json.JSONException: JSONObject["raw"] not found.
at org.codehaus.jettison.json.JSONObject.get(JSONObject.java:360)
at org.codehaus.jettison.json.JSONObject.getJSONObject(JSONObject.java:454)
at com.cloud.uspto.service.UsptoService.getResults(UsptoService.java:147)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60)
...
@shikham01 has been made aware, has been provided access to our ElasticSearch deployment, and is currently debugging.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working