Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2021 11:23 AM
obs service does not support runs above 48 hours. The failure is caused by API token timing out. The token is used by the jobs service to communicate with external services. Based on the type of your workspace it might be possible to configure the timeout value.
Sample error message for this error is as below:
20/01/19 22:33:42 ERROR RawDBHttpClient: Failed to deserialize exception
shaded.v245.com.fasterxml.jackson.core.JsonParseException: Unexpected character ('<' (code 60)): expected a valid value (number, String, array, object, 'true', 'false' or 'null')
at [Source: <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>Error 403 Invalid access token.</title>
</head>
<body><h2>HTTP ERROR 403</h2>
<p>Problem accessing /api/2.0/jobs/create. Reason:
<pre> Invalid access token.</pre></p>
</body>
</html>
; line: 1, column: 2]
at shaded.v245.com.fasterxml.jackson.core.JsonParser._constructError(JsonParser.java:1419)
at shaded.v245.com.fasterxml.jackson.core.base.ParserMinimalBase._reportError(ParserMinimalBase.java:508)
at shaded.v245.com.fasterxml.jackson.core.base.ParserMinimalBase._reportUnexpectedChar(ParserMinimalBase.java:437)
at shaded.v245.com.fasterxml.jackson.core.json.ReaderBasedJsonParser._handleOddValue(ReaderBasedJsonParser.java:1462)
at shaded.v245.com.fasterxml.jackson.core.json.ReaderBasedJsonParser.nextToken(ReaderBasedJsonParser.java:683)
...