The error was probably caused by an invalidly encoded UTF-8 character in the parameters of a HTTP request. The IllegalArgumentException originates from TypeUtil in jetty-util
Without seeing the actual failing request it's hard to say what caused the invalid parameter to be sent.