You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@couchdb.apache.org by Stefan Podkowinski <sp...@gmail.com> on 2011/05/02 15:16:17 UTC

Indexer stopped working

Today I was trying some more testing with my local couch instance. I
created a new database and view and apparently something went wrong.
The view generation would stale at 0% and checking the log files would
show me the following messages again and again.

[Mon, 02 May 2011 12:54:23 GMT] [error] [<0.196.0>] OS Process Error
<0.16972.0> :: {os_process_error,{exit_status,127}}
[Mon, 02 May 2011 12:54:23 GMT] [debug] [<0.16975.0>] OS Process Start
:: #Port<0.13480>
[Mon, 02 May 2011 12:54:23 GMT] [debug] [<0.16975.0>] OS Process
#Port<0.13480> Input  :: ["reset",{"reduce_limit":true}]
[Mon, 02 May 2011 12:54:23 GMT] [error] [<0.196.0>] OS Process Error
<0.16975.0> :: {os_process_error,{exit_status,127}}
[Mon, 02 May 2011 12:54:23 GMT] [debug] [<0.16978.0>] OS Process Start
:: #Port<0.13482>
[Mon, 02 May 2011 12:54:23 GMT] [debug] [<0.16978.0>] OS Process
#Port<0.13482> Input  :: ["reset",{"reduce_limit":true}]
[Mon, 02 May 2011 12:54:23 GMT] [error] [<0.196.0>] OS Process Error
<0.16978.0> :: {os_process_error,{exit_status,127}}

I also manually deleted the .view and .couch files. But everytime I
create a new view for a new database I keep running into this
problem..
Anyone has an idea what could be wrong? Is there any way to enable
debug messages for the other process (view server?) mentioned in the
logs?

Re: Indexer stopped working

Posted by Stefan Podkowinski <sp...@gmail.com>.
Thanks, that was indeed the problem. Didn't consider it since couch
was already running. But apparently the xulrunner package got
automatically updated today on my desktop (Ubuntu..) and that broke
the linking.

On Mon, May 2, 2011 at 4:28 PM, Owen Marshall <om...@facilityone.com> wrote:
> On 05/02/2011 09:16 AM, Stefan Podkowinski wrote:
>> [Mon, 02 May 2011 12:54:23 GMT] [error] [<0.196.0>] OS Process Error
>> <0.16972.0> :: {os_process_error,{exit_status,127}}
>
> According to the wiki, this error typically indicates that you installed
> Spidermonkey wrong.
>
> See:
> http://wiki.apache.org/couchdb/Error_messages
> http://wiki.apache.org/couchdb/Installing_on_Ubuntu
>
> --
> Owen Marshall
> FacilityONE
> omarshall@facilityone.com | (502) 805-2126
>
>

Re: Indexer stopped working

Posted by Owen Marshall <om...@facilityone.com>.
On 05/02/2011 09:16 AM, Stefan Podkowinski wrote:
> [Mon, 02 May 2011 12:54:23 GMT] [error] [<0.196.0>] OS Process Error
> <0.16972.0> :: {os_process_error,{exit_status,127}}

According to the wiki, this error typically indicates that you installed
Spidermonkey wrong.

See:
http://wiki.apache.org/couchdb/Error_messages
http://wiki.apache.org/couchdb/Installing_on_Ubuntu

-- 
Owen Marshall
FacilityONE
omarshall@facilityone.com | (502) 805-2126