I have the following stacktrace
[15/12/11 05:52:01:001 EET] WARN EXCEPTION @7361b0bc=POST//xxx.xxx.xxx.xxx:xxxx/service/receiveMessage?nodeType=server&messageType=generatePoster&callerId=null&messageId=21c1f0e4-8ffe-4c4e-ade0-2b475c029203
(Unfortunately, this is the whole stacktrace, which does not apply to any of my classes).
This happens a few seconds after the call.
client.send(exchange);
Where
client = new org.eclipse.jetty.client.HttpClient(...) exchange = new org.eclipse.jetty.client.ContentExchange(...)
Jetty jars version is 8.1.0.RC0.
My question is: are Jetty sources open and where can I view the HttpGenerator.java sources?
source share