I am testing some new features in the Alpha PostgreSQL 9 database and am
having some trouble configuring Artifactory to connect to the database.
I do have artifactory configured with PostgreSQL 8.4 running in our
environment without any problems.
Each time I attempt to startup Artifactory, whether stand-alone or through
Tomcat I am receiving the following error:
_ _ __ _
/\ | | (_)/ _| | |
/ \ _ __| |_ _| |_ __ _ ___| |_ ___ _ __ _ _
/ /\ \ | '__| __| | _/ _` |/ __| __/ _ \| '__| | | |
/ ____ \| | | |_| | || (_| | (__| || (_) | | | |_| |
/_/ \_\_| \__|_|_| \__,_|\___|\__\___/|_| \__, |
Version: 2.2.2 Revision: 10427 __/ |
|___/
Artifactory Home: '/apps/artifactory'
2010-04-08 20:28:55,553 [art-init] [INFO ]
(o.a.s.SpringConfigResourceLoader:95) - artifactory.addons.disabled=[]
2010-04-08 20:28:55.572:INFO::Started [email protected]:8082
2010-04-08 20:28:55,582 [art-init] [INFO ]
(o.a.s.ArtifactoryApplicationContext:197) - Refreshing
org.artifactory.spring.artifactoryapplicationcont...@1f57ea4a: startup date
[Thu Apr 08 20:28:55 EDT 2010]; root of context hierarchy
2010-04-08 20:29:00,142 [art-init] [INFO ] (o.a.r.a.RequestAdvice:50) -
Creating request advice interceptor
2010-04-08 20:29:01,448 [art-init] [ERROR] (o.a.j.c.RepositoryImpl:366) -
failed to start Repository: failed to load persisted repository state: 8
javax.jcr.RepositoryException: failed to load persisted repository state: 8
at
org.apache.jackrabbit.core.RepositoryImpl.loadRootNodeId(RepositoryImpl.java:539)
[jackrabbit-core-jfrog-1.6.0j.jar:1.6.0j]
at
org.apache.jackrabbit.core.RepositoryImpl.<init>(RepositoryImpl.java:280)
[jackrabbit-core-jfrog-1.6.0j.jar:1.6.0j]
at
org.apache.jackrabbit.core.RepositoryImpl.create(RepositoryImpl.java:635)
[jackrabbit-core-jfrog-1.6.0j.jar:1.6.0j]
at
org.artifactory.jcr.JcrRepoInitHelper.createJcrRepository(JcrRepoInitHelper.java:102)
[artifactory-core-2.2.2.jar:na]
at
org.artifactory.jcr.JcrServiceImpl.initJcrRepository(JcrServiceImpl.java:221)
[artifactory-core-2.2.2.jar:na]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[na:1.6.0_18]
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[na:1.6.0_18]
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[na:1.6.0_18]
at java.lang.reflect.Method.invoke(Method.java:597) [na:1.6.0_18]
at
org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:340)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:293)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:130)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:394)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1394)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:512)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:450)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:290)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:287)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:189)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:820)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:762)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:680)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:475)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:84)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:280)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1055)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:511)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:450)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:290)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:287)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:189)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:820)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:762)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:680)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:475)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:84)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:280)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1055)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:511)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:450)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:290)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:287)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:189)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:820)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:762)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:680)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:475)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:84)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:280)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1055)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:511)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:450)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:290)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:287)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:189)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:557)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:842)
[spring-context-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:416)
[spring-context-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.artifactory.spring.ArtifactoryApplicationContext.refresh(ArtifactoryApplicationContext.java:197)
[artifactory-core-2.2.2.jar:na]
at
org.artifactory.spring.ArtifactoryApplicationContext.<init>(ArtifactoryApplicationContext.java:104)
[artifactory-core-2.2.2.jar:na]
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
Method) [na:1.6.0_18]
at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
[na:1.6.0_18]
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
[na:1.6.0_18]
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
[na:1.6.0_18]
at
org.artifactory.webapp.servlet.ArtifactoryContextConfigListener.configure(ArtifactoryContextConfigListener.java:160)
[artifactory-web-application-2.2.2.jar:na]
at
org.artifactory.webapp.servlet.ArtifactoryContextConfigListener.access$100(ArtifactoryContextConfigListener.java:48)
[artifactory-web-application-2.2.2.jar:na]
at
org.artifactory.webapp.servlet.ArtifactoryContextConfigListener$1.run(ArtifactoryContextConfigListener.java:67)
[artifactory-web-application-2.2.2.jar:na]
Caused by: java.lang.IllegalArgumentException: 8
at org.apache.jackrabbit.uuid.UUID.<init>(UUID.java:130)
[jackrabbit-jcr-commons-1.6.0.jar:na]
at org.apache.jackrabbit.core.NodeId.valueOf(NodeId.java:85)
[jackrabbit-core-jfrog-1.6.0j.jar:1.6.0j]
at
org.apache.jackrabbit.core.RepositoryImpl.loadRootNodeId(RepositoryImpl.java:535)
[jackrabbit-core-jfrog-1.6.0j.jar:1.6.0j]
... 70 common frames omitted
2010-04-08 20:29:01,481 [art-init] [ERROR]
(o.a.w.s.ArtifactoryContextConfigListener:165) - Error creating spring
context
java.lang.reflect.InvocationTargetException: null
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
Method) [na:1.6.0_18]
at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
[na:1.6.0_18]
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
[na:1.6.0_18]
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
[na:1.6.0_18]
at
org.artifactory.webapp.servlet.ArtifactoryContextConfigListener.configure(ArtifactoryContextConfigListener.java:160)
[artifactory-web-application-2.2.2.jar:na]
at
org.artifactory.webapp.servlet.ArtifactoryContextConfigListener.access$100(ArtifactoryContextConfigListener.java:48)
[artifactory-web-application-2.2.2.jar:na]
at
org.artifactory.webapp.servlet.ArtifactoryContextConfigListener$1.run(ArtifactoryContextConfigListener.java:67)
[artifactory-web-application-2.2.2.jar:na]
Caused by: org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'downloadServiceImpl': Injection of autowired
dependencies failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Could not autowire
field: private org.artifactory.api.security.AuthorizationService
org.artifactory.engine.DownloadServiceImpl.authorizationService; nested
exception is org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'securityServiceImpl': Injection of autowired
dependencies failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Could not autowire
field: private org.artifactory.security.InternalAclManager
org.artifactory.security.SecurityServiceImpl.internalAclManager; nested
exception is org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'jcrAclManager': Injection of autowired dependencies
failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Could not autowire
field: private org.artifactory.jcr.JcrService
org.artifactory.security.JcrAclManager.jcr; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'jcrServiceImpl': Invocation of init method failed; nested
exception is java.lang.RuntimeException: Failed to config jcr repo.
at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:283)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1055)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:511)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:450)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:290)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:287)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:189)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:557)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:842)
[spring-context-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:416)
[spring-context-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.artifactory.spring.ArtifactoryApplicationContext.refresh(ArtifactoryApplicationContext.java:197)
[artifactory-core-2.2.2.jar:na]
at
org.artifactory.spring.ArtifactoryApplicationContext.<init>(ArtifactoryApplicationContext.java:104)
[artifactory-core-2.2.2.jar:na]
... 7 common frames omitted
Caused by: org.springframework.beans.factory.BeanCreationException: Could
not autowire field: private
org.artifactory.api.security.AuthorizationService
org.artifactory.engine.DownloadServiceImpl.authorizationService; nested
exception is org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'securityServiceImpl': Injection of autowired
dependencies failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Could not autowire
field: private org.artifactory.security.InternalAclManager
org.artifactory.security.SecurityServiceImpl.internalAclManager; nested
exception is org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'jcrAclManager': Injection of autowired dependencies
failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Could not autowire
field: private org.artifactory.jcr.JcrService
org.artifactory.security.JcrAclManager.jcr; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'jcrServiceImpl': Invocation of init method failed; nested
exception is java.lang.RuntimeException: Failed to config jcr repo.
at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:504)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:84)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:280)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
... 19 common frames omitted
Caused by: org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'securityServiceImpl': Injection of autowired
dependencies failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Could not autowire
field: private org.artifactory.security.InternalAclManager
org.artifactory.security.SecurityServiceImpl.internalAclManager; nested
exception is org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'jcrAclManager': Injection of autowired dependencies
failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Could not autowire
field: private org.artifactory.jcr.JcrService
org.artifactory.security.JcrAclManager.jcr; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'jcrServiceImpl': Invocation of init method failed; nested
exception is java.lang.RuntimeException: Failed to config jcr repo.
at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:283)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1055)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:511)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:450)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:290)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:287)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:189)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:820)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:762)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:680)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:475)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
... 21 common frames omitted
Caused by: org.springframework.beans.factory.BeanCreationException: Could
not autowire field: private org.artifactory.security.InternalAclManager
org.artifactory.security.SecurityServiceImpl.internalAclManager; nested
exception is org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'jcrAclManager': Injection of autowired dependencies
failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Could not autowire
field: private org.artifactory.jcr.JcrService
org.artifactory.security.JcrAclManager.jcr; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'jcrServiceImpl': Invocation of init method failed; nested
exception is java.lang.RuntimeException: Failed to config jcr repo.
at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:504)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:84)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:280)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
... 32 common frames omitted
Caused by: org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'jcrAclManager': Injection of autowired dependencies
failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Could not autowire
field: private org.artifactory.jcr.JcrService
org.artifactory.security.JcrAclManager.jcr; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'jcrServiceImpl': Invocation of init method failed; nested
exception is java.lang.RuntimeException: Failed to config jcr repo.
at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:283)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1055)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:511)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:450)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:290)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:287)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:189)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:820)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:762)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:680)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:475)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
... 34 common frames omitted
Caused by: org.springframework.beans.factory.BeanCreationException: Could
not autowire field: private org.artifactory.jcr.JcrService
org.artifactory.security.JcrAclManager.jcr; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'jcrServiceImpl': Invocation of init method failed; nested
exception is java.lang.RuntimeException: Failed to config jcr repo.
at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:504)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:84)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:280)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
... 45 common frames omitted
Caused by: org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'jcrServiceImpl': Invocation of init method failed;
nested exception is java.lang.RuntimeException: Failed to config jcr repo.
at
org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:133)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:394)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1394)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:512)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:450)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:290)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:287)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:189)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:820)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:762)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:680)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:475)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
... 47 common frames omitted
Caused by: java.lang.RuntimeException: Failed to config jcr repo.
at
org.artifactory.jcr.JcrRepoInitHelper.createJcrRepository(JcrRepoInitHelper.java:104)
[artifactory-core-2.2.2.jar:na]
at
org.artifactory.jcr.JcrServiceImpl.initJcrRepository(JcrServiceImpl.java:221)
[artifactory-core-2.2.2.jar:na]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[na:1.6.0_18]
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[na:1.6.0_18]
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[na:1.6.0_18]
at java.lang.reflect.Method.invoke(Method.java:597) [na:1.6.0_18]
at
org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:340)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:293)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:130)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
... 59 common frames omitted
Caused by: javax.jcr.RepositoryException: failed to load persisted
repository state: 8
at
org.apache.jackrabbit.core.RepositoryImpl.loadRootNodeId(RepositoryImpl.java:539)
[jackrabbit-core-jfrog-1.6.0j.jar:1.6.0j]
at
org.apache.jackrabbit.core.RepositoryImpl.<init>(RepositoryImpl.java:280)
[jackrabbit-core-jfrog-1.6.0j.jar:1.6.0j]
at
org.apache.jackrabbit.core.RepositoryImpl.create(RepositoryImpl.java:635)
[jackrabbit-core-jfrog-1.6.0j.jar:1.6.0j]
at
org.artifactory.jcr.JcrRepoInitHelper.createJcrRepository(JcrRepoInitHelper.java:102)
[artifactory-core-2.2.2.jar:na]
... 67 common frames omitted
Caused by: java.lang.IllegalArgumentException: 8
at org.apache.jackrabbit.uuid.UUID.<init>(UUID.java:130)
[jackrabbit-jcr-commons-1.6.0.jar:na]
at org.apache.jackrabbit.core.NodeId.valueOf(NodeId.java:85)
[jackrabbit-core-jfrog-1.6.0j.jar:1.6.0j]
at
org.apache.jackrabbit.core.RepositoryImpl.loadRootNodeId(RepositoryImpl.java:535)
[jackrabbit-core-jfrog-1.6.0j.jar:1.6.0j]
... 70 common frames omitted
2010-04-08 20:29:01,489 [art-init] [ERROR]
(o.a.w.s.ArtifactoryContextConfigListener:71) - Application could not be
initialized.
java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
at
org.artifactory.webapp.servlet.ArtifactoryContextConfigListener.configure(ArtifactoryContextConfigListener.java:166)
[artifactory-web-application-2.2.2.jar:na]
at
org.artifactory.webapp.servlet.ArtifactoryContextConfigListener.access$100(ArtifactoryContextConfigListener.java:48)
[artifactory-web-application-2.2.2.jar:na]
at
org.artifactory.webapp.servlet.ArtifactoryContextConfigListener$1.run(ArtifactoryContextConfigListener.java:67)
[artifactory-web-application-2.2.2.jar:na]
Caused by: java.lang.reflect.InvocationTargetException: null
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
Method) [na:1.6.0_18]
at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
[na:1.6.0_18]
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
[na:1.6.0_18]
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
[na:1.6.0_18]
at
org.artifactory.webapp.servlet.ArtifactoryContextConfigListener.configure(ArtifactoryContextConfigListener.java:160)
[artifactory-web-application-2.2.2.jar:na]
... 2 common frames omitted
Caused by: org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'downloadServiceImpl': Injection of autowired
dependencies failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Could not autowire
field: private org.artifactory.api.security.AuthorizationService
org.artifactory.engine.DownloadServiceImpl.authorizationService; nested
exception is org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'securityServiceImpl': Injection of autowired
dependencies failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Could not autowire
field: private org.artifactory.security.InternalAclManager
org.artifactory.security.SecurityServiceImpl.internalAclManager; nested
exception is org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'jcrAclManager': Injection of autowired dependencies
failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Could not autowire
field: private org.artifactory.jcr.JcrService
org.artifactory.security.JcrAclManager.jcr; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'jcrServiceImpl': Invocation of init method failed; nested
exception is java.lang.RuntimeException: Failed to config jcr repo.
at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:283)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1055)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:511)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:450)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:290)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:287)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:189)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:557)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:842)
[spring-context-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:416)
[spring-context-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.artifactory.spring.ArtifactoryApplicationContext.refresh(ArtifactoryApplicationContext.java:197)
[artifactory-core-2.2.2.jar:na]
at
org.artifactory.spring.ArtifactoryApplicationContext.<init>(ArtifactoryApplicationContext.java:104)
[artifactory-core-2.2.2.jar:na]
... 7 common frames omitted
Caused by: org.springframework.beans.factory.BeanCreationException: Could
not autowire field: private
org.artifactory.api.security.AuthorizationService
org.artifactory.engine.DownloadServiceImpl.authorizationService; nested
exception is org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'securityServiceImpl': Injection of autowired
dependencies failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Could not autowire
field: private org.artifactory.security.InternalAclManager
org.artifactory.security.SecurityServiceImpl.internalAclManager; nested
exception is org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'jcrAclManager': Injection of autowired dependencies
failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Could not autowire
field: private org.artifactory.jcr.JcrService
org.artifactory.security.JcrAclManager.jcr; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'jcrServiceImpl': Invocation of init method failed; nested
exception is java.lang.RuntimeException: Failed to config jcr repo.
at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:504)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:84)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:280)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
... 19 common frames omitted
Caused by: org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'securityServiceImpl': Injection of autowired
dependencies failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Could not autowire
field: private org.artifactory.security.InternalAclManager
org.artifactory.security.SecurityServiceImpl.internalAclManager; nested
exception is org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'jcrAclManager': Injection of autowired dependencies
failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Could not autowire
field: private org.artifactory.jcr.JcrService
org.artifactory.security.JcrAclManager.jcr; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'jcrServiceImpl': Invocation of init method failed; nested
exception is java.lang.RuntimeException: Failed to config jcr repo.
at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:283)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1055)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:511)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:450)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:290)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:287)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:189)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:820)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:762)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:680)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:475)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
... 21 common frames omitted
Caused by: org.springframework.beans.factory.BeanCreationException: Could
not autowire field: private org.artifactory.security.InternalAclManager
org.artifactory.security.SecurityServiceImpl.internalAclManager; nested
exception is org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'jcrAclManager': Injection of autowired dependencies
failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Could not autowire
field: private org.artifactory.jcr.JcrService
org.artifactory.security.JcrAclManager.jcr; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'jcrServiceImpl': Invocation of init method failed; nested
exception is java.lang.RuntimeException: Failed to config jcr repo.
at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:504)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:84)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:280)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
... 32 common frames omitted
Caused by: org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'jcrAclManager': Injection of autowired dependencies
failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Could not autowire
field: private org.artifactory.jcr.JcrService
org.artifactory.security.JcrAclManager.jcr; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'jcrServiceImpl': Invocation of init method failed; nested
exception is java.lang.RuntimeException: Failed to config jcr repo.
at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:283)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1055)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:511)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:450)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:290)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:287)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:189)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:820)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:762)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:680)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:475)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
... 34 common frames omitted
Caused by: org.springframework.beans.factory.BeanCreationException: Could
not autowire field: private org.artifactory.jcr.JcrService
org.artifactory.security.JcrAclManager.jcr; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'jcrServiceImpl': Invocation of init method failed; nested
exception is java.lang.RuntimeException: Failed to config jcr repo.
at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:504)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:84)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:280)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
... 45 common frames omitted
Caused by: org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'jcrServiceImpl': Invocation of init method failed;
nested exception is java.lang.RuntimeException: Failed to config jcr repo.
at
org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:133)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:394)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1394)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:512)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:450)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:290)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:287)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:189)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:820)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:762)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:680)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:475)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
... 47 common frames omitted
Caused by: java.lang.RuntimeException: Failed to config jcr repo.
at
org.artifactory.jcr.JcrRepoInitHelper.createJcrRepository(JcrRepoInitHelper.java:104)
[artifactory-core-2.2.2.jar:na]
at
org.artifactory.jcr.JcrServiceImpl.initJcrRepository(JcrServiceImpl.java:221)
[artifactory-core-2.2.2.jar:na]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[na:1.6.0_18]
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[na:1.6.0_18]
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[na:1.6.0_18]
at java.lang.reflect.Method.invoke(Method.java:597) [na:1.6.0_18]
at
org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:340)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:293)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at
org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:130)
[spring-beans-3.0.0.RELEASE.jar:3.0.0.RELEASE]
... 59 common frames omitted
Caused by: javax.jcr.RepositoryException: failed to load persisted
repository state: 8
at
org.apache.jackrabbit.core.RepositoryImpl.loadRootNodeId(RepositoryImpl.java:539)
[jackrabbit-core-jfrog-1.6.0j.jar:1.6.0j]
at
org.apache.jackrabbit.core.RepositoryImpl.<init>(RepositoryImpl.java:280)
[jackrabbit-core-jfrog-1.6.0j.jar:1.6.0j]
at
org.apache.jackrabbit.core.RepositoryImpl.create(RepositoryImpl.java:635)
[jackrabbit-core-jfrog-1.6.0j.jar:1.6.0j]
at
org.artifactory.jcr.JcrRepoInitHelper.createJcrRepository(JcrRepoInitHelper.java:102)
[artifactory-core-2.2.2.jar:na]
... 67 common frames omitted
Caused by: java.lang.IllegalArgumentException: 8
at org.apache.jackrabbit.uuid.UUID.<init>(UUID.java:130)
[jackrabbit-jcr-commons-1.6.0.jar:na]
at org.apache.jackrabbit.core.NodeId.valueOf(NodeId.java:85)
[jackrabbit-core-jfrog-1.6.0j.jar:1.6.0j]
at
org.apache.jackrabbit.core.RepositoryImpl.loadRootNodeId(RepositoryImpl.java:535)
[jackrabbit-core-jfrog-1.6.0j.jar:1.6.0j]
... 70 common frames omitted
--
View this message in context:
http://old.nabble.com/Artifactory-Not-Starting-with-PostgreSQL-9.0-Database-tp28184293p28184293.html
Sent from the Artifactory-Users mailing list archive at Nabble.com.
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users