Re: [jetty-users] Jetty warning | No port for HttpChannelOverHttp

2014-08-04 Thread Greg Wilkins
Looks like you are getting some bad requests? Probably with a badly formed Host header. On 4 August 2014 16:05, dhiraj prajapati wrote: > Hi, > I use jetty 9.1.2. I am seeing the following warning may times in my log: > > WARN org.eclipse.jetty.http.HttpParser - badMessage: > java.lang.Il

[jetty-users] Jetty warning | No port for HttpChannelOverHttp

2014-08-04 Thread dhiraj prajapati
Hi, I use jetty 9.1.2. I am seeing the following warning may times in my log: WARN org.eclipse.jetty.http.HttpParser - badMessage: java.lang.IllegalArgumentException: No port for HttpChannelOverHttp@16de48c9 {r=0,a=IDLE,uri=-} What does it mean? Can I ignore it or will it affect my application

[jetty-users] Jetty warning | No port for HttpChannelOverHttp

2014-08-03 Thread dhiraj prajapati
Hi, I use jetty 9.1.2. I am seeing the following warning may times in my log: WARN org.eclipse.jetty.http.HttpParser - badMessage: java.lang.IllegalArgumentException: No port for HttpChannelOverHttp@16de48c9 {r=0,a=IDLE,uri=-} What does it mean? Can I ignore it or will it affect my application

Re: [jetty-users] Jetty warning | No port for HttpChannelOverHttp

2014-08-01 Thread dhiraj prajapati
++ On 1 Aug 2014 16:02, "dhiraj prajapati" wrote: > Hi, > I use jetty 9.1.2. I am seeing the following warning may times in my log: > > WARN org.eclipse.jetty.http.HttpParser - badMessage: > java.lang.IllegalArgumentException: No port for HttpChannelOverHttp@16de48c9 > {r=0,a=IDLE,uri=-} > > W

[jetty-users] Jetty warning | No port for HttpChannelOverHttp

2014-08-01 Thread dhiraj prajapati
Hi, I use jetty 9.1.2. I am seeing the following warning may times in my log: WARN org.eclipse.jetty.http.HttpParser - badMessage: java.lang.IllegalArgumentException: No port for HttpChannelOverHttp@16de48c9 {r=0,a=IDLE,uri=-} What does it mean? Can I ignore it or will it affect my application