Ok, finally got there. It's a link error of sorts:
FATAL 2015-04-24 12:31:24,141 (Worker thread '21') - Error tossed:
org.apache.ht
tp.impl.conn.CPool.setValidateAfterInactivity(I)V
java.lang.NoSuchMethodError:
org.apache.http.impl.conn.CPool.setValidateAfterIna
ctivity(I)V
at
org.apache.http.impl.conn.PoolingHttpClientConnectionManager.<init>(P
oolingHttpClientConnectionManager.java:176)
at
org.apache.http.impl.conn.PoolingHttpClientConnectionManager.<init>(P
oolingHttpClientConnectionManager.java:158)
at
org.apache.http.impl.conn.PoolingHttpClientConnectionManager.<init>(P
oolingHttpClientConnectionManager.java:149)
at
org.apache.http.impl.conn.PoolingHttpClientConnectionManager.<init>(P
oolingHttpClientConnectionManager.java:125)
at
org.apache.manifoldcf.agents.output.solr.HttpPoster.<init>(HttpPoster
.java:232)
at
org.apache.manifoldcf.agents.output.solr.SolrConnector.getSession(Sol
rConnector.java:354)
at
org.apache.manifoldcf.agents.output.solr.SolrConnector.getPipelineDes
cription(SolrConnector.java:506)
at
org.apache.manifoldcf.agents.incrementalingest.IncrementalIngester.ge
tOutputDescription(IncrementalIngester.java:479)
It looks to me like there are dependency problems with Solr 5.1.0 trying to
bring in a different httpclient version than the rest of ManifoldCF is
bringing in. It's likely to be a simple pom change to override that but I
agree we should deal with it.
Karl
On Fri, Apr 24, 2015 at 12:20 PM, Karl Wright <[email protected]> wrote:
> Is there anything in the manifoldcf.log file under connectors/solr/target?
>
> Karl
>
>
> On Fri, Apr 24, 2015 at 12:16 PM, Karl Wright <[email protected]> wrote:
>
>> What order did you invoke things in?
>>
>> I'm doing the prescribed:
>>
>> mvn clean
>> mvn install
>>
>> It won't get to Solr for some time, though.
>> Karl
>>
>> On Fri, Apr 24, 2015 at 12:04 PM, Piergiorgio Lucidi <
>> [email protected]> wrote:
>>
>>> I'm using Maven 3.2.5 on Mac OS X Yosemite 10.10.3 with JDK 1.7.0_71
>>> Oracle.
>>>
>>> 2015-04-24 17:56 GMT+02:00 Karl Wright <[email protected]>:
>>>
>>> > Hi Piergiorgio,
>>> >
>>> > Are you running this under Maven or under ant?
>>> >
>>> > Karl
>>> >
>>> > On Fri, Apr 24, 2015 at 11:53 AM, Piergiorgio Lucidi <
>>> > [email protected]
>>> > > wrote:
>>> >
>>> > > Using JDK 1.7 the SolrCrawlHSQLDBIT test is looping without
>>> terminating.
>>> > >
>>> > > I think that this is problem.
>>> > >
>>> > > -1 from me.
>>> > >
>>> > > Below the output where the test remains in loop with 100% of CPU
>>> > > utilization:
>>> > >
>>> > > > -------------------------------------------------------
>>> > > >
>>> > > > T E S T S
>>> > > >
>>> > > > -------------------------------------------------------
>>> > > >
>>> > > > Running
>>> > org.apache.manifoldcf.agents.output.solr.tests.SolrCrawlHSQLDBIT
>>> > > >
>>> > > > Configuration file successfully read
>>> > > >
>>> > > > SLF4J: Class path contains multiple SLF4J bindings.
>>> > > >
>>> > > > SLF4J: Found binding in
>>> > > >
>>> > >
>>> >
>>> [jar:file:/Users/piergiorgiolucidi/.m2/repository/org/slf4j/slf4j-log4j12/1.6.1/slf4j-log4j12-1.6.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
>>> > > >
>>> > > > SLF4J: Found binding in
>>> > > >
>>> > >
>>> >
>>> [jar:file:/Users/piergiorgiolucidi/.m2/repository/org/slf4j/slf4j-simple/1.7.7/slf4j-simple-1.7.7.jar!/org/slf4j/impl/StaticLoggerBinder.class]
>>> > > >
>>> > > > SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for
>>> an
>>> > > > explanation.
>>> > > >
>>> > > > SLF4J: Actual binding is of type
>>> [org.slf4j.impl.Log4jLoggerFactory]
>>> > > >
>>> > > > Creating mock service
>>> > > >
>>> > > > Mock service created
>>> > > >
>>> > >
>>> > >
>>> > >
>>> > > 2015-04-24 13:41 GMT+02:00 Karl Wright <[email protected]>:
>>> > >
>>> > > > Please vote on whether or not to release Apache ManifoldCF 2.1,
>>> RC1.
>>> > > >
>>> > > > The release artifact can be downloaded from:
>>> > > >
>>> > > >
>>> >
>>> https://dist.apache.org/repos/dist/dev/manifoldcf/apache-manifoldcf-2.1
>>> > > >
>>> > > > There is also a release tag at:
>>> > > >
>>> > > > https://svn.apache.org/repos/asf/manifoldcf/tags/release-2.1-RC1
>>> > > >
>>> > > > This major release includes numerous fixes and enhancements,
>>> including
>>> > > > support for notification connectors. Solr 5.1.0 is also supported.
>>> > All
>>> > > of
>>> > > > these are summarized in the associated CHANGES.txt.
>>> > > >
>>> > > > This RC fixes a test that failed on JDK 1.8.
>>> > > >
>>> > > > Thanks,
>>> > > > Karl
>>> > > >
>>> > > > --
>>> > > > Piergiorgio Lucidi
>>> > > > Open Source ECM Specialist
>>> > > > http://www.open4dev.com
>>> > > >
>>> > >
>>> >
>>> > --
>>> > Piergiorgio Lucidi
>>> > Open Source ECM Specialist
>>> > http://www.open4dev.com
>>> >
>>>
>>
>>
>