Re: Unexpected error in REST endpoint

2024-03-18 Thread Vieri
On Friday, March 15, 2024 at 05:48:53 PM GMT+1, Michael Jumper wrote: > Do you have a custom extension present that might have a > guac-manifest.json containing one or more incorrect paths to HTML patches? > > If not, the only other possible cause would be modification of the > extension .jar

Re: Unexpected error in REST endpoint

2024-03-15 Thread Michael Jumper
On 3/15/24 07:07, Vieri wrote: On Friday, March 15, 2024 at 02:59:01 PM GMT+1, Nick Couchman wrote: 2024-03-15 07:34:08,879 [https-openssl-apr-8543-exec-8] DEBUG o.a.g.rest.RESTExceptionMapper - Unexpected error in REST endpoint. java.lang.NullPointerException: null     at java.io.Rea

Re: Unexpected error in REST endpoint

2024-03-15 Thread Vieri
On Friday, March 15, 2024 at 02:59:01 PM GMT+1, Nick Couchman wrote: >> 2024-03-15 07:34:08,879 [https-openssl-apr-8543-exec-8] DEBUG >> o.a.g.rest.RESTExceptionMapper - Unexpected error in REST endpoint. >> java.lang.NullPointerException: null >>     at java.io.Reader.(Reader.java:78)

Re: Unexpected error in REST endpoint

2024-03-15 Thread Nick Couchman
On Fri, Mar 15, 2024 at 9:20 AM Vieri wrote: > > > On Friday, March 15, 2024 at 11:48:26 AM GMT+1, Nick Couchman < > vn...@apache.org> wrote: > > > Can you get the full trace of this NullPointerExecption? > > It's the same as in my previous post: > > 2024-03-15 07:34:08,879 [https-openssl-apr-854

Re: Unexpected error in REST endpoint

2024-03-15 Thread Vieri
On Friday, March 15, 2024 at 11:48:26 AM GMT+1, Nick Couchman wrote: > Can you get the full trace of this NullPointerExecption? It's the same as in my previous post: 2024-03-15 07:34:08,879 [https-openssl-apr-8543-exec-8] DEBUG o.a.g.rest.RESTExceptionMapper - Unexpected error in REST end

Re: Unexpected error in REST endpoint

2024-03-15 Thread Nick Couchman
On Fri, Mar 15, 2024 at 5:44 AM Vieri wrote: > Hi, > > After quite a while without any problems I am now hitting this issue again > (no tampering with extensions or anything at all -- system untouched): > > 2024-03-15 07:34:08,879 [https-openssl-apr-8543-exec-8] ERROR > o.a.g.rest.RESTExceptionMa

Re: Unexpected error in REST endpoint

2024-03-15 Thread Vieri
Hi, After quite a while without any problems I am now hitting this issue again (no tampering with extensions or anything at all -- system untouched): 2024-03-15 07:34:08,879 [https-openssl-apr-8543-exec-8] ERROR o.a.g.rest.RESTExceptionMapper - An internal error occurred, but did not contain a

Re: Unexpected error in REST endpoint

2024-02-14 Thread Vieri
On Monday, February 12, 2024 at 08:10:23 PM GMT+1, Michael Jumper wrote: On 2/12/24 10:18, Vieri wrote: >> ... >> [https-openssl-apr-8543-exec-10] DEBUG o.a.g.rest.RESTExceptionMapper - >> Unexpected error in REST endpoint. >> java.lang.NullPointerException: null >>      at java.io.Read

Re: Unexpected error in REST endpoint

2024-02-12 Thread Michael Jumper
On 2/12/24 10:18, Vieri wrote: ... [https-openssl-apr-8543-exec-10] DEBUG o.a.g.rest.RESTExceptionMapper - Unexpected error in REST endpoint. java.lang.NullPointerException: null     at java.io.Reader.(Reader.java:78)     at java.io.InputStreamReader.(InputStreamReader.java:97)