Details
-
Regression
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
None
Description
All eclwatch graphs are currently failing to render, due to an exception being hit in jstats :
assert(!scopes && !ids) failed - file: jstats.cpp, line 2750"
This was the stack trace:
__cxa_throw() at 0x7f11794018bd raiseAssertException() at jexcept.cpp:559 0x7f1179a39929 ScopeFilter::addScopeType() at jstats.cpp:2,750 0x7f1179afebf9 WuScopeFilter::addScopeType() at workunit.cpp:2,598 0x7f11623894bb WUDetails::buildWuScopeFilter() at ws_wudetails.cpp:343 0x7f114f59545b WUDetails::processRequest() at ws_wudetails.cpp:281 0x7f114f594c43 CWsWorkunitsEx::onWUDetails() at ws_workunitsService.cpp:4,005 0x7f114f53580c ws_workunits::CWsWorkunitsSoapBinding::onGetInstantQuery() at ws_workunits.esp:78,668 0x7f114f37047a EspHttpBinding::onGetQuery() at httpbinding.hpp:280 0x7f117a9c8f42 EspHttpBinding::onGet() at httpbinding.cpp:965 0x7f117a9bdaf6
and this was the eclwatch request in curl form:
curl 'http://localhost:8010/WsWorkunits/WUDetails.json' -H 'Origin: http://localhost:8010' -H 'Accept-Encoding: gzip, deflate, br' -H 'Accept-Language: en-GB,en;q=0.9,pl;q=0.8' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36' -H 'Content-Type: application/x-www-form-urlencoded' -H 'Accept: */*' -H 'Referer: http://localhost:8010/' -H 'Cookie: gsScrollPos-2137=0; gsScrollPos-1002=; gsScrollPos-55=; gsScrollPos-138=; gsScrollPos-2320=0; gsScrollPos-100=0; gsScrollPos-165=; gsScrollPos-949=0; PasswordExpiredCheck=true; gsScrollPos-944=' -H 'Connection: keep-alive' --data 'ScopeFilter.MaxDepth=999999&ScopeFilter.Ids_i0=graph1&ScopeFilter.ScopeTypes_i0=graph&ScopeOptions.IncludeMatchedScopesInResults=true&ScopeOptions.IncludeScope=true&ScopeOptions.IncludeId=true&ScopeOptions.IncludeScopeType=true&PropertyOptions.IncludeName=true&PropertyOptions.IncludeRawValue=true&PropertyOptions.IncludeFormatted=true&PropertyOptions.IncludeMeasure=true&PropertyOptions.IncludeCreator=false&PropertyOptions.IncludeCreatorType=false&NestedFilter.Depth=999999&NestedFilter.ScopeTypes_i0=graph&NestedFilter.ScopeTypes_i1=subgraph&NestedFilter.ScopeTypes_i2=activity&NestedFilter.ScopeTypes_i3=edge&PropertiesToReturn.AllProperties=true&PropertiesToReturn.AllStatistics=true&PropertiesToReturn.AllHints=true&WUID=W20180521-112135&ver_=1.68' --compressed
Attachments
Issue Links
- clones
-
HPCC-19731 Graphs failing to render, requests hitting exception in jstats
-
- Resolved
-