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.

Open
#3,655 6 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

status: waiting-for-feedback type: bug
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.