You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@manifoldcf.apache.org by "Naveen.A.N (JIRA)" <ji...@apache.org> on 2015/06/02 07:18:17 UTC

[jira] [Created] (CONNECTORS-1207) Continuous crawl in filesystem give NPE while deleting some files from the directory

Naveen.A.N created CONNECTORS-1207:
--------------------------------------

             Summary: Continuous crawl in filesystem give NPE while deleting some files from the directory 
                 Key: CONNECTORS-1207
                 URL: https://issues.apache.org/jira/browse/CONNECTORS-1207
             Project: ManifoldCF
          Issue Type: Bug
          Components: SearchBlox connector
    Affects Versions: ManifoldCF 1.9
            Reporter: Naveen.A.N


On a continuous crawl for File system if some of the files are deleted from the directory the documents are not deleted from searchblox. There was a error in the manifoldcf.log 

FATAL 2015-06-01 23:24:48,404 (Worker thread '29') - Error tossed: null
java.lang.NullPointerException




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Re: [jira] [Created] (CONNECTORS-1207) Continuous crawl in filesystem give NPE while deleting some files from the directory

Posted by "Naveen A.N" <an...@searchblox.com>.
Sorry for the duplicate and i will try the trunk.

N.

> On Jun 2, 2015, at 12:11 PM, Karl Wright <da...@gmail.com> wrote:
> 
> There is already a ticket, and a fix. It's checked into trunk and
> branches/dev_1x.
> 
> Thanks,
> Karl
> 
> 
> On Tue, Jun 2, 2015 at 2:08 AM, Naveen A.N <anaveen@searchblox.com <ma...@searchblox.com>> wrote:
> 
>> Here is what i found while debugging
>> 
>> FATAL 2015-06-02 11:35:36,200 (Worker thread '7') - Error tossed: null
>> java.lang.NullPointerException
>>        at
>> org.apache.manifoldcf.agents.output.searchblox.SearchBloxConnector.removeDocument(SearchBloxConnector.java:381)
>>        at
>> org.apache.manifoldcf.agents.incrementalingest.IncrementalIngester.removeDocument(IncrementalIngester.java:2352)
>>        at
>> org.apache.manifoldcf.agents.incrementalingest.IncrementalIngester.documentDeleteMultiple(IncrementalIngester.java:1082)
>>        at
>> org.apache.manifoldcf.crawler.system.WorkerThread.removeFromIndex(WorkerThread.java:923)
>>        at
>> org.apache.manifoldcf.crawler.system.WorkerThread.processDeleteLists(WorkerThread.java:882)
>>        at
>> org.apache.manifoldcf.crawler.system.WorkerThread.run(WorkerThread.java:694)
>> 
>>> On Jun 2, 2015, at 11:07 AM, Naveen A.N <an...@searchblox.com> wrote:
>>> 
>>> I don’t see any issues related to Manifoldcf or any other exceptions in
>> searchblox log.
>>> 
>>> Naveen.
>>> 
>>> 
>>>> On Jun 2, 2015, at 10:50 AM, Will Martin <wmartin@synthostech.com
>> <mailto:wmartin@synthostech.com <ma...@synthostech.com>>> wrote:
>>>> 
>>>> Can you provide the searchblox log?
>>>> 
>>>> -----Original Message-----
>>>> From: Naveen.A.N (JIRA) [mailto:jira@apache.org <ma...@apache.org> <mailto:jira@apache.org <ma...@apache.org>
>>> ]
>>>> Sent: Tuesday, June 02, 2015 1:18 AM
>>>> To: dev@manifoldcf.apache.org <ma...@manifoldcf.apache.org> <mailto:dev@manifoldcf.apache.org <ma...@manifoldcf.apache.org>>
>>>> Subject: [jira] [Created] (CONNECTORS-1207) Continuous crawl in
>> filesystem give NPE while deleting some files from the directory
>>>> 
>>>> Naveen.A.N created CONNECTORS-1207:
>>>> --------------------------------------
>>>> 
>>>>            Summary: Continuous crawl in filesystem give NPE while
>> deleting some files from the directory
>>>>                Key: CONNECTORS-1207
>>>>                URL:
>> https://issues.apache.org/jira/browse/CONNECTORS-1207 <https://issues.apache.org/jira/browse/CONNECTORS-1207> <
>> https://issues.apache.org/jira/browse/CONNECTORS-1207>
>>>>            Project: ManifoldCF
>>>>         Issue Type: Bug
>>>>         Components: SearchBlox connector
>>>>   Affects Versions: ManifoldCF 1.9
>>>>           Reporter: Naveen.A.N
>>>> 
>>>> 
>>>> On a continuous crawl for File system if some of the files are deleted
>> from the directory the documents are not deleted from searchblox. There was
>> a error in the manifoldcf.log
>>>> 
>>>> FATAL 2015-06-01 23:24:48,404 (Worker thread '29') - Error tossed: null
>> java.lang.NullPointerException
>>>> 
>>>> 
>>>> 
>>>> 
>>>> --
>>>> This message was sent by Atlassian JIRA
>>>> (v6.3.4#6332)


Re: [jira] [Created] (CONNECTORS-1207) Continuous crawl in filesystem give NPE while deleting some files from the directory

Posted by Karl Wright <da...@gmail.com>.
There is already a ticket, and a fix. It's checked into trunk and
branches/dev_1x.

Thanks,
Karl


On Tue, Jun 2, 2015 at 2:08 AM, Naveen A.N <an...@searchblox.com> wrote:

> Here is what i found while debugging
>
> FATAL 2015-06-02 11:35:36,200 (Worker thread '7') - Error tossed: null
> java.lang.NullPointerException
>         at
> org.apache.manifoldcf.agents.output.searchblox.SearchBloxConnector.removeDocument(SearchBloxConnector.java:381)
>         at
> org.apache.manifoldcf.agents.incrementalingest.IncrementalIngester.removeDocument(IncrementalIngester.java:2352)
>         at
> org.apache.manifoldcf.agents.incrementalingest.IncrementalIngester.documentDeleteMultiple(IncrementalIngester.java:1082)
>         at
> org.apache.manifoldcf.crawler.system.WorkerThread.removeFromIndex(WorkerThread.java:923)
>         at
> org.apache.manifoldcf.crawler.system.WorkerThread.processDeleteLists(WorkerThread.java:882)
>         at
> org.apache.manifoldcf.crawler.system.WorkerThread.run(WorkerThread.java:694)
>
> > On Jun 2, 2015, at 11:07 AM, Naveen A.N <an...@searchblox.com> wrote:
> >
> > I don’t see any issues related to Manifoldcf or any other exceptions in
> searchblox log.
> >
> > Naveen.
> >
> >
> >> On Jun 2, 2015, at 10:50 AM, Will Martin <wmartin@synthostech.com
> <ma...@synthostech.com>> wrote:
> >>
> >> Can you provide the searchblox log?
> >>
> >> -----Original Message-----
> >> From: Naveen.A.N (JIRA) [mailto:jira@apache.org <mailto:jira@apache.org
> >]
> >> Sent: Tuesday, June 02, 2015 1:18 AM
> >> To: dev@manifoldcf.apache.org <ma...@manifoldcf.apache.org>
> >> Subject: [jira] [Created] (CONNECTORS-1207) Continuous crawl in
> filesystem give NPE while deleting some files from the directory
> >>
> >> Naveen.A.N created CONNECTORS-1207:
> >> --------------------------------------
> >>
> >>             Summary: Continuous crawl in filesystem give NPE while
> deleting some files from the directory
> >>                 Key: CONNECTORS-1207
> >>                 URL:
> https://issues.apache.org/jira/browse/CONNECTORS-1207 <
> https://issues.apache.org/jira/browse/CONNECTORS-1207>
> >>             Project: ManifoldCF
> >>          Issue Type: Bug
> >>          Components: SearchBlox connector
> >>    Affects Versions: ManifoldCF 1.9
> >>            Reporter: Naveen.A.N
> >>
> >>
> >> On a continuous crawl for File system if some of the files are deleted
> from the directory the documents are not deleted from searchblox. There was
> a error in the manifoldcf.log
> >>
> >> FATAL 2015-06-01 23:24:48,404 (Worker thread '29') - Error tossed: null
> java.lang.NullPointerException
> >>
> >>
> >>
> >>
> >> --
> >> This message was sent by Atlassian JIRA
> >> (v6.3.4#6332)
> >
>
>

Re: [jira] [Created] (CONNECTORS-1207) Continuous crawl in filesystem give NPE while deleting some files from the directory

Posted by "Naveen A.N" <an...@searchblox.com>.
Here is what i found while debugging 

FATAL 2015-06-02 11:35:36,200 (Worker thread '7') - Error tossed: null
java.lang.NullPointerException
	at org.apache.manifoldcf.agents.output.searchblox.SearchBloxConnector.removeDocument(SearchBloxConnector.java:381)
	at org.apache.manifoldcf.agents.incrementalingest.IncrementalIngester.removeDocument(IncrementalIngester.java:2352)
	at org.apache.manifoldcf.agents.incrementalingest.IncrementalIngester.documentDeleteMultiple(IncrementalIngester.java:1082)
	at org.apache.manifoldcf.crawler.system.WorkerThread.removeFromIndex(WorkerThread.java:923)
	at org.apache.manifoldcf.crawler.system.WorkerThread.processDeleteLists(WorkerThread.java:882)
	at org.apache.manifoldcf.crawler.system.WorkerThread.run(WorkerThread.java:694)

> On Jun 2, 2015, at 11:07 AM, Naveen A.N <an...@searchblox.com> wrote:
> 
> I don’t see any issues related to Manifoldcf or any other exceptions in searchblox log. 
> 
> Naveen.
> 
> 
>> On Jun 2, 2015, at 10:50 AM, Will Martin <wmartin@synthostech.com <ma...@synthostech.com>> wrote:
>> 
>> Can you provide the searchblox log? 
>> 
>> -----Original Message-----
>> From: Naveen.A.N (JIRA) [mailto:jira@apache.org <ma...@apache.org>] 
>> Sent: Tuesday, June 02, 2015 1:18 AM
>> To: dev@manifoldcf.apache.org <ma...@manifoldcf.apache.org>
>> Subject: [jira] [Created] (CONNECTORS-1207) Continuous crawl in filesystem give NPE while deleting some files from the directory
>> 
>> Naveen.A.N created CONNECTORS-1207:
>> --------------------------------------
>> 
>>             Summary: Continuous crawl in filesystem give NPE while deleting some files from the directory 
>>                 Key: CONNECTORS-1207
>>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-1207 <https://issues.apache.org/jira/browse/CONNECTORS-1207>
>>             Project: ManifoldCF
>>          Issue Type: Bug
>>          Components: SearchBlox connector
>>    Affects Versions: ManifoldCF 1.9
>>            Reporter: Naveen.A.N
>> 
>> 
>> On a continuous crawl for File system if some of the files are deleted from the directory the documents are not deleted from searchblox. There was a error in the manifoldcf.log 
>> 
>> FATAL 2015-06-01 23:24:48,404 (Worker thread '29') - Error tossed: null java.lang.NullPointerException
>> 
>> 
>> 
>> 
>> --
>> This message was sent by Atlassian JIRA
>> (v6.3.4#6332)
> 


Re: [jira] [Created] (CONNECTORS-1207) Continuous crawl in filesystem give NPE while deleting some files from the directory

Posted by "Naveen A.N" <an...@searchblox.com>.
I don’t see any issues related to Manifoldcf or any other exceptions in searchblox log. 

Naveen.


> On Jun 2, 2015, at 10:50 AM, Will Martin <wm...@synthostech.com> wrote:
> 
> Can you provide the searchblox log? 
> 
> -----Original Message-----
> From: Naveen.A.N (JIRA) [mailto:jira@apache.org] 
> Sent: Tuesday, June 02, 2015 1:18 AM
> To: dev@manifoldcf.apache.org
> Subject: [jira] [Created] (CONNECTORS-1207) Continuous crawl in filesystem give NPE while deleting some files from the directory
> 
> Naveen.A.N created CONNECTORS-1207:
> --------------------------------------
> 
>             Summary: Continuous crawl in filesystem give NPE while deleting some files from the directory 
>                 Key: CONNECTORS-1207
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-1207
>             Project: ManifoldCF
>          Issue Type: Bug
>          Components: SearchBlox connector
>    Affects Versions: ManifoldCF 1.9
>            Reporter: Naveen.A.N
> 
> 
> On a continuous crawl for File system if some of the files are deleted from the directory the documents are not deleted from searchblox. There was a error in the manifoldcf.log 
> 
> FATAL 2015-06-01 23:24:48,404 (Worker thread '29') - Error tossed: null java.lang.NullPointerException
> 
> 
> 
> 
> --
> This message was sent by Atlassian JIRA
> (v6.3.4#6332)


RE: [jira] [Created] (CONNECTORS-1207) Continuous crawl in filesystem give NPE while deleting some files from the directory

Posted by Will Martin <wm...@synthostech.com>.
Can you provide the searchblox log? 

-----Original Message-----
From: Naveen.A.N (JIRA) [mailto:jira@apache.org] 
Sent: Tuesday, June 02, 2015 1:18 AM
To: dev@manifoldcf.apache.org
Subject: [jira] [Created] (CONNECTORS-1207) Continuous crawl in filesystem give NPE while deleting some files from the directory

Naveen.A.N created CONNECTORS-1207:
--------------------------------------

             Summary: Continuous crawl in filesystem give NPE while deleting some files from the directory 
                 Key: CONNECTORS-1207
                 URL: https://issues.apache.org/jira/browse/CONNECTORS-1207
             Project: ManifoldCF
          Issue Type: Bug
          Components: SearchBlox connector
    Affects Versions: ManifoldCF 1.9
            Reporter: Naveen.A.N


On a continuous crawl for File system if some of the files are deleted from the directory the documents are not deleted from searchblox. There was a error in the manifoldcf.log 

FATAL 2015-06-01 23:24:48,404 (Worker thread '29') - Error tossed: null java.lang.NullPointerException




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)