You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2019/12/15 13:55:18 UTC

[GitHub] [couchdb] maojianyu opened a new issue #2364: CouchDB 2.3.1 Save view failed On Red Hat6.5

maojianyu opened a new issue #2364: CouchDB 2.3.1 Save view failed On Red Hat6.5
URL: https://github.com/apache/couchdb/issues/2364
 
 
   The latest COuchDB 2.3.1 for Linux(RedHat6.5) can not save a simple view.
   
   ## Description
   
   When I create a design document and view, and then save the view, it's failed with the message:
   "save failed,Reason:Undefined". 
   The HTTP request return:
   http://localhost:4784/exiaresource/_design/testDoc
   response:{"error":"unknown_error","reson":"undefined"}
   
   I was installed the CouchDB 2.3.1 from source, and  installed the dependency package one by one.when I start the CouchDB , the log message is :
   "./bin/couchjs: error while loading shared libraries: libmozjs185.so.1.0: cannot open shared object file: No such file or directory"
   
   But the libmozjs185.so.1.0 file already exists in the '/usr/lib' or '/usr/local/lib',I try some ways such as edit the `rebar.config.script` file ,but it is failed to save the view always.
   
   ## Steps to Reproduce
   
   1.Install CouchDB 2.3.1 from source.
   2.Create a new view,and then save the new view.
   3.It is failed with the undefined message.
   
   ## Your Environment
   
   * CouchDB Version used:CouchDB 2.3.1
   * Browser name and version: Chrome
   * Operating System and version:Red Hat Enterprise 6.5
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services