Hi,
I have an issue starting up the coordinator service. The agency & primary
db seems to start up ok. Below is the log output. Do you guys know what
might be causing this?
sudo /usr/sbin/arangod --server.authentication=false --server.endpoint
tcp://$HOSTNAME:8530
--cluster.my-address tcp://$HOSTNAME:8530 --cluster.my-local-info
$HOSTNAME-coordinator --cluster.my-role COORDINATOR
--cluster.agency-endpoint tcp://$HOSTNAME:25001 /data/data/arango/cordinator
2017-01-21T22:59:05Z [2378] INFO ArangoDB 3.1.8 [linux] 64bit, using VPack
0.1.30, ICU 54.1, V8 5.0.71.39, OpenSSL 1.0.1e-fips 11 Feb 2013
2017-01-21T22:59:05Z [2378] INFO using SSL options:
SSL_OP_CIPHER_SERVER_PREFERENCE, SSL_OP_TLS_ROLLBACK_BUG
2017-01-21T22:59:05Z [2378] INFO Waiting for DBservers to show up...
2017-01-21T22:59:20Z [2378] INFO Found 1 DBservers.
2017-01-21T22:59:20Z [2378] INFO file-descriptors (nofiles) hard limit is
999999, soft limit is 999999
2017-01-21T22:59:20Z [2378] INFO created database directory
'/data/data/arango/cordinator'.
2017-01-21T22:59:20Z [2378] INFO WAL directory
'/data/data/arango/cordinator/journals' does not exist. creating it...
2017-01-21T22:59:20Z [2378] INFO JavaScript using startup
'//usr/share/arangodb3/js', application '/var/lib/arangodb3-apps'
2017-01-21T22:59:24Z [2378] INFO Cluster feature is turned on. Agency
version: {"server":"arango","version":"3.1.8","license":"community"}, Agency
endpoints: http+tcp://osdi-03:25001, server id: 'Coordinator001', internal
address: tcp://osdi-03:8530, role: COORDINATOR
2017-01-21T22:59:24Z [2378] INFO using heartbeat interval value '1000 ms'
from agency
2017-01-21T22:59:24Z [2378] INFO In database '_system': No version
information file found in database directory.
2017-01-21T22:59:24Z [2378] INFO In database '_system': Database is up-to-date
(30108/cluster-local/init)
2017-01-21T22:59:24Z [2378] INFO using endpoint 'http+tcp://osdi-03:8530'
for non-encrypted requests
2017-01-21T22:59:24Z [2378] INFO In database '_system': Found 14 defined
task(s), 12 task(s) to run
2017-01-21T22:59:24Z [2378] INFO In database '_system': state coordinator-
global/init, tasks setupGraphs, setupUsers, createUsersIndex,
addDefaultUserSystem, createModules, createRouting, insertRedirectionsAll,
setupAqlFunctions, createStatistics, createFrontend, setupQueues, setupJobs
2017-01-21T22:59:24Z [2378] WARNING {cluster} createCollectionCoordinator:
replicationFactor is too large for the number of DBservers
2017-01-21T22:59:24Z [2378] WARNING {cluster} createCollectionCoordinator:
replicationFactor is too large for the number of DBservers
2017-01-21T22:59:24Z [2378] ERROR In database '_system': Executing task #4
(addDefaultUserSystem: add default root user for system database) failed
with exception: ArangoError 502: could not determine number of documents in
collection (while optimizing plan) ArangoError: could not determine number
of documents in collection (while optimizing plan)
2017-01-21T22:59:24Z [2378] ERROR at Error (native)
2017-01-21T22:59:24Z [2378] ERROR at ArangoStatement.execute (/usr/share
/arangodb3/js/server/modules/@arangodb/arango-statement.js:81:16)
2017-01-21T22:59:24Z [2378] ERROR at ArangoDatabase._query (/usr/share/
arangodb3/js/server/modules/@arangodb/arango-database.js:79:45)
2017-01-21T22:59:24Z [2378] ERROR at SimpleQueryByExample.execute (/usr/
share/arangodb3/js/server/modules/@arangodb/simple-query.js:137:42)
2017-01-21T22:59:24Z [2378] ERROR at
SimpleQueryByExample.SimpleQuery.toArray
(/usr/share/arangodb3/js/common/modules/@arangodb/simple-query-common.js:340
:8)
2017-01-21T22:59:24Z [2378] ERROR at ArangoCollection.firstExample (
/usr/share/arangodb3/js/server/modules/@arangodb/arango-collection.js:287:71
)
2017-01-21T22:59:24Z [2378] ERROR at Object.exports.save (/usr/share/
arangodb3/js/server/modules/@arangodb/users.js:135:22)
2017-01-21T22:59:24Z [2378] ERROR at Object.addTask.task (/usr/share/
arangodb3/js/server/upgrade-database.js:510:21)
2017-01-21T22:59:24Z [2378] ERROR at runTasks (/usr/share/arangodb3/js/
server/upgrade-database.js:274:27)
2017-01-21T22:59:24Z [2378] ERROR at upgradeDatabase (/usr/share/
arangodb3/js/server/upgrade-database.js:346:16)
2017-01-21T22:59:24Z [2378] ERROR In database '_system': Executing task #4
(addDefaultUserSystem: add default root user for system database) failed.
Aborting init procedure.
2017-01-21T22:59:24Z [2378] ERROR In database '_system': Please fix the
problem and try starting the server again.
2017-01-21T22:59:24Z [2378] ERROR upgrade-database.js for cluster script
failed!
2017-01-21T22:59:24Z [2378] WARNING {cluster} createCollectionCoordinator:
replicationFactor is too large for the number of DBservers
2017-01-21T22:59:24Z [2378] ERROR ArangoError: could not determine number
of documents in collection (while optimizing plan)
2017-01-21T22:59:24Z [2378] ERROR at Error (native)
2017-01-21T22:59:24Z [2378] ERROR at ArangoStatement.execute (/usr/share
/arangodb3/js/server/modules/@arangodb/arango-statement.js:81:16)
2017-01-21T22:59:24Z [2378] ERROR at ArangoDatabase._query (/usr/share/
arangodb3/js/server/modules/@arangodb/arango-database.js:79:45)
2017-01-21T22:59:24Z [2378] ERROR at SimpleQueryAll.execute (/usr/share/
arangodb3/js/server/modules/@arangodb/simple-query.js:96:42)
2017-01-21T22:59:24Z [2378] ERROR at SimpleQueryAll.SimpleQuery.hasNext
(/usr/share/arangodb3/js/common/modules/@arangodb/simple-query-common.js:388
:8)
2017-01-21T22:59:24Z [2378] ERROR at refillCaches (/usr/share/arangodb3/
js/server/modules/@arangodb/foxx/manager.js:265:17)
2017-01-21T22:59:24Z [2378] ERROR at Object.initializeFoxx (/usr/share/
arangodb3/js/server/modules/@arangodb/foxx/manager.js:1483:3)
2017-01-21T22:59:24Z [2378] ERROR at Object.foxxes (/usr/share/arangodb3
/js/server/bootstrap/foxxes.js:64:47)
2017-01-21T22:59:24Z [2378] ERROR at server/bootstrap/cluster-bootstrap.
js:51:54
2017-01-21T22:59:24Z [2378] ERROR at server/bootstrap/cluster-bootstrap.
js:55:2
2017-01-21T22:59:25Z [2378] ERROR JavaScript exception in file
'/usr/share/arangodb3/js/server/modules/@arangodb/foxx/queues/index.js' at
108,7: TypeError: Cannot read property 'save' of undefined
2017-01-21T22:59:25Z [2378] ERROR ! throw err;
2017-01-21T22:59:25Z [2378] ERROR ! ^
2017-01-21T22:59:25Z [2378] FATAL error during execution of JavaScript file
'server/bootstrap/coordinator.js'
--
You received this message because you are subscribed to the Google Groups
"ArangoDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.