Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backup job failed #7559

Open
johuus opened this issue Apr 15, 2024 · 0 comments
Open

Backup job failed #7559

johuus opened this issue Apr 15, 2024 · 0 comments
Assignees

Comments

@johuus
Copy link

johuus commented Apr 15, 2024

Are you using XOA or XO from the sources?

XO from the sources

Which release channel?

stable

Provide your commit number

No response

Describe the bug

When doing backup I get error from XOA : Connection refused 127.0.0.1:443

Error message

{
  "data": {
    "mode": "delta",
    "reportWhen": "failure"
  },
  "id": "1713205335107",
  "jobId": "525ea5ab-91ac-47e0-a057-31db9d2c507a",
  "jobName": "Delta",
  "message": "backup",
  "scheduleId": "2f4158c9-3a5b-4a37-af4f-af950aeeafc6",
  "start": 1713205335107,
  "status": "failure",
  "infos": [
    {
      "data": {
        "vms": [
          "360462de-522e-965e-170f-672e98b5dace",
          "f9cbd304-91f8-11ec-c337-6fffcb2c4a5c",
          "50296a5a-0fb7-3f23-7782-677deef666f4",
          "8bb2b9ea-1a12-330f-a0ad-583bf5ba0350",
          "be4a4e0a-179f-82f9-78c9-5ae29dab0c7c",
          "e3a8f4fe-0de5-8b6d-3126-7409359dd43c",
          "1210c04d-4993-6ee7-28f1-da779e71628e",
          "fb4df229-a159-a2fb-42bb-78d4d36d81d8",
          "fddc5f18-b19b-b298-f3bc-e6febea57f63",
          "42cbf6af-2b93-877c-fff6-1788a55a769e",
          "065b8348-5a17-b031-6771-3707f2be2fe0",
          "36100ecd-3057-a18b-e146-26cbdf4b2892",
          "a52c89fc-8eaf-505a-28c0-0a1183b12c71"
        ]
      },
      "message": "vms"
    }
  ],
  "tasks": [
    {
      "data": {
        "type": "VM",
        "id": "360462de-522e-965e-170f-672e98b5dace"
      },
      "id": "1713205335968",
      "message": "backup VM",
      "start": 1713205335968,
      "status": "failure",
      "end": 1713205335968,
      "result": {
        "errno": -111,
        "code": "ECONNREFUSED",
        "syscall": "connect",
        "address": "127.0.0.1",
        "port": 443,
        "call": {
          "method": "session.login_with_password",
          "params": "* obfuscated *"
        },
        "message": "connect ECONNREFUSED 127.0.0.1:443",
        "name": "Error",
        "stack": "Error: connect ECONNREFUSED 127.0.0.1:443\n    at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1555:16)\n    at TCPConnectWrap.callbackTrampoline (node:internal/async_hooks:128:17)"
      }
    },
    {
      "data": {
        "type": "VM",
        "id": "f9cbd304-91f8-11ec-c337-6fffcb2c4a5c"
      },
      "id": "1713205335968:1",
      "message": "backup VM",
      "start": 1713205335968,
      "status": "failure",
      "end": 1713205335969,
      "result": {
        "errno": -111,
        "code": "ECONNREFUSED",
        "syscall": "connect",
        "address": "127.0.0.1",
        "port": 443,
        "call": {
          "method": "session.login_with_password",
          "params": "* obfuscated *"
        },
        "message": "connect ECONNREFUSED 127.0.0.1:443",
        "name": "Error",
        "stack": "Error: connect ECONNREFUSED 127.0.0.1:443\n    at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1555:16)\n    at TCPConnectWrap.callbackTrampoline (node:internal/async_hooks:128:17)"
      }
    },
    {
      "data": {
        "type": "VM",
        "id": "50296a5a-0fb7-3f23-7782-677deef666f4"
      },
      "id": "1713205335971",
      "message": "backup VM",
      "start": 1713205335971,
      "status": "failure",
      "end": 1713205335972,
      "result": {
        "errno": -111,
        "code": "ECONNREFUSED",
        "syscall": "connect",
        "address": "127.0.0.1",
        "port": 443,
        "call": {
          "method": "session.login_with_password",
          "params": "* obfuscated *"
        },
        "message": "connect ECONNREFUSED 127.0.0.1:443",
        "name": "Error",
        "stack": "Error: connect ECONNREFUSED 127.0.0.1:443\n    at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1555:16)\n    at TCPConnectWrap.callbackTrampoline (node:internal/async_hooks:128:17)"
      }
    },
    {
      "data": {
        "type": "VM",
        "id": "8bb2b9ea-1a12-330f-a0ad-583bf5ba0350"
      },
      "id": "1713205335972:0",
      "message": "backup VM",
      "start": 1713205335972,
      "status": "failure",
      "end": 1713205335972,
      "result": {
        "errno": -111,
        "code": "ECONNREFUSED",
        "syscall": "connect",
        "address": "127.0.0.1",
        "port": 443,
        "call": {
          "method": "session.login_with_password",
          "params": "* obfuscated *"
        },
        "message": "connect ECONNREFUSED 127.0.0.1:443",
        "name": "Error",
        "stack": "Error: connect ECONNREFUSED 127.0.0.1:443\n    at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1555:16)\n    at TCPConnectWrap.callbackTrampoline (node:internal/async_hooks:128:17)"
      }
    },
    {
      "data": {
        "type": "VM",
        "id": "be4a4e0a-179f-82f9-78c9-5ae29dab0c7c"
      },
      "id": "1713205335973",
      "message": "backup VM",
      "start": 1713205335973,
      "status": "failure",
      "end": 1713205335974,
      "result": {
        "errno": -111,
        "code": "ECONNREFUSED",
        "syscall": "connect",
        "address": "127.0.0.1",
        "port": 443,
        "call": {
          "method": "session.login_with_password",
          "params": "* obfuscated *"
        },
        "message": "connect ECONNREFUSED 127.0.0.1:443",
        "name": "Error",
        "stack": "Error: connect ECONNREFUSED 127.0.0.1:443\n    at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1555:16)\n    at TCPConnectWrap.callbackTrampoline (node:internal/async_hooks:128:17)"
      }
    },
    {
      "data": {
        "type": "VM",
        "id": "e3a8f4fe-0de5-8b6d-3126-7409359dd43c"
      },
      "id": "1713205335974:0",
      "message": "backup VM",
      "start": 1713205335974,
      "status": "failure",
      "end": 1713205335974,
      "result": {
        "errno": -111,
        "code": "ECONNREFUSED",
        "syscall": "connect",
        "address": "127.0.0.1",
        "port": 443,
        "call": {
          "method": "session.login_with_password",
          "params": "* obfuscated *"
        },
        "message": "connect ECONNREFUSED 127.0.0.1:443",
        "name": "Error",
        "stack": "Error: connect ECONNREFUSED 127.0.0.1:443\n    at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1555:16)\n    at TCPConnectWrap.callbackTrampoline (node:internal/async_hooks:128:17)"
      }
    },
    {
      "data": {
        "type": "VM",
        "id": "1210c04d-4993-6ee7-28f1-da779e71628e"
      },
      "id": "1713205335976",
      "message": "backup VM",
      "start": 1713205335976,
      "status": "failure",
      "end": 1713205335976,
      "result": {
        "errno": -111,
        "code": "ECONNREFUSED",
        "syscall": "connect",
        "address": "127.0.0.1",
        "port": 443,
        "call": {
          "method": "session.login_with_password",
          "params": "* obfuscated *"
        },
        "message": "connect ECONNREFUSED 127.0.0.1:443",
        "name": "Error",
        "stack": "Error: connect ECONNREFUSED 127.0.0.1:443\n    at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1555:16)\n    at TCPConnectWrap.callbackTrampoline (node:internal/async_hooks:128:17)"
      }
    },
    {
      "data": {
        "type": "VM",
        "id": "fb4df229-a159-a2fb-42bb-78d4d36d81d8"
      },
      "id": "1713205335976:1",
      "message": "backup VM",
      "start": 1713205335976,
      "status": "failure",
      "end": 1713205335976,
      "result": {
        "errno": -111,
        "code": "ECONNREFUSED",
        "syscall": "connect",
        "address": "127.0.0.1",
        "port": 443,
        "call": {
          "method": "session.login_with_password",
          "params": "* obfuscated *"
        },
        "message": "connect ECONNREFUSED 127.0.0.1:443",
        "name": "Error",
        "stack": "Error: connect ECONNREFUSED 127.0.0.1:443\n    at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1555:16)\n    at TCPConnectWrap.callbackTrampoline (node:internal/async_hooks:128:17)"
      }
    },
    {
      "data": {
        "type": "VM",
        "id": "fddc5f18-b19b-b298-f3bc-e6febea57f63"
      },
      "id": "1713205335978",
      "message": "backup VM",
      "start": 1713205335978,
      "status": "failure",
      "end": 1713205335978,
      "result": {
        "errno": -111,
        "code": "ECONNREFUSED",
        "syscall": "connect",
        "address": "127.0.0.1",
        "port": 443,
        "call": {
          "method": "session.login_with_password",
          "params": "* obfuscated *"
        },
        "message": "connect ECONNREFUSED 127.0.0.1:443",
        "name": "Error",
        "stack": "Error: connect ECONNREFUSED 127.0.0.1:443\n    at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1555:16)\n    at TCPConnectWrap.callbackTrampoline (node:internal/async_hooks:128:17)"
      }
    },
    {
      "data": {
        "type": "VM",
        "id": "42cbf6af-2b93-877c-fff6-1788a55a769e"
      },
      "id": "1713205335978:1",
      "message": "backup VM",
      "start": 1713205335978,
      "status": "failure",
      "end": 1713205335978,
      "result": {
        "errno": -111,
        "code": "ECONNREFUSED",
        "syscall": "connect",
        "address": "127.0.0.1",
        "port": 443,
        "call": {
          "method": "session.login_with_password",
          "params": "* obfuscated *"
        },
        "message": "connect ECONNREFUSED 127.0.0.1:443",
        "name": "Error",
        "stack": "Error: connect ECONNREFUSED 127.0.0.1:443\n    at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1555:16)\n    at TCPConnectWrap.callbackTrampoline (node:internal/async_hooks:128:17)"
      }
    },
    {
      "data": {
        "type": "VM",
        "id": "065b8348-5a17-b031-6771-3707f2be2fe0"
      },
      "id": "1713205335980",
      "message": "backup VM",
      "start": 1713205335980,
      "status": "failure",
      "end": 1713205335980,
      "result": {
        "errno": -111,
        "code": "ECONNREFUSED",
        "syscall": "connect",
        "address": "127.0.0.1",
        "port": 443,
        "call": {
          "method": "session.login_with_password",
          "params": "* obfuscated *"
        },
        "message": "connect ECONNREFUSED 127.0.0.1:443",
        "name": "Error",
        "stack": "Error: connect ECONNREFUSED 127.0.0.1:443\n    at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1555:16)\n    at TCPConnectWrap.callbackTrampoline (node:internal/async_hooks:128:17)"
      }
    },
    {
      "data": {
        "type": "VM",
        "id": "36100ecd-3057-a18b-e146-26cbdf4b2892"
      },
      "id": "1713205335980:1",
      "message": "backup VM",
      "start": 1713205335980,
      "status": "failure",
      "end": 1713205335980,
      "result": {
        "errno": -111,
        "code": "ECONNREFUSED",
        "syscall": "connect",
        "address": "127.0.0.1",
        "port": 443,
        "call": {
          "method": "session.login_with_password",
          "params": "* obfuscated *"
        },
        "message": "connect ECONNREFUSED 127.0.0.1:443",
        "name": "Error",
        "stack": "Error: connect ECONNREFUSED 127.0.0.1:443\n    at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1555:16)\n    at TCPConnectWrap.callbackTrampoline (node:internal/async_hooks:128:17)"
      }
    },
    {
      "data": {
        "type": "VM",
        "id": "a52c89fc-8eaf-505a-28c0-0a1183b12c71"
      },
      "id": "1713205335982",
      "message": "backup VM",
      "start": 1713205335982,
      "status": "failure",
      "end": 1713205335982,
      "result": {
        "errno": -111,
        "code": "ECONNREFUSED",
        "syscall": "connect",
        "address": "127.0.0.1",
        "port": 443,
        "call": {
          "method": "session.login_with_password",
          "params": "* obfuscated *"
        },
        "message": "connect ECONNREFUSED 127.0.0.1:443",
        "name": "Error",
        "stack": "Error: connect ECONNREFUSED 127.0.0.1:443\n    at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1555:16)\n    at TCPConnectWrap.callbackTrampoline (node:internal/async_hooks:128:17)"
      }
    }
  ],
  "end": 1713205335983,
  "result": {
    "errno": -111,
    "code": "ECONNREFUSED",
    "syscall": "connect",
    "address": "127.0.0.1",
    "port": 443,
    "call": {
      "method": "session.login_with_password",
      "params": "* obfuscated *"
    }
  }
}

To reproduce

  1. Go to '...'
  2. Click on '...'
  3. Scroll down to '...'
  4. See error

Expected behavior

Start backup OK

Screenshots

No response

Node

Xen Orchestra, commit bd7e5

Hypervisor

XCP-ng Host 8.2.1

Additional context

No response

@julien-f julien-f self-assigned this Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants