You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2023-04-02 10:08:29.297 DEBUG 14236 --- [ main] o.s.b.d.LoggingFailureAnalysisReporter : Application failed to start due to an exception
org.springframework.beans.factory.NoUniqueBeanDefinitionException: No qualifying bean of type 'com.shopizer.core.modules.integration.shipping.model.ShippingQuoteModule' available: expected single matching bean but found 6: usps,ups,weightBased,priceByDistance,storePickUp,customShippingPriceModule
Field canadapost in com.shopizer.core.business.configuration.ModulesConfiguration required a single bean, but 6 were found:
- usps: defined in class path resource [spring/shopizer-core-modules.xml]
- ups: defined in class path resource [spring/shopizer-core-modules.xml]
- weightBased: defined in class path resource [spring/shopizer-core-modules.xml]
- priceByDistance: defined in class path resource [spring/shopizer-core-modules.xml]
- storePickUp: defined in class path resource [spring/shopizer-core-modules.xml]
- customShippingPriceModule: defined in class path resource [spring/shopizer-core-modules.xml]
Action:
Consider marking one of the beans as @primary, updating the consumer to accept multiple beans, or using @qualifier to identify the bean that should be consumed
The text was updated successfully, but these errors were encountered:
APPLICATION FAILED TO START
Description:
2023-04-02 10:08:29.297 DEBUG 14236 --- [ main] o.s.b.d.LoggingFailureAnalysisReporter : Application failed to start due to an exception
org.springframework.beans.factory.NoUniqueBeanDefinitionException: No qualifying bean of type 'com.shopizer.core.modules.integration.shipping.model.ShippingQuoteModule' available: expected single matching bean but found 6: usps,ups,weightBased,priceByDistance,storePickUp,customShippingPriceModule
Field canadapost in com.shopizer.core.business.configuration.ModulesConfiguration required a single bean, but 6 were found:
- usps: defined in class path resource [spring/shopizer-core-modules.xml]
- ups: defined in class path resource [spring/shopizer-core-modules.xml]
- weightBased: defined in class path resource [spring/shopizer-core-modules.xml]
- priceByDistance: defined in class path resource [spring/shopizer-core-modules.xml]
- storePickUp: defined in class path resource [spring/shopizer-core-modules.xml]
- customShippingPriceModule: defined in class path resource [spring/shopizer-core-modules.xml]
Action:
Consider marking one of the beans as @primary, updating the consumer to accept multiple beans, or using @qualifier to identify the bean that should be consumed
The text was updated successfully, but these errors were encountered: