XMR Connection issue

Hello

if i try to issue an XMR command or to reconfigure XMR on the client it loads infinitely.

Used Versions:
Client 1.8.1
Cms 1.8.1
Apache 2.4 x86 ts
Php 5.6 x86 ts
ZeroMQ x86
zmq.dll 1.1.2 x86 ts
Windows Server 2012 R2 x64

Configuration:
CMS Settings → Display
XMR Private Address tcp://127.0.0.1:50001
XMR Public Address tcp://172.20.130.61:9505

XMR Config.json
{
“listenOn”: “tcp://127.0.0.1:50001”,
“pubOn”: [“tcp://172.20.130.61:9505”],
“debug”: true
}

If i directly start the vendor\xibosignage\xibo-xmr\bin\xmr.phar File everything looks fine:

Also the client says “XMR Status: Connected to (tcp://172.20.130.61:9505)”, last activity: (2 seconds ago) and the Report Fault page shows ZeroMQ with an green checkmark

Thank you

Is there anything logged in CMS log page?

You might want to enable debugging, recreate the issue and then check log page (ie go through Report Fault wizard).

@Peter Thank you for the fast reply

There isn’t anything special logged except (occuring about 3 times a minute until i ended debugging):

71,9101931,“2017-06-21 15:05:18”,WEB,/clock,GET,“Install Fonts called with options: {“invalidateCache”:false}”,DEBUG
72,9101931,“2017-06-21 15:05:18”,WEB,/clock,GET,“CMS font CSS returned from Cache.”,DEBUG
73,9101931,“2017-06-21 15:05:18”,WEB,/clock,GET,“Checking permissions against the logged in user: ID: 0, Name: , UserType: 0”,DEBUG
74,9101931,“2017-06-21 15:05:18”,WEB,/clock,GET,“Route drawer not viewable”,DEBUG
75,9101931,“2017-06-21 15:05:18”,WEB,/clock,GET,“Blocked assess to unrecognised page: /drawer.”,DEBUG
76,9101931,“2017-06-21 15:05:18”,WEB,/clock,GET,“Request stats: {
“log”: {
“insert”: 5
},
“default”: {
“select”: 1
},
“length”: 0.298738
}.”,INFO

First in the Client Log there appears the Info “Unable to Subscribe to XMR” but after i changed the listenOn and the XMR Private Address Port to 5555 the error disapeared.

The last contact field only updates if i start the xmr.phar manually. Is that normal?

@Peter

The info message on the client “Unable to Subscribe to XMR” starts again after i stop the manually started xmr.phar

Also in wireshark i only see communication between CMS and Client while xmr.phar is running and there seems to be no communication between cms an zeromq.