Skip to content

Instantly share code, notes, and snippets.

@dankerrigan
Created April 11, 2013 15:27
Show Gist options
  • Save dankerrigan/5364329 to your computer and use it in GitHub Desktop.
Save dankerrigan/5364329 to your computer and use it in GitHub Desktop.
Listening for transport dt_socket at address: 8000
11:25:17.155 [main] INFO o.s.c.a.ClassPathBeanDefinitionScanner - JSR-330 'javax.inject.Named' annotation found and supported for component scanning
11:25:17.166 [damp-server-0] INFO c.basho.damp.server.bootstrap.Daemon - Starting DAMP server ...
11:25:17.298 [damp-server-0] INFO o.s.c.a.AnnotationConfigApplicationContext - Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@29c82eaa: startup date [Thu Apr 11 11:25:17 EDT 2013]; root of context hierarchy
11:25:17.489 [damp-server-0] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
11:25:17.522 [damp-server-0] INFO o.s.b.f.s.DefaultListableBeanFactory - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@b24acca: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,tempFileBlobStoreModule,routerModule,repositoryModuleStub,modelModuleStub,searchModuleStub,assetModuleStub,RESTEndpointModule,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,createBlobStore,router,routeRegistry,createRepositoryService,createRevisionService,modelService,classifierService,createAssetStoreService,createWorkspaceService]; root of factory hierarchy
11:25:17.540 [damp-server-0] INFO c.b.damp.core.module.AbstractModule - Starting module TempFileBlobStoreModule ...
11:25:17.540 [damp-server-0] INFO c.b.damp.core.module.AbstractModule - Module TempFileBlobStoreModule started.
11:25:17.549 [damp-server-0] INFO c.b.damp.core.module.AbstractModule - Starting module RouterModule ...
11:25:17.549 [damp-server-0] INFO c.b.damp.core.module.AbstractModule - Module RouterModule started.
11:25:17.569 [damp-server-0] INFO o.s.b.f.s.DefaultListableBeanFactory - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@b24acca: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,tempFileBlobStoreModule,routerModule,repositoryModuleStub,modelModuleStub,searchModuleStub,assetModuleStub,RESTEndpointModule,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,createBlobStore,router,routeRegistry,createRepositoryService,createRevisionService,modelService,classifierService,createAssetStoreService,createWorkspaceService]; root of factory hierarchy
11:25:17.569 [damp-server-0] INFO c.b.damp.core.module.AbstractModule - Stopping module RouterModule ...
11:25:17.569 [damp-server-0] INFO c.b.damp.core.module.AbstractModule - Module RouterModule stopped.
11:25:17.569 [damp-server-0] INFO c.b.damp.core.module.AbstractModule - Stopping module TempFileBlobStoreModule ...
11:25:17.569 [damp-server-0] INFO c.b.damp.core.module.AbstractModule - Module TempFileBlobStoreModule stopped.
11:25:17.574 [main] ERROR c.basho.damp.server.bootstrap.Daemon - Execution failed due to org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'repositoryModuleStub': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.basho.damp.server.persist.indexstore.IndexStore com.basho.damp.server.service.repository.RepositoryModuleStub.myIndexStore; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.basho.damp.server.persist.indexstore.IndexStore] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@javax.inject.Inject()}
java.util.concurrent.ExecutionException: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'repositoryModuleStub': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.basho.damp.server.persist.indexstore.IndexStore com.basho.damp.server.service.repository.RepositoryModuleStub.myIndexStore; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.basho.damp.server.persist.indexstore.IndexStore] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@javax.inject.Inject()}
at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:252) ~[na:1.7.0_10]
at java.util.concurrent.FutureTask.get(FutureTask.java:111) ~[na:1.7.0_10]
at com.basho.damp.server.bootstrap.Daemon.main(Daemon.java:111) ~[damp-server-bootstrap-0.1.0.jar:na]
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'repositoryModuleStub': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.basho.damp.server.persist.indexstore.IndexStore com.basho.damp.server.service.repository.RepositoryModuleStub.myIndexStore; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.basho.damp.server.persist.indexstore.IndexStore] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@javax.inject.Inject()}
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:288) ~[spring-beans-3.2.1.RELEASE.jar:3.2.1.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1120) ~[spring-beans-3.2.1.RELEASE.jar:3.2.1.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:522) ~[spring-beans-3.2.1.RELEASE.jar:3.2.1.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:461) ~[spring-beans-3.2.1.RELEASE.jar:3.2.1.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:295) ~[spring-beans-3.2.1.RELEASE.jar:3.2.1.RELEASE]
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:223) ~[spring-beans-3.2.1.RELEASE.jar:3.2.1.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:292) ~[spring-beans-3.2.1.RELEASE.jar:3.2.1.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194) ~[spring-beans-3.2.1.RELEASE.jar:3.2.1.RELEASE]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:626) ~[spring-.2.1.RELEASE.jar:3.2.1.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:932) ~[spring-context-3.2.1.RELEASE.jar:3.2.1.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:479) ~[spring-context-3.2.1.RELEASE.jar:3.2.1.RELEASE]
at com.basho.damp.server.bootstrap.Daemon.startup(Daemon.java:66) ~[damp-server-bootstrap-0.1.0.jar:na]
at com.basho.damp.server.bootstrap.Daemon.access$200(Daemon.java:22) ~[damp-server-bootstrap-0.1.0.jar:na]
at com.basho.damp.server.bootstrap.Daemon$2.call(Daemon.java:115) ~[damp-server-bootstrap-0.1.0.jar:na]
at com.basho.damp.server.bootstrap.Daemon$2.call(Daemon.java:111) ~[damp-server-bootstrap-0.1.0.jar:na]
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) ~[na:1.7.0_10]
at java.util.concurrent.FutureTask.run(FutureTask.java:166) ~[na:1.7.0_10]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) ~[na:1.7.0_10]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) ~[na:1.7.0_10]
at java.lang.Thread.run(Thread.java:722) ~[na:1.7.0_10]
Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.basho.damp.server.persist.indexstore.IndexStore com.basho.damp.server.service.repository.RepositoryModuleStub.myIndexStore; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.basho.damp.server.persist.indexstore.IndexStore] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@javax.inject.Inject()}
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:514) ~[spring-beans-3.2.1.RELEASE.jar:3.2.1.RELEASE]
at org.springframework.beans.factory.annotation.InjectionMeinject(InjectionMetadata.java:87) ~[spring-beans-3.2.1.RELEASE.jar:3.2.1.RELEASE]
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:285) ~[spring-beans-3.2.1.RELEASE.jar:3.2.1.RELEASE]
... 19 common frames omitted
Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.basho.damp.server.persist.indexstore.IndexStore] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@javax.inject.Inject()}
at org.springframework.beans.factory.support.DefaultListableBeanFactory.raiseNoSuchBeanDefinitionException(DefaultListableBeanFactory.java:967) ~[spring-beans-3.2.1.RELEASE.jar:3.2.1.RELEASE]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:837) ~[spring-beans-3.2.1.RELEASE.jar:3.2.1.RELEASE]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:749) ~[spring-beans-3.2.1.RELEASE.jar:3.2.1.RELEASE]
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:486) ~[spring-beans-3.2.1.RELEASE.jar:3.2.1.RELEASE]
... 21 common frames omitted
11:25:17.575 [Thread-0] INFO c.basho.damp.server.bootstrap.Daemon - Stopping DAMP server ...
11:25:17.576 [Thread-0] INFO c.basho.damp.server.bootstrap.Daemon - DAMP Server stopped (0 milliseconds).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment