AWS Neptune returning InternalFailureException

0

I was trying to do iterate over AWS Neptune graph and do some manipulation from my Lambda function but I am getting an error of

2023-05-22T01:34:38.352Z f8bfa54b-8230-47eb-a5ab-be56e8ae6190 ERROR Error: ResponseError: Server error: { "requestId": "5d69c1d4-5db0-4632-8604-50eab55b9c16", "code": "InternalFailureException" } (599) at Connection._handleMessage (/var/task/node_modules/gremlin/lib/driver/connection.js:341:9) at WebSocket.<anonymous> (/var/task/node_modules/gremlin/lib/driver/connection.js:144:43) at WebSocket.emit (node:events:513:28) at Receiver.receiverOnMessage (/var/task/node_modules/ws/lib/websocket.js:1184:20) at Receiver.emit (node:events:513:28) at Receiver.dataMessage (/var/task/node_modules/ws/lib/receiver.js:526:14) at /var/task/node_modules/ws/lib/receiver.js:492:23 at /var/task/node_modules/ws/lib/permessage-deflate.js:309:9 at /var/task/node_modules/ws/lib/permessage-deflate.js:392:7 at afterWrite (node:internal/streams/writable:500:5) { statusCode: 599, statusMessage: '{"rquestId":"5d69c1d4-5db0-4632-8604-50eab55b9c16","code":"InternalFailureException"}', statusAttributes: Map(0) {} } I have no idea what the problem is , the code is correct and clean .

  • It's hard to know just from the exception what may have happened there. Are you able to share a code snippet showing what was being attempted at the time of the failure? Is this something that happens every time, or just happened once/happens occasionally?

asked a year ago210 views
1 Answer
0

InternalFailureExceptions are generally a catch-all for unexpected error conditions in Neptune. These are not always server-side error conditions, but can sometimes be caused by a poorly formed query. If you see an InternalFailureException, please open an AWS Support case with the details of your cluster so that we can assess the situation and determine the cause of the failure.

For other users that may see this thread in the future, please open a support case or reach out to neptune-reppost@amazon.com with details where/when you are seeing an InternalFailureException.

profile pictureAWS
answered 8 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions