Cbrestore giving 'Internal server error, please retry your request'

2018-05-23 19:14:52,819: w0 node: 127.0.0.1:8091, done; rv: 0
[####################] 100.0% (119/estimated 119 msgs)
bucket: BUCKET, msgs transferred…
: total | last | per sec
batch : 15 | 15 | 31.2
byte : 7262218 | 7262218 | 15129620.2
msg : 119 | 119 | 247.9
2018-05-23 19:14:52,900: mt Starting new HTTP connection (1): 127.0.0.1
2018-05-23 19:14:52,901: mt “GET /pools/default/nodeServices HTTP/1.1” 200 268
2018-05-23 19:14:52,905: mt Starting new HTTP connection (1): 127.0.0.1
2018-05-23 19:14:53,091: mt “POST /restoreIndexMetadata?bucket=test HTTP/1.1” 500 126
2018-05-23 19:14:53,092: mt [‘Internal server error, please retry your request’]
done

Have tried -x rehash=1 option also. Same issue.

Hello @deepak ,

We are going to need some more details to help out:

  • What versions of Couchbase Server is being used?
  • What was the full command being used?
  • What is the source and target of the transfers and what versions of Couchbase Server are they using?

What we can tell is cbrestore got HTTP 500 error when doing a POST’ require to the /restoreIndexMetadata endpoint. The server side logs might give more details on why Couchbase Server response with 500 to that request.

Hi,

Couchbase version : 5.0.1 Community edition.

Command : ./cbrestore C:\Users\AS-0542\Desktop\2018-05-23T134044Z\2018-05-23T134044Z-full -u Administrator -p -x rehash=1 http://127.0.0.1:8091 -vvv -B test-bucket

Backup is taken from Linux machine and importing it to windows+mac
Couchbase version is same on all machines. 5.0.1 community edition.

Checked the server logs. The error in command was found no where. Have configued the error to trace from couchbase UI

Hi,

Couchbase version : 5.0.1 Community edition.

Command : ./cbrestore C:\Users\AS-0542\Desktop\2018-05-23T134044Z\2018-05-23T134044Z-full -u Administrator -p -x rehash=1 http://127.0.0.1:8091 -vvv -B test-bucket

Backup is taken from Linux machine and importing it to windows+mac
Couchbase version is same on all machines. 5.0.1 community edition.

Checked the server logs. The error in command was found no where. Have configued the error to trace from couchbase UI