there is a Bug about Artifactory combine jetty, it's will lost its works
dircectory every one or two weeks ,because jetty put the works directory in
the /tmp.
So we must restart our artfactory.sh every one or two weeks.
yestoday after we use killall -9 java to kill jetty process and restart it.
there is a exception:

> java.lang.RuntimeException: Failed to config jcr repo.
>
at org.artifactory.jcr.JcrHelper.<init>(JcrHelper.java:112)

at
org.artifactory.config.CentralConfig.afterPropertiesSet(CentralConfig.java:158)

at
org.artifactory.config.CentralConfigFactoryBean.afterPropertiesSet(CentralConfigFactoryBean.java:69)

at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCap

ableBeanFactory.java:1202)

I guess that's becouse the killall cause some JCR problem in artifactory.
Can anybody tell me how to stop the process politely install of killall -9 ?

Reply via email to