Has anyone been successful in deploying to WebSphere 7?
Currently running with the latest maintenance package (21).

Deploying artifactory 2.6 with the provided "websphere" web.xml
commented out <load-on-startup> for WicketServlet in web.xml - per post
(http://forums.jfrog.org/Artifactory-2-3-4-1-on-WebSphere-6-1-Changes-necessary-td7153689.html0

Never fully deploys with the following output from the artifactory.log

---------------------

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

2012-05-10 10:42:43,550 [art-init] [INFO ]
(o.a.s.SpringConfigResourceLoader:100) - artifactory.addons.disabled=[]
2012-05-10 10:42:43,959 [art-init] [INFO ]
(o.a.s.ArtifactoryApplicationContext:219) - Refreshing
org.artifactory.spring.ArtifactoryApplicationContext@35723572: startup date
[Thu May 10 10:42:43 MDT 2012]; root of context hierarchy
2012-05-10 10:42:48,605 [art-init] [INFO ] (o.a.r.a.RequestAdvice:50) -
Creating request advice interceptor
2012-05-10 10:42:48,981 [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 'virtualFsDataServiceImpl': Injection of autowired
dependencies failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Could not autowire
field: private org.artifactory.jcr.JcrService
org.artifactory.jcr.data.VirtualFsDataServiceImpl.jcrService; 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: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: private org.artifactory.jcr.JcrService
org.artifactory.jcr.data.VirtualFsDataServiceImpl.jcrService; 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: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 '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:135)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:394)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1448)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
[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: java.lang.RuntimeException: Failed to config jcr repo.
        at
org.artifactory.jcr.JcrRepoInitHelper.createJcrRepository(JcrRepoInitHelper.java:129)
[artifactory-jcr-storage-2.6.0.jar:na]
        at
org.artifactory.jcr.JcrServiceImpl.initJcrRepository(JcrServiceImpl.java:252)
[artifactory-jcr-storage-2.6.0.jar:na]
        at
org.artifactory.jcr.JcrServiceImpl.initJcrRepository(JcrServiceImpl.java:238)
[artifactory-jcr-storage-2.6.0.jar:na]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [na:6.0]
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45)
[na:6.0]
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
[na:6.0]
        at java.lang.reflect.Method.invoke(Method.java:599) [na:6.0]
        at
org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:346)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:299)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:132)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        ... 33 common frames omitted
Caused by: java.lang.RuntimeException: artifactory.jcr.configDir was
specified (home/artifactory/.artifactory/etc/repo/default), but repository
config file was not found at:
/home/artifactory/.artifactory/etc/home/artifactory/.artifactory/etc/repo/default/repo.xml.
        at
org.artifactory.jcr.JcrConfResourceLoader.getDefinedConfigFile(JcrConfResourceLoader.java:130)
[artifactory-jcr-storage-2.6.0.jar:na]
        at
org.artifactory.jcr.JcrConfResourceLoader.getConfigFile(JcrConfResourceLoader.java:114)
[artifactory-jcr-storage-2.6.0.jar:na]
        at
org.artifactory.jcr.JcrConfResourceLoader.getInputStream(JcrConfResourceLoader.java:83)
[artifactory-jcr-storage-2.6.0.jar:na]
        at
org.artifactory.jcr.JcrRepoInitHelper.createJcrRepository(JcrRepoInitHelper.java:93)
[artifactory-jcr-storage-2.6.0.jar:na]
        ... 42 common frames omitted
2012-05-10 10:42:48,985 [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 'virtualFsDataServiceImpl': Injection of autowired
dependencies failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Could not autowire
field: private org.artifactory.jcr.JcrService
org.artifactory.jcr.data.VirtualFsDataServiceImpl.jcrService; 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: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: private org.artifactory.jcr.JcrService
org.artifactory.jcr.data.VirtualFsDataServiceImpl.jcrService; 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: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 '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:135)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:394)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1448)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
[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: java.lang.RuntimeException: Failed to config jcr repo.
        at
org.artifactory.jcr.JcrRepoInitHelper.createJcrRepository(JcrRepoInitHelper.java:129)
[artifactory-jcr-storage-2.6.0.jar:na]
        at
org.artifactory.jcr.JcrServiceImpl.initJcrRepository(JcrServiceImpl.java:252)
[artifactory-jcr-storage-2.6.0.jar:na]
        at
org.artifactory.jcr.JcrServiceImpl.initJcrRepository(JcrServiceImpl.java:238)
[artifactory-jcr-storage-2.6.0.jar:na]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [na:6.0]
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45)
[na:6.0]
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
[na:6.0]
        at java.lang.reflect.Method.invoke(Method.java:599) [na:6.0]
        at
org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:346)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:299)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at
org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:132)
[spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        ... 33 common frames omitted
Caused by: java.lang.RuntimeException: artifactory.jcr.configDir was
specified (home/artifactory/.artifactory/etc/repo/default), but repository
config file was not found at:
/home/artifactory/.artifactory/etc/home/artifactory/.artifactory/etc/repo/default/repo.xml.
        at
org.artifactory.jcr.JcrConfResourceLoader.getDefinedConfigFile(JcrConfResourceLoader.java:130)
[artifactory-jcr-storage-2.6.0.jar:na]
        at
org.artifactory.jcr.JcrConfResourceLoader.getConfigFile(JcrConfResourceLoader.java:114)
[artifactory-jcr-storage-2.6.0.jar:na]
        at
org.artifactory.jcr.JcrConfResourceLoader.getInputStream(JcrConfResourceLoader.java:83)
[artifactory-jcr-storage-2.6.0.jar:na]
        at
org.artifactory.jcr.JcrRepoInitHelper.createJcrRepository(JcrRepoInitHelper.java:93)
[artifactory-jcr-storage-2.6.0.jar:na]
        ... 42 common frames omitted


--
View this message in context: 
http://forums.jfrog.org/Websphere-7-deployment-tp7547476.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