com.tridion.deployer.ProcessingException: Phase: Deployment Processing Phase failed. Error creating bean with name 'storageFactoryConfigurationLoader': Invocation of init method failed; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.sdl.marklogic.storage.filesystem.MarkLogicFSDAOFactory] is defined. No qualifying bean of type [com.sdl.marklogic.storage.filesystem.MarkLogicFSDAOFactory] is defined
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Samebug tips
- Expert tip
You could me missing na annotation (@Service or @Component) or a definition in the xml. Also, look if the class where your implementation is located is properly scanned.
Solutions on the web
via Tridion by robrtc
, 1 year agovia Tridion by Ryan Durkin
, 1 year agovia Tridion by Om Pandey
, 1 year agovia Tridion by Sergio Alonso
, 10 months agovia Tridion by Mukesh Kumar
, 1 year agovia stackexchange.com by Unknown author, 2 years ago
org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.sdl.marklogic.storage.filesystem.MarkLogicFSDAOFactory] is defined
at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBean(DefaultListableBeanFactory.java:371)
at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:980)
at com.tridion.storage.configuration.StorageFactoryConfigurationLoader.configureStorage(StorageFactoryConfigurationLoader.java:127)
at com.tridion.storage.configuration.StorageFactoryConfigurationLoader.configure(StorageFactoryConfigurationLoader.java:71)
at com.tridion.storage.configuration.StorageFactoryConfigurationLoader.initialize(StorageFactoryConfigurationLoader.java:54)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:349)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:300)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:133)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:408)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1566)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:539)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:755)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:757)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480)
at org.springframework.context.support.ClassPathXmlApplicationContext.
(ClassPathXmlApplicationContext.java:139) at org.springframework.context.support.ClassPathXmlApplicationContext.
(ClassPathXmlApplicationContext.java:83) at com.tridion.cd.core.kernel.SpringContentDeliveryKernel.ensureInitialised(SpringContentDeliveryKernel.java:38)
at com.tridion.cd.core.kernel.KernelFactory.registerKernel(KernelFactory.java:40)
at com.tridion.cd.core.kernel.KernelFactory.getKernel(KernelFactory.java:27)
at com.tridion.storage.StorageManagerFactory.getComponent(StorageManagerFactory.java:70)
at com.tridion.storage.StorageManagerFactory.getStorageManager(StorageManagerFactory.java:49)
at com.tridion.storage.StorageManagerFactory.getDAO(StorageManagerFactory.java:176)
at com.tridion.storage.StorageManagerFactory.getDAO(StorageManagerFactory.java:122)
at com.tridion.storage.deploy.PageHandler.deploy(PageHandler.java:58)
at com.tridion.deployer.DeploymentHandler.deploy(DeploymentHandler.java:91)
at com.tridion.deployer.modules.PageDeploy.processPage(PageDeploy.java:142)
at com.tridion.deployer.modules.PageDeploy.processItem(PageDeploy.java:115)
at com.tridion.deployer.SectionVisitor.processSection(SectionVisitor.java:83)
at com.tridion.deployer.SectionVisitor.process(SectionVisitor.java:60)
at com.tridion.deployer.Processor.process(Processor.java:108)
at com.tridion.deployer.workers.ProcessorWorker.doWork(ProcessorWorker.java:76)
at com.tridion.deployer.phases.ProcessingPhase.execute(ProcessingPhase.java:74)
at com.tridion.deployer.phases.DeployPipelineExecutor.runMainExecutePhase(DeployPipelineExecutor.java:207)
at com.tridion.deployer.phases.DeployPipelineExecutor.doExecute(DeployPipelineExecutor.java:107)
at com.tridion.deployer.phases.DeployPipelineExecutor.execute(DeployPipelineExecutor.java:71)
at com.tridion.deployer.TransactionManager.lambda$pipelineRunnable$1(TransactionManager.java:345)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)