-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
81 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
[INFO] 2025-01-15T14:52:58.059557320 [AdminServerMonitoring] System Health: Uptime=0h0m, Memory=30MB/67MB(45%), Processors=1, Heap=30MB, Threads=28(Peak:28, Daemon:23), DB Connections: Active=0, Idle=20, Total=20 | ||
Context: | ||
uptime_hours: 0 | ||
uptime_minutes: 0 | ||
memory_used_mb: 30 | ||
memory_total_mb: 67 | ||
memory_usage_percent: 45 | ||
processors: 1 | ||
heap_used_mb: 31 | ||
thread_count: 28 | ||
thread_peak: 28 | ||
thread_daemon: 23 | ||
db_active_connections: 0 | ||
db_idle_connections: 20 | ||
db_total_connections: 20 | ||
db_threads_awaiting_connection: 0 | ||
[INFO] 2025-01-15T14:52:58.153676966 [AdminServerMonitoring] System Load Average: 0.54 | ||
[INFO] 2025-01-15T14:59:23.057599469 [AdminServerMonitoring] System Health: Uptime=0h0m, Memory=39MB/77MB(51%), Processors=1, Heap=39MB, Threads=28(Peak:28, Daemon:23), DB Connections: Active=0, Idle=20, Total=20 | ||
Context: | ||
uptime_hours: 0 | ||
uptime_minutes: 0 | ||
memory_used_mb: 39 | ||
memory_total_mb: 77 | ||
memory_usage_percent: 51 | ||
processors: 1 | ||
heap_used_mb: 39 | ||
thread_count: 28 | ||
thread_peak: 28 | ||
thread_daemon: 23 | ||
db_active_connections: 0 | ||
db_idle_connections: 20 | ||
db_total_connections: 20 | ||
db_threads_awaiting_connection: 0 | ||
[WARN] 2025-01-15T14:59:23.148299338 [AdminServerMonitoring] System Load Average: 1.64 (exceeds threshold: 0.8) | ||
[DEBUG] 2025-01-15T14:59:34.241567342 [RequestLogger] Received accounts Creation request | ||
Context: | ||
operation: accounts Creation | ||
method: POST | ||
uri: /accounts | ||
remote_addr: 172.18.0.1 | ||
protocol: HTTP/1.1 | ||
header_content_type: application/json | ||
header_authorization: [REDACTED] | ||
header_user_agent: PostmanRuntime/7.39.0 | ||
header_accept: */* | ||
header_postman_token: 2421be13-d4e3-42a3-b2a3-e144510c20e2 | ||
header_host: localhost:8081 | ||
header_accept_encoding: gzip, deflate, br | ||
header_connection: keep-alive | ||
header_content_length: 87 | ||
[DEBUG] 2025-01-15T14:59:34.246030579 [AccountService] Getting account by username: root | ||
[DEBUG] 2025-01-15T14:59:34.255876080 [AccountService] Using identifier for username: root as default-root | ||
[INFO] 2025-01-15T14:59:34.967971772 [AccountService] Starting account creation process for username: sphewwwwwwrddeon | ||
[DEBUG] 2025-01-15T14:59:34.972659284 [AccountService] Account creation details - Username: sphewwwwwwrddeon, Identifier: https://www.sphereon.com | ||
[ERROR] 2025-01-15T14:59:34.976862813 [AccountService] Account creation failed: Account with username sphewwwwwwrddeon already exists | ||
[INFO] 2025-01-15T14:59:35.040383377 [ExceptionHandler] Resource conflict occurred - Type: EntityAlreadyExistsException, Message: Account already exists | ||
[INFO] 2025-01-15T17:41:06.972833202 [AdminServerMonitoring] System Health: Uptime=0h0m, Memory=26MB/38MB(68%), Processors=1, Heap=26MB, Threads=28(Peak:28, Daemon:23), DB Connections: Active=0, Idle=20, Total=20 | ||
Context: | ||
uptime_hours: 0 | ||
uptime_minutes: 0 | ||
memory_used_mb: 26 | ||
memory_total_mb: 38 | ||
memory_usage_percent: 68 | ||
processors: 1 | ||
heap_used_mb: 27 | ||
thread_count: 28 | ||
thread_peak: 28 | ||
thread_daemon: 23 | ||
db_active_connections: 0 | ||
db_idle_connections: 20 | ||
db_total_connections: 20 | ||
db_threads_awaiting_connection: 0 | ||
[WARN] 2025-01-15T17:41:07.062505865 [AdminServerMonitoring] System Load Average: 5.44 (exceeds threshold: 0.8) |