[Moin-user] xapian: building index fails

2016-04-11 Thread Thomas Keller
Hello, I have installed xapian on moinmoin 1.9.4 (apt-get install python-xapian antiword catdoc xpdf-utils) in Debian Wheezy. When I try to build the index for the first time, I get following errors: Could somebody please point me to the right direction how to fix it ? Traceback (most recent c

Re: [Moin-user] xapian search: an unhandled win32 exception occurred in w3wp.exe

2012-05-02 Thread Thomas Waldmann
> I did file a bug at http://moinmo.in/MoinMoinBugs regarding the issue. > The page name of the bug is "1.9.3XapianNoIndexUpdateAtPageIfRunningIIS". > Would it be possible to rename the page to > "1.9.3XapianNoIndexUpdateAtPageChangeIfRunningIIS" to make it a bit more > meaningful. Sure, just

Re: [Moin-user] xapian search: an unhandled win32 exception occured in w3wp.exe

2012-05-02 Thread Thomas Waldmann
> I was now able to track down to code that triggers IIS to throw the unhandled > exception. That's interesting, but please let's keep the information on the wiki bug page (noone will dig through the mailing list when trying to fix bugs). > r = copy.copy(request)<-- IIS exception

Re: [Moin-user] xapian search: an unhandled win32 exception occurred in w3wp.exe

2012-05-02 Thread Mark Scheufele
Hi, I did file a bug at http://moinmo.in/MoinMoinBugs regarding the issue. The page name of the bug is "1.9.3XapianNoIndexUpdateAtPageIfRunningIIS". Would it be possible to rename the page to "1.9.3XapianNoIndexUpdateAtPageChangeIfRunningIIS" to make it a bit more meaningful. Many Thanks,

Re: [Moin-user] xapian search: an unhandled win32 exception occured in w3wp.exe

2012-05-02 Thread Mark Scheufele
Original Message- From: Thomas Waldmann [mailto:tw-pub...@gmx.de] Sent: Samstag, 28. April 2012 23:53 To: Mark Scheufele Cc: moin-user@lists.sourceforge.net Subject: Re: [Moin-user] xapian search: an unhandled win32 exception occured in w3wp.exe > is there anybody out there who knows detai

Re: [Moin-user] xapian search: an unhandled win32 exception occured in w3wp.exe

2012-04-28 Thread Thomas Waldmann
> is there anybody out there who knows details about the xapian integration > into moin? While I didn't do changes recently, I worked quite a bit on that code some time ago. > Yesterday I have reported that xapian index is not updated when a page is > changed. Instead the webserver (IIS 7.5)

Re: [Moin-user] xapian search: an unhandled win32 exception occured in w3wp.exe

2012-04-25 Thread Mark Scheufele
Hi Moin users, is there anybody out there who knows details about the xapian integration into moin? Yesterday I have reported that xapian index is not updated when a page is changed. Instead the webserver (IIS 7.5) reports an unhandled exception. Today I did further troubleshoot the problem and

[Moin-user] xapian search: an unhandled win32 exception occured in w3wp.exe

2012-04-24 Thread Mark Scheufele
Hi Moin Users, I have enabled the xapian based search on our wiki system. I was able to build the index and I am also able to query the index just fine. Yet when I try to update a page I get a pop message that an unhandled win32 exception occurred in w3wp.exe (IIS). When I look at the eventlog

Re: [Moin-user] Xapian

2009-09-17 Thread waqas ahmad
Thanks a lot really. Best Regards, waqas > -- > > Message: 8 > Date: Thu, 17 Sep 2009 14:49:17 +0200 > From: waqas ahmad > Subject: [Moin-user] Xapian installation > To: > Message-ID: > Content-Type: text/plain; charset="wind

Re: [Moin-user] Xapian

2009-09-17 Thread waqas ahmad
Thanks a lot really. Best Regards, waqas > -- > > Message: 8 > Date: Thu, 17 Sep 2009 14:49:17 +0200 > From: waqas ahmad > Subject: [Moin-user] Xapian installation > To: > Message-ID: > Content-Type: text/plain; charset="wi

Re: [Moin-user] Xapian installation

2009-09-17 Thread Thomas Waldmann
> and added the " xapian_search = 'true' " in wikiconfig.py. It is: xapian_search = True # boolean, not string > and then i go to the page where i put the <>. it is > showing to me, > > Xapian search > Disabled, Xapian 1.0.16 You also have to build an index (see HelpOnXapian), o

[Moin-user] Xapian installation

2009-09-17 Thread waqas ahmad
hi, using: Apache/2.2.13 (Win32) mod_ssl/2.2.13 OpenSSL/0.9.8k mod_wsgi/2.3 Python/2.5.2 mod_auth_sspi/1.0.4 + moinoin184 i want to use xapian search for our wiki. i have installed the "xapian-python-bindings for Python 2.5.1 -1.0.16.win32.exe" from the following link. http://www.flax.co.

Re: [Moin-user] Xapian not indexing wiki page contents on 64-bit machines?

2009-02-03 Thread Eric Johnson
Hi Mela, Thanks for your help. Mela Eckenfels wrote: > On Tue, Feb 03, 2009 at 10:02:08AM -0800, Eric Johnson wrote: > >> So I'm pretty certain that just an update won't fix my problem. I'll >> try the combination of xapian-1.0.10 and xapian-bindings-1.0.6, but I'm >> doubtful. >> > > Ha

Re: [Moin-user] Xapian not indexing wiki page contents on 64-bit machines?

2009-02-03 Thread Mela Eckenfels
On Tue, Feb 03, 2009 at 10:02:08AM -0800, Eric Johnson wrote: > So I'm pretty certain that just an update won't fix my problem. I'll > try the combination of xapian-1.0.10 and xapian-bindings-1.0.6, but I'm > doubtful. Have you considered to rebuild the index from scratch? > What distribution o

Re: [Moin-user] Xapian not indexing wiki page contents on 64-bit machines?

2009-02-03 Thread Eric Johnson
Hi Mela, Mela Eckenfels wrote: > Hello, > > On Tue, Feb 03, 2009 at 08:58:24AM -0800, Eric Johnson wrote: > >> If I've got the Xapian indexing turned on, a full text search results >> doesn't show the pages that include words, it just shows attachments >> that include the word in question. >>

Re: [Moin-user] Xapian not indexing wiki page contents on 64-bit machines?

2009-02-03 Thread Mela Eckenfels
Hello, On Tue, Feb 03, 2009 at 08:58:24AM -0800, Eric Johnson wrote: > If I've got the Xapian indexing turned on, a full text search results > doesn't show the pages that include words, it just shows attachments > that include the word in question. I had this problem a two or three weeks ago. Aft

[Moin-user] Xapian not indexing wiki page contents on 64-bit machines?

2009-02-03 Thread Eric Johnson
We have a working MoinMoin farm - running 1.5.8. I'm upgrading the server to 1.8.1. New release looks much better. But I've run into a problem. If I've got the Xapian indexing turned on, a full text search results doesn't show the pages that include words, it just shows attachments that include

Re: [Moin-user] xapian installation

2009-01-23 Thread Olivier Lauret
dea how I could install xapian-bindings using a specific version of python? Regards, Olivier * Date: Tue, 06 Jan 2009 11:42:41 +0100 From: "m...@heavy.ch" Subject: Re: [Moin-user] xapian installation To: moin-user List Message-ID: <

Re: [Moin-user] xapian installation

2009-01-06 Thread m...@heavy.ch
Olivier Lauret schrieb: > Hello, > > I'd like know if someone can help me with a xapian installation. I'm on > a server where I don't have root access. > I did also a Xapian installation without root access. 1. Python Installation 2.5 (but also works with 2.4) from the Source! 2. xapian-core

[Moin-user] xapian installation

2009-01-05 Thread Olivier Lauret
Hello, I'd like know if someone can help me with a xapian installation. I'm on a server where I don't have root access. I've install the wiki under $HOME/mywiki and installed xapian under $HOME/lib/python2.4/site-packages (but also under $HOME and $HOME/xapian - I know that once was enough but I

[Moin-user] xapian index build error

2008-01-09 Thread kuhnolive
Hi. I'm trying to build a xapian index with xapian index build --mode=add and get the following error Traceback (most recent call last): File "/usr/bin/moin", line 6, in ? run() File "/usr/lib/python2.4/site-packages/MoinMoin/script/moin.py", line 15, in run MoinScript().run(showti