I've been seeing this happen a lot lately, it seems like a series of lock
files are left around under some conditions. I've also incorporated some
of Mark Miller's suggestions, but perhaps one of my upgrades undid
that work.

I've found it much less painful to remove all the *.lck files, I don't
have to wait for a _long_ time to get all the files backI use

find . -name "*.lck" | xargs rm

there are other ways too.

On Sat, Oct 24, 2015 at 12:12 PM, William Bell <billnb...@gmail.com> wrote:
> OK I deleted /home/solr/.ivy2 and it started working.
>
> On Sat, Oct 24, 2015 at 11:57 AM, William Bell <billnb...@gmail.com> wrote:
>
>> It is getting stuck on resolve.
>>
>> ant clean test
>>
>> SOLR 5.3.1
>>
>> [ivy:retrieve] retrieve done (5ms)
>>
>> Overriding previous definition of property "ivy.version"
>>
>> [ivy:retrieve] no resolved descriptor found: launching default resolve
>>
>> Overriding previous definition of property "ivy.version"
>>
>> [ivy:retrieve] using ivy parser to parse
>> file:/home/solr/src/lucene_solr_5_3_1A/solr/server/ivy.xml
>>
>> [ivy:retrieve] :: resolving dependencies :: org.apache.solr#
>> example;work...@hgsolr2devmstr.healthgrades.com
>>
>> [ivy:retrieve] confs: [logging]
>>
>> [ivy:retrieve] validate = true
>>
>> [ivy:retrieve] refresh = false
>>
>> [ivy:retrieve] resolving dependencies for configuration 'logging'
>>
>> [ivy:retrieve] == resolving dependencies for org.apache.solr#
>> example;work...@hgsolr2devmstr.healthgrades.com [logging]
>>
>> [ivy:retrieve] == resolving dependencies
>> org.apache.solr#example;work...@hgsolr2devmstr.healthgrades.com->log4j#log4j;1.2.17
>> [logging->master]
>>
>> [ivy:retrieve] default: Checking cache for: dependency: log4j#log4j;1.2.17
>> {logging=[master]}
>>
>> [ivy:retrieve] don't use cache for log4j#log4j;1.2.17: checkModified=true
>>
>> [ivy:retrieve] tried
>> /home/solr/.ivy2/local/log4j/log4j/1.2.17/ivys/ivy.xml
>>
>> [ivy:retrieve] tried
>> /home/solr/.ivy2/local/log4j/log4j/1.2.17/jars/log4j.jar
>>
>> [ivy:retrieve] local: no ivy file nor artifact found for
>> log4j#log4j;1.2.17
>>
>> [ivy:retrieve] main: Checking cache for: dependency: log4j#log4j;1.2.17
>> {logging=[master]}
>>
>> [ivy:retrieve] main: module revision found in cache: log4j#log4j;1.2.17
>>
>> [ivy:retrieve] found log4j#log4j;1.2.17 in public
>>
>> [ivy:retrieve] == resolving dependencies
>> org.apache.solr#example;work...@hgsolr2devmstr.healthgrades.com->org.slf4j#slf4j-api;1.7.7
>> [logging->master]
>>
>> [ivy:retrieve] default: Checking cache for: dependency:
>> org.slf4j#slf4j-api;1.7.7 {logging=[master]}
>>
>> [ivy:retrieve] don't use cache for org.slf4j#slf4j-api;1.7.7:
>> checkModified=true
>>
>> [ivy:retrieve] tried
>> /home/solr/.ivy2/local/org.slf4j/slf4j-api/1.7.7/ivys/ivy.xml
>>
>> [ivy:retrieve] tried
>> /home/solr/.ivy2/local/org.slf4j/slf4j-api/1.7.7/jars/slf4j-api.jar
>>
>> [ivy:retrieve] local: no ivy file nor artifact found for
>> org.slf4j#slf4j-api;1.7.7
>>
>> [ivy:retrieve] main: Checking cache for: dependency:
>> org.slf4j#slf4j-api;1.7.7 {logging=[master]}
>>
>> [ivy:retrieve] main: module revision found in cache:
>> org.slf4j#slf4j-api;1.7.7
>>
>> [ivy:retrieve] found org.slf4j#slf4j-api;1.7.7 in public
>>
>> [ivy:retrieve] == resolving dependencies
>> org.apache.solr#example;work...@hgsolr2devmstr.healthgrades.com->org.slf4j#jcl-over-slf4j;1.7.7
>> [logging->master]
>>
>> [ivy:retrieve] default: Checking cache for: dependency:
>> org.slf4j#jcl-over-slf4j;1.7.7 {logging=[master]}
>>
>> [ivy:retrieve] don't use cache for org.slf4j#jcl-over-slf4j;1.7.7:
>> checkModified=true
>>
>> --
>> Bill Bell
>> billnb...@gmail.com
>> cell 720-256-8076
>>
>
>
>
> --
> Bill Bell
> billnb...@gmail.com
> cell 720-256-8076

Reply via email to