Return-Path: X-Original-To: apmail-manifoldcf-dev-archive@www.apache.org Delivered-To: apmail-manifoldcf-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7495B932C for ; Sat, 20 Dec 2014 10:43:13 +0000 (UTC) Received: (qmail 49737 invoked by uid 500); 20 Dec 2014 10:43:13 -0000 Delivered-To: apmail-manifoldcf-dev-archive@manifoldcf.apache.org Received: (qmail 49675 invoked by uid 500); 20 Dec 2014 10:43:13 -0000 Mailing-List: contact dev-help@manifoldcf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@manifoldcf.apache.org Delivered-To: mailing list dev@manifoldcf.apache.org Received: (qmail 49664 invoked by uid 99); 20 Dec 2014 10:43:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Dec 2014 10:43:13 +0000 Date: Sat, 20 Dec 2014 10:43:13 +0000 (UTC) From: "Karl Wright (JIRA)" To: dev@manifoldcf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CONNECTORS-1127) Class org.apache.manifoldcf.agents.transformation.tika.TikaExtractor$SpecPacker can not access a member of class de.l3s.boilerpipe.extractors.KeepEverythingExtractor with modifiers "private" MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CONNECTORS-1127?page=3Dcom.atla= ssian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId= =3D14254638#comment-14254638 ]=20 Karl Wright commented on CONNECTORS-1127: ----------------------------------------- Looks like the new version of boilerpipe that Tika 1.6 pulls in is complete= ly incompatible with older versions of boilerpipe. None of the extractors = can be directly instantiated. They can only be referenced as static member= variables. > Class org.apache.manifoldcf.agents.transformation.tika.TikaExtractor$Spec= Packer can not access a member of class de.l3s.boilerpipe.extractors.KeepEv= erythingExtractor with modifiers "private" > -------------------------------------------------------------------------= ---------------------------------------------------------------------------= ------------------------------------------ > > Key: CONNECTORS-1127 > URL: https://issues.apache.org/jira/browse/CONNECTORS-112= 7 > Project: ManifoldCF > Issue Type: Bug > Components: Tika extractor > Affects Versions: ManifoldCF 1.8 > Reporter: Kamil =C5=BByta > > - Exception tossed: Boilerpipe extractor class 'de.l3s.boilerpipe.extract= ors.KeepEverythingExtractor' exception on instantiation: Class org.apache.m= anifoldcf.agents.transformation.tika.TikaExtractor$SpecPacker can not acces= s a member of class de.l3s.boilerpipe.extractors.KeepEverythingExtractor wi= th modifiers "private" > org.apache.manifoldcf.core.interfaces.ManifoldCFException: Boilerpipe ext= ractor class 'de.l3s.boilerpipe.extractors.KeepEverythingExtractor' excepti= on on instantiation: Class org.apache.manifoldcf.agents.transformation.tika= .TikaExtractor$SpecPacker can not access a member of class de.l3s.boilerpip= e.extractors.KeepEverythingExtractor with modifiers "private" > at org.apache.manifoldcf.agents.transformation.tika.TikaExtractor= $SpecPacker.getExtractorClassInstance(TikaExtractor.java:905) > at org.apache.manifoldcf.agents.transformation.tika.TikaExtractor= .addOrReplaceDocumentWithException(TikaExtractor.java:170) > at org.apache.manifoldcf.agents.incrementalingest.IncrementalInge= ster$PipelineAddEntryPoint.addOrReplaceDocumentWithException(IncrementalIng= ester.java:3266) > at org.apache.manifoldcf.agents.incrementalingest.IncrementalInge= ster$PipelineAddFanout.sendDocument(IncrementalIngester.java:3117) > at org.apache.manifoldcf.agents.incrementalingest.IncrementalInge= ster$PipelineObjectWithVersions.addOrReplaceDocumentWithException(Increment= alIngester.java:2748) > at org.apache.manifoldcf.agents.incrementalingest.IncrementalInge= ster.documentIngest(IncrementalIngester.java:792) > at org.apache.manifoldcf.crawler.system.WorkerThread$ProcessActiv= ity.ingestDocumentWithException(WorkerThread.java:1610) > at org.apache.manifoldcf.crawler.system.WorkerThread$ProcessActiv= ity.ingestDocumentWithException(WorkerThread.java:1558) > at org.apache.manifoldcf.crawler.connectors.sharedrive.SharedDriv= eConnector.processDocuments(SharedDriveConnector.java:911) > at org.apache.manifoldcf.crawler.system.WorkerThread.run(WorkerTh= read.java:383) > Caused by: java.lang.IllegalAccessException: Class org.apache.manifoldcf.= agents.transformation.tika.TikaExtractor$SpecPacker can not access a member= of class de.l3s.boilerpipe.extractors.KeepEverythingExtractor with modifie= rs "private" > at sun.reflect.Reflection.ensureMemberAccess(Reflection.java:101) > at java.lang.Class.newInstance(Class.java:432) > at org.apache.manifoldcf.agents.transformation.tika.TikaExtractor= $SpecPacker.getExtractorClassInstance(TikaExtractor.java:899) > ... 9 more > When selecting 'Boilerplate extractor:=09Extract everything' -- This message was sent by Atlassian JIRA (v6.3.4#6332)