codecentric / codecentric/spring-boot-admin
Admin port and server port not getting registered after upgrading the SpringBoot from 2.6.6 to 3.3.3.
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 12.9k
- Forks
- 3.1k
- Avg merge
- 19h 1m
- Merged PRs (30d)
- 61
Description
Spring Boot Admin Server information
-
Version:
-
Spring Boot version:
-
3.3.3
-
Configured Security:
-
Webflux or Servlet application:
Client information
-
Spring Boot versions:
-
Used discovery mechanism:
Description
I have upgraded my springBoot project from 2.6.6 to 3.3.3 after upgrading my application server port and admin ports are not working.
- dependencies:
- <camel.version>4.7.0</camel.version>
- <spring.boot.version>3.3.3</spring.boot.version>
- org.springframework.boot
- spring-boot-starter-actuator
- 3.3.3
- de.codecentric
- spring-boot-admin-starter-client
- 3.3.3
- org.apache.camel.springboot
- camel-spring-boot-starter
- 4.7.0
<server.port>6991</server.port>
<server.admin.port>6992</server.admin.port>
<services.port>6993</services.port>
Here the services.port is working as expected. But I don't see the admin and server ports getting registered and when checked via command prompt I see that the ports are not listening.
(cxfrs://http://0.0.0.0:6993/
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the upgrade with Spring Boot 3.3.3 and the reported server.port, server.admin.port, and services.port settings, while noting the missing Spring Boot Admin, security, web application, and discovery details. Compare which configured ports are listening and registered, and consider the issue resolved only when the server and admin ports work alongside services.port.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, spring-boot
- Domain
- backend, networking
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100