I'm trying to run a Starter Consumer TS1 sample, but I can't even connect, here are some excerpts from the log file:
2017 Jun 22 10:41:13.132 ST GMT+02:00 123C 2720 470 TRACE <- Received LoggerNotifyEvent: [Thu Jun 22 10:41:13 2017]: (ComponentName) Static: (Severity) Information: Using the following configuration for RSSL_Cons_Connection "Default::Connection_RSSL localhost:14002": hostName = "localhost", rsslPort = "14002", interfaceName = "localhost", compressionType = 0, channelBlocking = false, recvBufSize = 65535, sendBufSize = 65535, writeBufferMaxFragmentLength = 6144, connectionWaitTimeout = 30000, connectionPingTimeout = 30000, guaranteedOutputBuffers = 400, numInputBuffers = 20, tcp_nodelay = True, throttleEnabled = True, throttleType = count, throttleMaxCount = 250, throttleBatchCount = 10, traceMsg = False, traceMsgToFile = False, dictionaryRequestTimeout = 45 . 2017 Jun 22 10:41:13.133 ST GMT+02:00 123C 2720 596 TRACE <- Received MMT_MARKET_PRICE Status serviceName : IDN_RDF symbolName : QQCN streamState : Open dataState : Suspect statusCode : None statusText : Source unavailable... will recover when source is up.
******************** WARNING! ******************** WARNING! ******************** 2017 Jun 22 10:41:14.166 ST GMT+02:00 123C 2720 470 WARN* <- Received LoggerNotifyEvent: [Thu Jun 22 10:41:14 2017]: (ComponentName) Static: (Severity) Warning: RSSL Channel closing on connection "Default::Connection_RSSL localhost:14002" due to "channel disconnect" . 2017 Jun 22 10:41:14.168 ST GMT+02:00 123C 2720 470 TRACE <- Received LoggerNotifyEvent: [Thu Jun 22 10:41:14 2017]: (ComponentName) Static: (Severity) Information: Connection Status Changed, RSSL_Cons_Connection "Default::Connection_RSSL localhost:14002" State: "Down" StatusCode: "None" StatusText: Connection down . 2017 Jun 22 10:41:14.170 ST GMT+02:00 123C 2720 470 TRACE <- Received LoggerNotifyEvent: [Thu Jun 22 10:41:14 2017]: (ComponentName) Static: (Severity) Information: RSSL_Cons_Connection "Default::Connection_RSSL localhost:14002" will be tried in 15000 milliseconds
I've checked and no app is listening on port 14002
any advice ?