wjw465150 / run-jetty-run

Automatically exported from code.google.com/p/run-jetty-run
0 stars 0 forks source link

illegal character for httpchannel #177

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What is the expected output? Nothing
What do you see instead? the message below appears periodically
illegal character for httpchannelOverHttp@d9c6e2{r=0,a=IDLE,uri=-}

I am just starting with jetty and created the HelloWorld from the getting start 
tutorial
the server seems to respond to requests ok

I found a similar message which was designated as a client issues
But surely this cannot be a client issue as it occurs when there are no clients 
running

I think these are the detail
jetty-all 9.06.v20130930
servlet-api-3.0.jar from a distibution with the same version as the jetty-all
Windows 7 32bit ultimate
java 1.7.0_45

What Eclipse version are you using ? Not running eclipse

Please provide any additional information below.

Original issue reported on code.google.com by pbosa...@gmail.com on 2 Nov 2013 at 8:18

GoogleCodeExporter commented 9 years ago
I think I may have posted this to the wrong place
This has nothing to do with Eclipse as I am compiling and running from command 
line
If anyone knows where it should be posted and can move it, that would be good

Original comment by pbosa...@gmail.com on 2 Nov 2013 at 8:20

GoogleCodeExporter commented 9 years ago
Ask in jetty-user mailing list [1] or
The jetty tag in stackoverflow [2]

Be sure you include enough of the stacktrace. (not just the error message).

[1] https://dev.eclipse.org/mailman/listinfo/jetty-users
[2] http://stackoverflow.com/questions/tagged/jetty

Original comment by joakim.erdfelt on 9 Dec 2013 at 6:03