Skip to content

[Bug]: Connecting Event Portal to a runtime Event Broker: URL wrong? #355

@10100011

Description

@10100011

Bug Description

In the CodeLabs exercise 'Connecting Event Portal to a runtime Event Broker', the EMA YAML connection file contains a URL which may have too many levels on line 84:

plugins.resources.connections.url: https://mr-connection-xxxxxx.messaging.solace.cloud:943/SEMP/v2/config

This results in an error on the EMA:

"diagnostic":{"severity":"error","summary":"SEMP call failed","detail":"request failed for https://mr-connection-xxxxxx.messaging.solace.cloud:943/SEMP/v2/config/SEMP/v2/config/msgVpns/rrrrrr using GET, No paths found for /SEMP/v2/config/msgVpns/rrrrrr, INVALID_PATH"

...and updates cannot be pushed to the Event Broker.

Altering the line to:

plugins.resources.connections.url: https://mr-connection-xxxxxx.messaging.solace.cloud:943

...restores the connection.

Expected Behavior

Updates to be pushed to the Event Broker

Steps to Reproduce

Follow the CodeLabs exercise 'Connecting Event Portal to a runtime Event Broker', in particular Step 6 to save and create a connection file.

Solace Broker version

10.10.1.112

Solace API

No response

Solace API version

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions