Hi All,
I am facing timeout issues when the application is responding slow even though i have set readTimeout and connectionTimeout to a higher value or 0.
Below are the exceptions i am facing
1.
leProxy-5-ProxyToServerWorker-6) No content type specified in response from
/fonts/icomoon.woff. Content will be treated as application/octet-stream
org.littleshoot.proxy.impl.ProxyToServerConnectio
n] (LittleProxy-5-ProxyToServerWorker-3) (CONNECTING) [id: 0x28ac50aa]: Connecti
on to upstream server failed java.net.ConnectException: Connection timed out: no
further information: <server>/<server_ip>:443
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) ~[?:1.8.0_91
]
at sun.nio.ch.SocketChannelImpl.finishConnect(Unknown Source) ~[?:1.8.0_
91]
at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocke
tChannel.java:329) ~[browsermob-dist-2.1.2.jar:?]
at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConne
ct(AbstractNioChannel.java:334) [browsermob-dist-2.1.2.jar:?]
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.jav
a:588) [browsermob-dist-2.1.2.jar:?]
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEve
ntLoop.java:512) [browsermob-dist-2.1.2.jar:?]
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.ja
va:426) [browsermob-dist-2.1.2.jar:?]
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:398) [browser
mob-dist-2.1.2.jar:?]
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThread
EventExecutor.java:877) [browsermob-dist-2.1.2.jar:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_91]
2.
org.littleshoot.proxy.impl.ProxyToServerConnectio
n] (LittleProxy-5-ProxyToServerWorker-3) (CONNECTING) [id: 0xcb4439a7]: Connecti
on to upstream server failed java.nio.channels.ClosedChannelException
at io.netty.channel.nio.AbstractNioChannel.doClose()(Unknown Source) ~[b
rowsermob-dist-2.1.2.jar:?]
I am using the bmp proxy with protractor/nodejs.
Could you please help me resolve this issue