James Turton created DRILL-8045:
-----------------------------------
Summary: Fix storage export regression introduced by DRILL-8040
Key: DRILL-8045
URL: https://issues.apache.org/jira/browse/DRILL-8045
Project: Apache Drill
Issue Type: Bug
Components: Web Server
Affects Versions: 1.20.0
Reporter: James Turton
Assignee: James Turton
Fix For: 1.20.0
Since DRILL-8040, attempts to export a storage config fail with the following.
{code:java}
ERROR o.g.j.m.i.WriterInterceptorExecutor - MessageBodyWriter not found for
media type=application/json, type=class
org.apache.hbase.thirdparty.org.glassfish.jersey.message.internal.OutboundJaxrsResponse,
genericType=class
org.apache.hbase.thirdparty.org.glassfish.jersey.message.internal.OutboundJaxrsResponse.
16:56:04.187 [qtp558821862-372] ERROR o.g.j.m.i.WriterInterceptorExecutor -
MessageBodyWriter not found for media type=application/json, type=class
org.apache.hbase.thirdparty.org.glassfish.jersey.message.internal.OutboundJaxrsResponse,
genericType=class
org.apache.hbase.thirdparty.org.glassfish.jersey.message.internal.OutboundJaxrsResponse.{code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)