[ https://issues.apache.org/jira/browse/EAGLE-773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15669992#comment-15669992 ]
ASF GitHub Bot commented on EAGLE-773: -------------------------------------- Github user qingwen220 commented on the issue: https://github.com/apache/incubator-eagle/pull/658 Thanks. Next time, you can paste the jira ticket link when you create the pull request, so that the jira can track the update of your pull request. 😄 > org.apache.eagle.service.generic.MetaDataResource doesn't work correctly > ------------------------------------------------------------------------ > > Key: EAGLE-773 > URL: https://issues.apache.org/jira/browse/EAGLE-773 > Project: Eagle > Issue Type: Bug > Affects Versions: v0.5.0 > Reporter: Chang chen > Assignee: Chang chen > Fix For: v0.5.0 > > > when you access http://xxxx/rest/meta/resource, the empty response is > returned, and an exception is output to log > {quote} > org.codehaus.jackson.JsonParseException: Illegal character ':' (code 0x3a) > in base64 content > {quote} > This is due to version conflicts between [org.codehaus.jackson and > com.fasterxml.jackson|https://stackoverflow.com/questions/40445567/com-fasterxml-jackson-databind-node-objectnode-cannot-be-converted-to-org-codeha], > dropwizard uses fasterxml, and > org.apache.eagle.service.generic.MetaDataResource uses codehaus. -- This message was sent by Atlassian JIRA (v6.3.4#6332)