XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. dtree
    D
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 4
    • Groups 0

    dtree

    @dtree

    0
    Reputation
    1
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    dtree Unfollow Follow

    Latest posts made by dtree

    • RE: Servers: connection failed, Invalid XML-RPC message / Error with plaintext password

      Thanks! That worked (changing the IP address of the XOA from the host). I was not aware that they were separate IP addresses. I'm still not sure how to change the XOA IP address, but that's ok.

      posted in Xen Orchestra
      D
      dtree
    • RE: Servers: connection failed, Invalid XML-RPC message / Error with plaintext password

      olivierlambert
      Sorry, so how do I put them on different IP addresses? I had thought they were both using 192.168.107.4.

      If I try to ssh to 192.168.107.4, it says ssh_exchange_identification: read: Connection reset by peer.

      posted in Xen Orchestra
      D
      dtree
    • RE: Servers: connection failed, Invalid XML-RPC message / Error with plaintext password

      I'm kind of confused.

      I have XCP-ng installed on box with IP address 192.168.107.4. I thought the fact that the Xen Orchestra web site appears at all confirms that the 192.168.107.4 is responding and serving the web page so it means that the IP address is correct, right?

      I'm not sure how Servers differs from the Orchestra IP, or if it should. I think the XOA is installed on dom0 (or dom1??) of the box and I'm assuming the Servers should be talking to the XCP-ng dom0, right? But in any case, there's only one physical box, so the IP is 192.168.107.4. I'm not sure how I could have it wrong.

      I disconnected the Ethernet cable from the box and confirmed that it stopped pinging so I assume there is nothing else at that address.

      posted in Xen Orchestra
      D
      dtree
    • Servers: connection failed, Invalid XML-RPC message / Error with plaintext password

      I am a newbie with XCP-ng and Orchestra. I installed Orchestra seemingly ok, but on the web page, Orchestra's Settings->Servers shows the red error triangle with exclamation point. The mouse over says Connection failed. Click for more information. When I click it says Invalid XML-RPC message.

      8d5c2507-5530-4421-9651-ae05fe176dfa-image.png

      QUESTIONS:

      1. What do I do to fix this error?

      2. Note that my PLAINTEXT password is actually reported in the error log (below). Is this a security issue that should be addressed?

      ERROR LOG

      server.enable
      {
        "id": "a488939a-4e6b-43e4-8b44-ad900022ce5e"
      }
      {
        "call": {
          "method": "session.login_with_password",
          "params": [
            "root",
            "<my plaintext password>"
          ]
        },
        "message": "Invalid XML-RPC message",
        "name": "Error",
        "stack": "Error: Invalid XML-RPC message
          at Deserializer.onDone (/usr/local/lib/node_modules/xo-server/node_modules/xmlrpc/lib/deserializer.js:79:21)
          at SAXStream.apply (events.js:310:20)
          at SAXStream.patchedEmit [as emit] (/usr/local/lib/node_modules/xo-server/node_modules/@xen-orchestra/log/src/configure.js:94:17)
          at SAXParser.SAXStream._parser.onend (/usr/local/lib/node_modules/xo-server/node_modules/sax/lib/sax.js:190:10)
          at emit (/usr/local/lib/node_modules/xo-server/node_modules/sax/lib/sax.js:624:35)
          at end (/usr/local/lib/node_modules/xo-server/node_modules/sax/lib/sax.js:667:5)
          at SAXParser.end (/usr/local/lib/node_modules/xo-server/node_modules/sax/lib/sax.js:154:24)
          at SAXStream.end (/usr/local/lib/node_modules/xo-server/node_modules/sax/lib/sax.js:248:18)
          at IncomingMessage.onend (_stream_readable.js:660:10)
          at Object.onceWrapper (events.js:416:28)
          at IncomingMessage.apply (events.js:322:22)
          at IncomingMessage.patchedEmit [as emit] (/usr/local/lib/node_modules/xo-server/node_modules/@xen-orchestra/log/src/configure.js:94:17)
          at endReadableNT (_stream_readable.js:1187:12)
          at processTicksAndRejections (internal/process/task_queues.js:84:21)"
      }
      
      posted in Xen Orchestra
      D
      dtree