Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] 502 Bad gateway in jetty +dropwizard

one of our production box is started giving 502 Bad Gateway error and below is the error we are getting 


WARN  [2018-06-09 13:40:32,374] org.eclipse.jetty.util.thread.QueuedThreadPool: dw{STARTED,8<=1024<=1024,i=0,q=1024} rejected org.eclipse.jetty.io.AbstractConnection$2@b88f1d0

WARN  [2018-06-09 13:40:32,374] org.eclipse.jetty.io.SelectorManager: Could not process key for channel java.nio.channels.SocketChannel[connected local=/172.xx.xx.xx:8080 remote=/172.xx.xx.xx:13361]


We are using jetty 9.2.13 jar. 





Back to the top