Port out of range:65536 exepction by adding a stream node
This is my setup:
App Server: Tomcat 8.5
OS: CentOS 7 running in a docker container.
Pega version: Pega Infitniy 8.1
Unfortunately no backgroud agents ("Queue processors) are running. According to the arning message in the queue processor lading page "Stream service is down. The values displayed on this page may be inaccurate." the stream node is missing.
So I wanted to add a stream node, but I'm getting always the following error.
java.lang.IllegalArgumentException: port out of range:65536
at java.net.InetSocketAddress.checkPort(InetSocketAddress.java:143)
at java.net.InetSocketAddress. (InetSocketAddress.java:224)
at com.pega.dsm.dnode.impl.server.web.StreamDataSetWebService.run(StreamDataSetWebService.java:94)
***Edited by Moderator Marissa to update platform capability tags****