Does the /rd/artifactory-working/data/.lock exist now? Do you have enough
free space left on the device?
If you are using NFS - make sure the lockd deamon is running or try to
remount the NFS share.
On Thu, Dec 30, 2010 at 7:52 AM, Fred Zhang <[email protected]>wrote:
> I did delete the .lock file and make the directory r/w for every user on
> the box. But when I run 'service artifactory start', I still get the error
> "Caused by: javax.jcr.RepositoryException: Unable to create or lock file
> /rd/artifactory-working/data/.lock".
>
> also I tried artifactory.sh, the error is the same.
>
> any further suggestion?
>
> Fred
>
>
> On Wed, Dec 29, 2010 at 8:01 PM, Yoav Landman <[email protected]> wrote:
>
>> Hi,
>>
>> >Caused by: javax.jcr.RepositoryException: Unable to create or lock file
>> /rd/artifactory-working/data/.lock
>>
>> Looks like you have another Artifactory process running (probably not
>> shutdown properly).
>> If not - make sure the /rd/artifactory-working/data directory exists and
>> the user running Artifactory has write permissions to it. If the .lock file
>> exists remove it and restart Artifactory.
>>
>> Yoav
>>
>>
>> On Wed, Dec 29, 2010 at 1:51 PM, Fred Zhang <[email protected]>wrote:
>>
>>> hi, thanks for your replay. Enclosed please find the log files...
>>>
>>>
>>> On Wed, Dec 29, 2010 at 7:12 PM, Tomer Cohen <[email protected]> wrote:
>>>
>>>> Hey,
>>>>
>>>> Can you please send us the full artifactory.log with the full
>>>> stacktrace?
>>>>
>>>> You can also send it to us privately at [email protected] if it
>>>> contains
>>>> sensitive information.
>>>>
>>>> Thanks,
>>>>
>>>> Tomer
>>>>
>>>> On 12/29/2010 12:58 PM, yanfengzhang wrote:
>>>> > My Artifactory is running on a redhat linux box.
>>>> >
>>>> > Artifactory seemed hung up today and I restarted it with "service
>>>> > artifactory restart".
>>>> >
>>>> > Then I saw the following error messages and artifactory won't start
>>>> up...
>>>> > ======================
>>>> > 2010-12-29 18:35:47,809 [art-init] [INFO ]
>>>> > (o.a.s.SpringConfigResourceLoader:99) - artifactory.addons.disabled=[]
>>>> > 2010-12-29 18:35:47,994 [art-init] [INFO ]
>>>> > (o.a.s.ArtifactoryApplicationContext:196) - Refreshing
>>>> > org.artifactory.spring.artifactoryapplicationcont...@4d2af2: startup
>>>> date
>>>> > [Wed Dec 29 18:35:47 CST 2010]; root of context hierarchy
>>>> > 2010-12-29 18:35:56,918 [art-init] [INFO ] (o.a.r.a.RequestAdvice:50)
>>>> -
>>>> > Creating request advice interceptor
>>>> > 2010-12-29 18:36:15,990 [art-init] [ERROR]
>>>> > (o.a.w.s.ArtifactoryContextConfigListener:162) - Error creating spring
>>>> > context
>>>> > java.lang.reflect.InvocationTargetException: null
>>>> > at
>>>> sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
>>>> > Method) [na:1.6.0_22]
>>>> > at
>>>> >
>>>> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
>>>> > [na:1.6.0_22]
>>>> > at
>>>> >
>>>> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
>>>> > [na:1.6.0_22]
>>>> > at
>>>> java.lang.reflect.Constructor.newInstance(Constructor.java:513)
>>>> > [na:1.6.0_22]
>>>> > at
>>>> >
>>>> org.artifactory.webapp.servlet.ArtifactoryContextConfigListener.configure(ArtifactoryContextConfigListener.java:159)
>>>> > [artifactory-web-application-2.3.0.jar:na]
>>>> > at
>>>> >
>>>> org.artifactory.webapp.servlet.ArtifactoryContextConfigListener.access$100(ArtifactoryContextConfigListener.java:47)
>>>> > [artifactory-web-application-2.3.0.jar:na]
>>>> > at
>>>> >
>>>> org.artifactory.webapp.servlet.ArtifactoryContextConfigListener$1.run(ArtifactoryContextConfigListener.java:66)
>>>> > [artifactory-web-application-2.3.0.jar:na]
>>>> > Caused by: org.springframework.beans.factory.BeanCreationException:
>>>> Error
>>>> > creating bean with name 'wicketAddonsImpl': 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.addon.wicket.WicketAddonsImpl.centralConfigService;
>>>> nested
>>>> > exception is org.springframework.beans.factory.BeanCreationException:
>>>> Error
>>>> > creating bean with name 'centralConfig': 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.config.CentralConfigServiceImpl.authService; 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:286)
>>>> > [spring-beans-3.0.4.RELEASE.jar:3.0.4.RELEASE]
>>>> > at
>>>> >
>>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1074)
>>>> > [spring-beans-3.0.4.RELEASE.jar:3.0.4.RELEASE]
>>>> > at
>>>> >
>>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517)
>>>> > [spring-beans-3.0.4.RELEASE.jar:3.0.4.RELEASE]
>>>> > ======================
>>>> >
>>>> > Since I have some private artifacts on the artifactory server, it
>>>> would be
>>>> > highly aprreciated if someone can help me out...
>>>> >
>>>> > Thanks in advance...
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Learn how Oracle Real Application Clusters (RAC) One Node allows
>>>> customers
>>>> to consolidate database storage, standardize their database environment,
>>>> and,
>>>> should the need arise, upgrade to a full multi-node Oracle RAC database
>>>> without downtime or disruption
>>>> http://p.sf.net/sfu/oracle-sfdevnl
>>>> _______________________________________________
>>>> Artifactory-users mailing list
>>>> [email protected]
>>>> https://lists.sourceforge.net/lists/listinfo/artifactory-users
>>>>
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Learn how Oracle Real Application Clusters (RAC) One Node allows
>>> customers
>>> to consolidate database storage, standardize their database environment,
>>> and,
>>> should the need arise, upgrade to a full multi-node Oracle RAC database
>>> without downtime or disruption
>>> http://p.sf.net/sfu/oracle-sfdevnl
>>> _______________________________________________
>>> Artifactory-users mailing list
>>> [email protected]
>>> https://lists.sourceforge.net/lists/listinfo/artifactory-users
>>>
>>>
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Learn how Oracle Real Application Clusters (RAC) One Node allows customers
>> to consolidate database storage, standardize their database environment,
>> and,
>> should the need arise, upgrade to a full multi-node Oracle RAC database
>> without downtime or disruption
>> http://p.sf.net/sfu/oracle-sfdevnl
>> _______________________________________________
>> Artifactory-users mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/artifactory-users
>>
>>
>
>
> ------------------------------------------------------------------------------
> Learn how Oracle Real Application Clusters (RAC) One Node allows customers
> to consolidate database storage, standardize their database environment,
> and,
> should the need arise, upgrade to a full multi-node Oracle RAC database
> without downtime or disruption
> http://p.sf.net/sfu/oracle-sfdevnl
> _______________________________________________
> Artifactory-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/artifactory-users
>
>
------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and,
should the need arise, upgrade to a full multi-node Oracle RAC database
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users