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.
Posts made by dtree
-
RE: Servers: connection failed, Invalid XML-RPC message / Error with plaintext password
-
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.
-
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.
-
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.
QUESTIONS:
-
What do I do to fix this error?
-
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)" }
-