[
https://issues.apache.org/jira/browse/COUCHDB-2605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14362844#comment-14362844
]
Udantha commented on COUCHDB-2605:
----------------------------------
Hi Alexander,
In 'node1.log' I found blow error for missing file node1/data/nodes.couch
2015-03-15 17:01:35.936 [error] [email protected] <0.384.0> Could not open file
/home/max/test/couchDB/couchdb/dev/lib/node1/data/nodes.couch: no such file or
directory
2015-03-15 17:01:35.936 [info] [email protected] <0.226.0> open_result error
{not_found,no_db_file} for nodes
2015-03-15 17:01:35.937 [debug] [email protected] <0.237.0> httpd 404 error
response:
{"error":"not_found","reason":"no_db_file"}
So I check the dir for node1/data/nodes.couch. Here is files in that dir.
max@max-VirtualBox ~/test/couchDB/couchdb/dev/lib/node1/data $ ls -l
total 44
-rw-r--r-- 1 max max 4242 Mar 15 16:42 _dbs.couch
-rw-r--r-- 1 max max 8370 Mar 15 16:42 _nodes.couch
-rw-r--r-- 1 max max 8376 Mar 15 16:42 _replicator.couch
-rw-r--r-- 1 max max 8376 Mar 15 16:41 _users.couch
It search for 'nodes.couch' and it have '_nodes.couch'. I fixed it now terminal
is showing
Join nodes into cluster... ok
Developers cluster is set up at http://127.0.0.1:15984. Time to hack!...
Thanks
> Visualize the CouchDB Cluster
> -----------------------------
>
> Key: COUCHDB-2605
> URL: https://issues.apache.org/jira/browse/COUCHDB-2605
> Project: CouchDB
> Issue Type: Task
> Security Level: public(Regular issues)
> Components: Fauxton
> Affects Versions: 2.1
> Reporter: Robert Kowalski
> Labels: CouchDB, gsoc2015, javascript
>
> Show for each database on which nodes in the cluster the data is stored - and
> warn if the disk space runs out on these nodes.
> The project is using React.js for the Admin-Interface. You will use
> JavaScript, CSS, HTML and the HTTP API of CouchDB to visualize the cluster.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)