ArangoDB: Unable to initialize RocksDB engine: IO error - arangodb

I'm not able to run ArangoDB due to below error.
FATAL [fe3df] {startup} unable to initialize RocksDB engine: IO error: No such file or directoryNewRandomAccessFile failed to Create/Open: C:\Users\Waseeq\Downloads\ArangoDB3-3.8.1_win64\ArangoDB3-3.8.1_win64\var\lib\arangodb3\engine-rocksdb/000062.ldb: The system cannot find the file specified.\r\n; Maybe your filesystem doesn't provide required features? (Cifs? NFS?)
ArangoDB version: 3.8.1
Can someone help me on this?

Run the installer once you download Arango, don't just extract the file and run it out of there.

Related

How to resolve error in debugging a program in totalview?

I installed TotalView on Ubuntu. For the begining I just tried to debug a very simple Hello Word program in but I got the following error:
"Fatal Error: Can't set up library cache directory -- cannot debug this target. Do you want to run the TotalView Diagnostic Tool?"
I don't know what is the library cache directory. Any idea about the library cache directory in ubuntu can be helpful.

RethinkDB 2.4.1 windows build

I'm trying to build the rethinkdb in windows using cygwin. Config runs ok, but making the v8 depedency fails. Anybody more lucky?
Error: open /cygdrive/c/rtdb/rethinkdb-2.4.1/external/v8_4.7.80.23.fetch-wINBkpwO/depot_tools/cipd_client_version: The system cannot find the path specified..
Bootstrap from scratch failed, something is seriously broken. Run the following commands to diagnose if this is repeating:
export CIPD_HTTP_USER_AGENT_PREFIX=depot_tools/364205c70ed16c00802b1c264e88d8e03a0b37ae/manual
/cygdrive/c/rtdb/rethinkdb-2.4.1/external/v8_4.7.80.23.fetch-wINBkpwO/depot_tools/.cipd_client selfupdate -version-file /cygdrive/c/rtdb/rethinkdb-2.4.1/external/v8_4.7.80.23.fetch-wINBkpwO/depot_tools/cipd_client_version
/cygdrive/c/rtdb/rethinkdb-2.4.1/external/v8_4.7.80.23.fetch-wINBkpwO/depot_tools/bootstrap_python3: line 32: bootstrap-3.8.0.chromium.8_bin/python3/bin/python3: No such file or directory
'ygdrive' is not recognized as an internal or external command,
Blockquote

"Version string empty" error in gprestore in greenplum

I am trying to restore a database in greenplum with gprestore using following command:
gprestore --backup-dir /data/greenplum/gpbackups/ --timestamp 20200511110837 --redirect-db restoredDB
But I am facing following error:
restore status: Failure
restore error: Version string empty
Can anyone help me regarding what can be the possible cause of this issue ?
Version info:
gpbackup version 1.17.0+dev.45.g697096e
PostgreSQL 9.4.24 (Greenplum Database 6.3.0 build commit:77aa1b6e4486adbaede9f5f2864a04fc3a512e93)
Could you provide more detail:
Version of Greenplum
Version of gpbackup/gprestore utilities.
This will help us troubleshoot.
Thanks

What are the impacts of (dlopen failed: undefined symbol: memdup) with respect to SNMP?

While working on SNMP, I am not able to execute snmpwalk or snmpset. Then I checked snmpd -H.
I see an error as:
dlopen(/lib/libvcpeLiTapMediationTable.so) failed: /lib/libvcpeLiTapMediationTable.so: undefined symbol: memdup
dlopen(/lib/libvcpeLiTapStreamTable.so) failed: /lib/libvcpeLiTapStreamTable.so: undefined symbol: memdup
I think that my library might not be opening dynamically due to this.
When I load my packages in CentOS as rpms, I have no errors.
But for the same code, when I load my packages in Ubuntu as debian packages, I see this error.
Queries:
Is there any problem with SNMP installation (since it works on CentOS but not on Ubuntu)? Or is something missing in my debian packages?
Please explain the impact of this error on my operations.
Any relevant answers will be helpful as I am new to this.
Thank you.
Your libvcpeLiTapMediationTable.so depends on function memdup(). This is defined on your CentOS and wherever it was built, in either Net-SNMP or one of the libraries it or libvcpeLiTapMediationTable.so links to at run time, but is not defined on your Ubuntu. Consequently, it can't be loaded at won't work.
Net-SNMP defined memdup() in snmplib/tools.c, but this was renamed to netsnmp_memdup() to avoid conflicts with other libraries that might define their own version according to change history. Perhaps you are using two different versions of Net-SNMP between your two distros, one with and one without that change.

NodeJS installation error on Oracle Linux

I'm trying to solve a problem with the Node js installation on an Oracle Linux server, where after decompress a .tar file and trying to install it, I got a syntax error; so i would like to know if some had similar problem and if can tell me how can i fix it.
here is the syntax error:
$ ./configure
File "./configure", line 511
o['default_configuration'] = 'Debug' if options.debug else 'Release'
^
SyntaxError: invalid syntax
Thank you in advantage.
I haven't had a problem building Node.js from source on Oracle Linux.
However I mostly use the pre-built binaries from nodejs.org.
I also use the Oracle Linux Software Collections Library version of Node.js, see:
https://blogs.oracle.com/linux/entry/technology_preview_available_for_oracle
and:
http://docs.oracle.com/cd/E37670_01/E59096/html/section_zlg_m3g_dq.html

Resources