xiaofeixia opened a new issue, #16239:
URL: https://github.com/apache/shardingsphere/issues/16239

   Upgrade sharding-jdbc-spring-namespace from 3.0.0.M4 to 4.0.1 conflicts with 
the integrated Apollo, resulting in startup failure
   
   pom.xml:
              <dependency>
                   <groupId>org.apache.shardingsphere</groupId>
                   <artifactId>sharding-jdbc-spring-namespace</artifactId>
                   <version>4.0.1</version>
                </dependency>
              <dependency>
                   <groupId>com.ctrip.framework.apollo</groupId>
                   <artifactId>apollo-client</artifactId>
                   <version>1.5.1.1-SNAPSHOT</version>
               </dependency>
               <dependency>
                   <groupId>com.ctrip.framework.apollo</groupId>
                   <artifactId>apollo-core</artifactId>
                   <version>1.5.1.1-SNAPSHOT</version>
               </dependency>
   
   
   ======================================================================
   This error is reported when starting:
   message:Error creating bean with name 
'com.ctrip.framework.apollo.spring.property.SpringValueDefinitionProcessor': 
Instantiation of bean failed; nested exception is 
org.springframework.beans.BeanInstantiationException: Failed to instantiate 
[com.ctrip.framework.apollo.spring.property.SpringValueDefinitionProcessor]: 
Constructor threw exception; nested exception is 
com.ctrip.framework.apollo.exceptions.ApolloConfigException: Unable to load 
instance for type 
com.ctrip.framework.apollo.util.ConfigUtil!,org.springframework.beans.factory.BeanCreationException:
 Error creating bean with name 
'com.ctrip.framework.apollo.spring.property.SpringValueDefinitionProcessor': 
Instantiation of bean failed; nested exception is 
org.springframework.beans.BeanInstantiationException: Failed to instantiate 
[com.ctrip.framework.apollo.spring.property.SpringValueDefinitionProcessor]: 
Constructor threw exception; nested exception is 
com.ctrip.framework.apollo.exceptions.ApolloConfigException: Unable to loa
 d instance for type com.ctrip.framework.apollo.util.ConfigUtil!
   
   Are there any good suggestions and how to solve this?


-- 
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