Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot access groups settings. #2392

Open
vlebourl opened this issue Aug 27, 2024 · 2 comments
Open

Cannot access groups settings. #2392

vlebourl opened this issue Aug 27, 2024 · 2 comments

Comments

@vlebourl
Copy link

Hi,

After running CDash v3.4.3 via docker compose for a while, I can't access the settings page for my project groups.
Although the project does exist, the settings page shows:

image

while the dev panel in the browser shows that the call to manageBuildGroup.php?projectid=1 fails with 404 not found:
{"error":"No query results for model [App\Models\Site] -1","code":404}

Any idea how to fix this?

Thanks a lot.

@williamjallen
Copy link
Collaborator

Is there an associated stack trace in the logs?

@vlebourl
Copy link
Author

docker compose logs -f provides the following when reloading the page:

cdash           | 10.10.10.51 - - [27/Aug/2024:14:28:25 +0000] "GET /manageBuildGroup.php?projectid=1 HTTP/1.1" 200 8777 "https://cdash.xxxxxxx.com/index.php?project=MyProject" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 OPR/112.0.0.0"
cdash           | 10.10.10.51 - - [27/Aug/2024:14:28:25 +0000] "GET /js/CDash_1724760692194.min.js HTTP/1.1" 200 452220 "https://cdash.xxxxxxx.com/manageBuildGroup.php?projectid=1" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 OPR/112.0.0.0"
cdash           | 10.10.10.51 - - [27/Aug/2024:14:28:26 +0000] "GET /build/css/cdash_1724760692194.css HTTP/1.1" 200 3241 "https://cdash.xxxxxxx.com/manageBuildGroup.php?projectid=1" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 OPR/112.0.0.0"
cdash           | 10.10.10.51 - - [27/Aug/2024:14:28:26 +0000] "GET /api/v1/manageBuildGroup.php?projectid=1 HTTP/1.1" 404 544 "https://cdash.xxxxxxx.com/manageBuildGroup.php?projectid=1" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 OPR/112.0.0.0"

Although looking at the logs, I also see a recurring error:

cdash_postgres  | 2024-08-27 14:29:00.115 UTC [64348] ERROR:  invalid page in block 390806 of relation base/16384/17965
cdash_postgres  | 2024-08-27 14:29:00.115 UTC [64348] CONTEXT:  while scanning block 390806 of relation "public.label2test"
cdash_postgres  | 	automatic vacuum of table "cdash.public.label2test"

but I don't see how it could relate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants