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

Error using Spring Boot 1.3.0.M2 Actuator HATEOAS on Threaddump and Traces #96

Closed
remylesiak opened this issue Aug 27, 2015 · 3 comments
Labels

Comments

@remylesiak
Copy link

Since Spring-Boot-1.3.0-M2, Actuator HTTP endpoints are enhanced with hypermedia links when Spring HATEOAS is on the classpath. There are errors on Trace and Threads tabs when they parse the response.

@joshiste joshiste added the bug label Aug 29, 2015
@joshiste joshiste changed the title Spring Boot Actuator and Metrics Error using Spring Boot M2 Actuator HATEOAS on Threaddump and Traces Aug 31, 2015
@joshiste joshiste changed the title Error using Spring Boot M2 Actuator HATEOAS on Threaddump and Traces Error using Spring Boot 1.3.0.M2 Actuator HATEOAS on Threaddump and Traces Aug 31, 2015
joshiste pushed a commit to joshiste/spring-boot-admin that referenced this issue Sep 14, 2015
@kongchen
Copy link

kongchen commented Oct 9, 2015

Hi, I'm using SrpingBoot-1.3.0-M5 as my server application and got following errors when try to dump threads by spring-boot-admin:

Error: [ngRepeat:dupes] http://errors.angularjs.org/1.2.28/ngRepeat/dupes?p0=thread%20in%20dump%20%…ang.ref.Reference%24Lock%22%2C%22identityHashCode%22%3A2077587380%7D%7D%5D
    at Error (native)
    at http://localhost:8081/js/app.js:2024:450
    at http://localhost:8081/js/app.js:2219:179
    at Object.fn (http://localhost:8081/js/app.js:2127:293)
    at h.$digest (http://localhost:8081/js/app.js:2128:373)
    at h.$apply (http://localhost:8081/js/app.js:2131:362)
    at m (http://localhost:8081/js/app.js:2090:454)
    at w (http://localhost:8081/js/app.js:2095:463)
    at XMLHttpRequest.B.onreadystatechange (http://localhost:8081/js/app.js:2097:24)

Is it the issue as same as this thread described?

@joshiste
Copy link
Collaborator

joshiste commented Oct 9, 2015

Yes it is may be if you are using the hateoas-style-endpints.
Try the boot-admin from my private repo to work with boot-1.3.
When they have the RC1 release i will merge into this repo

@kongchen
Copy link

Have done that, it works pretty good. Thanks!

2015-10-10 2:42 GMT+08:00 Johannes Edmeier notifications@github.com:

Yes it is. Try the boot-admin from my private repo to work with boot-1.3.
When they have the RC1 release i will merge into this repo


Reply to this email directly or view it on GitHub
#96 (comment)
.

Regards,
Kong

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

No branches or pull requests

3 participants