[ https://issues.apache.org/jira/browse/EAGLE-773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Chang chen updated EAGLE-773: ----------------------------- Description: 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. was: 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 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)