You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@olingo.apache.org by "mibo (JIRA)" <ji...@apache.org> on 2019/05/05 05:42:01 UTC

[jira] [Updated] (OLINGO-1342) Non-json errors not displayed properly in logs

     [ https://issues.apache.org/jira/browse/OLINGO-1342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

mibo updated OLINGO-1342:
-------------------------
    Fix Version/s:     (was: (Java) V4 4.6.0)
                   (Java) V4 4.7.0

> Non-json errors not displayed properly in logs
> ----------------------------------------------
>
>                 Key: OLINGO-1342
>                 URL: https://issues.apache.org/jira/browse/OLINGO-1342
>             Project: Olingo
>          Issue Type: Bug
>          Components: odata4-client
>    Affects Versions: (Java) V4 4.5.0, (Java) V4 4.6.0
>            Reporter: Aleksandr Zaigraev
>            Priority: Major
>              Labels: patch
>             Fix For: (Java) V4 4.7.0
>
>         Attachments: OLINGO-1342.patch
>
>
> When http client receives non-json encoded error message, for example when receiving this error message:
> <HEAD><TITLE>Tunnel Connection Failed</TITLE></HEAD>...
> In Spring logs following will be displayed:
> org.apache.olingo.client.api.serialization.ODataDeserializerException: com.fasterxml.jackson.core.JsonParseException: Unexpected character ('<' (code 60)): expected a valid value (number, String, array, object, 'true', 'false' or 'null')
>  at [Source: (ByteArrayInputStream); line: 1, column: 2]
>  at org.apache.olingo.client.core.serialization.JsonDeserializer.toError(JsonDeserializer.java:444) ~[odata-client-core-4.5.0.jar:na]
>  at org.apache.olingo.client.core.serialization.ClientODataDeserializerImpl.toError(ClientODataDeserializerImpl.java:105) ~[odata-client-core-4.5.0.jar:na]
> ...



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)