You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@couchdb.apache.org by Varun Sikka <si...@gmail.com> on 2015/09/16 13:53:31 UTC

os_process_error 127 with views

Hi,

I am struggling with this os_process_error since long. I have tried on
everything thats said. I am able to start up couchjs and see the
information. I am also able to see the linked libmoz185.so to the path. I
am able to get, put, delete the documents, but whenever I try to query the
views, it gives os_process_error.

I installed on Amazon Linux AWS, but did not work.I installed on CentOS but
still did not work. I am stuck with my work and need some help.

Thank you.

Some outputs are below:
*ldd `which couchjs`*
        linux-vdso.so.1 =>  (0x00007ffe8030c000)
        libcurl.so.4 => /usr/lib64/libcurl.so.4 (0x00007f7057a43000)
        libmozjs185.so.1.0 => /usr/local/lib/libmozjs185.so.1.0
(0x00007f705751f000)
        libm.so.6 => /lib64/libm.so.6 (0x00007f705729b000)
        libcrypt.so.1 => /lib64/libcrypt.so.1 (0x00007f7057064000)
        libc.so.6 => /lib64/libc.so.6 (0x00007f7056ccf000)

*couchjs*
Usage: couchjs [FILE]

The couchjs command runs the Apache CouchDB JavaScript interpreter.

The exit status is 0 for success or 1 for failure.

Options:

  -h          display a short help message and exit
  -V          display version information and exit
  -H          enable couchjs cURL bindings (only avaiable
              if package was built with cURL available)
  -S SIZE     specify that the runtime should allow at
              most SIZE bytes of memory to be allocated
  -u FILE     path to a .uri file containing the address
              (or addresses) of one or more servers

Report bugs at <https://issues.apache.org/jira/browse/COUCHDB>.


*Error Details in Couch.log*
[Wed, 16 Sep 2015 11:33:59 GMT] [error] [<0.214.0>] OS Process Error
<0.4346.0> ::{os_process_error, {exit_status,127}}


*LD_LIBRARY_PATH Output*
[root@couchdb2 ~]# echo $LD_LIBRARY_PATH
/usr/local/lib

-- 
Regards,
Varun Sikka