Author Message
KoenTielens2
Joined: Jun 14, 2006
Messages: 14
Offline

The Breeze Documentation (Chapter 12) talks you through running a sample client (part of the Breeze SDK) and asks to fill in a “Streams-<version>” as part of the connection URL.

I’m on 3.5.0.1. How can I, based on my configuration, identify what the exact <version> part should be?

Streams Service Endpoint
use URL http://<IP_ADDRESS>/services/Streams-<version>/endpoint/cometd
JoelEzell
Joined: Nov 15, 2013
Messages: 780
Offline
Hi Koen, can you specify the exact document that you're looking at? Maybe provide a link to it? I'm having a hard time finding the text you're referencing.
KoenTielens2
Joined: Jun 14, 2006
Messages: 14
Offline
Joel,

Should have mentioned it: Avaya Context Store Snap-in Developer Guide Release 3.5.0.0 Issue 1 July 2018

https://www.devconnectprogram.com/fileMedia/download/6734fc93-087b-4b1f-a1e7-aeff68d7c3f1

Kind regards, Koen

SiobhanDervan
Joined: Mar 10, 2015
Messages: 22
Offline
Hi Koen,

The version required is the version of the Streams snapin service installed on your cluster.

For 3.5.0.1 release, that's Streams-3.5.0.1.52100601 (you can confirm the version by checking Breeze Element Manager "Cluster Administration" or "Service Management" pages)

Regards,
Siobhán
KoenTielens2
Joined: Jun 14, 2006
Messages: 14
Offline
Thx,

Now using

http://<server-ip>/services/Streams-3.5.0.1.52100601/endpoint/cometd

I'm getting: "Missing required configuration parameter 'url' specifying the Bayeux server URL"

I'll start digging!

Kind regards, Koen
KoenTielens2
Joined: Jun 14, 2006
Messages: 14
Offline
Siobhán,

Which is the service that I should identify under the Breeze element manager configuration on System Manager (that covers this functionality)?

Kind regards, Koen
SiobhanDervan
Joined: Mar 10, 2015
Messages: 22
Offline
Have you enabled CORS on the cluster? (section 12.2.1 step 3)

Are you using the URL above in the JavaScript Test Client (section 12.3.1) or trying to access it directly in browser?

Looks like your attempting to use an unsecured connection, so steps in section 12.2.2 should not be necessary
KoenTielens2
Joined: Jun 14, 2006
Messages: 14
Offline
Siobhán,

Yes, CORS enabled on every server of the cluster.

I use the URL within the JavaScript Test Client and indeed using HTTP.

I don't see the 3.5.0.1.52100601 in the Element manager setup though ... most services are on 3.5.0.0.901401

Could well be this is 3.5.0.0 instead of 3.5.0.1 ...

Kind regards, Koen
SiobhanDervan
Joined: Mar 10, 2015
Messages: 22
Offline
Hi Koen,

You must use the version that is currently installed on the cluster.

Regards,
Siobhán
KoenTielens2
Joined: Jun 14, 2006
Messages: 14
Offline
Siobhán,

Could you state the name of the service (the install breeze plugin) that provides the streams functionality. Different services carry different versions so I want to ensure to choose the correct version number.

Kind regards, Koen
SiobhanDervan
Joined: Mar 10, 2015
Messages: 22
Offline
Hi Koen,

It's the name of the service that your using and you've referenced in this question - Streams.

Streams-<release-version-number-you're-using> is the parameter you must use.

If you're using 3.5.0.0, then the GA version number is 3.5.0.0.901401 therefore the parameter you use would be Streams-3.5.0.0.901401
You can confirm what service version you have installed from Element Manager as I mentioned in previous response

Regards,
Siobhán
Go to:   
Mobile view