Thanks for the reploy drorb.
To answer the question  

drorb wrote
> 
> The error message indicated that the JCR configuration files was not found
> at
> /home/artifactory/.artifactory/etc/home/artifactory/.artifactory/etc/repo/default/repo.xml
> Does the repo.xml exist in this location? is it accessible by the
> Artifactory user?
> 
Yes the location/resource is available with appropriate rights.

I probably should have taken a step back in my troubleshooting and used the
log from the initial failing configuration.  Th initial log I posted was
after attempting to get artifactory to at least read a configuration of some
kind on startup, which apparent was failing.  

--ROOT ERROR--
Taking a step back and omitting the entry in
"~/.artifactory/etc/artifactory.system.properties" that points to a custom
repo configuration this is the problem that is occurring (appears to be a
spring issue?):


2012-05-14 07:29:47,795 [art-init] [INFO ]
(o.a.w.s.ArtifactoryContextConfigListener:128) - 
               _   _  __           _
    /\        | | (_)/ _|         | |
   /  \   _ __| |_ _| |_ __ _  ___| |_ ___  _ __ _   _
  / /\ \ | '__| __| |  _/ _` |/ __| __/ _ \| '__| | | |
 / ____ \| |  | |_| | || (_| | (__| || (_) | |  | |_| |
/_/    \_\_|   \__|_|_| \__,_|\___|\__\___/|_|   \__, |
 Version:  2.6.0                                  __/ |
 Revision: 13119                                 |___/
 Artifactory Home: '/home/artifactory/.artifactory'

2012-05-14 07:29:48,217 [art-init] [INFO ]
(o.a.s.SpringConfigResourceLoader:100) - artifactory.addons.disabled=[]
2012-05-14 07:29:49,410 [art-init] [INFO ]
(o.a.s.ArtifactoryApplicationContext:219) - Refreshing
org.artifactory.spring.ArtifactoryApplicationContext@41a241a2: startup date
[Mon May 14 07:29:49 MDT 2012]; root of context hierarchy
2012-05-14 07:30:13,275 [art-init] [INFO ] (o.a.r.a.RequestAdvice:50) -
Creating request advice interceptor
2012-05-14 07:30:17,892 [art-init] [INFO ] (o.a.j.JcrConfResourceLoader:183)
- Copying default config to:
/home/artifactory/.artifactory/etc/repo/default/repo.xml.
2012-05-14 07:30:19,929 [art-init] [WARN ] (o.a.j.JcrRepoInitHelper:108) - 
###########################################################################
                STARTUP CONSISTENCY CHECKS ARE ACTIVE!
Startup will take considerably longer while running consistency checks.
This is normal with a first-run of a new or upgraded installation.
You can reactivate consistency checks by removing the following file:
'$ARTIFACTORY_HOME/data/.deleteForConsistencyFix'.
###########################################################################
2012-05-14 07:30:31,005 [art-init] [INFO ]
(o.a.j.j.ArtifactoryDataStore:553) - Using JDBC driver Apache Derby Embedded
JDBC Driver 10.3.3.1 - (965719)
2012-05-14 07:30:32,466 [art-init] [INFO ]
(o.a.j.c.p.p.BundleDbPersistenceManager:890) - default: checked 0/0 bundles.
2012-05-14 07:30:36,841 [art-init] [INFO ] (o.a.j.c.q.l.MultiIndex:393) - 
###########################################################################
              INITIALIZING OR RECREATING FULL REPOSITORY INDEX
 This is normal with a first-run of a new or upgraded installation or when
 the $ARTIFACTORY_HOME/data/index folder no longer exists.
 This one-time initialization may take some time, depending on the current
 size of your repository.
###########################################################################
2012-05-14 07:30:36,918 [art-init] [INFO ] (o.a.j.c.q.l.MultiIndex:409) -
Created initial index for 1 nodes in 0 sec.
2012-05-14 07:30:39,530 [art-init] [ERROR]
(o.a.w.s.ArtifactoryContextConfigListener:177) - Error creating spring
context
java.lang.reflect.InvocationTargetException: null
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[na:6.0]
        at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:45)
[na:6.0]
        at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:39)
[na:6.0]
        at java.lang.reflect.Constructor.newInstance(Constructor.java:515) 
[na:6.0]
        at
org.artifactory.webapp.servlet.ArtifactoryContextConfigListener.configure(ArtifactoryContextConfigListener.java:174)
[artifactory-web-application-2.6.0.jar:na]
        at
org.artifactory.webapp.servlet.ArtifactoryContextConfigListener.access$1(ArtifactoryContextConfigListener.java:113)
[artifactory-web-application-2.6.0.jar:na]
        at
org.artifactory.webapp.servlet.ArtifactoryContextConfigListener$1.run(ArtifactoryContextConfigListener.java:68)
[artifactory-web-application-2.6.0.jar:na]
Caused by: org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'restAuthenticationFilter': Injection of autowired
dependencies failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Could not autowire
field: org.artifactory.api.security.AuthorizationService
org.artifactory.rest.common.RestAuthenticationFilter.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.api.config.CentralConfigService
org.artifactory.security.SecurityServiceImpl.centralConfig; nested exception
is org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'centralConfig' defined in URL
[wsjar:file:/usr/share/IBM/WebSphere/AppServer/profiles/AppSrv02/installedApps/mfrancis-linuxNode01Cell/artifactory26.ear/artifactory.war/WEB-INF/lib/artifactory-core-2.6.0.jar!/org/artifactory/config/CentralConfigServiceImpl.class]:
Initialization of bean failed; nested exception is
org.springframework.beans.FatalBeanException: Failed to obtain BeanInfo for
class [org.artifactory.config.CentralConfigServiceImpl]; nested exception is
java.beans.IntrospectionException: Parameter type in setter method does not
corresponds to predefined.
        at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:287)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1106)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:585)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:913)
[spring-context-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:464)
[spring-context-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.artifactory.spring.ArtifactoryApplicationContext.refresh(ArtifactoryApplicationContext.java:219)
[artifactory-core-2.6.0.jar:na]
        at
org.artifactory.spring.ArtifactoryApplicationContext.<init>(ArtifactoryApplicationContext.java:113)
[artifactory-core-2.6.0.jar:na]
        ... 7 common frames omitted
Caused by: org.springframework.beans.factory.BeanCreationException: Could
not autowire field: org.artifactory.api.security.AuthorizationService
org.artifactory.rest.common.RestAuthenticationFilter.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.api.config.CentralConfigService
org.artifactory.security.SecurityServiceImpl.centralConfig; nested exception
is org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'centralConfig' defined in URL
[wsjar:file:/usr/share/IBM/WebSphere/AppServer/profiles/AppSrv02/installedApps/mfrancis-linuxNode01Cell/artifactory26.ear/artifactory.war/WEB-INF/lib/artifactory-core-2.6.0.jar!/org/artifactory/config/CentralConfigServiceImpl.class]:
Initialization of bean failed; nested exception is
org.springframework.beans.FatalBeanException: Failed to obtain BeanInfo for
class [org.artifactory.config.CentralConfigServiceImpl]; nested exception is
java.beans.IntrospectionException: Parameter type in setter method does not
corresponds to predefined.
        at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:506)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:87)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:284)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.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.api.config.CentralConfigService
org.artifactory.security.SecurityServiceImpl.centralConfig; nested exception
is org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'centralConfig' defined in URL
[wsjar:file:/usr/share/IBM/WebSphere/AppServer/profiles/AppSrv02/installedApps/mfrancis-linuxNode01Cell/artifactory26.ear/artifactory.war/WEB-INF/lib/artifactory-core-2.6.0.jar!/org/artifactory/config/CentralConfigServiceImpl.class]:
Initialization of bean failed; nested exception is
org.springframework.beans.FatalBeanException: Failed to obtain BeanInfo for
class [org.artifactory.config.CentralConfigServiceImpl]; nested exception is
java.beans.IntrospectionException: Parameter type in setter method does not
corresponds to predefined.
        at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:287)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1106)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:848)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:790)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:707)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:478)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        ... 21 common frames omitted
Caused by: org.springframework.beans.factory.BeanCreationException: Could
not autowire field: private org.artifactory.api.config.CentralConfigService
org.artifactory.security.SecurityServiceImpl.centralConfig; nested exception
is org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'centralConfig' defined in URL
[wsjar:file:/usr/share/IBM/WebSphere/AppServer/profiles/AppSrv02/installedApps/mfrancis-linuxNode01Cell/artifactory26.ear/artifactory.war/WEB-INF/lib/artifactory-core-2.6.0.jar!/org/artifactory/config/CentralConfigServiceImpl.class]:
Initialization of bean failed; nested exception is
org.springframework.beans.FatalBeanException: Failed to obtain BeanInfo for
class [org.artifactory.config.CentralConfigServiceImpl]; nested exception is
java.beans.IntrospectionException: Parameter type in setter method does not
corresponds to predefined.
        at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:506)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:87)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:284)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        ... 32 common frames omitted
Caused by: org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'centralConfig' defined in URL
[wsjar:file:/usr/share/IBM/WebSphere/AppServer/profiles/AppSrv02/installedApps/mfrancis-linuxNode01Cell/artifactory26.ear/artifactory.war/WEB-INF/lib/artifactory-core-2.6.0.jar!/org/artifactory/config/CentralConfigServiceImpl.class]:
Initialization of bean failed; nested exception is
org.springframework.beans.FatalBeanException: Failed to obtain BeanInfo for
class [org.artifactory.config.CentralConfigServiceImpl]; nested exception is
java.beans.IntrospectionException: Parameter type in setter method does not
corresponds to predefined.
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:527)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:848)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:790)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:707)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:478)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        ... 34 common frames omitted
Caused by: org.springframework.beans.FatalBeanException: Failed to obtain
BeanInfo for class [org.artifactory.config.CentralConfigServiceImpl]; nested
exception is java.beans.IntrospectionException: Parameter type in setter
method does not corresponds to predefined.
        at
org.springframework.beans.CachedIntrospectionResults.<init>(CachedIntrospectionResults.java:262)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.CachedIntrospectionResults.forClass(CachedIntrospectionResults.java:149)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.BeanWrapperImpl.getCachedIntrospectionResults(BeanWrapperImpl.java:324)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.BeanWrapperImpl.getPropertyDescriptors(BeanWrapperImpl.java:331)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.filterPropertyDescriptorsForDependencyCheck(AbstractAutowireCapableBeanFactory.java:1242)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1101)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        ... 43 common frames omitted
Caused by: java.beans.IntrospectionException: Parameter type in setter
method does not corresponds to predefined.
        at java.beans.PropertyDescriptor.setWriteMethod(Unknown Source) [na:na]
        at java.beans.PropertyDescriptor.<init>(Unknown Source) [na:na]
        at java.beans.StandardBeanInfo.introspectProperties(Unknown Source) 
[na:na]
        at java.beans.StandardBeanInfo.<init>(Unknown Source) [na:na]
        at java.beans.Introspector.getBeanInfoImpl(Unknown Source) [na:na]
        at java.beans.Introspector.getBeanInfoImplAndInit(Unknown Source) 
[na:na]
        at java.beans.Introspector.getBeanInfo(Unknown Source) [na:na]
        at
org.springframework.beans.CachedIntrospectionResults.<init>(CachedIntrospectionResults.java:224)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        ... 49 common frames omitted
2012-05-14 07:30:39,538 [art-init] [ERROR]
(o.a.w.s.ArtifactoryContextConfigListener:72) - Application could not be
initialized.
java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
        at
org.artifactory.webapp.servlet.ArtifactoryContextConfigListener.configure(ArtifactoryContextConfigListener.java:178)
[artifactory-web-application-2.6.0.jar:na]
        at
org.artifactory.webapp.servlet.ArtifactoryContextConfigListener.access$1(ArtifactoryContextConfigListener.java:113)
[artifactory-web-application-2.6.0.jar:na]
        at
org.artifactory.webapp.servlet.ArtifactoryContextConfigListener$1.run(ArtifactoryContextConfigListener.java:68)
[artifactory-web-application-2.6.0.jar:na]
Caused by: java.lang.reflect.InvocationTargetException: null
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[na:6.0]
        at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:45)
[na:6.0]
        at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:39)
[na:6.0]
        at java.lang.reflect.Constructor.newInstance(Constructor.java:515) 
[na:6.0]
        at
org.artifactory.webapp.servlet.ArtifactoryContextConfigListener.configure(ArtifactoryContextConfigListener.java:174)
[artifactory-web-application-2.6.0.jar:na]
        ... 2 common frames omitted
Caused by: org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'restAuthenticationFilter': Injection of autowired
dependencies failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Could not autowire
field: org.artifactory.api.security.AuthorizationService
org.artifactory.rest.common.RestAuthenticationFilter.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.api.config.CentralConfigService
org.artifactory.security.SecurityServiceImpl.centralConfig; nested exception
is org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'centralConfig' defined in URL
[wsjar:file:/usr/share/IBM/WebSphere/AppServer/profiles/AppSrv02/installedApps/mfrancis-linuxNode01Cell/artifactory26.ear/artifactory.war/WEB-INF/lib/artifactory-core-2.6.0.jar!/org/artifactory/config/CentralConfigServiceImpl.class]:
Initialization of bean failed; nested exception is
org.springframework.beans.FatalBeanException: Failed to obtain BeanInfo for
class [org.artifactory.config.CentralConfigServiceImpl]; nested exception is
java.beans.IntrospectionException: Parameter type in setter method does not
corresponds to predefined.
        at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:287)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1106)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:585)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:913)
[spring-context-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:464)
[spring-context-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.artifactory.spring.ArtifactoryApplicationContext.refresh(ArtifactoryApplicationContext.java:219)
[artifactory-core-2.6.0.jar:na]
        at
org.artifactory.spring.ArtifactoryApplicationContext.<init>(ArtifactoryApplicationContext.java:113)
[artifactory-core-2.6.0.jar:na]
        ... 7 common frames omitted
Caused by: org.springframework.beans.factory.BeanCreationException: Could
not autowire field: org.artifactory.api.security.AuthorizationService
org.artifactory.rest.common.RestAuthenticationFilter.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.api.config.CentralConfigService
org.artifactory.security.SecurityServiceImpl.centralConfig; nested exception
is org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'centralConfig' defined in URL
[wsjar:file:/usr/share/IBM/WebSphere/AppServer/profiles/AppSrv02/installedApps/mfrancis-linuxNode01Cell/artifactory26.ear/artifactory.war/WEB-INF/lib/artifactory-core-2.6.0.jar!/org/artifactory/config/CentralConfigServiceImpl.class]:
Initialization of bean failed; nested exception is
org.springframework.beans.FatalBeanException: Failed to obtain BeanInfo for
class [org.artifactory.config.CentralConfigServiceImpl]; nested exception is
java.beans.IntrospectionException: Parameter type in setter method does not
corresponds to predefined.
        at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:506)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:87)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:284)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.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.api.config.CentralConfigService
org.artifactory.security.SecurityServiceImpl.centralConfig; nested exception
is org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'centralConfig' defined in URL
[wsjar:file:/usr/share/IBM/WebSphere/AppServer/profiles/AppSrv02/installedApps/mfrancis-linuxNode01Cell/artifactory26.ear/artifactory.war/WEB-INF/lib/artifactory-core-2.6.0.jar!/org/artifactory/config/CentralConfigServiceImpl.class]:
Initialization of bean failed; nested exception is
org.springframework.beans.FatalBeanException: Failed to obtain BeanInfo for
class [org.artifactory.config.CentralConfigServiceImpl]; nested exception is
java.beans.IntrospectionException: Parameter type in setter method does not
corresponds to predefined.
        at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:287)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1106)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:848)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:790)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:707)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:478)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        ... 21 common frames omitted
Caused by: org.springframework.beans.factory.BeanCreationException: Could
not autowire field: private org.artifactory.api.config.CentralConfigService
org.artifactory.security.SecurityServiceImpl.centralConfig; nested exception
is org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'centralConfig' defined in URL
[wsjar:file:/usr/share/IBM/WebSphere/AppServer/profiles/AppSrv02/installedApps/mfrancis-linuxNode01Cell/artifactory26.ear/artifactory.war/WEB-INF/lib/artifactory-core-2.6.0.jar!/org/artifactory/config/CentralConfigServiceImpl.class]:
Initialization of bean failed; nested exception is
org.springframework.beans.FatalBeanException: Failed to obtain BeanInfo for
class [org.artifactory.config.CentralConfigServiceImpl]; nested exception is
java.beans.IntrospectionException: Parameter type in setter method does not
corresponds to predefined.
        at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:506)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:87)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:284)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        ... 32 common frames omitted
Caused by: org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'centralConfig' defined in URL
[wsjar:file:/usr/share/IBM/WebSphere/AppServer/profiles/AppSrv02/installedApps/mfrancis-linuxNode01Cell/artifactory26.ear/artifactory.war/WEB-INF/lib/artifactory-core-2.6.0.jar!/org/artifactory/config/CentralConfigServiceImpl.class]:
Initialization of bean failed; nested exception is
org.springframework.beans.FatalBeanException: Failed to obtain BeanInfo for
class [org.artifactory.config.CentralConfigServiceImpl]; nested exception is
java.beans.IntrospectionException: Parameter type in setter method does not
corresponds to predefined.
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:527)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:848)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:790)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:707)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:478)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        ... 34 common frames omitted
Caused by: org.springframework.beans.FatalBeanException: Failed to obtain
BeanInfo for class [org.artifactory.config.CentralConfigServiceImpl]; nested
exception is java.beans.IntrospectionException: Parameter type in setter
method does not corresponds to predefined.
        at
org.springframework.beans.CachedIntrospectionResults.<init>(CachedIntrospectionResults.java:262)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.CachedIntrospectionResults.forClass(CachedIntrospectionResults.java:149)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.BeanWrapperImpl.getCachedIntrospectionResults(BeanWrapperImpl.java:324)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.BeanWrapperImpl.getPropertyDescriptors(BeanWrapperImpl.java:331)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.filterPropertyDescriptorsForDependencyCheck(AbstractAutowireCapableBeanFactory.java:1242)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1101)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        ... 43 common frames omitted
Caused by: java.beans.IntrospectionException: Parameter type in setter
method does not corresponds to predefined.
        at java.beans.PropertyDescriptor.setWriteMethod(Unknown Source) [na:na]
        at java.beans.PropertyDescriptor.<init>(Unknown Source) [na:na]
        at java.beans.StandardBeanInfo.introspectProperties(Unknown Source) 
[na:na]
        at java.beans.StandardBeanInfo.<init>(Unknown Source) [na:na]
        at java.beans.Introspector.getBeanInfoImpl(Unknown Source) [na:na]
        at java.beans.Introspector.getBeanInfoImplAndInit(Unknown Source) 
[na:na]
        at java.beans.Introspector.getBeanInfo(Unknown Source) [na:na]
        at
org.springframework.beans.CachedIntrospectionResults.<init>(CachedIntrospectionResults.java:224)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        ... 49 common frames omitted



--
View this message in context: 
http://forums.jfrog.org/Websphere-7-deployment-tp7547476p7556435.html
Sent from the Artifactory - Users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to