Giter VIP home page Giter VIP logo

Comments (9)

ewoutp avatar ewoutp commented on May 31, 2024 1

This looks like an issue with the database itself.
Please create an issue in https://github.com/arangodb/arangodb/issues

from arangodb.

ewoutp avatar ewoutp commented on May 31, 2024

Thanks for reporting.
This looks like an IPv6 related issue.
What is your network environment like?

  • Does it use/support IPv6
  • Does is use/supportIPv4?

from arangodb.

quki avatar quki commented on May 31, 2024

I use IPv4, and using VPN in my office.
and my server environment is CentOS 6

from arangodb.

ewoutp avatar ewoutp commented on May 31, 2024

Can you try the following arangod (database itself) commands and let me know the result

  • arangod --server.endpoint http+ssl://[::]:8531
  • arangod --server.endpoint http+ssl://0.0.0.0:8531

from arangodb.

quki avatar quki commented on May 31, 2024
  1. /usr/sbin/arangod --server.endpoint http+ssl://[::]:8531

INFO ArangoDB 3.1.24 [linux] 64bit, using VPack 0.1.30, ICU 54.1, V8 5.0.71.39, OpenSSL 1.0.1e-fips 11 Feb 2013
2017-07-10T09:07:12Z [37244] INFO using SSL options: SSL_OP_CIPHER_SERVER_PREFERENCE, SSL_OP_TLS_ROLLBACK_BUG
2017-07-10T09:07:12Z [37244] INFO Starting up with role SINGLE
2017-07-10T09:07:12Z [37244] INFO Authentication is turned on
2017-07-10T09:07:12Z [37244] INFO Authentication system only
2017-07-10T09:07:12Z [37244] INFO Authentication for unix sockets is turned on
2017-07-10T09:07:12Z [37244] INFO file-descriptors (nofiles) hard limit is 81920, soft limit is 81920
2017-07-10T09:07:12Z [37244] WARNING fcntl on lockfile '/var/lib/arangodb3/LOCK' failed: not implemented. a possible reason is that the filesystem does not support file-locking
2017-07-10T09:07:12Z [37244] FATAL database is locked, please check the lock file '/var/lib/arangodb3/LOCK'

  1. /usr/sbin/arangod --server.endpoint http+ssl://0.0.0.0:8531

INFO ArangoDB 3.1.24 [linux] 64bit, using VPack 0.1.30, ICU 54.1, V8 5.0.71.39, OpenSSL 1.0.1e-fips 11 Feb 2013
2017-07-10T09:08:53Z [37306] INFO using SSL options: SSL_OP_CIPHER_SERVER_PREFERENCE, SSL_OP_TLS_ROLLBACK_BUG
2017-07-10T09:08:53Z [37306] INFO Starting up with role SINGLE
2017-07-10T09:08:53Z [37306] INFO Authentication is turned on
2017-07-10T09:08:53Z [37306] INFO Authentication system only
2017-07-10T09:08:53Z [37306] INFO Authentication for unix sockets is turned on
2017-07-10T09:08:53Z [37306] INFO file-descriptors (nofiles) hard limit is 81920, soft limit is 81920
2017-07-10T09:08:53Z [37306] WARNING fcntl on lockfile '/var/lib/arangodb3/LOCK' failed: not implemented. a possible reason is that the filesystem does not support file-locking
2017-07-10T09:08:53Z [37306] FATAL database is locked, please check the lock file '/var/lib/arangodb3/LOCK'

from arangodb.

ewoutp avatar ewoutp commented on May 31, 2024

Looks like a database is already running.
Please check that. To work around it, add this --database.directory someTempDirectory to each command, (use a different temp folder for each command)

from arangodb.

quki avatar quki commented on May 31, 2024
  1. sudo /usr/sbin/arangod --server.endpoint http+ssl://[::]:8531 --database.directory /home1/irteam/apps/temp-dir-1/

2017-07-10T09:22:52Z [37983] INFO ArangoDB 3.1.24 [linux] 64bit, using VPack 0.1.30, ICU 54.1, V8 5.0.71.39, OpenSSL 1.0.1e-fips 11 Feb 2013
2017-07-10T09:22:52Z [37983] INFO using SSL options: SSL_OP_CIPHER_SERVER_PREFERENCE, SSL_OP_TLS_ROLLBACK_BUG
2017-07-10T09:22:52Z [37983] INFO Starting up with role SINGLE
2017-07-10T09:22:52Z [37983] INFO Authentication is turned on
2017-07-10T09:22:52Z [37983] INFO Authentication system only
2017-07-10T09:22:52Z [37983] INFO Authentication for unix sockets is turned on
2017-07-10T09:22:52Z [37983] INFO file-descriptors (nofiles) hard limit is 81920, soft limit is 81920
2017-07-10T09:22:52Z [37983] FATAL cannot lock the database directory, please check the lock file '/home1/irteam/apps/temp-dir-1/LOCK': system error

  1. sudo /usr/sbin/arangod --server.endpoint http+ssl://0.0.0.0:8531 --database.directory /home1/irteam/apps/temp-dir-2/

2017-07-10T09:24:46Z [38094] INFO ArangoDB 3.1.24 [linux] 64bit, using VPack 0.1.30, ICU 54.1, V8 5.0.71.39, OpenSSL 1.0.1e-fips 11 Feb 2013
2017-07-10T09:24:46Z [38094] INFO using SSL options: SSL_OP_CIPHER_SERVER_PREFERENCE, SSL_OP_TLS_ROLLBACK_BUG
2017-07-10T09:24:46Z [38094] INFO Starting up with role SINGLE
2017-07-10T09:24:46Z [38094] INFO Authentication is turned on
2017-07-10T09:24:46Z [38094] INFO Authentication system only
2017-07-10T09:24:46Z [38094] INFO Authentication for unix sockets is turned on
2017-07-10T09:24:46Z [38094] INFO file-descriptors (nofiles) hard limit is 81920, soft limit is 81920
2017-07-10T09:24:46Z [38094] FATAL cannot lock the database directory, please check the lock file '/home1/irteam/apps/temp-dir-2/LOCK': system error

and I cannot find any lock file in each temp path.

from arangodb.

ewoutp avatar ewoutp commented on May 31, 2024

which OS & filesystem are you running on?

from arangodb.

quki avatar quki commented on May 31, 2024

CentOS 6.9 64Bit & network storage(/dev/xvda1, tmpfs, /dev/xvda2)

from arangodb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.