netifi-proteus / proteus-spring

Proteus Integration for Spring Boot
https://www.netifi.com
Apache License 2.0
22 stars 6 forks source link

Handshake timed out while trying to run Proteus Broker #16

Open nimeshsoftcell opened 5 years ago

nimeshsoftcell commented 5 years ago

I am trying "proteus-spring" demo applications and set up as per the readme file. When I try to run Proteus Broker with the following command, I get few warnings and time out error: docker run -p 8001:8001 -p 7001:7001 -e BROKER_SERVER_OPTS="'-Dnetifi.authentication.0.accessKey=9007199254740991' '-Dnetifi.authentication.0.accessToken=kTBDVtfRBO4tHOnZzSyY5ym2kfY=' '-Dnetifi.broker.admin.accessKey=9007199254740991' '-Dnetifi.broker.admin.accessToken=kTBDVtfRBO4tHOnZzSyY5ym2kfY='" netifi/proteus

I am getting time out error as following: ERROR r.n.r.PooledConnectionProvider [reactor-http-client-epoll-10] [id: 0xba34281b, L:/172.17.0.2:45026 - R:updates.netifi.io/52.229.25.216:443] Pooled connection observed an error javax.net.ssl.SSLException: handshake timed out at io.netty.handler.ssl.SslHandler.handshake(...)(Unknown Source) ~[netty-handler-4.1.29.Final.jar:4.1.29.Final]

I will appreciate assistance so that I can run demo applications to evaluate proteus. I am attaching my full console log of starting Proteus [Broker. Proteus Broker Log.txt

Thanks Nimesh