g-lxh opened a new issue, #11750:
URL: https://github.com/apache/skywalking/issues/11750

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/skywalking/issues?q=is%3Aissue) and found no 
similar issues.
   
   
   ### Apache SkyWalking Component
   
   Java Agent (apache/skywalking-java)
   
   ### What happened
   
   spring boot   2.3.12.RELEASE
   spring cloud Hoxton.SR1
   
   After the project adds the eurkea registration center dependency 
spring-cloud-starter-netflix-eureka-client, the problem appears at startup, as 
shown in the picture below
   
   <img width="1478" alt="image" 
src="https://github.com/apache/skywalking/assets/9361471/25f292eb-3971-41b0-9c2d-afecd688e9c9";>
   
   
   ### What you expected to happen
   
   Normal start
   
   ### How to reproduce
   
    spring boot  2.3.12.RELEASE
   spring cloud Hoxton.SR12
   idea 2023.3.2 Build #IU-233.13135.103, built on December 20, 2023
   
   <dependency>
       <groupId>org.springframework.cloud</groupId>
       <artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>
   </dependency>
   
   JVM options
   -javaagent:/Users/lin/Downloads/skywalking-agent/skywalking-agent.jar
   
   environment variables 
   
SW_AGENT_COLLECTOR_BACKEND_SERVICES=192.168.2.xxx:11800;SW_AGENT_NAME=java-example-local
   
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit a pull request to fix on your own?
   
   - [ ] Yes I am willing to submit a pull request on my own!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: 
[email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to