Giter Site home page Giter Site logo

Backup job failed about xen-orchestra HOT 4 CLOSED

pedrogamboa1 avatar pedrogamboa1 commented on May 26, 2024
Backup job failed

from xen-orchestra.

Comments (4)

julien-f avatar julien-f commented on May 26, 2024

Please add the following setting in your xo-server's configuration:

[xapiOptions]
syncStackTraces = true

Then restart xo-server, re-run your backup job and report the full error here.

from xen-orchestra.

julien-f avatar julien-f commented on May 26, 2024

And please, fill the bug report template instead of removing it.

from xen-orchestra.

falcon4525 avatar falcon4525 commented on May 26, 2024

I am experiencing the same issue after updating from commit abd0a30 (August 1, 2023) to commit 7c009b0 (October 23, 2023). I am now on the most recent commit and still receiving the error. The full output after updating the xo-server configuration as suggested above is pasted below.

If a separate issue needs to be opened for my issue, please let me know.

{
  "data": {
    "mode": "full",
    "reportWhen": "failure"
  },
  "id": "1698436591541",
  "jobId": "6ea4f2b3-e827-4589-95bb-411552325552",
  "jobName": "Test Backup",
  "message": "backup",
  "scheduleId": "133a3c85-39ca-486f-8f05-5e6405029764",
  "start": 1698436591541,
  "status": "failure",
  "infos": [
    {
      "data": {
        "vms": [
          "5735359e-814a-e2a6-e842-84d9f2f20ae0"
        ]
      },
      "message": "vms"
    }
  ],
  "tasks": [
    {
      "data": {
        "type": "VM",
        "id": "5735359e-814a-e2a6-e842-84d9f2f20ae0",
        "name_label": "VM"
      },
      "id": "1698436594321",
      "message": "backup VM",
      "start": 1698436594321,
      "status": "failure",
      "tasks": [
        {
          "id": "1698436594391",
          "message": "snapshot",
          "start": 1698436594391,
          "status": "success",
          "end": 1698436597327,
          "result": "2a1535ad-c513-3f77-6094-e1fc2b242d26"
        },
        {
          "id": "1698436915801",
          "message": "clean-vm",
          "start": 1698436915801,
          "status": "success",
          "end": 1698436915831,
          "result": {
            "merge": false
          }
        }
      ],
      "end": 1698436915870,
      "result": {
        "code": "MESSAGE_METHOD_UNKNOWN",
        "params": [
          "OpaqueRef:0b5d0e20-f70a-4e30-95c1-ce47fbc71edb.get_record"
        ],
        "call": {
          "method": "OpaqueRef:0b5d0e20-f70a-4e30-95c1-ce47fbc71edb.get_record",
          "params": [
            null
          ]
        },
        "message": "MESSAGE_METHOD_UNKNOWN(OpaqueRef:0b5d0e20-f70a-4e30-95c1-ce47fbc71edb.get_record)",
        "name": "XapiError",
        "stack": "XapiError: MESSAGE_METHOD_UNKNOWN(OpaqueRef:0b5d0e20-f70a-4e30-95c1-ce47fbc71edb.get_record)\n    at XapiError.wrap (/opt/xo/xo-builds/xen-orchestra-202310271735/packages/xen-api/dist/_XapiError.js:21:12)\n    at /opt/xo/xo-builds/xen-orchestra-202310271735/packages/xen-api/dist/transports/json-rpc.js:36:30\n    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n    at async Xapi.addSyncStackTrace [as _addSyncStackTrace] (/opt/xo/xo-builds/xen-orchestra-202310271735/packages/xen-api/dist/index.js:68:12)\nFrom:\n    at Xapi.addSyncStackTrace [as _addSyncStackTrace] (/opt/xo/xo-builds/xen-orchestra-202310271735/packages/xen-api/dist/index.js:66:26)\n    at Xapi._call (/opt/xo/xo-builds/xen-orchestra-202310271735/packages/xen-api/dist/index.js:571:63)\n    at Xapi._call (/opt/xo/xo-builds/xen-orchestra-202310271735/node_modules/limit-concurrency-decorator/dist/index.js:107:24)\n    at /opt/xo/xo-builds/xen-orchestra-202310271735/packages/xen-api/dist/index.js:619:21\n    at loopResolver (/opt/xo/xo-builds/xen-orchestra-202310271735/node_modules/promise-toolbox/retry.js:83:46)\n    at new Promise (<anonymous>)\n    at loop (/opt/xo/xo-builds/xen-orchestra-202310271735/node_modules/promise-toolbox/retry.js:85:22)\n    at retry (/opt/xo/xo-builds/xen-orchestra-202310271735/node_modules/promise-toolbox/retry.js:87:10)\n    at Xapi._sessionCall (/opt/xo/xo-builds/xen-orchestra-202310271735/packages/xen-api/dist/index.js:612:47)\n    at /opt/xo/xo-builds/xen-orchestra-202310271735/packages/xen-api/dist/index.js:852:51"
      }
    }
  ],
  "end": 1698436915870
}

from xen-orchestra.

pedrogamboa1 avatar pedrogamboa1 commented on May 26, 2024

from xen-orchestra.

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.