Forum OpenACS Development: Xowiki don't index pages content

Collapse
Posted by Denis Barut on
Hello,

I've recently got a problem with xowiki, the content is no more indexed by the search engine.

When I create or modify a page, I've got this error message in the log :
Error: search::indexer: error getting datasource for 423800 ::xowiki::Page: no connection
    ::423800 ::xowiki::Page->render
    (procedure "::xowiki::datasource" line 20)
"::xowiki::datasource $object_id"
    (procedure "AcsSc.ftscontentprovider.datasource.xowiki_page" line 1)
"AcsSc.ftscontentprovider.datasource.xowiki_page 423800"
 SEARCH INDEX object type = '::xowiki::Page' 
select acs_sc_binding__exists_p('FtsContentProvider','::xowiki::Page');'
select acs_sc_binding__exists_p('FtsContentProvider','::xowiki::Page')
[09/Sep/2009:17:37:03][26132.3068816272][-sched:31-] Error: search::indexer: error getting datasource for 423800 ::xowiki::Page: no connection
    ::423800 ::xowiki::Page->render
    (procedure "::xowiki::datasource" line 20)
"::xowiki::datasource $object_id"
    (procedure "AcsSc.ftscontentprovider.datasource.xowiki_page" line 1)
"AcsSc.ftscontentprovider.datasource.xowiki_page 423800"


Does anybody already have the same error or know what could do that ?

Thank you for your help

Denis
Collapse
Posted by Don Baccus on
That's odd.

What happens if you run the query:

select acs_sc_binding__exists_p('FtsContentProvider','::xowiki::Page');

in PSQL? Does it crash, by chance?

Collapse
Posted by Denis Barut on
Thanks Don,

but no (change), it return me this :

aiss=# select acs_sc_binding__exists_p('FtsContentProvider','::xowiki::Page');
 acs_sc_binding__exists_p 

                        1
(1 row)


and when we do : AcsSc.ftscontentprovider.datasource.xowiki_page 423800

it return the content the content of the page :



Denis
Collapse
Posted by Gustaf Neumann on
Is there something special included in this page?
Collapse
Posted by Denis Barut on
Hello Gustaf,

I don't believe there is something special but here the url of the result of "AcsSc.ftscontentprovider.datasource.xowiki_page 423800":


http://www.abonetwork.com/tech/aiss/xowiki-content.txt



If you see any weird things !

Tanks for your help

Denis