You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also potentially related are these log lines; they're also to do with relationships, and were errorring around the same time, but a connection hasn't been confirmed:
Dec0408:38:50openownership-register-prdapp/web.1I,[2023-12-04T16:38:50.029306#2] INFO -- : [cfcd8ecb-992f-4b0e-b658-4147d172838e] Started GET "/entities/59b939c467e4ebf3405c9e58/5ab966779dfc3fae18b56399" for REDACTED at 2023-12-04 16:38:50 +0000Dec0408:38:50openownership-register-prdapp/web.1I,[2023-12-04T16:38:50.029937#2] INFO -- : [cfcd8ecb-992f-4b0e-b658-4147d172838e] Processing by RelationshipsController#show as HTMLDec0408:38:50openownership-register-prdapp/web.1I,[2023-12-04T16:38:50.029989#2] INFO -- : [cfcd8ecb-992f-4b0e-b658-4147d172838e] Parameters: {"entity_id"=>"59b939c467e4ebf3405c9e58", "id"=>"5ab966779dfc3fae18b56399"}Dec0408:38:51openownership-register-prdapp/web.1I,[2023-12-04T16:38:51.030853#2] INFO -- : [cfcd8ecb-992f-4b0e-b658-4147d172838e] Completed 500 Internal Server Error in 1001ms (Allocations: 4408282)Dec0408:38:51openownership-register-prdapp/web.1F,[2023-12-04T16:38:51.330006#2] FATAL -- : [cfcd8ecb-992f-4b0e-b658-4147d172838e] Dec0408:38:51openownership-register-prdapp/web.1[cfcd8ecb-992f-4b0e-b658-4147d172838e]NoMethodError(undefinedmethod`master_entity' for nil:NilClassDec 04 08:38:51 openownership-register-prd app/web.1 [cfcd8ecb-992f-4b0e-b658-4147d172838e] Dec 04 08:38:51 openownership-register-prd app/web.1 [cfcd8ecb-992f-4b0e-b658-4147d172838e] app/controllers/relationships_controller.rb:37:in `resolve_master_entity'Dec 04 08:38:51 openownership-register-prd app/web.1 [cfcd8ecb-992f-4b0e-b658-4147d172838e] app/controllers/relationships_controller.rb:8:in `show'Dec0408:38:51openownership-register-prdheroku/routerat=infomethod=GETpath="/entities/59b939c467e4ebf3405c9e58/5ab966779dfc3fae18b56399"host=register.openownership.orgrequest_id=cfcd8ecb-992f-4b0e-b658-4147d172838efwd="REDACTED"dyno=web.1connect=5msservice=1902msstatus=500bytes=805protocol=https
It's not immediately clear what the cause of this is, especially since other data works (e.g. PSC data). It could potentially be related to issues with direct and indirect chains, first identified in Modelling review of Armenian extractives declarations Google document (2021). However, at present, no further investigation has been done about whether this is in fact the cause or related at all.
The text was updated successfully, but these errors were encountered:
When viewing some Armenian data in Register, clicking on some entity details links errors with HTTP 500 status.
e.g. https://register.openownership.org/entities/1880186386919833599/ , then Details.
The corresponding log lines are:
Looking at the relationships controller, there is a MongoDB reference; however, I doubt that this is the cause (but it's curious to note):
https://github.com/openownership/register/blob/master/app/controllers/relationships_controller.rb#L19
Also potentially related are these log lines; they're also to do with relationships, and were errorring around the same time, but a connection hasn't been confirmed:
It's not immediately clear what the cause of this is, especially since other data works (e.g. PSC data). It could potentially be related to issues with direct and indirect chains, first identified in Modelling review of Armenian extractives declarations Google document (2021). However, at present, no further investigation has been done about whether this is in fact the cause or related at all.
The text was updated successfully, but these errors were encountered: