简体   繁体   中英

ArangoDB start failing in centos6

ArangoDB start in failing with the following error in centos6. I'm using latest arangodb version arangodb3-3.3.16-1.x86_64.rpm

[root@vm1 RPM]# service arangodb3 start Starting /usr/sbin/arangod: : arena 0 background thread creation failed (13) /etc/init.d/arangodb3: line 43: 3576 Segmentation fault $ARANGO_BIN --uid arangodb --gid arangodb --server.rest-server false --log.foreground-tty false --database.check-version FATAL ERROR: EXIT_CODE_RESOLVING_FAILED for code 139 - could not resolve exit code 139 [root@vm1 RPM]#

Any help will be really appreciable.

The exit code 139 = 128 + 11 means that the Arangod process crashed with a segmentation violation

Can you try the following:

  • Check your server for a faulty memory bank
  • Run a memory test with memtester

This should fix the problem

There was a similar issue that has been raised on GitHub: https://github.com/arangodb/arangodb/issues/2329

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM