Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Registration of client failed when adding jackson-xml dependency #62

Closed
ouaibsky opened this issue Apr 16, 2015 · 1 comment
Closed

Comments

@ouaibsky
Copy link

Hello

We have endpoint which server either json or xml content
To do that we include this dependency (as explain into spring-boot documentation)

        <dependency>
            <groupId>com.fasterxml.jackson.dataformat</groupId>
            <artifactId>jackson-dataformat-xml</artifactId>
        </dependency>

Then when a client try to register itself into an admin-server, I've got this error (cliente side)

015-04-16 12:19:45.495  WARN 6345 --- [pool-1-thread-1] d.c.b.a.s.SpringBootAdminRegistrator     : Failed to register application as [id=null, url=http://locahost:8191, name=unicorn-margin] at spring-boot-admin (http://locahost:8185/api/applications): 415 Unsupported Media Type

There is no error on Admin server Side

Christophe

@ouaibsky
Copy link
Author

I submit a PR to fix that: #63

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant