[Seaside] Re: GRInvalidUtf8Error: Invalid UTF-8 input

Philippe Marschall philippe.marschall at gmail.com
Wed Jun 22 07:40:29 UTC 2016


On Tue, Jun 21, 2016 at 7:31 PM, Hilaire <hilaire at drgeo.eu> wrote:
> Hi,
>
> Le 21/06/2016 19:01, Philippe Marschall a écrit :
>> A stack trace would be helpful so that we know where error happens.
>
> Sadly there is no trace as the debugger does not popup. Only this error
> raised, from GRPharoUtf8Codec>>decode: with a call to the invalidUtf8
> method:
>
> GRPharoUtf8Codec>>invalidUtf8
> GRInvalidUtf8Error signal: 'Invalid UTF-8 input'

Ok, it's likely in the server adapter before Seaside actually kicks in
then. Can you set a break point in GRPharoUtf8Codec >> #invalidUtf8?

My suspect would be ZnZincServerAdaptor >> #convertMultipart:

If you can send us the string it's trying to convert that would be helpful.

Cheers
Philippe


More information about the seaside mailing list