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.

NoClassDefFoundError PropertyPlaceholderAutoConfiguration

See original GitHub issue

version:

<dependencyManagement>
        <dependencies>
            <dependency>
                <groupId>org.springframework.cloud</groupId>
                <artifactId>spring-cloud-dependencies</artifactId>
                <version>Dalston.SR4</version>
                <type>pom</type>
                <scope>import</scope>
            </dependency>
        </dependencies>
    </dependencyManagement>

running ConfigServer success,when i try to make a test for server. http://server_ip:port/{name}/{profile}/{label} throw

java.lang.NoClassDefFoundError: org/springframework/boot/autoconfigure/context/PropertyPlaceholderAutoConfiguration

change older verion Brixton.RELEASE or Dalston.SR1 , The test pass!

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

4reactions
ryanjbaxtercommented, Nov 7, 2017

Thanks. The Dalston release train was designed to work with Spring Boot 1.5.x. You need to change the Boot version.

0reactions
maskleocommented, Nov 8, 2017

It’s working now. Thank u so much!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cannot find class org.springframework.boot.autoconfigure ...
org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration presents in spring-boot-autoconfigure jar.
Read more >
How to solve java.lang.NoClassDefFoundError - Java67
PropertyPlaceholderAutoConfiguration #propertySourcesPlaceholderConfigurer due to internal class not found. This can happen if you are @ComponentScanning a ...
Read more >
java.lang.ClassNotFoundException: org.hl7.fhir.utilities.npm ...
I'm having trouble understanding the missing IPackageCacheManager dependency (assuming that's the root cause), because it's not referenced ...
Read more >
Notable Issues - Chaos Engine
If a Bean Instantiation attempts to load a class that is not in the classpath, then a IllegalStateException is thrown, wrapping a lower...
Read more >
ch/qos/logback/classic/spi/ThrowableProxy异常解决办法_java ...
NoClassDefFoundError : ch/qos/logback/classic/spi/ThrowableProxy异常 ... PropertyPlaceholderAutoConfiguration]; nested exception is java.io.
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