Article - CS335430

Error "​​​​​​​Expected token 'EOF' not found" and "The URI is malformed." when executing ODATA request with POSTMAN

Modified: 11-Dec-2020   


Applies To

  • Windchill Navigate (formerly ThingWorx Navigate) 8.5.0
Usage of POSTMAN

Description

Errors below reported when executing ODATA request with POSTMAN
  • In MethodServer.log : 
Expected token 'EOF' not found.
    at org.apache.olingo.server.core.uri.parser.ParserHelper.requireNext(ParserHelper.java:102)
    at org.apache.olingo.server.core.uri.parser.ParserHelper.requireTokenEnd(ParserHelper.java:108)
    at org.apache.olingo.server.core.uri.parser.ResourcePathParser.boundOperationOrTypeCast(ResourcePathParser.java:297)
    at org.apache.olingo.server.core.uri.parser.ResourcePathParser.parsePathSegment(ResourcePathParser.java:99)
  • In POSTMAN result :
{
    "error": {
        "code": null,
        "message": "The URI is malformed."
    }
}
This is a printer-friendly version of Article 335430 and may be out of date. For the latest version click CS335430