question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

if my client management.port not equal server.port, spring-boot-admin doesn't show Details -> Memory

See original GitHub issue

my client bootstrap.yml:

 #server:
  port: 7000
management:
  port: 7700
......

management.port not equal server.port! spring-boot 1.4.0.RELEASE spring-boot-admin (1.4.1): Details->Memory: qq 20160810170421

2016-08-10 16:57:47.130  INFO 9568 --- [nio-9091-exec-1] o.s.c.n.zuul.web.ZuulHandlerMapping      : Mapped URL path [/api/applications/97564b0d/heapdump/**] onto handler of type [class de.codecentric.boot.admin.zuul.OptionsDispatchingZuulController]
2016-08-10 16:58:15.567  INFO 9568 --- [freshExecutor-0] d.c.b.a.registry.ApplicationRegistry     : New Application Application [id=38a227db, name=USERSERVICE, managementUrl=http://USER-20160426ME:7000, healthUrl=http://USER-20160426ME:7700/health, serviceUrl=http://USER-20160426ME:7000] registered 
2016-08-10 16:58:16.206  INFO 9568 --- [freshExecutor-0] d.c.b.a.registry.ApplicationRegistry     : New Application Application [id=babdf218, name=ADMIN, managementUrl=http://USER-20160426ME:9091, healthUrl=http://USER-20160426ME:9091/health, serviceUrl=http://USER-20160426ME:9091] registered 
2016-08-10 16:58:16.212  INFO 9568 --- [nio-9091-exec-2] o.s.c.n.zuul.web.ZuulHandlerMapping      : Mapped URL path [/api/applications/38a227db/health/**] onto handler of type [class de.codecentric.boot.admin.zuul.OptionsDispatchingZuulController]

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
pitingacommented, Aug 14, 2018

I have a similar problem. I changed the management port too and the “Environment manager” (image below) disapeared. The eureka metadataMap already has the correct management port. I’m using Spring Boot Admin 1.5.7. Everything else seens to be working fine.


image


image


image

0reactions
pitingacommented, Aug 16, 2018

The problem is in Spring Boot Actuator that returns error 500 for “HEAD /actuator/env” instead of error 405 that is what Spring Boot Admin expects. Bugfix will be released on Spring Boot 1.5.16.

https://github.com/spring-projects/spring-boot/issues/14084

Read more comments on GitHub >

github_iconTop Results From Across the Web

Spring Boot Admin Reference Guide - GitHub Pages
As Spring Boot Admin Server is capable of running as servlet or webflux application, you need to decide on this and add the...
Read more >
Production-ready Features - Spring
Spring Boot includes a number of additional features to help you monitor and manage your application when you push it to production. You...
Read more >
Spring boot admin client and server inside the same application
I'm writing a spring boot webapp and now I need to manage it with spring boot admin. By creating another spring webapp and...
Read more >
A Guide to Spring Boot Admin | Baeldung
Spring Boot Admin is a web application, used for managing and ... in the UI interface of the admin server that the client...
Read more >
IntelliJ IDEA - Spring Boot run configuration - JetBrains
The Spring Boot endpoints feature is not available by default for Windows users with the FAT file system. To enable it, add -XX:+PerfBypassFileSystemCheck...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found