-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Event log not loading #21621
Comments
any other logs from the core? also switch the core in to debug mode to get more output. |
those events are purely UI based, did you clear cached of your browser? |
@wy65701436 cache is not enabled in my browser, I have the network tools activated with disabled cache. I even tried with another browser. @Vad1mo I restarted in debug mode. Here's the output when I click on refresh event logs; Feb 16 12:35:12 172.20.0.1 core[3141492]: 2025-02-16T17:35:12Z [DEBUG] [/server/middleware/log/log.go:31]: attach request id a77acee0-8134-41f6-89f3-0cfb50ba12b1 to the logger for the request GET /api/v2.0/export/cve/executions
Feb 16 12:35:12 172.20.0.1 core[3141492]: 2025-02-16T17:35:12Z [DEBUG] [/server/middleware/artifactinfo/artifact_info.go:55]: In artifact info middleware, url: /api/v2.0/export/cve/executions
Feb 16 12:35:12 172.20.0.1 core[3141492]: 2025-02-16T17:35:12Z [DEBUG] [/server/middleware/security/session.go:47][requestID="a77acee0-8134-41f6-89f3-0cfb50ba12b1"]: a session security context generated for request GET /api/v2.0/export/cve/executions I also upgraded from 2.12.0 to 2.12.2, same result. I see this error when starting: Feb 16 12:26:03 172.20.0.1 core[3141492]: 2025-02-16T17:26:03Z [ERROR] [/pkg/audit/forward.go:44]: failed to create audit log, error dial tcp: missing address
Feb 16 12:26:03 172.20.0.1 core[3141492]: 2025-02-16T17:26:03Z [INFO] [/core/main.go:242]: initializing notification...
Feb 16 12:26:03 172.20.0.1 core[3141492]: 2025-02-16T17:26:03Z [INFO] [/pkg/notification/notification.go:77]: notification initialization completed
Feb 16 12:26:04 172.20.0.1 core[3141492]: 2025-02-16T17:26:04Z [INFO] [/core/main.go:261]: Version: v2.12.2, Git commit: 73072d0d
Feb 16 12:26:04 172.20.0.1 core[3141492]: 2025-02-16T17:26:04Z [INFO] [/core/main.go:263]: Fix empty subiss for meta info data.
Feb 16 12:26:04 172.20.0.1 core[3141492]: 2025-02-16T17:26:04Z [INFO] [/pkg/oidc/fix.go:37]: Not found any records with empty subiss, good to go. Thoughs? |
Hello,
I've been working with Harbor since 2.11.1, now upgraded to 2.12.0, and the Event log views have never loaded;
I can see the hits on the proxy server with code 200 but logs are not showing, and there's no error in the browser console log;
Is there a way to troubleshoot this? Thanks
The text was updated successfully, but these errors were encountered: