Forum

Klaus79
Participant
    4 years, 8 months ago #23319
    Up
    0
    Down
    ::

    Hi Christian,

     

    I suppose I know the registration of the plugin.

    JSON config file inside the docker container registrates the plugin at 127.0.0.1:8085. Correct?

    Unfortunately this does not work. See the dump.

     

    events.js:292
    throw er; // Unhandled ‘error’ event
    ^

    Error: connect ECONNREFUSED 127.0.0.1:8085
    at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1141:16)
    Emitted ‘error’ event on ClientRequest instance at:
    at Socket.socketErrorListener (_http_client.js:426:9)
    at Socket.emit (events.js:315:20)
    at emitErrorNT (internal/streams/destroy.js:92:8)
    at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)
    at processTicksAndRejections (internal/process/task_queues.js:84:21) {
    errno: ‘ECONNREFUSED’,
    code: ‘ECONNREFUSED’,
    syscall: ‘connect’,
    address: ‘127.0.0.1’,
    port: 8085
    }

    Best regards

    Klaus