Checkpoint pending project changes

This commit is contained in:
trifonovt 2026-06-10 17:16:23 +02:00
parent a9b62d807d
commit 2f4ffc2468
42 changed files with 49970 additions and 235 deletions

40231
.analysis/Olv/Olv.json Normal file

File diff suppressed because it is too large Load Diff

45
.analysis/TmpPrint.java Normal file
View File

@ -0,0 +1,45 @@
package at.procon.eventhub.processing.api;
import at.procon.eventhub.dto.*;
import at.procon.eventhub.processing.model.*;
import at.procon.eventhub.processing.service.*;
import com.fasterxml.jackson.databind.ObjectMapper;
import java.time.OffsetDateTime;
import java.util.*;
import org.springframework.test.web.servlet.MockMvc;
import org.springframework.test.web.servlet.setup.MockMvcBuilders;
import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.post;
import static org.mockito.ArgumentMatchers.any;
import static org.mockito.Mockito.when;
public class TmpPrint {
public static void main(String[] args) throws Exception {
UnifiedRuntimeEventAssemblyService eventAssemblyService = org.mockito.Mockito.mock(UnifiedRuntimeEventAssemblyService.class);
UnifiedRuntimeDriverTimelineService timelineService = org.mockito.Mockito.mock(UnifiedRuntimeDriverTimelineService.class);
MockMvc mockMvc = MockMvcBuilders.standaloneSetup(new UnifiedRuntimeProcessingController(eventAssemblyService, timelineService))
.setControllerAdvice(new UnifiedRuntimeProcessingExceptionHandler())
.build();
ObjectMapper om = new ObjectMapper().findAndRegisterModules();
UUID sessionId = UUID.randomUUID();
UnifiedRuntimeProcessingRequest request = UnifiedRuntimeProcessingRequest.forTachographFileSession(
sessionId, "12:123", OffsetDateTime.parse("2026-05-01T08:00:00Z"), OffsetDateTime.parse("2026-05-01T10:00:00Z"), true, 0);
EventHubEventDto event = new EventHubEventDto(
UUID.randomUUID(), "EV-1", new DriverRefDto("12:123", null),
new VehicleRefDto("VEH-1", "VIN-1", "VR-1", new VehicleRegistrationRefDto("12", 12, "REG-1")),
OffsetDateTime.parse("2026-05-01T08:00:00Z"), null, OffsetDateTime.parse("2026-05-01T08:00:00Z"),
EventDomain.DRIVER_ACTIVITY, EventType.DRIVE, EventLifecycle.START, null, null,
new EventDetailsDto("DRIVER_ACTIVITY", om.valueToTree(Map.of("cardSlot", "DRIVER"))),
null,
om.valueToTree(Map.of("raw", Map.of("driverKey", "12:123", "intervalId", "ACT-1"))),
false,
null
);
when(eventAssemblyService.assembleDriverScopedEvents(any()))
.thenReturn(new UnifiedRuntimeEventBundle(request, List.of(event), List.of(), List.of(), List.of(event), List.of()));
String body = mockMvc.perform(post("/api/eventhub/runtime-processing/driver-events")
.contentType("application/json")
.content("{\"sessionId\":\"" + sessionId + "\",\"sourceFamilies\":[\"TACHOGRAPH_FILE_SESSION\"],\"driverKey\":\"12:123\",\"occurredFrom\":\"2026-05-01T08:00:00Z\",\"occurredTo\":\"2026-05-01T10:00:00Z\",\"expandVehicleEvents\":true,\"vehicleExpansionPaddingMinutes\":0}"))
.andReturn().getResponse().getContentAsString();
System.out.println(body);
}
}

1
.push-tmp Submodule

@ -0,0 +1 @@
Subproject commit 927ac3b90325695f2dd26986a97e4ce66f71d293

8
DELETE_FILES.txt Normal file
View File

@ -0,0 +1,8 @@
Delete these old migration files after applying the renumbered replacements:
src/main/resources/db/migration/V9__introduce_driver_identity_model.sql
src/main/resources/db/migration/V10__introduce_driver_card_model.sql
src/main/resources/db/migration/V10__make_event_hypertable.sql
src/main/resources/db/migration/V11__ensure_event_source_record.sql
src/main/resources/db/migration/V12__add_yellowfox_d8_detail_indexes.sql
src/main/resources/db/migration/V13__add_nation_reference_and_numeric_codes.sql

Binary file not shown.

Binary file not shown.

Binary file not shown.

221
hs_err_pid18196.log Normal file
View File

@ -0,0 +1,221 @@
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (mmap) failed to map 266338304 bytes for G1 virtual space
# Possible reasons:
# The system is out of physical RAM or swap space
# The process is running with CompressedOops enabled, and the Java Heap may be blocking the growth of the native heap
# Possible solutions:
# Reduce memory load on the system
# Increase physical memory or swap space
# Check if swap backing store is full
# Decrease Java heap size (-Xmx/-Xms)
# Decrease number of Java threads
# Decrease Java thread stack sizes (-Xss)
# Set larger code cache with -XX:ReservedCodeCacheSize=
# JVM is running with Zero Based Compressed Oops mode in which the Java heap is
# placed in the first 32GB address space. The Java Heap base address is the
# maximum limit for the native heap growth. Please use -XX:HeapBaseMinAddress
# to set the Java Heap base and to place the Java Heap above 32GB virtual address.
# This output file may be truncated or incomplete.
#
# Out of Memory Error (os_windows.cpp:3530), pid=18196, tid=27252
#
# JRE version: (18.0.2+9) (build )
# Java VM: OpenJDK 64-Bit Server VM (18.0.2+9-61, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64)
# No core dump will be written. Minidumps are not enabled by default on client versions of Windows
#
--------------- S U M M A R Y ------------
Command Line: -Dclassworlds.conf=C:\Program Files\JetBrains\IntelliJ IDEA 2026.1.1\plugins\maven\lib\maven3\bin\m2.conf -Dmaven.home=C:\Program Files\JetBrains\IntelliJ IDEA 2026.1.1\plugins\maven\lib\maven3 -Dlibrary.jansi.path=C:\Program Files\JetBrains\IntelliJ IDEA 2026.1.1\plugins\maven\lib\maven3\lib\jansi-native -Dmaven.multiModuleProjectDirectory=C:\Work\java\gite\eventhub-spring-boot\eventhub-spring-boot org.codehaus.plexus.classworlds.launcher.Launcher -Dtest=TachographFileSessionServiceTest,TachographFileSessionControllerTest,TachographCompositeSessionServiceTest test
Host: Intel(R) Core(TM) i5-8265U CPU @ 1.60GHz, 8 cores, 15G, Windows 10 , 64 bit Build 19041 (10.0.19041.5915)
Time: Wed Jun 10 14:46:09 2026 Mitteleuropäische Sommerzeit elapsed time: 0.015816 seconds (0d 0h 0m 0s)
--------------- T H R E A D ---------------
Current thread (0x000001cd05170e30): JavaThread "Unknown thread" [_thread_in_vm, id=27252, stack(0x0000001222000000,0x0000001222100000)]
Stack: [0x0000001222000000,0x0000001222100000]
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [jvm.dll+0x6993ca]
V [jvm.dll+0x7f481d]
V [jvm.dll+0x7f612e]
V [jvm.dll+0x7f67e3]
V [jvm.dll+0x25cdaf]
V [jvm.dll+0x696319]
V [jvm.dll+0x68ae4a]
V [jvm.dll+0x3223eb]
V [jvm.dll+0x329dc6]
V [jvm.dll+0x37eade]
V [jvm.dll+0x37ed0f]
V [jvm.dll+0x2fa16a]
V [jvm.dll+0x2fb1cd]
V [jvm.dll+0x7c3450]
V [jvm.dll+0x38be61]
V [jvm.dll+0x7a2073]
V [jvm.dll+0x40dc3f]
V [jvm.dll+0x40f611]
C [jli.dll+0x526b]
C [ucrtbase.dll+0x21bb2]
C [KERNEL32.DLL+0x17374]
C [ntdll.dll+0x4cc91]
--------------- P R O C E S S ---------------
Threads class SMR info:
_java_thread_list=0x00007ffb243ce550, length=0, elements={
}
Java Threads: ( => current thread )
Other Threads:
0x000001cd051e0800 WorkerThread "GC Thread#0" [stack: 0x0000001222100000,0x0000001222200000] [id=24968]
0x000001cd051f1cd0 ConcurrentGCThread "G1 Main Marker" [stack: 0x0000001222200000,0x0000001222300000] [id=35180]
0x000001cd051f26c0 WorkerThread "G1 Conc#0" [stack: 0x0000001222300000,0x0000001222400000] [id=9220]
[error occurred during error reporting (printing all threads), id 0xc0000005, EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffb23bfa707]
VM state: not at safepoint (not fully initialized)
VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
[0x000001cd0516b740] Heap_lock - owner thread: 0x000001cd05170e30
Heap address: 0x0000000702000000, size: 4064 MB, Compressed Oops mode: Zero based, Oop shift amount: 3
CDS archive(s) mapped at: [0x0000000000000000-0x0000000000000000-0x0000000000000000), size 0, SharedBaseAddress: 0x0000000800000000, ArchiveRelocationMode: 0.
Narrow klass base: 0x0000000000000000, Narrow klass shift: 0, Narrow klass range: 0x0
GC Precious Log:
CardTable entry size: 512
Card Set container configuration: InlinePtr #cards 4 size 8 Array Of Cards #cards 16 size 48 Howl #buckets 8 coarsen threshold 3686 Howl Bitmap #cards 512 size 80 coarsen threshold 460 Card regions per heap region 1 cards per card region 4096
Heap:
garbage-first heap total 0K, used 0K [0x0000000702000000, 0x0000000800000000)
region size 2048K, 0 young (0K), 0 survivors (0K)
[error occurred during error reporting (printing heap information), id 0xc0000005, EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffb23fe1859]
GC Heap History (0 events):
No events
Deoptimization events (0 events):
No events
Classes loaded (0 events):
No events
Classes unloaded (0 events):
No events
Classes redefined (0 events):
No events
Internal exceptions (0 events):
No events
VM Operations (0 events):
No events
Events (1 events):
Event: 0.010 Loaded shared library C:\Program Files\Java\jdk-18.0.2\bin\java.dll
Dynamic libraries:
0x00007ff656890000 - 0x00007ff65689e000 C:\Program Files\Java\jdk-18.0.2\bin\java.exe
0x00007ffb9b290000 - 0x00007ffb9b488000 C:\WINDOWS\SYSTEM32\ntdll.dll
0x00007ffb9aa50000 - 0x00007ffb9ab12000 C:\WINDOWS\System32\KERNEL32.DLL
0x00007ffb98f80000 - 0x00007ffb99276000 C:\WINDOWS\System32\KERNELBASE.dll
0x00007ffb98950000 - 0x00007ffb98a50000 C:\WINDOWS\System32\ucrtbase.dll
0x00007ffb6dda0000 - 0x00007ffb6ddba000 C:\Program Files\Java\jdk-18.0.2\bin\VCRUNTIME140.dll
0x00007ffb6cf60000 - 0x00007ffb6cf77000 C:\Program Files\Java\jdk-18.0.2\bin\jli.dll
0x00007ffb99f10000 - 0x00007ffb9a0b1000 C:\WINDOWS\System32\USER32.dll
0x00007ffb98920000 - 0x00007ffb98942000 C:\WINDOWS\System32\win32u.dll
0x00007ffb97db0000 - 0x00007ffb9804b000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.6456_none_60b8a6cb71f64256\COMCTL32.dll
0x00007ffb9aa10000 - 0x00007ffb9aa3b000 C:\WINDOWS\System32\GDI32.dll
0x00007ffb9b1b0000 - 0x00007ffb9b24e000 C:\WINDOWS\System32\msvcrt.dll
0x00007ffb98a50000 - 0x00007ffb98b69000 C:\WINDOWS\System32\gdi32full.dll
0x00007ffb98e90000 - 0x00007ffb98f2d000 C:\WINDOWS\System32\msvcp_win.dll
0x00007ffb9a270000 - 0x00007ffb9a29f000 C:\WINDOWS\System32\IMM32.DLL
0x00007ffb77910000 - 0x00007ffb7791c000 C:\Program Files\Java\jdk-18.0.2\bin\vcruntime140_1.dll
0x00007ffb59760000 - 0x00007ffb597ed000 C:\Program Files\Java\jdk-18.0.2\bin\msvcp140.dll
0x00007ffb238f0000 - 0x00007ffb24501000 C:\Program Files\Java\jdk-18.0.2\bin\server\jvm.dll
0x00007ffb9abe0000 - 0x00007ffb9ac91000 C:\WINDOWS\System32\ADVAPI32.dll
0x00007ffb99860000 - 0x00007ffb998ff000 C:\WINDOWS\System32\sechost.dll
0x00007ffb992b0000 - 0x00007ffb993d0000 C:\WINDOWS\System32\RPCRT4.dll
0x00007ffb99280000 - 0x00007ffb992a7000 C:\WINDOWS\System32\bcrypt.dll
0x00007ffb9b030000 - 0x00007ffb9b038000 C:\WINDOWS\System32\PSAPI.DLL
0x00007ffb7b430000 - 0x00007ffb7b439000 C:\WINDOWS\SYSTEM32\WSOCK32.dll
0x00007ffb81b10000 - 0x00007ffb81b37000 C:\WINDOWS\SYSTEM32\WINMM.dll
0x00007ffb8d880000 - 0x00007ffb8d88a000 C:\WINDOWS\SYSTEM32\VERSION.dll
0x00007ffb9aca0000 - 0x00007ffb9ad0b000 C:\WINDOWS\System32\WS2_32.dll
0x00007ffb961e0000 - 0x00007ffb961f2000 C:\WINDOWS\SYSTEM32\kernel.appcore.dll
0x00007ffb76220000 - 0x00007ffb7622a000 C:\Program Files\Java\jdk-18.0.2\bin\jimage.dll
0x00007ffb98300000 - 0x00007ffb98501000 C:\WINDOWS\SYSTEM32\DBGHELP.DLL
0x00007ffb98240000 - 0x00007ffb98274000 C:\WINDOWS\SYSTEM32\dbgcore.DLL
0x00007ffb98e00000 - 0x00007ffb98e82000 C:\WINDOWS\System32\bcryptPrimitives.dll
0x00007ffb6c800000 - 0x00007ffb6c825000 C:\Program Files\Java\jdk-18.0.2\bin\java.dll
dbghelp: loaded successfully - version: 4.0.5 - missing functions: none
symbol engine: initialized successfully - sym options: 0x614 - pdb path: .;C:\Program Files\Java\jdk-18.0.2\bin;C:\WINDOWS\SYSTEM32;C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.6456_none_60b8a6cb71f64256;C:\Program Files\Java\jdk-18.0.2\bin\server
VM Arguments:
jvm_args: -Dclassworlds.conf=C:\Program Files\JetBrains\IntelliJ IDEA 2026.1.1\plugins\maven\lib\maven3\bin\m2.conf -Dmaven.home=C:\Program Files\JetBrains\IntelliJ IDEA 2026.1.1\plugins\maven\lib\maven3 -Dlibrary.jansi.path=C:\Program Files\JetBrains\IntelliJ IDEA 2026.1.1\plugins\maven\lib\maven3\lib\jansi-native -Dmaven.multiModuleProjectDirectory=C:\Work\java\gite\eventhub-spring-boot\eventhub-spring-boot
java_command: org.codehaus.plexus.classworlds.launcher.Launcher -Dtest=TachographFileSessionServiceTest,TachographFileSessionControllerTest,TachographCompositeSessionServiceTest test
java_class_path (initial): C:\Program Files\JetBrains\IntelliJ IDEA 2026.1.1\plugins\maven\lib\maven3\boot\plexus-classworlds-2.9.0.jar
Launcher Type: SUN_STANDARD
[Global flags]
intx CICompilerCount = 4 {product} {ergonomic}
uint ConcGCThreads = 2 {product} {ergonomic}
uint G1ConcRefinementThreads = 8 {product} {ergonomic}
size_t G1HeapRegionSize = 2097152 {product} {ergonomic}
uintx GCDrainStackTargetSize = 64 {product} {ergonomic}
size_t InitialHeapSize = 266338304 {product} {ergonomic}
size_t MarkStackSize = 4194304 {product} {ergonomic}
size_t MaxHeapSize = 4261412864 {product} {ergonomic}
size_t MinHeapDeltaBytes = 2097152 {product} {ergonomic}
size_t MinHeapSize = 8388608 {product} {ergonomic}
uintx NonNMethodCodeHeapSize = 5839372 {pd product} {ergonomic}
uintx NonProfiledCodeHeapSize = 122909434 {pd product} {ergonomic}
uintx ProfiledCodeHeapSize = 122909434 {pd product} {ergonomic}
uintx ReservedCodeCacheSize = 251658240 {pd product} {ergonomic}
bool SegmentedCodeCache = true {product} {ergonomic}
size_t SoftMaxHeapSize = 4261412864 {manageable} {ergonomic}
bool UseCompressedClassPointers = true {product lp64_product} {ergonomic}
bool UseCompressedOops = true {product lp64_product} {ergonomic}
bool UseG1GC = true {product} {ergonomic}
bool UseLargePagesIndividualAllocation = false {pd product} {ergonomic}
Logging:
Log output configuration:
#0: stdout all=warning uptime,level,tags foldmultilines=false
#1: stderr all=off uptime,level,tags foldmultilines=false
Environment Variables:
JAVA_HOME=C:\Program Files\Java\jdk-18.0.2
PATH=C:\Users\Parzival.CASTEL\AppData\Local\JetBrains\IntelliJIdea2026.1\aia\codex\tmp\arg0\codex-arg0qOiuQj;C:\Program Files\AntennaHouse\AHFormatterV52;C:\Program Files\Microsoft MPI\Bin\;C:\Program Files\Java\jdk-18.0.2;C:\Program Files\Eclipse Adoptium\jdk-21.0.1.12-hotspot\bin;C:\Program Files\Microsoft\jdk-11.0.12.7-hotspot\bin;C:\Python310\Scripts\;C:\Python310\;C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\wbin;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\PuTTY\;C:\Program Files (x86)\Microsoft SQL Server\150\DTS\Binn\;C:\Program Files\TortoiseSVN\bin;C:\Program Files (x86)\Sysinternals\;C:\src\flutter\bin;C:\Program Files\Azure Data Studio\bin;C:\Program Files\nodejs\;C:\ProgramData\chocolatey\bin;I:\PCD\Scripts;C:\src\flutter\.pub-cache\bin;C:\Program Files\GitHub CLI\;C:\Program Files (x86)\GitHub CLI\;C:\Program Files\Git\cmd;C:\Program Files\Microsoft SQL Server\150\Tools\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\160\Tools\Binn\;C:\Program Files\Microsoft SQL Server\160\Tools\Binn\;C:\Program Files\Microsoft SQL Server\160\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\160\DTS\Binn\;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files\dotnet\;C:\Program Files\Docker\Docker\resources\bin;C:\Users\Parzival.CASTEL\AppData\Local\Microsoft\WindowsApps;C:\Users\Parzival.CASTEL\AppData\Local\Programs\Microsoft VS Code\bin;C:\tools\dart-sdk\bin;C:\Users\Parzival.CASTEL\AppData\Local\Pub\Cache\bin;C:\Users\Parzival.CASTEL\AppData\Local\GitHubDesktop\bin;C:\Users\Parzival.CASTEL\go\bin;C:\Users\Parzival.CASTEL\.dotnet\tools;C:\Users\Parzival.CASTEL\AppData\Local\Programs\Fiddler;C:\Users\Parzival.CASTEL\.dotnet\tools;C:\Program Files\JetBrains\IntelliJ IDEA 2026.1.1\bin;C:\Program Files\JetBrains\IntelliJ IDEA 2026.1.1\plugins\maven\lib\maven3\bin
USERNAME=Parzival
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 142 Stepping 12, GenuineIntel
--------------- S Y S T E M ---------------
OS:
Windows 10 , 64 bit Build 19041 (10.0.19041.5915)
OS uptime: 37 days 4:27 hours
Hyper-V role detected
CPU: total 8 (initial active 8) (4 cores per cpu, 2 threads per core) family 6 model 142 stepping 12 microcode 0xec, cx8, cmov, fxsr, ht, mmx, 3dnowpref, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, lzcnt, tsc, tscinvbit, avx, avx2, aes, erms, clmul, bmi1, bmi2, adx, fma, vzeroupper, clflush, clflushopt, hv
Memory: 4k page, system-wide physical 16255M (406M free)
TotalPageFile size 40255M (AvailPageFile size 56M)
current process WorkingSet (physical memory assigned to process): 10M, peak: 10M
current process commit charge ("private bytes"): 60M, peak: 314M
vm_info: OpenJDK 64-Bit Server VM (18.0.2+9-61) for windows-amd64 JRE (18.0.2+9-61), built on Jun 7 2022 13:05:59 by "mach5one" with MS VC++ 16.8 / 16.9 (VS2019)
END.

739
hs_err_pid22172.log Normal file
View File

@ -0,0 +1,739 @@
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (malloc) failed to allocate 1243864 bytes. Error detail: Chunk::new
# Possible reasons:
# The system is out of physical RAM or swap space
# This process is running with CompressedOops enabled, and the Java Heap may be blocking the growth of the native heap
# Possible solutions:
# Reduce memory load on the system
# Increase physical memory or swap space
# Check if swap backing store is full
# Decrease Java heap size (-Xmx/-Xms)
# Decrease number of Java threads
# Decrease Java thread stack sizes (-Xss)
# Set larger code cache with -XX:ReservedCodeCacheSize=
# JVM is running with Unscaled Compressed Oops mode in which the Java heap is
# placed in the first 4GB address space. The Java Heap base address is the
# maximum limit for the native heap growth. Please use -XX:HeapBaseMinAddress
# to set the Java Heap base and to place the Java Heap above 4GB virtual address.
# This output file may be truncated or incomplete.
#
# Out of Memory Error (arena.cpp:186), pid=22172, tid=33004
#
# JRE version: OpenJDK Runtime Environment JBR-25.0.2+1-329.117-jcef (25.0.2+1) (build 25.0.2+1-b329.117)
# Java VM: OpenJDK 64-Bit Server VM JBR-25.0.2+1-329.117-jcef (25.0.2+1-b329.117, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64)
# No core dump will be written. Minidumps are not enabled by default on client versions of Windows
#
--------------- S U M M A R Y ------------
Command Line: -Djava.rmi.server.hostname=127.0.0.1 -Duser.timezone=UTC -Xmx2048m -Xms128m --add-exports=java.desktop/sun.awt=ALL-UNNAMED --add-exports=java.desktop/java.awt.peer=ALL-UNNAMED --add-opens=java.desktop/java.awt=ALL-UNNAMED --add-opens=jdk.unsupported/sun.misc=ALL-UNNAMED --add-opens=java.base/java.nio=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED -Dfile.encoding=UTF-8 -Dsun.stdout.encoding=UTF-8 -Dsun.stderr.encoding=UTF-8 com.intellij.database.remote.RemoteJdbcServer org.postgresql.Driver
Host: Intel(R) Core(TM) i5-8265U CPU @ 1.60GHz, 8 cores, 15G, Windows 10 , 64 bit Build 19041 (10.0.19041.5915)
Time: Wed Jun 10 16:01:02 2026 Mitteleuropäische Sommerzeit elapsed time: 32.941657 seconds (0d 0h 0m 32s)
--------------- T H R E A D ---------------
Current thread (0x0000021e2e062650): JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=33004, stack(0x000000bc93a00000,0x000000bc93b00000) (1024K)]
Current CompileTask:
C2:32941 2337 4 jdk.internal.classfile.impl.SplitConstantPool::utf8Entry (45 bytes)
Stack: [0x000000bc93a00000,0x000000bc93b00000]
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [jvm.dll+0x7c0cc9] (no source info available)
V [jvm.dll+0x78a49d] (no source info available)
V [jvm.dll+0xa0e693] (no source info available)
V [jvm.dll+0xa10e8c] (no source info available)
V [jvm.dll+0xa11583] (no source info available)
V [jvm.dll+0x307b46] (no source info available)
V [jvm.dll+0x114676] (no source info available)
V [jvm.dll+0x1149a6] (no source info available)
V [jvm.dll+0x1a9114] (no source info available)
V [jvm.dll+0x3c1102] (no source info available)
V [jvm.dll+0x7c6628] (no source info available)
V [jvm.dll+0x2c9c67] (no source info available)
V [jvm.dll+0x2c8bdb] (no source info available)
V [jvm.dll+0x240560] (no source info available)
V [jvm.dll+0x2d8c64] (no source info available)
V [jvm.dll+0x2d6e8b] (no source info available)
V [jvm.dll+0x49dbc5] (no source info available)
V [jvm.dll+0x9ae57d] (no source info available)
V [jvm.dll+0x7bf1e5] (no source info available)
C [ucrtbase.dll+0x21bb2] (no source info available)
C [KERNEL32.DLL+0x17374] (no source info available)
C [ntdll.dll+0x4cc91] (no source info available)
Lock stack of current Java thread (top to bottom):
--------------- P R O C E S S ---------------
Threads class SMR info:
_java_thread_list=0x0000021e2e4aa490, length=22, elements={
0x0000021e13362c90, 0x0000021e2e0566d0, 0x0000021e2e05c1d0, 0x0000021e2e05d440,
0x0000021e2e05f010, 0x0000021e2e05fbd0, 0x0000021e2e060790, 0x0000021e2e061760,
0x0000021e2e062650, 0x0000021e2e065270, 0x0000021e2e2cabc0, 0x0000021e2e86dfb0,
0x0000021e33064c20, 0x0000021e330653e0, 0x0000021e2e87ab90, 0x0000021e2ea9c460,
0x0000021e2ea9cc20, 0x0000021e2ee3d670, 0x0000021e2ee3f5b0, 0x0000021e2ee3af60,
0x0000021e2ee3ede0, 0x0000021e2ee40d20
}
Java Threads: ( => current thread )
0x0000021e13362c90 JavaThread "main" [_thread_blocked, id=21916, stack(0x000000bc92b00000,0x000000bc92c00000) (1024K)]
0x0000021e2e0566d0 JavaThread "Common-Cleaner" daemon [_thread_blocked, id=2072, stack(0x000000bc93300000,0x000000bc93400000) (1024K)]
0x0000021e2e05c1d0 JavaThread "Reference Handler" daemon [_thread_blocked, id=21180, stack(0x000000bc93400000,0x000000bc93500000) (1024K)]
0x0000021e2e05d440 JavaThread "Finalizer" daemon [_thread_blocked, id=17684, stack(0x000000bc93500000,0x000000bc93600000) (1024K)]
0x0000021e2e05f010 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=34024, stack(0x000000bc93600000,0x000000bc93700000) (1024K)]
0x0000021e2e05fbd0 JavaThread "Attach Listener" daemon [_thread_blocked, id=7892, stack(0x000000bc93700000,0x000000bc93800000) (1024K)]
0x0000021e2e060790 JavaThread "Service Thread" daemon [_thread_blocked, id=12648, stack(0x000000bc93800000,0x000000bc93900000) (1024K)]
0x0000021e2e061760 JavaThread "Monitor Deflation Thread" daemon [_thread_blocked, id=27896, stack(0x000000bc93900000,0x000000bc93a00000) (1024K)]
=>0x0000021e2e062650 JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=33004, stack(0x000000bc93a00000,0x000000bc93b00000) (1024K)]
0x0000021e2e065270 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=27784, stack(0x000000bc93b00000,0x000000bc93c00000) (1024K)]
0x0000021e2e2cabc0 JavaThread "Notification Thread" daemon [_thread_blocked, id=34784, stack(0x000000bc93c00000,0x000000bc93d00000) (1024K)]
0x0000021e2e86dfb0 JavaThread "RMI TCP Accept-15956" daemon [_thread_in_native, id=10396, stack(0x000000bc94000000,0x000000bc94100000) (1024K)]
0x0000021e33064c20 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=11776, stack(0x000000bc94100000,0x000000bc94200000) (1024K)]
0x0000021e330653e0 JavaThread "RMI Reaper" [_thread_blocked, id=34776, stack(0x000000bc94200000,0x000000bc94300000) (1024K)]
0x0000021e2e87ab90 JavaThread "RMI GC Daemon" daemon [_thread_blocked, id=360, stack(0x000000bc94300000,0x000000bc94400000) (1024K)]
0x0000021e2ea9c460 JavaThread "RMI TCP Connection(1)-127.0.0.1" daemon [_thread_in_native, id=17272, stack(0x000000bc94400000,0x000000bc94500000) (1024K)]
0x0000021e2ea9cc20 JavaThread "RMI TCP Connection(2)-127.0.0.1" daemon [_thread_in_native, id=15840, stack(0x000000bc94500000,0x000000bc94600000) (1024K)]
0x0000021e2ee3d670 JavaThread "RMI Scheduler(0)" daemon [_thread_blocked, id=31100, stack(0x000000bc94600000,0x000000bc94700000) (1024K)]
0x0000021e2ee3f5b0 JavaThread "RMI TCP Connection(4)-127.0.0.1" daemon [_thread_in_native, id=15740, stack(0x000000bc94700000,0x000000bc94800000) (1024K)]
0x0000021e2ee3af60 JavaThread "RMI TCP Connection(3)-127.0.0.1" daemon [_thread_in_native, id=30788, stack(0x000000bc94800000,0x000000bc94900000) (1024K)]
0x0000021e2ee3ede0 JavaThread "RMI RenewClean-[127.0.0.1:4168]" daemon [_thread_blocked, id=35128, stack(0x000000bc94900000,0x000000bc94a00000) (1024K)]
0x0000021e2ee40d20 JavaThread "PostgreSQL-JDBC-Cleaner" daemon [_thread_blocked, id=23348, stack(0x000000bc94f00000,0x000000bc95000000) (1024K)]
Total: 22
Other Threads:
0x0000021e2e048de0 VMThread "VM Thread" [id=24020, stack(0x000000bc93200000,0x000000bc93300000) (1024K)]
0x0000021e2e03a850 WatcherThread "VM Periodic Task Thread" [id=24436, stack(0x000000bc93100000,0x000000bc93200000) (1024K)]
0x0000021e157a4430 WorkerThread "GC Thread#0" [id=16156, stack(0x000000bc92c00000,0x000000bc92d00000) (1024K)]
0x0000021e2ed35040 WorkerThread "GC Thread#1" [id=22864, stack(0x000000bc93d00000,0x000000bc93e00000) (1024K)]
0x0000021e2ed35470 WorkerThread "GC Thread#2" [id=1556, stack(0x000000bc93e00000,0x000000bc93f00000) (1024K)]
0x0000021e2e4f0c90 WorkerThread "GC Thread#3" [id=35464, stack(0x000000bc93f00000,0x000000bc94000000) (1024K)]
0x0000021e2ebbab50 WorkerThread "GC Thread#4" [id=21652, stack(0x000000bc94b00000,0x000000bc94c00000) (1024K)]
0x0000021e2eb65fa0 WorkerThread "GC Thread#5" [id=13148, stack(0x000000bc94c00000,0x000000bc94d00000) (1024K)]
0x0000021e2e5723c0 WorkerThread "GC Thread#6" [id=7556, stack(0x000000bc94d00000,0x000000bc94e00000) (1024K)]
0x0000021e2e5709e0 WorkerThread "GC Thread#7" [id=35072, stack(0x000000bc94e00000,0x000000bc94f00000) (1024K)]
0x0000021e157bed20 ConcurrentGCThread "G1 Main Marker" [id=19904, stack(0x000000bc92d00000,0x000000bc92e00000) (1024K)]
0x0000021e157bf8c0 WorkerThread "G1 Conc#0" [id=22812, stack(0x000000bc92e00000,0x000000bc92f00000) (1024K)]
0x0000021e15808bf0 ConcurrentGCThread "G1 Refine#0" [id=30596, stack(0x000000bc92f00000,0x000000bc93000000) (1024K)]
0x0000021e15809800 ConcurrentGCThread "G1 Service" [id=22740, stack(0x000000bc93000000,0x000000bc93100000) (1024K)]
Total: 14
Threads with active compile tasks:
C2 CompilerThread0 34792 2337 4 jdk.internal.classfile.impl.SplitConstantPool::utf8Entry (45 bytes)
Total: 1
VM state: not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap address: 0x0000000080000000, size: 2048 MB, Compressed Oops mode: 32-bit
CDS archive(s) mapped at: [0x000000000f000000-0x0000000010cd0000-0x0000000010cd0000), size 30212096, SharedBaseAddress: 0x000000000f000000, ArchiveRelocationMode: 1.
Compressed class space mapped at: 0x0000000011000000-0x0000000051000000, reserved size: 1073741824
UseCompressedClassPointers 1, UseCompactObjectHeaders 0
Narrow klass pointer bits 32, Max shift 3
Narrow klass base: 0x000000000f000000, Narrow klass shift: 0
Encoding Range: [0x000000000f000000 - 0x000000010f000000), (4294967296 bytes)
Klass Range: [0x000000000f010000 - 0x0000000051000000), (1107230720 bytes)
Klass ID Range: [65536 - 1107296249) (1107230713)
Protection zone: [0x000000000f000000 - 0x000000000f010000), (65536 bytes)
GC Precious Log:
CardTable entry size: 512
Card Set container configuration: InlinePtr #cards 5 size 8 Array Of Cards #cards 10 size 36 Howl #buckets 4 coarsen threshold 1843 Howl Bitmap #cards 512 size 80 coarsen threshold 460 Card regions per heap region 1 cards per card region 2048
CPUs: 8 total, 8 available
Memory: 16255M
Large Page Support: Disabled
NUMA Support: Disabled
Compressed Oops: Enabled (32-bit)
Heap Region Size: 1M
Heap Min Capacity: 128M
Heap Initial Capacity: 128M
Heap Max Capacity: 2G
Pre-touch: Disabled
Parallel Workers: 8
Concurrent Workers: 2
Concurrent Refinement Workers: 8
Periodic GC: Disabled
Heap:
garbage-first heap total reserved 2097152K, committed 134144K, used 16813K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 15 young (15360K), 7 survivors (7168K)
Heap Regions: E=young(eden), S=young(survivor), O=old, HS=humongous(starts), HC=humongous(continues), CS=collection set, F=free, TAMS=top-at-mark-start, PB=parsable bottom
| 0|0x0000000080000000, 0x0000000080100000, 0x0000000080100000|100%|HS| |TAMS 0x0000000080000000| PB 0x0000000080000000| Complete | 0
| 1|0x0000000080100000, 0x0000000080200000, 0x0000000080200000|100%|HS| |TAMS 0x0000000080100000| PB 0x0000000080100000| Complete | 0
| 2|0x0000000080200000, 0x0000000080200000, 0x0000000080300000| 0%| F| |TAMS 0x0000000080200000| PB 0x0000000080200000| Untracked | 0
| 3|0x0000000080300000, 0x0000000080300000, 0x0000000080400000| 0%| F| |TAMS 0x0000000080300000| PB 0x0000000080300000| Untracked | 0
| 4|0x0000000080400000, 0x0000000080400000, 0x0000000080500000| 0%| F| |TAMS 0x0000000080400000| PB 0x0000000080400000| Untracked | 0
| 5|0x0000000080500000, 0x0000000080500000, 0x0000000080600000| 0%| F| |TAMS 0x0000000080500000| PB 0x0000000080500000| Untracked | 0
| 6|0x0000000080600000, 0x0000000080600000, 0x0000000080700000| 0%| F| |TAMS 0x0000000080600000| PB 0x0000000080600000| Untracked | 0
| 7|0x0000000080700000, 0x0000000080700000, 0x0000000080800000| 0%| F| |TAMS 0x0000000080700000| PB 0x0000000080700000| Untracked | 0
| 8|0x0000000080800000, 0x0000000080800000, 0x0000000080900000| 0%| F| |TAMS 0x0000000080800000| PB 0x0000000080800000| Untracked | 0
| 9|0x0000000080900000, 0x0000000080900000, 0x0000000080a00000| 0%| F| |TAMS 0x0000000080900000| PB 0x0000000080900000| Untracked | 0
| 10|0x0000000080a00000, 0x0000000080a00000, 0x0000000080b00000| 0%| F| |TAMS 0x0000000080a00000| PB 0x0000000080a00000| Untracked | 0
| 11|0x0000000080b00000, 0x0000000080b00000, 0x0000000080c00000| 0%| F| |TAMS 0x0000000080b00000| PB 0x0000000080b00000| Untracked | 0
| 12|0x0000000080c00000, 0x0000000080c00000, 0x0000000080d00000| 0%| F| |TAMS 0x0000000080c00000| PB 0x0000000080c00000| Untracked | 0
| 13|0x0000000080d00000, 0x0000000080d00000, 0x0000000080e00000| 0%| F| |TAMS 0x0000000080d00000| PB 0x0000000080d00000| Untracked | 0
| 14|0x0000000080e00000, 0x0000000080e00000, 0x0000000080f00000| 0%| F| |TAMS 0x0000000080e00000| PB 0x0000000080e00000| Untracked | 0
| 15|0x0000000080f00000, 0x0000000080f00000, 0x0000000081000000| 0%| F| |TAMS 0x0000000080f00000| PB 0x0000000080f00000| Untracked | 0
| 16|0x0000000081000000, 0x0000000081000000, 0x0000000081100000| 0%| F| |TAMS 0x0000000081000000| PB 0x0000000081000000| Untracked | 0
| 17|0x0000000081100000, 0x0000000081100000, 0x0000000081200000| 0%| F| |TAMS 0x0000000081100000| PB 0x0000000081100000| Untracked | 0
| 18|0x0000000081200000, 0x0000000081200000, 0x0000000081300000| 0%| F| |TAMS 0x0000000081200000| PB 0x0000000081200000| Untracked | 0
| 19|0x0000000081300000, 0x0000000081300000, 0x0000000081400000| 0%| F| |TAMS 0x0000000081300000| PB 0x0000000081300000| Untracked | 0
| 20|0x0000000081400000, 0x0000000081400000, 0x0000000081500000| 0%| F| |TAMS 0x0000000081400000| PB 0x0000000081400000| Untracked | 0
| 21|0x0000000081500000, 0x0000000081500000, 0x0000000081600000| 0%| F| |TAMS 0x0000000081500000| PB 0x0000000081500000| Untracked | 0
| 22|0x0000000081600000, 0x0000000081600000, 0x0000000081700000| 0%| F| |TAMS 0x0000000081600000| PB 0x0000000081600000| Untracked | 0
| 23|0x0000000081700000, 0x0000000081700000, 0x0000000081800000| 0%| F| |TAMS 0x0000000081700000| PB 0x0000000081700000| Untracked | 0
| 24|0x0000000081800000, 0x0000000081800000, 0x0000000081900000| 0%| F| |TAMS 0x0000000081800000| PB 0x0000000081800000| Untracked | 0
| 25|0x0000000081900000, 0x0000000081900000, 0x0000000081a00000| 0%| F| |TAMS 0x0000000081900000| PB 0x0000000081900000| Untracked | 0
| 26|0x0000000081a00000, 0x0000000081a00000, 0x0000000081b00000| 0%| F| |TAMS 0x0000000081a00000| PB 0x0000000081a00000| Untracked | 0
| 27|0x0000000081b00000, 0x0000000081b00000, 0x0000000081c00000| 0%| F| |TAMS 0x0000000081b00000| PB 0x0000000081b00000| Untracked | 0
| 28|0x0000000081c00000, 0x0000000081c00000, 0x0000000081d00000| 0%| F| |TAMS 0x0000000081c00000| PB 0x0000000081c00000| Untracked | 0
| 29|0x0000000081d00000, 0x0000000081d00000, 0x0000000081e00000| 0%| F| |TAMS 0x0000000081d00000| PB 0x0000000081d00000| Untracked | 0
| 30|0x0000000081e00000, 0x0000000081e00000, 0x0000000081f00000| 0%| F| |TAMS 0x0000000081e00000| PB 0x0000000081e00000| Untracked | 0
| 31|0x0000000081f00000, 0x0000000081f00000, 0x0000000082000000| 0%| F| |TAMS 0x0000000081f00000| PB 0x0000000081f00000| Untracked | 0
| 32|0x0000000082000000, 0x0000000082000000, 0x0000000082100000| 0%| F| |TAMS 0x0000000082000000| PB 0x0000000082000000| Untracked | 0
| 33|0x0000000082100000, 0x0000000082100000, 0x0000000082200000| 0%| F| |TAMS 0x0000000082100000| PB 0x0000000082100000| Untracked | 0
| 34|0x0000000082200000, 0x0000000082200000, 0x0000000082300000| 0%| F| |TAMS 0x0000000082200000| PB 0x0000000082200000| Untracked | 0
| 35|0x0000000082300000, 0x0000000082300000, 0x0000000082400000| 0%| F| |TAMS 0x0000000082300000| PB 0x0000000082300000| Untracked | 0
| 36|0x0000000082400000, 0x0000000082400000, 0x0000000082500000| 0%| F| |TAMS 0x0000000082400000| PB 0x0000000082400000| Untracked | 0
| 37|0x0000000082500000, 0x0000000082500000, 0x0000000082600000| 0%| F| |TAMS 0x0000000082500000| PB 0x0000000082500000| Untracked | 0
| 38|0x0000000082600000, 0x0000000082600000, 0x0000000082700000| 0%| F| |TAMS 0x0000000082600000| PB 0x0000000082600000| Untracked | 0
| 39|0x0000000082700000, 0x0000000082700000, 0x0000000082800000| 0%| F| |TAMS 0x0000000082700000| PB 0x0000000082700000| Untracked | 0
| 40|0x0000000082800000, 0x0000000082800000, 0x0000000082900000| 0%| F| |TAMS 0x0000000082800000| PB 0x0000000082800000| Untracked | 0
| 41|0x0000000082900000, 0x0000000082900000, 0x0000000082a00000| 0%| F| |TAMS 0x0000000082900000| PB 0x0000000082900000| Untracked | 0
| 42|0x0000000082a00000, 0x0000000082a00000, 0x0000000082b00000| 0%| F| |TAMS 0x0000000082a00000| PB 0x0000000082a00000| Untracked | 0
| 43|0x0000000082b00000, 0x0000000082b00000, 0x0000000082c00000| 0%| F| |TAMS 0x0000000082b00000| PB 0x0000000082b00000| Untracked | 0
| 44|0x0000000082c00000, 0x0000000082c00000, 0x0000000082d00000| 0%| F| |TAMS 0x0000000082c00000| PB 0x0000000082c00000| Untracked | 0
| 45|0x0000000082d00000, 0x0000000082d00000, 0x0000000082e00000| 0%| F| |TAMS 0x0000000082d00000| PB 0x0000000082d00000| Untracked | 0
| 46|0x0000000082e00000, 0x0000000082e00000, 0x0000000082f00000| 0%| F| |TAMS 0x0000000082e00000| PB 0x0000000082e00000| Untracked | 0
| 47|0x0000000082f00000, 0x0000000082f00000, 0x0000000083000000| 0%| F| |TAMS 0x0000000082f00000| PB 0x0000000082f00000| Untracked | 0
| 48|0x0000000083000000, 0x0000000083000000, 0x0000000083100000| 0%| F| |TAMS 0x0000000083000000| PB 0x0000000083000000| Untracked | 0
| 49|0x0000000083100000, 0x0000000083100000, 0x0000000083200000| 0%| F| |TAMS 0x0000000083100000| PB 0x0000000083100000| Untracked | 0
| 50|0x0000000083200000, 0x0000000083200000, 0x0000000083300000| 0%| F| |TAMS 0x0000000083200000| PB 0x0000000083200000| Untracked | 0
| 51|0x0000000083300000, 0x0000000083300000, 0x0000000083400000| 0%| F| |TAMS 0x0000000083300000| PB 0x0000000083300000| Untracked | 0
| 52|0x0000000083400000, 0x0000000083400000, 0x0000000083500000| 0%| F| |TAMS 0x0000000083400000| PB 0x0000000083400000| Untracked | 0
| 53|0x0000000083500000, 0x0000000083500000, 0x0000000083600000| 0%| F| |TAMS 0x0000000083500000| PB 0x0000000083500000| Untracked | 0
| 54|0x0000000083600000, 0x0000000083600000, 0x0000000083700000| 0%| F| |TAMS 0x0000000083600000| PB 0x0000000083600000| Untracked | 0
| 55|0x0000000083700000, 0x0000000083700000, 0x0000000083800000| 0%| F| |TAMS 0x0000000083700000| PB 0x0000000083700000| Untracked | 0
| 56|0x0000000083800000, 0x0000000083800000, 0x0000000083900000| 0%| F| |TAMS 0x0000000083800000| PB 0x0000000083800000| Untracked | 0
| 57|0x0000000083900000, 0x0000000083900000, 0x0000000083a00000| 0%| F| |TAMS 0x0000000083900000| PB 0x0000000083900000| Untracked | 0
| 58|0x0000000083a00000, 0x0000000083a00000, 0x0000000083b00000| 0%| F| |TAMS 0x0000000083a00000| PB 0x0000000083a00000| Untracked | 0
| 59|0x0000000083b00000, 0x0000000083b00000, 0x0000000083c00000| 0%| F| |TAMS 0x0000000083b00000| PB 0x0000000083b00000| Untracked | 0
| 60|0x0000000083c00000, 0x0000000083c00000, 0x0000000083d00000| 0%| F| |TAMS 0x0000000083c00000| PB 0x0000000083c00000| Untracked | 0
| 61|0x0000000083d00000, 0x0000000083d00000, 0x0000000083e00000| 0%| F| |TAMS 0x0000000083d00000| PB 0x0000000083d00000| Untracked | 0
| 62|0x0000000083e00000, 0x0000000083e2a770, 0x0000000083f00000| 16%| S|CS|TAMS 0x0000000083e00000| PB 0x0000000083e00000| Complete | 0
| 63|0x0000000083f00000, 0x0000000084000000, 0x0000000084000000|100%| S|CS|TAMS 0x0000000083f00000| PB 0x0000000083f00000| Complete | 0
| 64|0x0000000084000000, 0x0000000084100000, 0x0000000084100000|100%| S|CS|TAMS 0x0000000084000000| PB 0x0000000084000000| Complete | 0
| 65|0x0000000084100000, 0x0000000084200000, 0x0000000084200000|100%| S|CS|TAMS 0x0000000084100000| PB 0x0000000084100000| Complete | 0
| 66|0x0000000084200000, 0x0000000084300000, 0x0000000084300000|100%| S|CS|TAMS 0x0000000084200000| PB 0x0000000084200000| Complete | 0
| 67|0x0000000084300000, 0x0000000084400000, 0x0000000084400000|100%| S|CS|TAMS 0x0000000084300000| PB 0x0000000084300000| Complete | 0
| 68|0x0000000084400000, 0x0000000084500000, 0x0000000084500000|100%| S|CS|TAMS 0x0000000084400000| PB 0x0000000084400000| Complete | 0
| 69|0x0000000084500000, 0x0000000084500000, 0x0000000084600000| 0%| F| |TAMS 0x0000000084500000| PB 0x0000000084500000| Untracked | 0
| 70|0x0000000084600000, 0x0000000084600000, 0x0000000084700000| 0%| F| |TAMS 0x0000000084600000| PB 0x0000000084600000| Untracked | 0
| 71|0x0000000084700000, 0x0000000084700000, 0x0000000084800000| 0%| F| |TAMS 0x0000000084700000| PB 0x0000000084700000| Untracked | 0
| 72|0x0000000084800000, 0x0000000084800000, 0x0000000084900000| 0%| F| |TAMS 0x0000000084800000| PB 0x0000000084800000| Untracked | 0
| 73|0x0000000084900000, 0x0000000084900000, 0x0000000084a00000| 0%| F| |TAMS 0x0000000084900000| PB 0x0000000084900000| Untracked | 0
| 74|0x0000000084a00000, 0x0000000084a00000, 0x0000000084b00000| 0%| F| |TAMS 0x0000000084a00000| PB 0x0000000084a00000| Untracked | 0
| 75|0x0000000084b00000, 0x0000000084b00000, 0x0000000084c00000| 0%| F| |TAMS 0x0000000084b00000| PB 0x0000000084b00000| Untracked | 0
| 76|0x0000000084c00000, 0x0000000084c00000, 0x0000000084d00000| 0%| F| |TAMS 0x0000000084c00000| PB 0x0000000084c00000| Untracked | 0
| 77|0x0000000084d00000, 0x0000000084d00000, 0x0000000084e00000| 0%| F| |TAMS 0x0000000084d00000| PB 0x0000000084d00000| Untracked | 0
| 78|0x0000000084e00000, 0x0000000084e00000, 0x0000000084f00000| 0%| F| |TAMS 0x0000000084e00000| PB 0x0000000084e00000| Untracked | 0
| 79|0x0000000084f00000, 0x0000000084f00000, 0x0000000085000000| 0%| F| |TAMS 0x0000000084f00000| PB 0x0000000084f00000| Untracked | 0
| 80|0x0000000085000000, 0x0000000085000000, 0x0000000085100000| 0%| F| |TAMS 0x0000000085000000| PB 0x0000000085000000| Untracked | 0
| 81|0x0000000085100000, 0x0000000085100000, 0x0000000085200000| 0%| F| |TAMS 0x0000000085100000| PB 0x0000000085100000| Untracked | 0
| 82|0x0000000085200000, 0x0000000085200000, 0x0000000085300000| 0%| F| |TAMS 0x0000000085200000| PB 0x0000000085200000| Untracked | 0
| 83|0x0000000085300000, 0x0000000085300000, 0x0000000085400000| 0%| F| |TAMS 0x0000000085300000| PB 0x0000000085300000| Untracked | 0
| 84|0x0000000085400000, 0x0000000085400000, 0x0000000085500000| 0%| F| |TAMS 0x0000000085400000| PB 0x0000000085400000| Untracked | 0
| 85|0x0000000085500000, 0x0000000085500000, 0x0000000085600000| 0%| F| |TAMS 0x0000000085500000| PB 0x0000000085500000| Untracked | 0
| 86|0x0000000085600000, 0x0000000085600000, 0x0000000085700000| 0%| F| |TAMS 0x0000000085600000| PB 0x0000000085600000| Untracked | 0
| 87|0x0000000085700000, 0x0000000085700000, 0x0000000085800000| 0%| F| |TAMS 0x0000000085700000| PB 0x0000000085700000| Untracked | 0
| 88|0x0000000085800000, 0x0000000085800000, 0x0000000085900000| 0%| F| |TAMS 0x0000000085800000| PB 0x0000000085800000| Untracked | 0
| 89|0x0000000085900000, 0x0000000085900000, 0x0000000085a00000| 0%| F| |TAMS 0x0000000085900000| PB 0x0000000085900000| Untracked | 0
| 90|0x0000000085a00000, 0x0000000085a00000, 0x0000000085b00000| 0%| F| |TAMS 0x0000000085a00000| PB 0x0000000085a00000| Untracked | 0
| 91|0x0000000085b00000, 0x0000000085b00000, 0x0000000085c00000| 0%| F| |TAMS 0x0000000085b00000| PB 0x0000000085b00000| Untracked | 0
| 92|0x0000000085c00000, 0x0000000085c00000, 0x0000000085d00000| 0%| F| |TAMS 0x0000000085c00000| PB 0x0000000085c00000| Untracked | 0
| 93|0x0000000085d00000, 0x0000000085d00000, 0x0000000085e00000| 0%| F| |TAMS 0x0000000085d00000| PB 0x0000000085d00000| Untracked | 0
| 94|0x0000000085e00000, 0x0000000085e00000, 0x0000000085f00000| 0%| F| |TAMS 0x0000000085e00000| PB 0x0000000085e00000| Untracked | 0
| 95|0x0000000085f00000, 0x0000000085f00000, 0x0000000086000000| 0%| F| |TAMS 0x0000000085f00000| PB 0x0000000085f00000| Untracked | 0
| 96|0x0000000086000000, 0x0000000086000000, 0x0000000086100000| 0%| F| |TAMS 0x0000000086000000| PB 0x0000000086000000| Untracked | 0
| 97|0x0000000086100000, 0x0000000086100000, 0x0000000086200000| 0%| F| |TAMS 0x0000000086100000| PB 0x0000000086100000| Untracked | 0
| 98|0x0000000086200000, 0x0000000086200000, 0x0000000086300000| 0%| F| |TAMS 0x0000000086200000| PB 0x0000000086200000| Untracked | 0
| 99|0x0000000086300000, 0x0000000086300000, 0x0000000086400000| 0%| F| |TAMS 0x0000000086300000| PB 0x0000000086300000| Untracked | 0
| 100|0x0000000086400000, 0x0000000086400000, 0x0000000086500000| 0%| F| |TAMS 0x0000000086400000| PB 0x0000000086400000| Untracked | 0
| 101|0x0000000086500000, 0x0000000086500000, 0x0000000086600000| 0%| F| |TAMS 0x0000000086500000| PB 0x0000000086500000| Untracked | 0
| 102|0x0000000086600000, 0x0000000086600000, 0x0000000086700000| 0%| F| |TAMS 0x0000000086600000| PB 0x0000000086600000| Untracked | 0
| 103|0x0000000086700000, 0x0000000086700000, 0x0000000086800000| 0%| F| |TAMS 0x0000000086700000| PB 0x0000000086700000| Untracked | 0
| 104|0x0000000086800000, 0x0000000086800000, 0x0000000086900000| 0%| F| |TAMS 0x0000000086800000| PB 0x0000000086800000| Untracked | 0
| 105|0x0000000086900000, 0x0000000086900000, 0x0000000086a00000| 0%| F| |TAMS 0x0000000086900000| PB 0x0000000086900000| Untracked | 0
| 106|0x0000000086a00000, 0x0000000086a00000, 0x0000000086b00000| 0%| F| |TAMS 0x0000000086a00000| PB 0x0000000086a00000| Untracked | 0
| 107|0x0000000086b00000, 0x0000000086b00000, 0x0000000086c00000| 0%| F| |TAMS 0x0000000086b00000| PB 0x0000000086b00000| Untracked | 0
| 108|0x0000000086c00000, 0x0000000086c00000, 0x0000000086d00000| 0%| F| |TAMS 0x0000000086c00000| PB 0x0000000086c00000| Untracked | 0
| 109|0x0000000086d00000, 0x0000000086d00000, 0x0000000086e00000| 0%| F| |TAMS 0x0000000086d00000| PB 0x0000000086d00000| Untracked | 0
| 110|0x0000000086e00000, 0x0000000086e00000, 0x0000000086f00000| 0%| F| |TAMS 0x0000000086e00000| PB 0x0000000086e00000| Untracked | 0
| 111|0x0000000086f00000, 0x0000000086f00000, 0x0000000087000000| 0%| F| |TAMS 0x0000000086f00000| PB 0x0000000086f00000| Untracked | 0
| 112|0x0000000087000000, 0x0000000087000000, 0x0000000087100000| 0%| F| |TAMS 0x0000000087000000| PB 0x0000000087000000| Untracked | 0
| 113|0x0000000087100000, 0x0000000087100000, 0x0000000087200000| 0%| F| |TAMS 0x0000000087100000| PB 0x0000000087100000| Untracked | 0
| 114|0x0000000087200000, 0x0000000087200000, 0x0000000087300000| 0%| F| |TAMS 0x0000000087200000| PB 0x0000000087200000| Untracked | 0
| 115|0x0000000087300000, 0x0000000087300000, 0x0000000087400000| 0%| F| |TAMS 0x0000000087300000| PB 0x0000000087300000| Untracked | 0
| 116|0x0000000087400000, 0x0000000087400000, 0x0000000087500000| 0%| F| |TAMS 0x0000000087400000| PB 0x0000000087400000| Untracked | 0
| 117|0x0000000087500000, 0x0000000087500000, 0x0000000087600000| 0%| F| |TAMS 0x0000000087500000| PB 0x0000000087500000| Untracked | 0
| 118|0x0000000087600000, 0x0000000087600000, 0x0000000087700000| 0%| F| |TAMS 0x0000000087600000| PB 0x0000000087600000| Untracked | 0
| 119|0x0000000087700000, 0x0000000087700000, 0x0000000087800000| 0%| F| |TAMS 0x0000000087700000| PB 0x0000000087700000| Untracked | 0
| 120|0x0000000087800000, 0x0000000087843218, 0x0000000087900000| 26%| E| |TAMS 0x0000000087800000| PB 0x0000000087800000| Complete | 0
| 121|0x0000000087900000, 0x0000000087a00000, 0x0000000087a00000|100%| E|CS|TAMS 0x0000000087900000| PB 0x0000000087900000| Complete | 0
| 122|0x0000000087a00000, 0x0000000087b00000, 0x0000000087b00000|100%| E|CS|TAMS 0x0000000087a00000| PB 0x0000000087a00000| Complete | 0
| 123|0x0000000087b00000, 0x0000000087c00000, 0x0000000087c00000|100%| E|CS|TAMS 0x0000000087b00000| PB 0x0000000087b00000| Complete | 0
| 124|0x0000000087c00000, 0x0000000087d00000, 0x0000000087d00000|100%| E|CS|TAMS 0x0000000087c00000| PB 0x0000000087c00000| Complete | 0
| 125|0x0000000087d00000, 0x0000000087e00000, 0x0000000087e00000|100%| E|CS|TAMS 0x0000000087d00000| PB 0x0000000087d00000| Complete | 0
| 126|0x0000000087e00000, 0x0000000087f00000, 0x0000000087f00000|100%| E| |TAMS 0x0000000087e00000| PB 0x0000000087e00000| Complete | 0
| 127|0x0000000087f00000, 0x0000000088000000, 0x0000000088000000|100%| E|CS|TAMS 0x0000000087f00000| PB 0x0000000087f00000| Complete | 0
|2045|0x00000000ffd00000, 0x00000000ffe00000, 0x00000000ffe00000|100%| O| |TAMS 0x00000000ffd00000| PB 0x00000000ffd00000| Untracked | 0
|2046|0x00000000ffe00000, 0x00000000fff00000, 0x00000000fff00000|100%| O| |TAMS 0x00000000ffe00000| PB 0x00000000ffe00000| Untracked | 0
|2047|0x00000000fff00000, 0x00000000fff41038, 0x0000000100000000| 25%| O| |TAMS 0x00000000fff00000| PB 0x00000000fff00000| Untracked | 0
Card table byte_map: [0x0000021e29280000,0x0000021e29680000] _byte_map_base: 0x0000021e28e80000
Marking Bits: (CMBitMap*) 0x0000021e157a63e0
Bits: [0x0000021e29680000, 0x0000021e2b680000)
Polling page: 0x0000021e135a0000
Metaspace:
Metaspace used 10267K, committed 10496K, reserved 1114112K
class space used 1223K, committed 1344K, reserved 1048576K
Usage:
Non-class: 8.83 MB used.
Class: 1.19 MB used.
Both: 10.03 MB used.
Virtual space:
Non-class space: 64.00 MB reserved, 8.94 MB ( 14%) committed, 1 nodes.
Class space: 1.00 GB reserved, 1.31 MB ( <1%) committed, 1 nodes.
Both: 1.06 GB reserved, 10.25 MB ( <1%) committed.
Chunk freelists:
Non-Class: 6.06 MB
Class: 14.54 MB
Both: 20.60 MB
MaxMetaspaceSize: unlimited
CompressedClassSpaceSize: 1.00 GB
Initial GC threshold: 21.00 MB
Current GC threshold: 21.00 MB
CDS: on
- commit_granule_bytes: 65536.
- commit_granule_words: 8192.
- virtual_space_node_default_size: 8388608.
- enlarge_chunks_in_place: 1.
UseCompressedClassPointers 1, UseCompactObjectHeaders 0
Narrow klass pointer bits 32, Max shift 3
Narrow klass base: 0x000000000f000000, Narrow klass shift: 0
Encoding Range: [0x000000000f000000 - 0x000000010f000000), (4294967296 bytes)
Klass Range: [0x000000000f010000 - 0x0000000051000000), (1107230720 bytes)
Klass ID Range: [65536 - 1107296249) (1107230713)
Protection zone: [0x000000000f000000 - 0x000000000f010000), (65536 bytes)
Internal statistics:
num_allocs_failed_limit: 0.
num_arena_births: 218.
num_arena_deaths: 0.
num_vsnodes_births: 2.
num_vsnodes_deaths: 0.
num_space_committed: 164.
num_space_uncommitted: 0.
num_chunks_returned_to_freelist: 0.
num_chunks_taken_from_freelist: 487.
num_chunk_merges: 0.
num_chunk_splits: 384.
num_chunks_enlarged: 299.
num_inconsistent_stats: 0.
CodeHeap 'non-profiled nmethods': size=120064Kb used=748Kb max_used=748Kb free=119315Kb
bounds [0x0000021e21610000, 0x0000021e21880000, 0x0000021e28b50000]
CodeHeap 'profiled nmethods': size=120000Kb used=3595Kb max_used=3595Kb free=116404Kb
bounds [0x0000021e19b50000, 0x0000021e19ee0000, 0x0000021e21080000]
CodeHeap 'non-nmethods': size=5696Kb used=1431Kb max_used=1507Kb free=4265Kb
bounds [0x0000021e21080000, 0x0000021e212f0000, 0x0000021e21610000]
CodeCache: size=245760Kb, used=5774Kb, max_used=5850Kb, free=239984Kb
total_blobs=2947, nmethods=2388, adapters=461, full_count=0
Compilation: enabled, stopped_count=0, restarted_count=0
Compilation events (20 events):
Event: 32.909 Thread 0x0000021e2e065270 2336 3 jdk.internal.classfile.impl.DirectCodeBuilder::swap (11 bytes)
Event: 32.910 Thread 0x0000021e2e065270 nmethod 2336 0x0000021e19eabd88 code [0x0000021e19eabe80, 0x0000021e19eac058]
Event: 32.910 Thread 0x0000021e2e065270 2338 3 jdk.internal.classfile.impl.DirectCodeBuilder::invokespecial (13 bytes)
Event: 32.911 Thread 0x0000021e2e065270 nmethod 2338 0x0000021e19eac088 code [0x0000021e19eac180, 0x0000021e19eac4e8]
Event: 32.911 Thread 0x0000021e2e065270 2339 3 jdk.internal.classfile.impl.DirectCodeBuilder::new_ (7 bytes)
Event: 32.911 Thread 0x0000021e2e065270 nmethod 2339 0x0000021e19eac508 code [0x0000021e19eac600, 0x0000021e19eaca48]
Event: 32.913 Thread 0x0000021e2e065270 2342 3 jdk.internal.classfile.impl.BytecodeHelpers::arrayStoreBytecode (126 bytes)
Event: 32.914 Thread 0x0000021e2e065270 nmethod 2342 0x0000021e19eaca88 code [0x0000021e19eacb80, 0x0000021e19ead170]
Event: 32.915 Thread 0x0000021e2e065270 2346 3 java.lang.classfile.constantpool.ConstantPoolBuilder::classEntry (92 bytes)
Event: 32.916 Thread 0x0000021e2e065270 nmethod 2346 0x0000021e19ead188 code [0x0000021e19ead280, 0x0000021e19eaeb80]
Event: 32.916 Thread 0x0000021e2e065270 2352 3 java.util.TimSort::binarySort (223 bytes)
Event: 32.917 Thread 0x0000021e2e065270 nmethod 2352 0x0000021e19eaec08 code [0x0000021e19eaed00, 0x0000021e19eaf738]
Event: 32.933 Thread 0x0000021e2e065270 2351 3 java.util.TimSort::countRunAndMakeAscending (128 bytes)
Event: 32.934 Thread 0x0000021e2e065270 nmethod 2351 0x0000021e19eaf788 code [0x0000021e19eaf880, 0x0000021e19eaff68]
Event: 32.934 Thread 0x0000021e2e065270 2347 3 jdk.internal.classfile.impl.TemporaryConstantPool::classEntry (15 bytes)
Event: 32.934 Thread 0x0000021e2e065270 nmethod 2347 0x0000021e19eaff88 code [0x0000021e19eb0080, 0x0000021e19eb0300]
Event: 32.934 Thread 0x0000021e2e065270 2348 3 java.util.TimSort::sort (229 bytes)
Event: 32.935 Thread 0x0000021e2e065270 nmethod 2348 0x0000021e19eb0308 code [0x0000021e19eb0400, 0x0000021e19eb0ad8]
Event: 32.935 Thread 0x0000021e2e065270 2350 3 java.util.Arrays::sort (37 bytes)
Event: 32.936 Thread 0x0000021e2e065270 nmethod 2350 0x0000021e19eb0b08 code [0x0000021e19eb0c00, 0x0000021e19eb0de8]
GC Heap Usage History (4 events):
Event: 13.201 {heap Before GC invocations=0 (full 0):
garbage-first heap total reserved 2097152K, committed 134144K, used 52484K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 47 young (48128K), 0 survivors (0K)
}
Event: 17.120 {heap After GC invocations=1 (full 0):
garbage-first heap total reserved 2097152K, committed 134144K, used 6574K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 3 young (3072K), 3 survivors (3072K)
}
Event: 30.036 {heap Before GC invocations=1 (full 0):
garbage-first heap total reserved 2097152K, committed 134144K, used 63918K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 59 young (60416K), 3 survivors (3072K)
}
Event: 30.048 {heap After GC invocations=2 (full 0):
garbage-first heap total reserved 2097152K, committed 134144K, used 10669K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 7 young (7168K), 7 survivors (7168K)
}
Metaspace Usage History (4 events):
Event: 13.201 {metaspace Before GC invocations=0 (full 0):
Metaspace used 2512K, committed 2688K, reserved 1114112K
class space used 347K, committed 448K, reserved 1048576K
}
Event: 17.120 {metaspace After GC invocations=1 (full 0):
Metaspace used 2512K, committed 2688K, reserved 1114112K
class space used 347K, committed 448K, reserved 1048576K
}
Event: 30.036 {metaspace Before GC invocations=1 (full 0):
Metaspace used 8849K, committed 9088K, reserved 1114112K
class space used 1130K, committed 1216K, reserved 1048576K
}
Event: 30.048 {metaspace After GC invocations=2 (full 0):
Metaspace used 8849K, committed 9088K, reserved 1114112K
class space used 1130K, committed 1216K, reserved 1048576K
}
Dll operation events (2 events):
Event: 0.056 Loaded shared library C:\Program Files\JetBrains\IntelliJ IDEA 2026.1.1\jbr\bin\java.dll
Event: 3.538 Loaded shared library C:\Program Files\JetBrains\IntelliJ IDEA 2026.1.1\jbr\bin\zip.dll
Deoptimization events (20 events):
Event: 29.836 Thread 0x0000021e2ee3f5b0 Uncommon trap: trap_request=0xffffff5e fr.pc=0x0000021e2165ebc0 relative=0x00000000000003c0
Event: 29.836 Thread 0x0000021e2ee3f5b0 Uncommon trap: reason=speculate_class_check action=maybe_recompile pc=0x0000021e2165ebc0 method=java.lang.String.<init>(Ljava/lang/AbstractStringBuilder;Ljava/lang/Void;)V @ 10 c2
Event: 29.836 Thread 0x0000021e2ee3f5b0 DEOPT PACKING pc=0x0000021e2165ebc0 sp=0x000000bc947fe030
Event: 29.836 Thread 0x0000021e2ee3f5b0 DEOPT UNPACKING pc=0x0000021e2110b482 sp=0x000000bc947fe000 mode 2
Event: 29.836 Thread 0x0000021e2ee3f5b0 Uncommon trap: trap_request=0xffffff5e fr.pc=0x0000021e2165ebc0 relative=0x00000000000003c0
Event: 29.836 Thread 0x0000021e2ee3f5b0 Uncommon trap: reason=speculate_class_check action=maybe_recompile pc=0x0000021e2165ebc0 method=java.lang.String.<init>(Ljava/lang/AbstractStringBuilder;Ljava/lang/Void;)V @ 10 c2
Event: 29.836 Thread 0x0000021e2ee3f5b0 DEOPT PACKING pc=0x0000021e2165ebc0 sp=0x000000bc947fdfb0
Event: 29.837 Thread 0x0000021e2ee3f5b0 DEOPT UNPACKING pc=0x0000021e2110b482 sp=0x000000bc947fdf80 mode 2
Event: 29.886 Thread 0x0000021e2ee3f5b0 DEOPT PACKING pc=0x0000021e19bb0190 sp=0x000000bc947fa200
Event: 29.886 Thread 0x0000021e2ee3f5b0 DEOPT UNPACKING pc=0x0000021e210d1702 sp=0x000000bc947f9708 mode 0
Event: 30.396 Thread 0x0000021e2ee3f5b0 Uncommon trap: trap_request=0xffffffde fr.pc=0x0000021e216a2c14 relative=0x0000000000000314
Event: 30.396 Thread 0x0000021e2ee3f5b0 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000021e216a2c14 method=java.util.regex.Pattern$BmpCharPropertyGreedy.match(Ljava/util/regex/Matcher;ILjava/lang/CharSequence;)Z @ 26 c2
Event: 30.396 Thread 0x0000021e2ee3f5b0 DEOPT PACKING pc=0x0000021e216a2c14 sp=0x000000bc947fe320
Event: 30.396 Thread 0x0000021e2ee3f5b0 DEOPT UNPACKING pc=0x0000021e2110b482 sp=0x000000bc947fe2d8 mode 2
Event: 30.396 Thread 0x0000021e2ee3f5b0 Uncommon trap: trap_request=0xffffffde fr.pc=0x0000021e216a2c14 relative=0x0000000000000314
Event: 30.396 Thread 0x0000021e2ee3f5b0 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000021e216a2c14 method=java.util.regex.Pattern$BmpCharPropertyGreedy.match(Ljava/util/regex/Matcher;ILjava/lang/CharSequence;)Z @ 26 c2
Event: 30.396 Thread 0x0000021e2ee3f5b0 DEOPT PACKING pc=0x0000021e216a2c14 sp=0x000000bc947fe110
Event: 30.396 Thread 0x0000021e2ee3f5b0 DEOPT UNPACKING pc=0x0000021e2110b482 sp=0x000000bc947fe0c8 mode 2
Event: 30.451 Thread 0x0000021e2ee3f5b0 DEOPT PACKING pc=0x0000021e19d04f1d sp=0x000000bc947fe110
Event: 30.451 Thread 0x0000021e2ee3f5b0 DEOPT UNPACKING pc=0x0000021e210d1702 sp=0x000000bc947fd5a8 mode 0
Classes loaded (20 events):
Event: 29.955 Loading class java/time/chrono/Era done
Event: 29.955 Loading class java/time/chrono/IsoEra done
Event: 32.824 Loading class java/lang/invoke/BoundMethodHandle$Species_LI
Event: 32.824 Loading class java/lang/invoke/BoundMethodHandle$Species_LI done
Event: 32.824 Loading class java/lang/invoke/ClassSpecializer$Factory$1
Event: 32.824 Loading class java/lang/invoke/ClassSpecializer$Factory$1 done
Event: 32.825 Loading class java/lang/invoke/ClassSpecializer$Factory$1$1
Event: 32.825 Loading class java/lang/invoke/ClassSpecializer$Factory$1$1 done
Event: 32.825 Loading class java/lang/invoke/ClassSpecializer$Factory$1$1Var
Event: 32.825 Loading class java/lang/invoke/ClassSpecializer$Factory$1$1Var done
Event: 32.825 Loading class java/lang/invoke/ClassSpecializer$Factory$1$2
Event: 32.825 Loading class java/lang/invoke/ClassSpecializer$Factory$1$2 done
Event: 32.826 Loading class java/lang/invoke/ClassSpecializer$Factory$1$3
Event: 32.826 Loading class java/lang/invoke/ClassSpecializer$Factory$1$3 done
Event: 32.826 Loading class java/lang/invoke/ClassSpecializer$Factory$1$4
Event: 32.826 Loading class java/lang/invoke/ClassSpecializer$Factory$1$4 done
Event: 32.827 Loading class java/lang/invoke/ClassSpecializer$Factory$1$5
Event: 32.827 Loading class java/lang/invoke/ClassSpecializer$Factory$1$5 done
Event: 32.827 Loading class java/lang/invoke/ClassSpecializer$Factory$1$5$1
Event: 32.827 Loading class java/lang/invoke/ClassSpecializer$Factory$1$5$1 done
Classes unloaded (0 events):
No events
Classes redefined (0 events):
No events
Internal exceptions (20 events):
Event: 23.174 Thread 0x0000021e13362c90 Exception <a 'java/lang/NoSuchMethodError'{0x0000000085477320}: 'java.lang.Object java.lang.invoke.Invokers$Holder.linkToTargetMethod(java.lang.Object, long, java.lang.Object)'> (0x0000000085477320)
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 815]
Event: 23.911 Thread 0x0000021e2ea9cc20 Exception <a 'java/lang/NoSuchMethodError'{0x0000000085231130}: 'long java.lang.invoke.DirectMethodHandle$Holder.invokeSpecial(java.lang.Object, java.lang.Object)'> (0x0000000085231130)
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 815]
Event: 23.913 Thread 0x0000021e2ea9cc20 Exception <a 'java/lang/NoSuchMethodError'{0x0000000085239020}: 'long java.lang.invoke.Invokers$Holder.invokeExact_MT(java.lang.Object, java.lang.Object)'> (0x0000000085239020)
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 815]
Event: 24.938 Thread 0x0000021e2ee3af60 Exception <a 'java/lang/NoSuchMethodError'{0x00000000852dc890}: static [B.<clinit>()V> (0x00000000852dc890)
thrown [s\src\hotspot\share\prims\jni.cpp, line 1141]
Event: 24.969 Thread 0x0000021e2ee3af60 Exception <a 'java/lang/NoSuchMethodError'{0x00000000852de088}: 'long java.lang.invoke.DirectMethodHandle$Holder.invokeInterface(java.lang.Object, java.lang.Object)'> (0x00000000852de088)
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 815]
Event: 25.474 Thread 0x0000021e2ee3f5b0 Exception <a 'java/lang/NoSuchMethodError'{0x00000000851681c0}: 'int java.lang.invoke.DirectMethodHandle$Holder.invokeInterface(java.lang.Object, java.lang.Object)'> (0x00000000851681c0)
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 815]
Event: 26.325 Thread 0x0000021e2ee3f5b0 Exception <a 'java/lang/NoSuchMethodError'{0x00000000851e0350}: static [Ljava/rmi/server/ObjID;.<clinit>()V> (0x00000000851e0350)
thrown [s\src\hotspot\share\prims\jni.cpp, line 1141]
Event: 26.336 Thread 0x0000021e2ee3f5b0 Exception <a 'java/lang/NoSuchMethodError'{0x00000000851fe200}: 'void java.lang.invoke.Invokers$Holder.linkToTargetMethod(java.lang.Object, java.lang.Object)'> (0x00000000851fe200)
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 815]
Event: 26.339 Thread 0x0000021e2ee3f5b0 Exception <a 'java/lang/NoSuchMethodError'{0x0000000084d08600}: 'void java.lang.invoke.DirectMethodHandle$Holder.invokeInterface(java.lang.Object, java.lang.Object)'> (0x0000000084d08600)
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 815]
Event: 26.685 Thread 0x0000021e2ee3f5b0 Exception <a 'java/lang/NoSuchMethodError'{0x0000000084dc2f60}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeInterface(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x0000000084dc2f60)
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 815]
Event: 26.702 Thread 0x0000021e2ee3f5b0 Exception <a 'java/lang/NoSuchMethodError'{0x0000000084df0200}: 'java.lang.Object java.lang.invoke.Invokers$Holder.invokeExact_MT(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x0000000084df0200)
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 815]
Event: 27.841 Thread 0x0000021e2ee3f5b0 Exception <a 'java/lang/NoSuchMethodError'{0x0000000084918ca8}: 'void java.lang.invoke.DirectMethodHandle$Holder.invokeStatic(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x0000000084918ca8)
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 815]
Event: 29.654 Thread 0x0000021e2ee3f5b0 Exception <a 'sun/nio/fs/WindowsException'{0x0000000084653bc8}> (0x0000000084653bc8)
thrown [s\src\hotspot\share\prims\jni.cpp, line 535]
Event: 30.476 Thread 0x0000021e2ee3f5b0 Exception <a 'java/lang/NoSuchMethodError'{0x0000000087df5be0}: 'void java.lang.invoke.DirectMethodHandle$Holder.invokeInterface(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x0000000087df5be0)
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 815]
Event: 30.477 Thread 0x0000021e2ee3f5b0 Exception <a 'java/lang/NoSuchMethodError'{0x0000000087dfe1f8}: 'void java.lang.invoke.DirectMethodHandle$Holder.invokeSpecial(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x0000000087dfe1f8)
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 815]
Event: 30.482 Thread 0x0000021e2ee3f5b0 Exception <a 'java/lang/NoSuchMethodError'{0x0000000087c20470}: 'java.lang.Object java.lang.invoke.Invokers$Holder.invokeExact_MT(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x0000000087c20470)
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 815]
Event: 32.822 Thread 0x0000021e2ee3f5b0 Exception <a 'java/lang/NoSuchMethodError'{0x0000000087bc7b20}: 'int java.lang.invoke.DirectMethodHandle$Holder.invokeInterface(java.lang.Object, java.lang.Object, int)'> (0x0000000087bc7b20)
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 815]
Event: 32.830 Thread 0x0000021e2ee3f5b0 Exception <a 'java/lang/NoSuchMethodError'{0x0000000087a07c18}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeStatic(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, int)'> (0x0000000087a07c18)
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 815]
Event: 32.873 Thread 0x0000021e2ee3f5b0 Exception <a 'java/lang/NoSuchMethodError'{0x0000000087a4b360}: 'void java.lang.invoke.DirectMethodHandle$Holder.invokeInterface(java.lang.Object, java.lang.Object, int)'> (0x0000000087a4b360)
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 815]
Event: 32.874 Thread 0x0000021e2ee3f5b0 Exception <a 'java/lang/NoSuchMethodError'{0x0000000087a539d0}: 'void java.lang.invoke.DelegatingMethodHandle$Holder.reinvoke_L(java.lang.Object, java.lang.Object, int)'> (0x0000000087a539d0)
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 815]
VM Operations (20 events):
Event: 23.908 Executing non-safepoint VM operation: HandshakeAllThreads (Deoptimize)
Event: 23.908 Executing non-safepoint VM operation: HandshakeAllThreads (Deoptimize) done
Event: 26.751 Executing non-safepoint VM operation: HandshakeAllThreads (Deoptimize)
Event: 26.791 Executing non-safepoint VM operation: HandshakeAllThreads (Deoptimize) done
Event: 29.242 Executing non-safepoint VM operation: HandshakeAllThreads (Deoptimize)
Event: 29.242 Executing non-safepoint VM operation: HandshakeAllThreads (Deoptimize) done
Event: 29.557 Executing non-safepoint VM operation: HandshakeAllThreads (Deoptimize)
Event: 29.557 Executing non-safepoint VM operation: HandshakeAllThreads (Deoptimize) done
Event: 29.558 Executing non-safepoint VM operation: HandshakeAllThreads (Deoptimize)
Event: 29.558 Executing non-safepoint VM operation: HandshakeAllThreads (Deoptimize) done
Event: 29.656 Executing non-safepoint VM operation: HandshakeAllThreads (Deoptimize)
Event: 29.656 Executing non-safepoint VM operation: HandshakeAllThreads (Deoptimize) done
Event: 29.669 Executing non-safepoint VM operation: HandshakeAllThreads (Deoptimize)
Event: 29.669 Executing non-safepoint VM operation: HandshakeAllThreads (Deoptimize) done
Event: 29.905 Executing non-safepoint VM operation: HandshakeAllThreads (Deoptimize)
Event: 29.905 Executing non-safepoint VM operation: HandshakeAllThreads (Deoptimize) done
Event: 29.906 Executing non-safepoint VM operation: HandshakeAllThreads (Deoptimize)
Event: 29.906 Executing non-safepoint VM operation: HandshakeAllThreads (Deoptimize) done
Event: 30.036 Executing safepoint VM operation: G1CollectForAllocation (G1 Evacuation Pause)
Event: 30.048 Executing safepoint VM operation: G1CollectForAllocation (G1 Evacuation Pause) done
Memory protections (0 events):
No events
Nmethod flushes (0 events):
No events
Events (20 events):
Event: 3.302 Loaded shared library C:\Program Files\JetBrains\IntelliJ IDEA 2026.1.1\jbr\bin\net.dll
Event: 3.314 Loaded shared library C:\Program Files\JetBrains\IntelliJ IDEA 2026.1.1\jbr\bin\nio.dll
Event: 3.529 Loaded shared library C:\Program Files\JetBrains\IntelliJ IDEA 2026.1.1\jbr\bin\zip.dll
Event: 3.938 Loaded shared library C:\Program Files\JetBrains\IntelliJ IDEA 2026.1.1\jbr\bin\jimage.dll
Event: 22.487 Loaded shared library C:\Program Files\JetBrains\IntelliJ IDEA 2026.1.1\jbr\bin\extnet.dll
Event: 22.512 Thread 0x0000021e13362c90 Thread added: 0x0000021e2e86dfb0
Event: 22.582 Thread 0x0000021e13362c90 Thread added: 0x0000021e33064c20
Event: 22.583 Thread 0x0000021e13362c90 Thread added: 0x0000021e330653e0
Event: 23.139 Loaded shared library C:\Program Files\JetBrains\IntelliJ IDEA 2026.1.1\jbr\bin\rmi.dll
Event: 23.142 Thread 0x0000021e13362c90 Thread added: 0x0000021e2e87ab90
Event: 23.601 Thread 0x0000021e2e86dfb0 Thread added: 0x0000021e2ea9c460
Event: 23.641 Thread 0x0000021e2e86dfb0 Thread added: 0x0000021e2ea9cc20
Event: 24.191 Thread 0x0000021e2ea9cc20 Thread added: 0x0000021e2ee3d670
Event: 24.196 Thread 0x0000021e33064c20 Thread added: 0x0000021e2ee3f5b0
Event: 24.453 Thread 0x0000021e33064c20 Thread added: 0x0000021e2ee3af60
Event: 25.625 Thread 0x0000021e2ee3f5b0 Thread added: 0x0000021e2ee3ede0
Event: 27.974 Loaded shared library C:\Program Files\JetBrains\IntelliJ IDEA 2026.1.1\jbr\bin\management.dll
Event: 27.979 Loaded shared library C:\Program Files\JetBrains\IntelliJ IDEA 2026.1.1\jbr\bin\management_ext.dll
Event: 30.251 Thread 0x0000021e2ee3f5b0 Thread added: 0x0000021e2ee40d20
Event: 32.726 Thread 0x0000021e2ee3af60 Thread added: 0x0000021e33a85450
Dynamic libraries:
0x00007ff699e30000 - 0x00007ff699e3a000 C:\Program Files\JetBrains\IntelliJ IDEA 2026.1.1\jbr\bin\java.exe
0x00007ffb9b290000 - 0x00007ffb9b488000 C:\WINDOWS\SYSTEM32\ntdll.dll
0x00007ffb9aa50000 - 0x00007ffb9ab12000 C:\WINDOWS\System32\KERNEL32.DLL
0x00007ffb98f80000 - 0x00007ffb99276000 C:\WINDOWS\System32\KERNELBASE.dll
0x00007ffb98950000 - 0x00007ffb98a50000 C:\WINDOWS\System32\ucrtbase.dll
0x00007ffb8f2d0000 - 0x00007ffb8f2ee000 C:\Program Files\JetBrains\IntelliJ IDEA 2026.1.1\jbr\bin\VCRUNTIME140.dll
0x00007ffb77800000 - 0x00007ffb77817000 C:\Program Files\JetBrains\IntelliJ IDEA 2026.1.1\jbr\bin\jli.dll
0x00007ffb99f10000 - 0x00007ffb9a0b1000 C:\WINDOWS\System32\USER32.dll
0x00007ffb98920000 - 0x00007ffb98942000 C:\WINDOWS\System32\win32u.dll
0x00007ffb9aa10000 - 0x00007ffb9aa3b000 C:\WINDOWS\System32\GDI32.dll
0x00007ffb98a50000 - 0x00007ffb98b69000 C:\WINDOWS\System32\gdi32full.dll
0x00007ffb98e90000 - 0x00007ffb98f2d000 C:\WINDOWS\System32\msvcp_win.dll
0x00007ffb97db0000 - 0x00007ffb9804b000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.6456_none_60b8a6cb71f64256\COMCTL32.dll
0x00007ffb9b1b0000 - 0x00007ffb9b24e000 C:\WINDOWS\System32\msvcrt.dll
0x00007ffb9a270000 - 0x00007ffb9a29f000 C:\WINDOWS\System32\IMM32.DLL
0x00007ffb92860000 - 0x00007ffb9286c000 C:\Program Files\JetBrains\IntelliJ IDEA 2026.1.1\jbr\bin\vcruntime140_1.dll
0x00007ffb758d0000 - 0x00007ffb75959000 C:\Program Files\JetBrains\IntelliJ IDEA 2026.1.1\jbr\bin\msvcp140.dll
0x00007ffb3edf0000 - 0x00007ffb3fd42000 C:\Program Files\JetBrains\IntelliJ IDEA 2026.1.1\jbr\bin\server\jvm.dll
0x00007ffb9abe0000 - 0x00007ffb9ac91000 C:\WINDOWS\System32\ADVAPI32.dll
0x00007ffb99860000 - 0x00007ffb998ff000 C:\WINDOWS\System32\sechost.dll
0x00007ffb992b0000 - 0x00007ffb993d0000 C:\WINDOWS\System32\RPCRT4.dll
0x00007ffb99280000 - 0x00007ffb992a7000 C:\WINDOWS\System32\bcrypt.dll
0x00007ffb9aca0000 - 0x00007ffb9ad0b000 C:\WINDOWS\System32\WS2_32.dll
0x00007ffb98510000 - 0x00007ffb9855b000 C:\WINDOWS\SYSTEM32\POWRPROF.dll
0x00007ffb81b10000 - 0x00007ffb81b37000 C:\WINDOWS\SYSTEM32\WINMM.dll
0x00007ffb8d880000 - 0x00007ffb8d88a000 C:\WINDOWS\SYSTEM32\VERSION.dll
0x00007ffb98050000 - 0x00007ffb98062000 C:\WINDOWS\SYSTEM32\UMPDC.dll
0x00007ffb961e0000 - 0x00007ffb961f2000 C:\WINDOWS\SYSTEM32\kernel.appcore.dll
0x00007ffb92830000 - 0x00007ffb9283a000 C:\Program Files\JetBrains\IntelliJ IDEA 2026.1.1\jbr\bin\jimage.dll
0x00007ffb98300000 - 0x00007ffb98501000 C:\WINDOWS\SYSTEM32\DBGHELP.DLL
0x00007ffb98240000 - 0x00007ffb98274000 C:\WINDOWS\SYSTEM32\dbgcore.DLL
0x00007ffb98e00000 - 0x00007ffb98e82000 C:\WINDOWS\System32\bcryptPrimitives.dll
0x00007ffb8f270000 - 0x00007ffb8f28f000 C:\Program Files\JetBrains\IntelliJ IDEA 2026.1.1\jbr\bin\java.dll
0x00007ffb993d0000 - 0x00007ffb994fb000 C:\WINDOWS\System32\ole32.dll
0x00007ffb99500000 - 0x00007ffb99854000 C:\WINDOWS\System32\combase.dll
0x00007ffb9a2a0000 - 0x00007ffb9aa10000 C:\WINDOWS\System32\SHELL32.dll
0x00007ffb95a20000 - 0x00007ffb961c5000 C:\WINDOWS\SYSTEM32\windows.storage.dll
0x00007ffb97ad0000 - 0x00007ffb97afb000 C:\WINDOWS\SYSTEM32\Wldp.dll
0x00007ffb9adf0000 - 0x00007ffb9aebd000 C:\WINDOWS\System32\OLEAUT32.dll
0x00007ffb9aed0000 - 0x00007ffb9af7d000 C:\WINDOWS\System32\SHCORE.dll
0x00007ffb9ab80000 - 0x00007ffb9abdb000 C:\WINDOWS\System32\shlwapi.dll
0x00007ffb98850000 - 0x00007ffb98874000 C:\WINDOWS\SYSTEM32\profapi.dll
0x00007ffb8f100000 - 0x00007ffb8f112000 C:\Program Files\JetBrains\IntelliJ IDEA 2026.1.1\jbr\bin\net.dll
0x00007ffb978b0000 - 0x00007ffb9791a000 C:\WINDOWS\system32\mswsock.dll
0x00007ffb8f000000 - 0x00007ffb8f016000 C:\Program Files\JetBrains\IntelliJ IDEA 2026.1.1\jbr\bin\nio.dll
0x00007ffb8f120000 - 0x00007ffb8f137000 C:\Program Files\JetBrains\IntelliJ IDEA 2026.1.1\jbr\bin\zip.dll
0x00007ffb975b0000 - 0x00007ffb975eb000 C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL
0x00007ffb9aec0000 - 0x00007ffb9aec8000 C:\WINDOWS\System32\NSI.dll
0x00007ffb98690000 - 0x00007ffb986a8000 C:\WINDOWS\SYSTEM32\CRYPTSP.dll
0x00007ffb97250000 - 0x00007ffb97288000 C:\WINDOWS\system32\rsaenh.dll
0x00007ffb98810000 - 0x00007ffb9883e000 C:\WINDOWS\SYSTEM32\USERENV.dll
0x00007ffb97a40000 - 0x00007ffb97a4c000 C:\WINDOWS\SYSTEM32\CRYPTBASE.dll
0x00007ffb8f0f0000 - 0x00007ffb8f0f9000 C:\Program Files\JetBrains\IntelliJ IDEA 2026.1.1\jbr\bin\extnet.dll
0x00007ffb7ca80000 - 0x00007ffb7ca87000 C:\Program Files\JetBrains\IntelliJ IDEA 2026.1.1\jbr\bin\rmi.dll
0x00007ffb975f0000 - 0x00007ffb976ba000 C:\WINDOWS\SYSTEM32\DNSAPI.dll
0x000000006afd0000 - 0x000000006aff6000 C:\Program Files\Bonjour\mdnsNSP.dll
0x00007ffb8e1f0000 - 0x00007ffb8e1fa000 C:\Windows\System32\rasadhlp.dll
0x00007ffb943d0000 - 0x00007ffb94450000 C:\WINDOWS\System32\fwpuclnt.dll
0x00007ffb8f0c0000 - 0x00007ffb8f0ca000 C:\Program Files\JetBrains\IntelliJ IDEA 2026.1.1\jbr\bin\management.dll
0x00007ffb8ef30000 - 0x00007ffb8ef3c000 C:\Program Files\JetBrains\IntelliJ IDEA 2026.1.1\jbr\bin\management_ext.dll
0x00007ffb9b030000 - 0x00007ffb9b038000 C:\WINDOWS\System32\PSAPI.DLL
JVMTI agents: none
dbghelp: loaded successfully - version: 4.0.5 - missing functions: none
symbol engine: initialized successfully - sym options: 0x614 - pdb path: .;C:\Program Files\JetBrains\IntelliJ IDEA 2026.1.1\jbr\bin;C:\WINDOWS\SYSTEM32;C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.6456_none_60b8a6cb71f64256;C:\Program Files\JetBrains\IntelliJ IDEA 2026.1.1\jbr\bin\server;C:\Program Files\Bonjour
VM Arguments:
jvm_args: -Djava.rmi.server.hostname=127.0.0.1 -Duser.timezone=UTC -Xmx2048m -Xms128m --add-exports=java.desktop/sun.awt=ALL-UNNAMED --add-exports=java.desktop/java.awt.peer=ALL-UNNAMED --add-opens=java.desktop/java.awt=ALL-UNNAMED --add-opens=jdk.unsupported/sun.misc=ALL-UNNAMED --add-opens=java.base/java.nio=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED -Dfile.encoding=UTF-8 -Dsun.stdout.encoding=UTF-8 -Dsun.stderr.encoding=UTF-8
java_command: com.intellij.database.remote.RemoteJdbcServer org.postgresql.Driver
java_class_path (initial): C:\Program Files\JetBrains\IntelliJ IDEA 2026.1.1\lib\util_rt.jar;C:\Program Files\JetBrains\IntelliJ IDEA 2026.1.1\lib\intellij.libraries.fastutil.jar;C:\Program Files\JetBrains\IntelliJ IDEA 2026.1.1\lib\groovy.jar;C:\Program Files\JetBrains\IntelliJ IDEA 2026.1.1\plugins\DatabaseTools\lib\modules\intellij.database.jdbcConsole.jar;C:\Program Files\JetBrains\IntelliJ IDEA 2026.1.1\lib\intellij.grid.types.jar;C:\Program Files\JetBrains\IntelliJ IDEA 2026.1.1\lib\intellij.libraries.jbr.jar;C:\Program Files\JetBrains\IntelliJ IDEA 2026.1.1\lib\intellij.libraries.bouncy.castle.provider.jar
Launcher Type: SUN_STANDARD
[Global flags]
intx CICompilerCount = 4 {product} {ergonomic}
uint ConcGCThreads = 2 {product} {ergonomic}
uint G1ConcRefinementThreads = 8 {product} {ergonomic}
size_t G1HeapRegionSize = 1048576 {product} {ergonomic}
size_t InitialHeapSize = 134217728 {product} {command line}
size_t MarkStackSize = 4194304 {product} {ergonomic}
size_t MarkStackSizeMax = 536870912 {product} {ergonomic}
size_t MaxHeapSize = 2147483648 {product} {command line}
size_t MaxNewSize = 1287651328 {product} {ergonomic}
size_t MinHeapDeltaBytes = 1048576 {product} {ergonomic}
size_t MinHeapSize = 134217728 {product} {command line}
uintx NonNMethodCodeHeapSize = 5832704 {pd product} {ergonomic}
uintx NonProfiledCodeHeapSize = 122945536 {pd product} {ergonomic}
uintx ProfiledCodeHeapSize = 122880000 {pd product} {ergonomic}
uintx ReservedCodeCacheSize = 251658240 {pd product} {ergonomic}
bool SegmentedCodeCache = true {product} {ergonomic}
size_t SoftMaxHeapSize = 2147483648 {manageable} {ergonomic}
bool UseCompressedOops = true {product lp64_product} {ergonomic}
bool UseG1GC = true {product} {ergonomic}
bool UseLargePagesIndividualAllocation = false {pd product} {ergonomic}
Logging:
Log output configuration:
#0: stdout all=warning uptime,level,tags foldmultilines=false
#1: stderr all=off uptime,level,tags foldmultilines=false
Release file:
JAVA_VERSION="25.0.2"
MODULES="java.base java.datatransfer java.xml java.prefs java.desktop gluegen.rt java.compiler java.instrument java.logging java.management java.security.sasl java.naming java.rmi java.management.rmi java.net.http java.scripting java.security.jgss java.transaction.xa java.sql java.sql.rowset java.xml.crypto java.se java.smartcardio jogl.all jcef jdk.accessibility jdk.internal.jvmstat jdk.attach jdk.charsets jdk.internal.opt jdk.zipfs jdk.compiler jdk.crypto.cryptoki jdk.crypto.ec jdk.crypto.mscapi jdk.dynalink jdk.hotspot.agent jdk.httpserver jdk.internal.ed jdk.internal.le jdk.internal.md jdk.internal.vm.ci jdk.javadoc jdk.jcmd jdk.jdwp.agent jdk.jdi jdk.jfr jdk.localedata jdk.management jdk.management.agent jdk.management.jfr jdk.naming.dns jdk.naming.rmi jdk.net jdk.sctp jdk.security.auth jdk.security.jgss jdk.unsupported jdk.unsupported.desktop jdk.xml.dom"
IMPLEMENTOR="JetBrains s.r.o."
IMPLEMENTOR_VERSION="JBR-25.0.2+1-329.117-jcef"
JAVA_RUNTIME_VERSION="25.0.2+1-b329.117"
LIBC="default"
OS_ARCH="x86_64"
OS_NAME="Windows"
SOURCE=".:git:b692a8ec6ff7+ jcef_git:git:4a605f44671a"
JCEF_VERSION="137.0.17.1142+g68de80b"
JCEF_COMMIT_HASH="68de80bc86de497c8d0632ad0f8fe33625b33bff"
JCEF_VERSION_DETAILED=137.0.17-gf354b0e-chromium-137.0.7151.104-api-1.21-261-b81
Environment Variables:
JAVA_HOME=C:\Program Files\Java\jdk-18.0.2
PATH=C:\Program Files\AntennaHouse\AHFormatterV52;C:\Program Files\Microsoft MPI\Bin\;C:\Program Files\Java\jdk-18.0.2;C:\Program Files\Eclipse Adoptium\jdk-21.0.1.12-hotspot\bin;C:\Program Files\Microsoft\jdk-11.0.12.7-hotspot\bin;C:\Python310\Scripts\;C:\Python310\;C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\wbin;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\PuTTY\;C:\Program Files (x86)\Microsoft SQL Server\150\DTS\Binn\;C:\Program Files\TortoiseSVN\bin;C:\Program Files (x86)\Sysinternals\;C:\src\flutter\bin;C:\Program Files\Azure Data Studio\bin;C:\Program Files\nodejs\;C:\ProgramData\chocolatey\bin;I:\PCD\Scripts;C:\src\flutter\.pub-cache\bin;C:\Program Files\GitHub CLI\;C:\Program Files (x86)\GitHub CLI\;C:\Program Files\Git\cmd;C:\Program Files\Microsoft SQL Server\150\Tools\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\160\Tools\Binn\;C:\Program Files\Microsoft SQL Server\160\Tools\Binn\;C:\Program Files\Microsoft SQL Server\160\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\160\DTS\Binn\;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files\dotnet\;C:\Program Files\Docker\Docker\resources\bin;C:\Users\Parzival.CASTEL\AppData\Local\Microsoft\WindowsApps;C:\Users\Parzival.CASTEL\AppData\Local\Programs\Microsoft VS Code\bin;C:\tools\dart-sdk\bin;C:\Users\Parzival.CASTEL\AppData\Local\Pub\Cache\bin;C:\Users\Parzival.CASTEL\AppData\Local\GitHubDesktop\bin;C:\Users\Parzival.CASTEL\go\bin;C:\Users\Parzival.CASTEL\.dotnet\tools;C:\Users\Parzival.CASTEL\AppData\Local\Programs\Fiddler;C:\Users\Parzival.CASTEL\.dotnet\tools;C:\Program Files\JetBrains\IntelliJ IDEA 2026.1.1\bin;C:\Program Files\JetBrains\IntelliJ IDEA 2026.1.1\plugins\maven\lib\maven3\bin
USERNAME=Parzival
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 142 Stepping 12, GenuineIntel
TMP=C:\Users\PARZIV~1.CAS\AppData\Local\Temp
TEMP=C:\Users\PARZIV~1.CAS\AppData\Local\Temp
Compilation memory statistics disabled.
Periodic native trim disabled
JNI global refs:
JNI global refs: 17, weak refs: 0
JNI global refs memory usage: 835, weak refs: 201
Process memory usage:
Resident Set Size: 169556K (1% of 16645236K total physical memory with 289212K free physical memory)
OOME stack traces (most recent first):
Classloader memory used:
Loader jdk.internal.loader.ClassLoaders$AppClassLoader : 4818 K
Loader bootstrap : 3569 K
Loader com.intellij.database.remote.jdbc.impl.JdbcClassLoader$JdbcClassLoaderImpl : 1577 K
Loader jdk.internal.loader.ClassLoaders$PlatformClassLoader : 302 K
--------------- S Y S T E M ---------------
OS:
Windows 10 , 64 bit Build 19041 (10.0.19041.5915)
OS uptime: 37 days 5:42 hours
Hyper-V role detected
CPU: total 8 (initial active 8) (4 cores per cpu, 2 threads per core) family 6 model 142 stepping 12 microcode 0xec, cx8, cmov, fxsr, ht, mmx, 3dnowpref, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, lzcnt, tsc, tscinvbit, avx, avx2, aes, erms, clmul, bmi1, bmi2, adx, fma, vzeroupper, clflush, clflushopt, hv, rdtscp, f16c
Processor Information for the first 8 processors :
Max Mhz: 1800, Current Mhz: 1600, Mhz Limit: 1584
Memory: 4k page, system-wide physical 16255M (282M free)
TotalPageFile size 40255M (AvailPageFile size 63M)
current process WorkingSet (physical memory assigned to process): 165M, peak: 172M
current process commit charge ("private bytes"): 270M, peak: 285M
vm_info: OpenJDK 64-Bit Server VM (25.0.2+1-b329.117) for windows-amd64 JRE (25.0.2+1-b329.117), built on 2026-04-20 with MS VC++ 17.14 (VS2022)
END.

221
hs_err_pid25472.log Normal file
View File

@ -0,0 +1,221 @@
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (mmap) failed to map 266338304 bytes for G1 virtual space
# Possible reasons:
# The system is out of physical RAM or swap space
# The process is running with CompressedOops enabled, and the Java Heap may be blocking the growth of the native heap
# Possible solutions:
# Reduce memory load on the system
# Increase physical memory or swap space
# Check if swap backing store is full
# Decrease Java heap size (-Xmx/-Xms)
# Decrease number of Java threads
# Decrease Java thread stack sizes (-Xss)
# Set larger code cache with -XX:ReservedCodeCacheSize=
# JVM is running with Zero Based Compressed Oops mode in which the Java heap is
# placed in the first 32GB address space. The Java Heap base address is the
# maximum limit for the native heap growth. Please use -XX:HeapBaseMinAddress
# to set the Java Heap base and to place the Java Heap above 32GB virtual address.
# This output file may be truncated or incomplete.
#
# Out of Memory Error (os_windows.cpp:3530), pid=25472, tid=8700
#
# JRE version: (18.0.2+9) (build )
# Java VM: OpenJDK 64-Bit Server VM (18.0.2+9-61, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64)
# No core dump will be written. Minidumps are not enabled by default on client versions of Windows
#
--------------- S U M M A R Y ------------
Command Line: --enable-native-access=ALL-UNNAMED
Host: Intel(R) Core(TM) i5-8265U CPU @ 1.60GHz, 8 cores, 15G, Windows 10 , 64 bit Build 19041 (10.0.19041.5915)
Time: Wed Jun 10 14:46:19 2026 Mitteleuropäische Sommerzeit elapsed time: 0.017997 seconds (0d 0h 0m 0s)
--------------- T H R E A D ---------------
Current thread (0x000001e80720d390): JavaThread "Unknown thread" [_thread_in_vm, id=8700, stack(0x000000d498500000,0x000000d498600000)]
Stack: [0x000000d498500000,0x000000d498600000]
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [jvm.dll+0x6993ca]
V [jvm.dll+0x7f481d]
V [jvm.dll+0x7f612e]
V [jvm.dll+0x7f67e3]
V [jvm.dll+0x25cdaf]
V [jvm.dll+0x696319]
V [jvm.dll+0x68ae4a]
V [jvm.dll+0x3223eb]
V [jvm.dll+0x329dc6]
V [jvm.dll+0x37eade]
V [jvm.dll+0x37ed0f]
V [jvm.dll+0x2fa16a]
V [jvm.dll+0x2fb1cd]
V [jvm.dll+0x7c3450]
V [jvm.dll+0x38be61]
V [jvm.dll+0x7a2073]
V [jvm.dll+0x40dc3f]
V [jvm.dll+0x40f611]
C [jli.dll+0x526b]
C [ucrtbase.dll+0x21bb2]
C [KERNEL32.DLL+0x17374]
C [ntdll.dll+0x4cc91]
--------------- P R O C E S S ---------------
Threads class SMR info:
_java_thread_list=0x00007ffb243ce550, length=0, elements={
}
Java Threads: ( => current thread )
Other Threads:
0x000001e80727fee0 WorkerThread "GC Thread#0" [stack: 0x000000d498600000,0x000000d498700000] [id=7580]
0x000001e807290c10 ConcurrentGCThread "G1 Main Marker" [stack: 0x000000d498700000,0x000000d498800000] [id=17508]
0x000001e807291da0 WorkerThread "G1 Conc#0" [stack: 0x000000d498800000,0x000000d498900000] [id=9492]
[error occurred during error reporting (printing all threads), id 0xc0000005, EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffb23bfa707]
VM state: not at safepoint (not fully initialized)
VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
[0x000001e807208530] Heap_lock - owner thread: 0x000001e80720d390
Heap address: 0x0000000702000000, size: 4064 MB, Compressed Oops mode: Zero based, Oop shift amount: 3
CDS archive(s) mapped at: [0x0000000000000000-0x0000000000000000-0x0000000000000000), size 0, SharedBaseAddress: 0x0000000800000000, ArchiveRelocationMode: 0.
Narrow klass base: 0x0000000000000000, Narrow klass shift: 0, Narrow klass range: 0x0
GC Precious Log:
CardTable entry size: 512
Card Set container configuration: InlinePtr #cards 4 size 8 Array Of Cards #cards 16 size 48 Howl #buckets 8 coarsen threshold 3686 Howl Bitmap #cards 512 size 80 coarsen threshold 460 Card regions per heap region 1 cards per card region 4096
Heap:
garbage-first heap total 0K, used 0K [0x0000000702000000, 0x0000000800000000)
region size 2048K, 0 young (0K), 0 survivors (0K)
[error occurred during error reporting (printing heap information), id 0xc0000005, EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffb23fe1859]
GC Heap History (0 events):
No events
Deoptimization events (0 events):
No events
Classes loaded (0 events):
No events
Classes unloaded (0 events):
No events
Classes redefined (0 events):
No events
Internal exceptions (0 events):
No events
VM Operations (0 events):
No events
Events (1 events):
Event: 0.012 Loaded shared library C:\Program Files\Java\jdk-18.0.2\bin\java.dll
Dynamic libraries:
0x00007ff656890000 - 0x00007ff65689e000 C:\Program Files\Java\jdk-18.0.2\bin\java.exe
0x00007ffb9b290000 - 0x00007ffb9b488000 C:\WINDOWS\SYSTEM32\ntdll.dll
0x00007ffb9aa50000 - 0x00007ffb9ab12000 C:\WINDOWS\System32\KERNEL32.DLL
0x00007ffb98f80000 - 0x00007ffb99276000 C:\WINDOWS\System32\KERNELBASE.dll
0x00007ffb98950000 - 0x00007ffb98a50000 C:\WINDOWS\System32\ucrtbase.dll
0x00007ffb6cf40000 - 0x00007ffb6cf5a000 C:\Program Files\Java\jdk-18.0.2\bin\VCRUNTIME140.dll
0x00007ffb6cdc0000 - 0x00007ffb6cdd7000 C:\Program Files\Java\jdk-18.0.2\bin\jli.dll
0x00007ffb99f10000 - 0x00007ffb9a0b1000 C:\WINDOWS\System32\USER32.dll
0x00007ffb97db0000 - 0x00007ffb9804b000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.6456_none_60b8a6cb71f64256\COMCTL32.dll
0x00007ffb9b1b0000 - 0x00007ffb9b24e000 C:\WINDOWS\System32\msvcrt.dll
0x00007ffb98920000 - 0x00007ffb98942000 C:\WINDOWS\System32\win32u.dll
0x00007ffb9aa10000 - 0x00007ffb9aa3b000 C:\WINDOWS\System32\GDI32.dll
0x00007ffb98a50000 - 0x00007ffb98b69000 C:\WINDOWS\System32\gdi32full.dll
0x00007ffb98e90000 - 0x00007ffb98f2d000 C:\WINDOWS\System32\msvcp_win.dll
0x00007ffb9a270000 - 0x00007ffb9a29f000 C:\WINDOWS\System32\IMM32.DLL
0x00007ffb77910000 - 0x00007ffb7791c000 C:\Program Files\Java\jdk-18.0.2\bin\vcruntime140_1.dll
0x00007ffb59760000 - 0x00007ffb597ed000 C:\Program Files\Java\jdk-18.0.2\bin\msvcp140.dll
0x00007ffb238f0000 - 0x00007ffb24501000 C:\Program Files\Java\jdk-18.0.2\bin\server\jvm.dll
0x00007ffb9abe0000 - 0x00007ffb9ac91000 C:\WINDOWS\System32\ADVAPI32.dll
0x00007ffb99860000 - 0x00007ffb998ff000 C:\WINDOWS\System32\sechost.dll
0x00007ffb992b0000 - 0x00007ffb993d0000 C:\WINDOWS\System32\RPCRT4.dll
0x00007ffb99280000 - 0x00007ffb992a7000 C:\WINDOWS\System32\bcrypt.dll
0x00007ffb9b030000 - 0x00007ffb9b038000 C:\WINDOWS\System32\PSAPI.DLL
0x00007ffb81b10000 - 0x00007ffb81b37000 C:\WINDOWS\SYSTEM32\WINMM.dll
0x00007ffb8d880000 - 0x00007ffb8d88a000 C:\WINDOWS\SYSTEM32\VERSION.dll
0x00007ffb7b430000 - 0x00007ffb7b439000 C:\WINDOWS\SYSTEM32\WSOCK32.dll
0x00007ffb9aca0000 - 0x00007ffb9ad0b000 C:\WINDOWS\System32\WS2_32.dll
0x00007ffb961e0000 - 0x00007ffb961f2000 C:\WINDOWS\SYSTEM32\kernel.appcore.dll
0x00007ffb76220000 - 0x00007ffb7622a000 C:\Program Files\Java\jdk-18.0.2\bin\jimage.dll
0x00007ffb98300000 - 0x00007ffb98501000 C:\WINDOWS\SYSTEM32\DBGHELP.DLL
0x00007ffb98240000 - 0x00007ffb98274000 C:\WINDOWS\SYSTEM32\dbgcore.DLL
0x00007ffb98e00000 - 0x00007ffb98e82000 C:\WINDOWS\System32\bcryptPrimitives.dll
0x00007ffb6c800000 - 0x00007ffb6c825000 C:\Program Files\Java\jdk-18.0.2\bin\java.dll
dbghelp: loaded successfully - version: 4.0.5 - missing functions: none
symbol engine: initialized successfully - sym options: 0x614 - pdb path: .;C:\Program Files\Java\jdk-18.0.2\bin;C:\WINDOWS\SYSTEM32;C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.6456_none_60b8a6cb71f64256;C:\Program Files\Java\jdk-18.0.2\bin\server
VM Arguments:
jvm_args: --enable-native-access=ALL-UNNAMED
java_command: <unknown>
java_class_path (initial): <not set>
Launcher Type: SUN_STANDARD
[Global flags]
intx CICompilerCount = 4 {product} {ergonomic}
uint ConcGCThreads = 2 {product} {ergonomic}
uint G1ConcRefinementThreads = 8 {product} {ergonomic}
size_t G1HeapRegionSize = 2097152 {product} {ergonomic}
uintx GCDrainStackTargetSize = 64 {product} {ergonomic}
size_t InitialHeapSize = 266338304 {product} {ergonomic}
size_t MarkStackSize = 4194304 {product} {ergonomic}
size_t MaxHeapSize = 4261412864 {product} {ergonomic}
size_t MinHeapDeltaBytes = 2097152 {product} {ergonomic}
size_t MinHeapSize = 8388608 {product} {ergonomic}
uintx NonNMethodCodeHeapSize = 5839372 {pd product} {ergonomic}
uintx NonProfiledCodeHeapSize = 122909434 {pd product} {ergonomic}
uintx ProfiledCodeHeapSize = 122909434 {pd product} {ergonomic}
uintx ReservedCodeCacheSize = 251658240 {pd product} {ergonomic}
bool SegmentedCodeCache = true {product} {ergonomic}
size_t SoftMaxHeapSize = 4261412864 {manageable} {ergonomic}
bool UseCompressedClassPointers = true {product lp64_product} {ergonomic}
bool UseCompressedOops = true {product lp64_product} {ergonomic}
bool UseG1GC = true {product} {ergonomic}
bool UseLargePagesIndividualAllocation = false {pd product} {ergonomic}
Logging:
Log output configuration:
#0: stdout all=warning uptime,level,tags foldmultilines=false
#1: stderr all=off uptime,level,tags foldmultilines=false
Environment Variables:
JAVA_HOME=C:\Program Files\Java\jdk-18.0.2
PATH=C:\Users\Parzival.CASTEL\AppData\Local\JetBrains\IntelliJIdea2026.1\aia\codex\tmp\arg0\codex-arg0qOiuQj;C:\Program Files\AntennaHouse\AHFormatterV52;C:\Program Files\Microsoft MPI\Bin\;C:\Program Files\Java\jdk-18.0.2;C:\Program Files\Eclipse Adoptium\jdk-21.0.1.12-hotspot\bin;C:\Program Files\Microsoft\jdk-11.0.12.7-hotspot\bin;C:\Python310\Scripts\;C:\Python310\;C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\wbin;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\PuTTY\;C:\Program Files (x86)\Microsoft SQL Server\150\DTS\Binn\;C:\Program Files\TortoiseSVN\bin;C:\Program Files (x86)\Sysinternals\;C:\src\flutter\bin;C:\Program Files\Azure Data Studio\bin;C:\Program Files\nodejs\;C:\ProgramData\chocolatey\bin;I:\PCD\Scripts;C:\src\flutter\.pub-cache\bin;C:\Program Files\GitHub CLI\;C:\Program Files (x86)\GitHub CLI\;C:\Program Files\Git\cmd;C:\Program Files\Microsoft SQL Server\150\Tools\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\160\Tools\Binn\;C:\Program Files\Microsoft SQL Server\160\Tools\Binn\;C:\Program Files\Microsoft SQL Server\160\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\160\DTS\Binn\;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files\dotnet\;C:\Program Files\Docker\Docker\resources\bin;C:\Users\Parzival.CASTEL\AppData\Local\Microsoft\WindowsApps;C:\Users\Parzival.CASTEL\AppData\Local\Programs\Microsoft VS Code\bin;C:\tools\dart-sdk\bin;C:\Users\Parzival.CASTEL\AppData\Local\Pub\Cache\bin;C:\Users\Parzival.CASTEL\AppData\Local\GitHubDesktop\bin;C:\Users\Parzival.CASTEL\go\bin;C:\Users\Parzival.CASTEL\.dotnet\tools;C:\Users\Parzival.CASTEL\AppData\Local\Programs\Fiddler;C:\Users\Parzival.CASTEL\.dotnet\tools;C:\Program Files\JetBrains\IntelliJ IDEA 2026.1.1\bin;C:\Program Files\JetBrains\IntelliJ IDEA 2026.1.1\plugins\maven\lib\maven3\bin
USERNAME=Parzival
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 142 Stepping 12, GenuineIntel
--------------- S Y S T E M ---------------
OS:
Windows 10 , 64 bit Build 19041 (10.0.19041.5915)
OS uptime: 37 days 4:28 hours
Hyper-V role detected
CPU: total 8 (initial active 8) (4 cores per cpu, 2 threads per core) family 6 model 142 stepping 12 microcode 0xec, cx8, cmov, fxsr, ht, mmx, 3dnowpref, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, lzcnt, tsc, tscinvbit, avx, avx2, aes, erms, clmul, bmi1, bmi2, adx, fma, vzeroupper, clflush, clflushopt, hv
Memory: 4k page, system-wide physical 16255M (490M free)
TotalPageFile size 40255M (AvailPageFile size 178M)
current process WorkingSet (physical memory assigned to process): 10M, peak: 10M
current process commit charge ("private bytes"): 60M, peak: 314M
vm_info: OpenJDK 64-Bit Server VM (18.0.2+9-61) for windows-amd64 JRE (18.0.2+9-61), built on Jun 7 2022 13:05:59 by "mach5one" with MS VC++ 16.8 / 16.9 (VS2019)
END.

646
hs_err_pid31160.log Normal file
View File

@ -0,0 +1,646 @@
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (malloc) failed to allocate 1173584 bytes for Chunk::new
# Possible reasons:
# The system is out of physical RAM or swap space
# The process is running with CompressedOops enabled, and the Java Heap may be blocking the growth of the native heap
# Possible solutions:
# Reduce memory load on the system
# Increase physical memory or swap space
# Check if swap backing store is full
# Decrease Java heap size (-Xmx/-Xms)
# Decrease number of Java threads
# Decrease Java thread stack sizes (-Xss)
# Set larger code cache with -XX:ReservedCodeCacheSize=
# JVM is running with Unscaled Compressed Oops mode in which the Java heap is
# placed in the first 4GB address space. The Java Heap base address is the
# maximum limit for the native heap growth. Please use -XX:HeapBaseMinAddress
# to set the Java Heap base and to place the Java Heap above 4GB virtual address.
# This output file may be truncated or incomplete.
#
# Out of Memory Error (arena.cpp:184), pid=31160, tid=18540
#
# JRE version: OpenJDK Runtime Environment (18.0.2+9) (build 18.0.2+9-61)
# Java VM: OpenJDK 64-Bit Server VM (18.0.2+9-61, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64)
# No core dump will be written. Minidumps are not enabled by default on client versions of Windows
#
--------------- S U M M A R Y ------------
Command Line: -Xms128m -Xmx512m -Dclassworlds.conf=C:\Program Files\JetBrains\IntelliJ IDEA 2026.1.1\plugins\maven\lib\maven3\bin\m2.conf -Dmaven.home=C:\Program Files\JetBrains\IntelliJ IDEA 2026.1.1\plugins\maven\lib\maven3 -Dlibrary.jansi.path=C:\Program Files\JetBrains\IntelliJ IDEA 2026.1.1\plugins\maven\lib\maven3\lib\jansi-native -Dmaven.multiModuleProjectDirectory=C:\Work\java\gite\eventhub-spring-boot\eventhub-spring-boot org.codehaus.plexus.classworlds.launcher.Launcher -Dtest=TachographFileSessionServiceTest,TachographFileSessionControllerTest,TachographCompositeSessionServiceTest test
Host: Intel(R) Core(TM) i5-8265U CPU @ 1.60GHz, 8 cores, 15G, Windows 10 , 64 bit Build 19041 (10.0.19041.5915)
Time: Wed Jun 10 14:46:23 2026 Mitteleuropäische Sommerzeit elapsed time: 3.735154 seconds (0d 0h 0m 3s)
--------------- T H R E A D ---------------
Current thread (0x0000016daa5ce220): JavaThread "C2 CompilerThread1" daemon [_thread_in_native, id=18540, stack(0x000000133e100000,0x000000133e200000)]
Current CompileTask:
C2: 3735 2590 4 java.lang.invoke.MethodType::makeImpl (109 bytes)
Stack: [0x000000133e100000,0x000000133e200000]
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [jvm.dll+0x6993ca]
V [jvm.dll+0x7f481d]
V [jvm.dll+0x7f612e]
V [jvm.dll+0x7f67e3]
V [jvm.dll+0x25cdaf]
V [jvm.dll+0xb8c2f]
V [jvm.dll+0xb8fa5]
V [jvm.dll+0x3860cb]
V [jvm.dll+0x34fd01]
V [jvm.dll+0x34f19a]
V [jvm.dll+0x22ff51]
V [jvm.dll+0x22f321]
V [jvm.dll+0x1ba01c]
V [jvm.dll+0x23ec9a]
V [jvm.dll+0x23cf85]
V [jvm.dll+0x7a6e21]
V [jvm.dll+0x7a125a]
V [jvm.dll+0x698275]
C [ucrtbase.dll+0x21bb2]
C [KERNEL32.DLL+0x17374]
C [ntdll.dll+0x4cc91]
--------------- P R O C E S S ---------------
Threads class SMR info:
_java_thread_list=0x0000016daa6aa5b0, length=14, elements={
0x0000016d8aa60d80, 0x0000016d8ab0e670, 0x0000016d8ab14600, 0x0000016da5378520,
0x0000016da5378dd0, 0x0000016da5379680, 0x0000016da5379f30, 0x0000016da537ab10,
0x0000016da537b680, 0x0000016da53870e0, 0x0000016da98750c0, 0x0000016da989bc20,
0x0000016daa5ce220, 0x0000016daa816430
}
Java Threads: ( => current thread )
0x0000016d8aa60d80 JavaThread "main" [_thread_in_vm, id=35128, stack(0x000000133c700000,0x000000133c800000)]
0x0000016d8ab0e670 JavaThread "Reference Handler" daemon [_thread_blocked, id=7304, stack(0x000000133ce00000,0x000000133cf00000)]
0x0000016d8ab14600 JavaThread "Finalizer" daemon [_thread_blocked, id=28892, stack(0x000000133cf00000,0x000000133d000000)]
0x0000016da5378520 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=17336, stack(0x000000133d000000,0x000000133d100000)]
0x0000016da5378dd0 JavaThread "Attach Listener" daemon [_thread_blocked, id=15176, stack(0x000000133d100000,0x000000133d200000)]
0x0000016da5379680 JavaThread "Service Thread" daemon [_thread_blocked, id=16860, stack(0x000000133d200000,0x000000133d300000)]
0x0000016da5379f30 JavaThread "Monitor Deflation Thread" daemon [_thread_blocked, id=20344, stack(0x000000133d300000,0x000000133d400000)]
0x0000016da537ab10 JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=18664, stack(0x000000133d400000,0x000000133d500000)]
0x0000016da537b680 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=9812, stack(0x000000133d500000,0x000000133d600000)]
0x0000016da53870e0 JavaThread "Sweeper thread" daemon [_thread_blocked, id=32860, stack(0x000000133d600000,0x000000133d700000)]
0x0000016da98750c0 JavaThread "Notification Thread" daemon [_thread_blocked, id=33796, stack(0x000000133d700000,0x000000133d800000)]
0x0000016da989bc20 JavaThread "Common-Cleaner" daemon [_thread_blocked, id=12320, stack(0x000000133d900000,0x000000133da00000)]
=>0x0000016daa5ce220 JavaThread "C2 CompilerThread1" daemon [_thread_in_native, id=18540, stack(0x000000133e100000,0x000000133e200000)]
0x0000016daa816430 JavaThread "Thread-1" daemon [_thread_blocked, id=15860, stack(0x000000133e200000,0x000000133e300000)]
Other Threads:
0x0000016d8aaa11d0 VMThread "VM Thread" [stack: 0x000000133cd00000,0x000000133ce00000] [id=14808]
0x0000016da98975a0 WatcherThread "VM Periodic Task Thread" [stack: 0x000000133d800000,0x000000133d900000] [id=23736]
0x0000016d8aa92420 WorkerThread "GC Thread#0" [stack: 0x000000133c800000,0x000000133c900000] [id=22732]
0x0000016daa045890 WorkerThread "GC Thread#1" [stack: 0x000000133db00000,0x000000133dc00000] [id=35296]
0x0000016da9d74a70 WorkerThread "GC Thread#2" [stack: 0x000000133dc00000,0x000000133dd00000] [id=25812]
0x0000016daa3eace0 WorkerThread "GC Thread#3" [stack: 0x000000133dd00000,0x000000133de00000] [id=20024]
0x0000016daa476120 WorkerThread "GC Thread#4" [stack: 0x000000133de00000,0x000000133df00000] [id=13936]
0x0000016daa4763c0 WorkerThread "GC Thread#5" [stack: 0x000000133df00000,0x000000133e000000] [id=30764]
0x0000016daa476660 WorkerThread "GC Thread#6" [stack: 0x000000133e000000,0x000000133e100000] [id=33468]
0x0000016daa3ae3a0 WorkerThread "GC Thread#7" [stack: 0x000000133da00000,0x000000133db00000] [id=3624]
0x0000016d8aa97260 ConcurrentGCThread "G1 Main Marker" [stack: 0x000000133c900000,0x000000133ca00000] [id=35616]
0x0000016d8aa97b60 WorkerThread "G1 Conc#0" [stack: 0x000000133ca00000,0x000000133cb00000] [id=27520]
0x0000016d8aaea6a0 ConcurrentGCThread "G1 Refine#0" [stack: 0x000000133cb00000,0x000000133cc00000] [id=34756]
0x0000016d8aaeaec0 ConcurrentGCThread "G1 Service" [stack: 0x000000133cc00000,0x000000133cd00000] [id=28908]
Threads with active compile tasks:
C2 CompilerThread0 3764 2624 ! 4 java.net.URL::<init> (543 bytes)
C2 CompilerThread1 3764 2590 4 java.lang.invoke.MethodType::makeImpl (109 bytes)
VM state: not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap address: 0x00000000e0000000, size: 512 MB, Compressed Oops mode: 32-bit
CDS archive(s) mapped at: [0x0000000800000000-0x0000000800ba0000-0x0000000800ba0000), size 12189696, SharedBaseAddress: 0x0000000800000000, ArchiveRelocationMode: 0.
Compressed class space mapped at: 0x0000000800c00000-0x0000000840c00000, reserved size: 1073741824
Narrow klass base: 0x0000000800000000, Narrow klass shift: 0, Narrow klass range: 0x100000000
GC Precious Log:
CardTable entry size: 512
Card Set container configuration: InlinePtr #cards 5 size 8 Array Of Cards #cards 12 size 40 Howl #buckets 4 coarsen threshold 1843 Howl Bitmap #cards 512 size 80 coarsen threshold 460 Card regions per heap region 1 cards per card region 2048
CPUs: 8 total, 8 available
Memory: 16255M
Large Page Support: Disabled
NUMA Support: Disabled
Compressed Oops: Enabled (32-bit)
Heap Region Size: 1M
Heap Min Capacity: 128M
Heap Initial Capacity: 128M
Heap Max Capacity: 512M
Pre-touch: Disabled
Parallel Workers: 8
Concurrent Workers: 2
Concurrent Refinement Workers: 8
Periodic GC: Disabled
Heap:
garbage-first heap total 131072K, used 26031K [0x00000000e0000000, 0x0000000100000000)
region size 1024K, 23 young (23552K), 2 survivors (2048K)
Metaspace used 13418K, committed 13696K, reserved 1114112K
class space used 1615K, committed 1728K, reserved 1048576K
Heap Regions: E=young(eden), S=young(survivor), O=old, HS=humongous(starts), HC=humongous(continues), CS=collection set, F=free, OA=open archive, CA=closed archive, TAMS=top-at-mark-start (previous, next)
| 0|0x00000000e0000000, 0x00000000e0100000, 0x00000000e0100000|100%| O| |TAMS 0x00000000e0000000, 0x00000000e0000000| Untracked
| 1|0x00000000e0100000, 0x00000000e0200000, 0x00000000e0200000|100%| O| |TAMS 0x00000000e0100000, 0x00000000e0100000| Untracked
| 2|0x00000000e0200000, 0x00000000e0300000, 0x00000000e0300000|100%| O| |TAMS 0x00000000e0200000, 0x00000000e0200000| Untracked
| 3|0x00000000e0300000, 0x00000000e0397400, 0x00000000e0400000| 59%| O| |TAMS 0x00000000e0300000, 0x00000000e0300000| Untracked
| 4|0x00000000e0400000, 0x00000000e0400000, 0x00000000e0500000| 0%| F| |TAMS 0x00000000e0400000, 0x00000000e0400000| Untracked
| 5|0x00000000e0500000, 0x00000000e0500000, 0x00000000e0600000| 0%| F| |TAMS 0x00000000e0500000, 0x00000000e0500000| Untracked
| 6|0x00000000e0600000, 0x00000000e0600000, 0x00000000e0700000| 0%| F| |TAMS 0x00000000e0600000, 0x00000000e0600000| Untracked
| 7|0x00000000e0700000, 0x00000000e0700000, 0x00000000e0800000| 0%| F| |TAMS 0x00000000e0700000, 0x00000000e0700000| Untracked
| 8|0x00000000e0800000, 0x00000000e0800000, 0x00000000e0900000| 0%| F| |TAMS 0x00000000e0800000, 0x00000000e0800000| Untracked
| 9|0x00000000e0900000, 0x00000000e0900000, 0x00000000e0a00000| 0%| F| |TAMS 0x00000000e0900000, 0x00000000e0900000| Untracked
| 10|0x00000000e0a00000, 0x00000000e0a00000, 0x00000000e0b00000| 0%| F| |TAMS 0x00000000e0a00000, 0x00000000e0a00000| Untracked
| 11|0x00000000e0b00000, 0x00000000e0b00000, 0x00000000e0c00000| 0%| F| |TAMS 0x00000000e0b00000, 0x00000000e0b00000| Untracked
| 12|0x00000000e0c00000, 0x00000000e0c00000, 0x00000000e0d00000| 0%| F| |TAMS 0x00000000e0c00000, 0x00000000e0c00000| Untracked
| 13|0x00000000e0d00000, 0x00000000e0d00000, 0x00000000e0e00000| 0%| F| |TAMS 0x00000000e0d00000, 0x00000000e0d00000| Untracked
| 14|0x00000000e0e00000, 0x00000000e0e00000, 0x00000000e0f00000| 0%| F| |TAMS 0x00000000e0e00000, 0x00000000e0e00000| Untracked
| 15|0x00000000e0f00000, 0x00000000e0f00000, 0x00000000e1000000| 0%| F| |TAMS 0x00000000e0f00000, 0x00000000e0f00000| Untracked
| 16|0x00000000e1000000, 0x00000000e1000000, 0x00000000e1100000| 0%| F| |TAMS 0x00000000e1000000, 0x00000000e1000000| Untracked
| 17|0x00000000e1100000, 0x00000000e1100000, 0x00000000e1200000| 0%| F| |TAMS 0x00000000e1100000, 0x00000000e1100000| Untracked
| 18|0x00000000e1200000, 0x00000000e1200000, 0x00000000e1300000| 0%| F| |TAMS 0x00000000e1200000, 0x00000000e1200000| Untracked
| 19|0x00000000e1300000, 0x00000000e1300000, 0x00000000e1400000| 0%| F| |TAMS 0x00000000e1300000, 0x00000000e1300000| Untracked
| 20|0x00000000e1400000, 0x00000000e1400000, 0x00000000e1500000| 0%| F| |TAMS 0x00000000e1400000, 0x00000000e1400000| Untracked
| 21|0x00000000e1500000, 0x00000000e1500000, 0x00000000e1600000| 0%| F| |TAMS 0x00000000e1500000, 0x00000000e1500000| Untracked
| 22|0x00000000e1600000, 0x00000000e1600000, 0x00000000e1700000| 0%| F| |TAMS 0x00000000e1600000, 0x00000000e1600000| Untracked
| 23|0x00000000e1700000, 0x00000000e1700000, 0x00000000e1800000| 0%| F| |TAMS 0x00000000e1700000, 0x00000000e1700000| Untracked
| 24|0x00000000e1800000, 0x00000000e1800000, 0x00000000e1900000| 0%| F| |TAMS 0x00000000e1800000, 0x00000000e1800000| Untracked
| 25|0x00000000e1900000, 0x00000000e1900000, 0x00000000e1a00000| 0%| F| |TAMS 0x00000000e1900000, 0x00000000e1900000| Untracked
| 26|0x00000000e1a00000, 0x00000000e1a00000, 0x00000000e1b00000| 0%| F| |TAMS 0x00000000e1a00000, 0x00000000e1a00000| Untracked
| 27|0x00000000e1b00000, 0x00000000e1b00000, 0x00000000e1c00000| 0%| F| |TAMS 0x00000000e1b00000, 0x00000000e1b00000| Untracked
| 28|0x00000000e1c00000, 0x00000000e1c00000, 0x00000000e1d00000| 0%| F| |TAMS 0x00000000e1c00000, 0x00000000e1c00000| Untracked
| 29|0x00000000e1d00000, 0x00000000e1d00000, 0x00000000e1e00000| 0%| F| |TAMS 0x00000000e1d00000, 0x00000000e1d00000| Untracked
| 30|0x00000000e1e00000, 0x00000000e1e00000, 0x00000000e1f00000| 0%| F| |TAMS 0x00000000e1e00000, 0x00000000e1e00000| Untracked
| 31|0x00000000e1f00000, 0x00000000e1f00000, 0x00000000e2000000| 0%| F| |TAMS 0x00000000e1f00000, 0x00000000e1f00000| Untracked
| 32|0x00000000e2000000, 0x00000000e2000000, 0x00000000e2100000| 0%| F| |TAMS 0x00000000e2000000, 0x00000000e2000000| Untracked
| 33|0x00000000e2100000, 0x00000000e2100000, 0x00000000e2200000| 0%| F| |TAMS 0x00000000e2100000, 0x00000000e2100000| Untracked
| 34|0x00000000e2200000, 0x00000000e2200000, 0x00000000e2300000| 0%| F| |TAMS 0x00000000e2200000, 0x00000000e2200000| Untracked
| 35|0x00000000e2300000, 0x00000000e2300000, 0x00000000e2400000| 0%| F| |TAMS 0x00000000e2300000, 0x00000000e2300000| Untracked
| 36|0x00000000e2400000, 0x00000000e2400000, 0x00000000e2500000| 0%| F| |TAMS 0x00000000e2400000, 0x00000000e2400000| Untracked
| 37|0x00000000e2500000, 0x00000000e2500000, 0x00000000e2600000| 0%| F| |TAMS 0x00000000e2500000, 0x00000000e2500000| Untracked
| 38|0x00000000e2600000, 0x00000000e2600000, 0x00000000e2700000| 0%| F| |TAMS 0x00000000e2600000, 0x00000000e2600000| Untracked
| 39|0x00000000e2700000, 0x00000000e2700000, 0x00000000e2800000| 0%| F| |TAMS 0x00000000e2700000, 0x00000000e2700000| Untracked
| 40|0x00000000e2800000, 0x00000000e2800000, 0x00000000e2900000| 0%| F| |TAMS 0x00000000e2800000, 0x00000000e2800000| Untracked
| 41|0x00000000e2900000, 0x00000000e2900000, 0x00000000e2a00000| 0%| F| |TAMS 0x00000000e2900000, 0x00000000e2900000| Untracked
| 42|0x00000000e2a00000, 0x00000000e2a00000, 0x00000000e2b00000| 0%| F| |TAMS 0x00000000e2a00000, 0x00000000e2a00000| Untracked
| 43|0x00000000e2b00000, 0x00000000e2b00000, 0x00000000e2c00000| 0%| F| |TAMS 0x00000000e2b00000, 0x00000000e2b00000| Untracked
| 44|0x00000000e2c00000, 0x00000000e2c00000, 0x00000000e2d00000| 0%| F| |TAMS 0x00000000e2c00000, 0x00000000e2c00000| Untracked
| 45|0x00000000e2d00000, 0x00000000e2d00000, 0x00000000e2e00000| 0%| F| |TAMS 0x00000000e2d00000, 0x00000000e2d00000| Untracked
| 46|0x00000000e2e00000, 0x00000000e2e00000, 0x00000000e2f00000| 0%| F| |TAMS 0x00000000e2e00000, 0x00000000e2e00000| Untracked
| 47|0x00000000e2f00000, 0x00000000e2f00000, 0x00000000e3000000| 0%| F| |TAMS 0x00000000e2f00000, 0x00000000e2f00000| Untracked
| 48|0x00000000e3000000, 0x00000000e3000000, 0x00000000e3100000| 0%| F| |TAMS 0x00000000e3000000, 0x00000000e3000000| Untracked
| 49|0x00000000e3100000, 0x00000000e3100000, 0x00000000e3200000| 0%| F| |TAMS 0x00000000e3100000, 0x00000000e3100000| Untracked
| 50|0x00000000e3200000, 0x00000000e3200000, 0x00000000e3300000| 0%| F| |TAMS 0x00000000e3200000, 0x00000000e3200000| Untracked
| 51|0x00000000e3300000, 0x00000000e3300000, 0x00000000e3400000| 0%| F| |TAMS 0x00000000e3300000, 0x00000000e3300000| Untracked
| 52|0x00000000e3400000, 0x00000000e3400000, 0x00000000e3500000| 0%| F| |TAMS 0x00000000e3400000, 0x00000000e3400000| Untracked
| 53|0x00000000e3500000, 0x00000000e3500000, 0x00000000e3600000| 0%| F| |TAMS 0x00000000e3500000, 0x00000000e3500000| Untracked
| 54|0x00000000e3600000, 0x00000000e3600000, 0x00000000e3700000| 0%| F| |TAMS 0x00000000e3600000, 0x00000000e3600000| Untracked
| 55|0x00000000e3700000, 0x00000000e3700000, 0x00000000e3800000| 0%| F| |TAMS 0x00000000e3700000, 0x00000000e3700000| Untracked
| 56|0x00000000e3800000, 0x00000000e3800000, 0x00000000e3900000| 0%| F| |TAMS 0x00000000e3800000, 0x00000000e3800000| Untracked
| 57|0x00000000e3900000, 0x00000000e3900000, 0x00000000e3a00000| 0%| F| |TAMS 0x00000000e3900000, 0x00000000e3900000| Untracked
| 58|0x00000000e3a00000, 0x00000000e3a00000, 0x00000000e3b00000| 0%| F| |TAMS 0x00000000e3a00000, 0x00000000e3a00000| Untracked
| 59|0x00000000e3b00000, 0x00000000e3b00000, 0x00000000e3c00000| 0%| F| |TAMS 0x00000000e3b00000, 0x00000000e3b00000| Untracked
| 60|0x00000000e3c00000, 0x00000000e3c00000, 0x00000000e3d00000| 0%| F| |TAMS 0x00000000e3c00000, 0x00000000e3c00000| Untracked
| 61|0x00000000e3d00000, 0x00000000e3d00000, 0x00000000e3e00000| 0%| F| |TAMS 0x00000000e3d00000, 0x00000000e3d00000| Untracked
| 62|0x00000000e3e00000, 0x00000000e3e00000, 0x00000000e3f00000| 0%| F| |TAMS 0x00000000e3e00000, 0x00000000e3e00000| Untracked
| 63|0x00000000e3f00000, 0x00000000e3f00000, 0x00000000e4000000| 0%| F| |TAMS 0x00000000e3f00000, 0x00000000e3f00000| Untracked
| 64|0x00000000e4000000, 0x00000000e4000000, 0x00000000e4100000| 0%| F| |TAMS 0x00000000e4000000, 0x00000000e4000000| Untracked
| 65|0x00000000e4100000, 0x00000000e4100000, 0x00000000e4200000| 0%| F| |TAMS 0x00000000e4100000, 0x00000000e4100000| Untracked
| 66|0x00000000e4200000, 0x00000000e4200000, 0x00000000e4300000| 0%| F| |TAMS 0x00000000e4200000, 0x00000000e4200000| Untracked
| 67|0x00000000e4300000, 0x00000000e4300000, 0x00000000e4400000| 0%| F| |TAMS 0x00000000e4300000, 0x00000000e4300000| Untracked
| 68|0x00000000e4400000, 0x00000000e4400000, 0x00000000e4500000| 0%| F| |TAMS 0x00000000e4400000, 0x00000000e4400000| Untracked
| 69|0x00000000e4500000, 0x00000000e4500000, 0x00000000e4600000| 0%| F| |TAMS 0x00000000e4500000, 0x00000000e4500000| Untracked
| 70|0x00000000e4600000, 0x00000000e4600000, 0x00000000e4700000| 0%| F| |TAMS 0x00000000e4600000, 0x00000000e4600000| Untracked
| 71|0x00000000e4700000, 0x00000000e4700000, 0x00000000e4800000| 0%| F| |TAMS 0x00000000e4700000, 0x00000000e4700000| Untracked
| 72|0x00000000e4800000, 0x00000000e4800000, 0x00000000e4900000| 0%| F| |TAMS 0x00000000e4800000, 0x00000000e4800000| Untracked
| 73|0x00000000e4900000, 0x00000000e4900000, 0x00000000e4a00000| 0%| F| |TAMS 0x00000000e4900000, 0x00000000e4900000| Untracked
| 74|0x00000000e4a00000, 0x00000000e4a00000, 0x00000000e4b00000| 0%| F| |TAMS 0x00000000e4a00000, 0x00000000e4a00000| Untracked
| 75|0x00000000e4b00000, 0x00000000e4b00000, 0x00000000e4c00000| 0%| F| |TAMS 0x00000000e4b00000, 0x00000000e4b00000| Untracked
| 76|0x00000000e4c00000, 0x00000000e4c00000, 0x00000000e4d00000| 0%| F| |TAMS 0x00000000e4c00000, 0x00000000e4c00000| Untracked
| 77|0x00000000e4d00000, 0x00000000e4d00000, 0x00000000e4e00000| 0%| F| |TAMS 0x00000000e4d00000, 0x00000000e4d00000| Untracked
| 78|0x00000000e4e00000, 0x00000000e4e00000, 0x00000000e4f00000| 0%| F| |TAMS 0x00000000e4e00000, 0x00000000e4e00000| Untracked
| 79|0x00000000e4f00000, 0x00000000e4f00000, 0x00000000e5000000| 0%| F| |TAMS 0x00000000e4f00000, 0x00000000e4f00000| Untracked
| 80|0x00000000e5000000, 0x00000000e5000000, 0x00000000e5100000| 0%| F| |TAMS 0x00000000e5000000, 0x00000000e5000000| Untracked
| 81|0x00000000e5100000, 0x00000000e5100000, 0x00000000e5200000| 0%| F| |TAMS 0x00000000e5100000, 0x00000000e5100000| Untracked
| 82|0x00000000e5200000, 0x00000000e5200000, 0x00000000e5300000| 0%| F| |TAMS 0x00000000e5200000, 0x00000000e5200000| Untracked
| 83|0x00000000e5300000, 0x00000000e5300000, 0x00000000e5400000| 0%| F| |TAMS 0x00000000e5300000, 0x00000000e5300000| Untracked
| 84|0x00000000e5400000, 0x00000000e5400000, 0x00000000e5500000| 0%| F| |TAMS 0x00000000e5400000, 0x00000000e5400000| Untracked
| 85|0x00000000e5500000, 0x00000000e5500000, 0x00000000e5600000| 0%| F| |TAMS 0x00000000e5500000, 0x00000000e5500000| Untracked
| 86|0x00000000e5600000, 0x00000000e5600000, 0x00000000e5700000| 0%| F| |TAMS 0x00000000e5600000, 0x00000000e5600000| Untracked
| 87|0x00000000e5700000, 0x00000000e5700000, 0x00000000e5800000| 0%| F| |TAMS 0x00000000e5700000, 0x00000000e5700000| Untracked
| 88|0x00000000e5800000, 0x00000000e5800000, 0x00000000e5900000| 0%| F| |TAMS 0x00000000e5800000, 0x00000000e5800000| Untracked
| 89|0x00000000e5900000, 0x00000000e5900000, 0x00000000e5a00000| 0%| F| |TAMS 0x00000000e5900000, 0x00000000e5900000| Untracked
| 90|0x00000000e5a00000, 0x00000000e5a00000, 0x00000000e5b00000| 0%| F| |TAMS 0x00000000e5a00000, 0x00000000e5a00000| Untracked
| 91|0x00000000e5b00000, 0x00000000e5b00000, 0x00000000e5c00000| 0%| F| |TAMS 0x00000000e5b00000, 0x00000000e5b00000| Untracked
| 92|0x00000000e5c00000, 0x00000000e5c00000, 0x00000000e5d00000| 0%| F| |TAMS 0x00000000e5c00000, 0x00000000e5c00000| Untracked
| 93|0x00000000e5d00000, 0x00000000e5dd4af8, 0x00000000e5e00000| 83%| S|CS|TAMS 0x00000000e5d00000, 0x00000000e5d00000| Complete
| 94|0x00000000e5e00000, 0x00000000e5f00000, 0x00000000e5f00000|100%| S|CS|TAMS 0x00000000e5e00000, 0x00000000e5e00000| Complete
| 95|0x00000000e5f00000, 0x00000000e5f00000, 0x00000000e6000000| 0%| F| |TAMS 0x00000000e5f00000, 0x00000000e5f00000| Untracked
| 96|0x00000000e6000000, 0x00000000e6000000, 0x00000000e6100000| 0%| F| |TAMS 0x00000000e6000000, 0x00000000e6000000| Untracked
| 97|0x00000000e6100000, 0x00000000e6100000, 0x00000000e6200000| 0%| F| |TAMS 0x00000000e6100000, 0x00000000e6100000| Untracked
| 98|0x00000000e6200000, 0x00000000e6200000, 0x00000000e6300000| 0%| F| |TAMS 0x00000000e6200000, 0x00000000e6200000| Untracked
| 99|0x00000000e6300000, 0x00000000e6300000, 0x00000000e6400000| 0%| F| |TAMS 0x00000000e6300000, 0x00000000e6300000| Untracked
| 100|0x00000000e6400000, 0x00000000e6400000, 0x00000000e6500000| 0%| F| |TAMS 0x00000000e6400000, 0x00000000e6400000| Untracked
| 101|0x00000000e6500000, 0x00000000e6500000, 0x00000000e6600000| 0%| F| |TAMS 0x00000000e6500000, 0x00000000e6500000| Untracked
| 102|0x00000000e6600000, 0x00000000e6600000, 0x00000000e6700000| 0%| F| |TAMS 0x00000000e6600000, 0x00000000e6600000| Untracked
| 103|0x00000000e6700000, 0x00000000e6700000, 0x00000000e6800000| 0%| F| |TAMS 0x00000000e6700000, 0x00000000e6700000| Untracked
| 104|0x00000000e6800000, 0x00000000e6800000, 0x00000000e6900000| 0%| F| |TAMS 0x00000000e6800000, 0x00000000e6800000| Untracked
| 105|0x00000000e6900000, 0x00000000e6900000, 0x00000000e6a00000| 0%| F| |TAMS 0x00000000e6900000, 0x00000000e6900000| Untracked
| 106|0x00000000e6a00000, 0x00000000e6a00000, 0x00000000e6b00000| 0%| F| |TAMS 0x00000000e6a00000, 0x00000000e6a00000| Untracked
| 107|0x00000000e6b00000, 0x00000000e6b81c10, 0x00000000e6c00000| 50%| E| |TAMS 0x00000000e6b00000, 0x00000000e6b00000| Complete
| 108|0x00000000e6c00000, 0x00000000e6d00000, 0x00000000e6d00000|100%| E|CS|TAMS 0x00000000e6c00000, 0x00000000e6c00000| Complete
| 109|0x00000000e6d00000, 0x00000000e6e00000, 0x00000000e6e00000|100%| E|CS|TAMS 0x00000000e6d00000, 0x00000000e6d00000| Complete
| 110|0x00000000e6e00000, 0x00000000e6f00000, 0x00000000e6f00000|100%| E|CS|TAMS 0x00000000e6e00000, 0x00000000e6e00000| Complete
| 111|0x00000000e6f00000, 0x00000000e7000000, 0x00000000e7000000|100%| E|CS|TAMS 0x00000000e6f00000, 0x00000000e6f00000| Complete
| 112|0x00000000e7000000, 0x00000000e7100000, 0x00000000e7100000|100%| E|CS|TAMS 0x00000000e7000000, 0x00000000e7000000| Complete
| 113|0x00000000e7100000, 0x00000000e7200000, 0x00000000e7200000|100%| E|CS|TAMS 0x00000000e7100000, 0x00000000e7100000| Complete
| 114|0x00000000e7200000, 0x00000000e7300000, 0x00000000e7300000|100%| E|CS|TAMS 0x00000000e7200000, 0x00000000e7200000| Complete
| 115|0x00000000e7300000, 0x00000000e7400000, 0x00000000e7400000|100%| E|CS|TAMS 0x00000000e7300000, 0x00000000e7300000| Complete
| 116|0x00000000e7400000, 0x00000000e7500000, 0x00000000e7500000|100%| E|CS|TAMS 0x00000000e7400000, 0x00000000e7400000| Complete
| 117|0x00000000e7500000, 0x00000000e7600000, 0x00000000e7600000|100%| E|CS|TAMS 0x00000000e7500000, 0x00000000e7500000| Complete
| 118|0x00000000e7600000, 0x00000000e7700000, 0x00000000e7700000|100%| E|CS|TAMS 0x00000000e7600000, 0x00000000e7600000| Complete
| 119|0x00000000e7700000, 0x00000000e7800000, 0x00000000e7800000|100%| E|CS|TAMS 0x00000000e7700000, 0x00000000e7700000| Complete
| 120|0x00000000e7800000, 0x00000000e7900000, 0x00000000e7900000|100%| E|CS|TAMS 0x00000000e7800000, 0x00000000e7800000| Complete
| 121|0x00000000e7900000, 0x00000000e7a00000, 0x00000000e7a00000|100%| E|CS|TAMS 0x00000000e7900000, 0x00000000e7900000| Complete
| 122|0x00000000e7a00000, 0x00000000e7b00000, 0x00000000e7b00000|100%| E|CS|TAMS 0x00000000e7a00000, 0x00000000e7a00000| Complete
| 123|0x00000000e7b00000, 0x00000000e7c00000, 0x00000000e7c00000|100%| E|CS|TAMS 0x00000000e7b00000, 0x00000000e7b00000| Complete
| 124|0x00000000e7c00000, 0x00000000e7d00000, 0x00000000e7d00000|100%| E|CS|TAMS 0x00000000e7c00000, 0x00000000e7c00000| Complete
| 125|0x00000000e7d00000, 0x00000000e7e00000, 0x00000000e7e00000|100%| E|CS|TAMS 0x00000000e7d00000, 0x00000000e7d00000| Complete
| 126|0x00000000e7e00000, 0x00000000e7f00000, 0x00000000e7f00000|100%| E|CS|TAMS 0x00000000e7e00000, 0x00000000e7e00000| Complete
| 127|0x00000000e7f00000, 0x00000000e8000000, 0x00000000e8000000|100%| E|CS|TAMS 0x00000000e7f00000, 0x00000000e7f00000| Complete
Card table byte_map: [0x0000016da17c0000,0x0000016da18c0000] _byte_map_base: 0x0000016da10c0000
Marking Bits (Prev, Next): (CMBitMap*) 0x0000016d8aa92930, (CMBitMap*) 0x0000016d8aa92970
Prev Bits: [0x0000016da19c0000, 0x0000016da21c0000)
Next Bits: [0x0000016da21c0000, 0x0000016da29c0000)
Polling page: 0x0000016d88980000
Metaspace:
Usage:
Non-class: 11.54 MB used.
Class: 1.58 MB used.
Both: 13.12 MB used.
Virtual space:
Non-class space: 64.00 MB reserved, 11.69 MB ( 18%) committed, 1 nodes.
Class space: 1.00 GB reserved, 1.69 MB ( <1%) committed, 1 nodes.
Both: 1.06 GB reserved, 13.38 MB ( 1%) committed.
Chunk freelists:
Non-Class: 3.47 MB
Class: 2.14 MB
Both: 5.61 MB
MaxMetaspaceSize: unlimited
CompressedClassSpaceSize: 1.00 GB
Initial GC threshold: 21.00 MB
Current GC threshold: 21.00 MB
CDS: on
MetaspaceReclaimPolicy: balanced
- commit_granule_bytes: 65536.
- commit_granule_words: 8192.
- virtual_space_node_default_size: 8388608.
- enlarge_chunks_in_place: 1.
- new_chunks_are_fully_committed: 0.
- uncommit_free_chunks: 1.
- use_allocation_guard: 0.
Internal statistics:
num_allocs_failed_limit: 0.
num_arena_births: 138.
num_arena_deaths: 0.
num_vsnodes_births: 2.
num_vsnodes_deaths: 0.
num_space_committed: 214.
num_space_uncommitted: 0.
num_chunks_returned_to_freelist: 0.
num_chunks_taken_from_freelist: 580.
num_chunk_merges: 0.
num_chunk_splits: 410.
num_chunks_enlarged: 336.
num_inconsistent_stats: 0.
CodeHeap 'non-profiled nmethods': size=120000Kb used=935Kb max_used=935Kb free=119064Kb
bounds [0x0000016d99e60000, 0x0000016d9a0d0000, 0x0000016da1390000]
CodeHeap 'profiled nmethods': size=120000Kb used=5403Kb max_used=5403Kb free=114596Kb
bounds [0x0000016d92930000, 0x0000016d92e80000, 0x0000016d99e60000]
CodeHeap 'non-nmethods': size=5760Kb used=1182Kb max_used=1202Kb free=4577Kb
bounds [0x0000016d92390000, 0x0000016d92600000, 0x0000016d92930000]
total_blobs=3100 nmethods=2638 adapters=374
compilation: enabled
stopped_count=0, restarted_count=0
full_count=0
Compilation events (20 events):
Event: 3.683 Thread 0x0000016da537b680 2621 3 java.lang.String::codePointAt (50 bytes)
Event: 3.683 Thread 0x0000016da537ab10 nmethod 2597 0x0000016d99f47f90 code [0x0000016d99f48120, 0x0000016d99f48208]
Event: 3.683 Thread 0x0000016da537ab10 2591 4 java.lang.invoke.MethodType$ConcurrentWeakInternSet::get (47 bytes)
Event: 3.683 Thread 0x0000016da537b680 nmethod 2621 0x0000016d92e6a210 code [0x0000016d92e6a400, 0x0000016d92e6a868]
Event: 3.683 Thread 0x0000016da537b680 2622 3 java.util.regex.Pattern::peek (26 bytes)
Event: 3.684 Thread 0x0000016da537b680 nmethod 2622 0x0000016d92e6aa90 code [0x0000016d92e6ac40, 0x0000016d92e6aea8]
Event: 3.687 Thread 0x0000016da537b680 2623 3 java.util.regex.Pattern$Slice::match (79 bytes)
Event: 3.688 Thread 0x0000016da537b680 nmethod 2623 0x0000016d92e6b010 code [0x0000016d92e6b1e0, 0x0000016d92e6b678]
Event: 3.693 Thread 0x0000016da537b680 2625 3 java.util.jar.JavaUtilJarAccessImpl::getTrustedAttributes (6 bytes)
Event: 3.693 Thread 0x0000016da537b680 nmethod 2625 0x0000016d92e6b810 code [0x0000016d92e6b9c0, 0x0000016d92e6bb08]
Event: 3.698 Thread 0x0000016da537ab10 nmethod 2591 0x0000016d99f48310 code [0x0000016d99f484e0, 0x0000016d99f48e68]
Event: 3.698 Thread 0x0000016da537ab10 2626 4 java.lang.StringLatin1::canEncode (13 bytes)
Event: 3.699 Thread 0x0000016da537ab10 nmethod 2626 0x0000016d99f49390 code [0x0000016d99f49500, 0x0000016d99f49578]
Event: 3.699 Thread 0x0000016da537ab10 2624 ! 4 java.net.URL::<init> (543 bytes)
Event: 3.703 Thread 0x0000016da537b680 2627 ! 3 org.slf4j.impl.SimpleLoggerConfiguration::getStringProperty (28 bytes)
Event: 3.704 Thread 0x0000016da537b680 nmethod 2627 0x0000016d92e6bc10 code [0x0000016d92e6be00, 0x0000016d92e6c2c8]
Event: 3.704 Thread 0x0000016da537b680 2628 3 java.lang.String::lastIndexOf (10 bytes)
Event: 3.704 Thread 0x0000016da537b680 nmethod 2628 0x0000016d92e6c510 code [0x0000016d92e6c6c0, 0x0000016d92e6c908]
Event: 3.714 Thread 0x0000016da537b680 2629 ! 3 com.google.inject.internal.FailableCache$1::load (48 bytes)
Event: 3.714 Thread 0x0000016da537b680 nmethod 2629 0x0000016d92e6ca10 code [0x0000016d92e6cc00, 0x0000016d92e6d248]
GC Heap History (4 events):
Event: 1.542 GC heap before
{Heap before GC invocations=0 (full 0):
garbage-first heap total 131072K, used 23552K [0x00000000e0000000, 0x0000000100000000)
region size 1024K, 23 young (23552K), 0 survivors (0K)
Metaspace used 5466K, committed 5696K, reserved 1114112K
class space used 643K, committed 768K, reserved 1048576K
}
Event: 1.565 GC heap after
{Heap after GC invocations=1 (full 0):
garbage-first heap total 131072K, used 3675K [0x00000000e0000000, 0x0000000100000000)
region size 1024K, 3 young (3072K), 3 survivors (3072K)
Metaspace used 5466K, committed 5696K, reserved 1114112K
class space used 643K, committed 768K, reserved 1048576K
}
Event: 2.659 GC heap before
{Heap before GC invocations=1 (full 0):
garbage-first heap total 131072K, used 34395K [0x00000000e0000000, 0x0000000100000000)
region size 1024K, 33 young (33792K), 3 survivors (3072K)
Metaspace used 9519K, committed 9728K, reserved 1114112K
class space used 1131K, committed 1216K, reserved 1048576K
}
Event: 2.668 GC heap after
{Heap after GC invocations=2 (full 0):
garbage-first heap total 131072K, used 5551K [0x00000000e0000000, 0x0000000100000000)
region size 1024K, 2 young (2048K), 2 survivors (2048K)
Metaspace used 9519K, committed 9728K, reserved 1114112K
class space used 1131K, committed 1216K, reserved 1048576K
}
Deoptimization events (20 events):
Event: 3.552 Thread 0x0000016d8aa60d80 Uncommon trap: trap_request=0xffffff45 fr.pc=0x0000016d99e85580 relative=0x0000000000000260
Event: 3.552 Thread 0x0000016d8aa60d80 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000016d99e85580 method=java.lang.String.startsWith(Ljava/lang/String;I)Z @ 1 c2
Event: 3.552 Thread 0x0000016d8aa60d80 DEOPT PACKING pc=0x0000016d99e85580 sp=0x000000133c7f81d0
Event: 3.552 Thread 0x0000016d8aa60d80 DEOPT UNPACKING pc=0x0000016d923e23a3 sp=0x000000133c7f8138 mode 2
Event: 3.600 Thread 0x0000016d8aa60d80 Uncommon trap: trap_request=0xffffff45 fr.pc=0x0000016d99f1b720 relative=0x00000000000013a0
Event: 3.600 Thread 0x0000016d8aa60d80 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000016d99f1b720 method=jdk.internal.org.objectweb.asm.Frame.execute(IILjdk/internal/org/objectweb/asm/Symbol;Ljdk/internal/org/objectweb/asm/SymbolTable;)V @ 1 c2
Event: 3.600 Thread 0x0000016d8aa60d80 DEOPT PACKING pc=0x0000016d99f1b720 sp=0x000000133c7f9a60
Event: 3.600 Thread 0x0000016d8aa60d80 DEOPT UNPACKING pc=0x0000016d923e23a3 sp=0x000000133c7f99c8 mode 2
Event: 3.640 Thread 0x0000016d8aa60d80 Uncommon trap: trap_request=0xffffff45 fr.pc=0x0000016d99f40b18 relative=0x00000000000006d8
Event: 3.640 Thread 0x0000016d8aa60d80 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000016d99f40b18 method=org.eclipse.sisu.inject.InjectorBindings.isAssignableFrom(Lcom/google/inject/TypeLiteral;Lcom/google/inject/Binding;)Z @ 15 c2
Event: 3.640 Thread 0x0000016d8aa60d80 DEOPT PACKING pc=0x0000016d99f40b18 sp=0x000000133c7fdda0
Event: 3.640 Thread 0x0000016d8aa60d80 DEOPT UNPACKING pc=0x0000016d923e23a3 sp=0x000000133c7fdd60 mode 2
Event: 3.673 Thread 0x0000016d8aa60d80 Uncommon trap: trap_request=0xffffff45 fr.pc=0x0000016d99eb4198 relative=0x0000000000001b18
Event: 3.673 Thread 0x0000016d8aa60d80 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000016d99eb4198 method=sun.nio.cs.StreamDecoder.implRead([CII)I @ 36 c2
Event: 3.673 Thread 0x0000016d8aa60d80 DEOPT PACKING pc=0x0000016d99eb4198 sp=0x000000133c7fe8a0
Event: 3.673 Thread 0x0000016d8aa60d80 DEOPT UNPACKING pc=0x0000016d923e23a3 sp=0x000000133c7fe740 mode 2
Event: 3.673 Thread 0x0000016d8aa60d80 Uncommon trap: trap_request=0x00000259 fr.pc=0x0000016d99e872f4 relative=0x00000000000000d4
Event: 3.673 Thread 0x0000016d8aa60d80 Uncommon trap: reason=unloaded action=reinterpret pc=0x0000016d99e872f4 method=org.codehaus.plexus.util.xml.pull.MXParser.more()C @ 22 c2
Event: 3.673 Thread 0x0000016d8aa60d80 DEOPT PACKING pc=0x0000016d99e872f4 sp=0x000000133c7feb60
Event: 3.674 Thread 0x0000016d8aa60d80 DEOPT UNPACKING pc=0x0000016d923e23a3 sp=0x000000133c7feb00 mode 2
Classes loaded (20 events):
Event: 3.572 Loading class sun/security/provider/HashDrbg
Event: 3.572 Loading class sun/security/provider/AbstractHashDrbg
Event: 3.573 Loading class sun/security/provider/AbstractDrbg
Event: 3.574 Loading class sun/security/provider/AbstractDrbg done
Event: 3.574 Loading class sun/security/provider/AbstractHashDrbg done
Event: 3.574 Loading class sun/security/provider/HashDrbg done
Event: 3.574 Loading class sun/security/provider/EntropySource
Event: 3.574 Loading class sun/security/provider/EntropySource done
Event: 3.640 Loading class jdk/internal/math/FDBigInteger
Event: 3.641 Loading class jdk/internal/math/FDBigInteger done
Event: 3.686 Loading class java/lang/ProcessEnvironment$CheckedKeySet
Event: 3.686 Loading class java/lang/ProcessEnvironment$CheckedKeySet done
Event: 3.705 Loading class java/util/concurrent/ArrayBlockingQueue
Event: 3.706 Loading class java/util/concurrent/ArrayBlockingQueue done
Event: 3.707 Loading class java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionNode
Event: 3.707 Loading class java/util/concurrent/ForkJoinPool$ManagedBlocker
Event: 3.708 Loading class java/util/concurrent/ForkJoinPool$ManagedBlocker done
Event: 3.708 Loading class java/util/concurrent/locks/AbstractQueuedSynchronizer$Node
Event: 3.708 Loading class java/util/concurrent/locks/AbstractQueuedSynchronizer$Node done
Event: 3.708 Loading class java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionNode done
Classes unloaded (0 events):
No events
Classes redefined (0 events):
No events
Internal exceptions (20 events):
Event: 1.213 Thread 0x0000016d8aa60d80 Exception <a 'java/lang/NoSuchMethodError'{0x00000000e7027498}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeInterface(java.lang.Object, java.lang.Object)'> (0x00000000e7027498)
thrown [s\open\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
Event: 1.242 Thread 0x0000016d8aa60d80 Exception <a 'java/lang/NoSuchMethodError'{0x00000000e70d4828}: 'int java.lang.invoke.DirectMethodHandle$Holder.invokeStatic(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x00000000e70d4828)
thrown [s\open\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
Event: 1.242 Thread 0x0000016d8aa60d80 Exception <a 'java/lang/NoSuchMethodError'{0x00000000e70d81a8}: 'java.lang.Object java.lang.invoke.Invokers$Holder.invokeExact_MT(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x00000000e70d81a8)
thrown [s\open\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
Event: 1.246 Thread 0x0000016d8aa60d80 Exception <a 'java/lang/NoSuchMethodError'{0x00000000e70e9380}: 'int java.lang.invoke.DirectMethodHandle$Holder.invokeSpecialIFC(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x00000000e70e9380)
thrown [s\open\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
Event: 1.346 Thread 0x0000016d8aa60d80 Exception <a 'java/lang/NoSuchMethodError'{0x00000000e6ea3198}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.newInvokeSpecial(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x00000000e6ea3198)
thrown [s\open\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
Event: 1.404 Thread 0x0000016d8aa60d80 Exception <a 'java/lang/NoSuchMethodError'{0x00000000e6dcd640}: 'int java.lang.invoke.DirectMethodHandle$Holder.invokeStaticInit(java.lang.Object, java.lang.Object)'> (0x00000000e6dcd640)
thrown [s\open\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
Event: 1.421 Thread 0x0000016d8aa60d80 Exception <a 'java/lang/NoClassDefFoundError'{0x00000000e6c07d68}: javax/enterprise/inject/Typed> (0x00000000e6c07d68)
thrown [s\open\src\hotspot\share\classfile\systemDictionary.cpp, line 244]
Event: 2.829 Thread 0x0000016d8aa60d80 Exception <a 'java/lang/NoSuchMethodError'{0x00000000e7b22f70}: 'void java.lang.invoke.DirectMethodHandle$Holder.invokeStaticInit(java.lang.Object, java.lang.Object, java.lang.Object)'> (0x00000000e7b22f70)
thrown [s\open\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
Event: 2.843 Thread 0x0000016d8aa60d80 Exception <a 'java/lang/ExceptionInInitializerError'{0x00000000e7b53bd8}> (0x00000000e7b53bd8)
thrown [s\open\src\hotspot\share\oops\instanceKlass.cpp, line 1210]
Event: 2.865 Thread 0x0000016d8aa60d80 Exception <a 'java/lang/NoSuchMethodError'{0x00000000e7bc6638}: 'long java.lang.invoke.DirectMethodHandle$Holder.invokeStatic(java.lang.Object, java.lang.Object, int)'> (0x00000000e7bc6638)
thrown [s\open\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
Event: 2.869 Thread 0x0000016d8aa60d80 Exception <a 'java/lang/NoSuchMethodError'{0x00000000e7bdcb28}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeStatic(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, int)'> (0x00000000e7bdcb28)
thrown [s\open\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
Event: 2.870 Thread 0x0000016d8aa60d80 Exception <a 'java/lang/NoSuchMethodError'{0x00000000e7be5080}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeSpecial(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, long)'> (0x00000000e7be5080)
thrown [s\open\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
Event: 2.872 Thread 0x0000016d8aa60d80 Exception <a 'java/lang/NoSuchMethodError'{0x00000000e7bf12a0}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeSpecial(java.lang.Object, java.lang.Object, java.lang.Object, int, java.lang.Object)'> (0x00000000e7bf12a0)
thrown [s\open\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
Event: 2.874 Thread 0x0000016d8aa60d80 Exception <a 'java/lang/NoSuchMethodError'{0x00000000e7bf9a48}: 'int java.lang.invoke.DirectMethodHandle$Holder.invokeSpecial(java.lang.Object, java.lang.Object, java.lang.Object, int)'> (0x00000000e7bf9a48)
thrown [s\open\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
Event: 2.881 Thread 0x0000016d8aa60d80 Implicit null exception at 0x0000016d99ed432f to 0x0000016d99ed448c
Event: 2.884 Thread 0x0000016d8aa60d80 Exception <a 'java/lang/NoSuchMethodError'{0x00000000e7a20c08}: 'java.lang.Object java.lang.invoke.Invokers$Holder.invokeExact_MT(java.lang.Object, int, java.lang.Object)'> (0x00000000e7a20c08)
thrown [s\open\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
Event: 3.367 Thread 0x0000016d8aa60d80 Exception <a 'java/lang/NoSuchMethodError'{0x00000000e724fbb0}: 'void java.lang.invoke.Invokers$Holder.invokeExact_MT(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x00000000e724fbb0)
thrown [s\open\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
Event: 3.406 Thread 0x0000016d8aa60d80 Exception <a 'java/lang/NoClassDefFoundError'{0x00000000e72ec3e0}: com/google/inject/servlet/ServletModuleTargetVisitor> (0x00000000e72ec3e0)
thrown [s\open\src\hotspot\share\classfile\systemDictionary.cpp, line 244]
Event: 3.529 Thread 0x0000016d8aa60d80 Exception <a 'java/lang/NoSuchMethodError'{0x00000000e70b2538}: 'void java.lang.invoke.DirectMethodHandle$Holder.invokeVirtual(java.lang.Object, java.lang.Object)'> (0x00000000e70b2538)
thrown [s\open\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
Event: 3.575 Thread 0x0000016d8aa60d80 Exception <a 'java/lang/NoSuchMethodError'{0x00000000e6f301e0}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeStaticInit(java.lang.Object, int, int, int, int)'> (0x00000000e6f301e0)
thrown [s\open\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
VM Operations (20 events):
Event: 2.659 Executing VM operation: G1CollectForAllocation
Event: 2.668 Executing VM operation: G1CollectForAllocation done
Event: 2.854 Executing VM operation: HandshakeAllThreads
Event: 2.854 Executing VM operation: HandshakeAllThreads done
Event: 2.946 Executing VM operation: HandshakeAllThreads
Event: 2.946 Executing VM operation: HandshakeAllThreads done
Event: 2.948 Executing VM operation: HandshakeAllThreads
Event: 2.948 Executing VM operation: HandshakeAllThreads done
Event: 3.102 Executing VM operation: HandshakeAllThreads
Event: 3.102 Executing VM operation: HandshakeAllThreads done
Event: 3.312 Executing VM operation: ICBufferFull
Event: 3.313 Executing VM operation: ICBufferFull done
Event: 3.359 Executing VM operation: HandshakeAllThreads
Event: 3.359 Executing VM operation: HandshakeAllThreads done
Event: 3.549 Executing VM operation: HandshakeAllThreads
Event: 3.549 Executing VM operation: HandshakeAllThreads done
Event: 3.599 Executing VM operation: HandshakeAllThreads
Event: 3.599 Executing VM operation: HandshakeAllThreads done
Event: 3.676 Executing VM operation: HandshakeAllThreads
Event: 3.676 Executing VM operation: HandshakeAllThreads done
Events (20 events):
Event: 0.049 Thread 0x0000016da5378dd0 Thread added: 0x0000016da5378dd0
Event: 0.050 Thread 0x0000016da5379680 Thread added: 0x0000016da5379680
Event: 0.050 Thread 0x0000016da5379f30 Thread added: 0x0000016da5379f30
Event: 0.050 Thread 0x0000016da537ab10 Thread added: 0x0000016da537ab10
Event: 0.050 Thread 0x0000016da537b680 Thread added: 0x0000016da537b680
Event: 0.050 Thread 0x0000016da53870e0 Thread added: 0x0000016da53870e0
Event: 0.090 Thread 0x0000016da98750c0 Thread added: 0x0000016da98750c0
Event: 0.110 Thread 0x0000016da989bc20 Thread added: 0x0000016da989bc20
Event: 0.125 Loaded shared library C:\Program Files\Java\jdk-18.0.2\bin\net.dll
Event: 0.128 Loaded shared library C:\Program Files\Java\jdk-18.0.2\bin\nio.dll
Event: 0.140 Loaded shared library C:\Program Files\Java\jdk-18.0.2\bin\zip.dll
Event: 0.492 Thread 0x0000016da9b1cfa0 Thread added: 0x0000016da9b1cfa0
Event: 0.496 Loaded shared library C:\Program Files\Java\jdk-18.0.2\bin\jimage.dll
Event: 0.499 Loaded shared library C:\Program Files\JetBrains\IntelliJ IDEA 2026.1.1\plugins\maven\lib\maven3\lib\jansi-native\Windows\x86_64\jansi.dll
Event: 0.527 Loaded shared library C:\Program Files\Java\jdk-18.0.2\bin\verify.dll
Event: 0.557 Thread 0x0000016da9b1cfa0 Thread exited: 0x0000016da9b1cfa0
Event: 1.469 Thread 0x0000016da9d75eb0 Thread added: 0x0000016da9d75eb0
Event: 2.337 Thread 0x0000016da9d75eb0 Thread exited: 0x0000016da9d75eb0
Event: 2.903 Thread 0x0000016daa5ce220 Thread added: 0x0000016daa5ce220
Event: 3.707 Thread 0x0000016daa816430 Thread added: 0x0000016daa816430
Dynamic libraries:
0x00007ff656890000 - 0x00007ff65689e000 C:\Program Files\Java\jdk-18.0.2\bin\java.exe
0x00007ffb9b290000 - 0x00007ffb9b488000 C:\WINDOWS\SYSTEM32\ntdll.dll
0x00007ffb9aa50000 - 0x00007ffb9ab12000 C:\WINDOWS\System32\KERNEL32.DLL
0x00007ffb98f80000 - 0x00007ffb99276000 C:\WINDOWS\System32\KERNELBASE.dll
0x00007ffb98950000 - 0x00007ffb98a50000 C:\WINDOWS\System32\ucrtbase.dll
0x00007ffb6cf40000 - 0x00007ffb6cf5a000 C:\Program Files\Java\jdk-18.0.2\bin\VCRUNTIME140.dll
0x00007ffb6cdc0000 - 0x00007ffb6cdd7000 C:\Program Files\Java\jdk-18.0.2\bin\jli.dll
0x00007ffb99f10000 - 0x00007ffb9a0b1000 C:\WINDOWS\System32\USER32.dll
0x00007ffb98920000 - 0x00007ffb98942000 C:\WINDOWS\System32\win32u.dll
0x00007ffb97db0000 - 0x00007ffb9804b000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.6456_none_60b8a6cb71f64256\COMCTL32.dll
0x00007ffb9b1b0000 - 0x00007ffb9b24e000 C:\WINDOWS\System32\msvcrt.dll
0x00007ffb9aa10000 - 0x00007ffb9aa3b000 C:\WINDOWS\System32\GDI32.dll
0x00007ffb98a50000 - 0x00007ffb98b69000 C:\WINDOWS\System32\gdi32full.dll
0x00007ffb98e90000 - 0x00007ffb98f2d000 C:\WINDOWS\System32\msvcp_win.dll
0x00007ffb9a270000 - 0x00007ffb9a29f000 C:\WINDOWS\System32\IMM32.DLL
0x00007ffb77910000 - 0x00007ffb7791c000 C:\Program Files\Java\jdk-18.0.2\bin\vcruntime140_1.dll
0x00007ffb59760000 - 0x00007ffb597ed000 C:\Program Files\Java\jdk-18.0.2\bin\msvcp140.dll
0x00007ffb238f0000 - 0x00007ffb24501000 C:\Program Files\Java\jdk-18.0.2\bin\server\jvm.dll
0x00007ffb9abe0000 - 0x00007ffb9ac91000 C:\WINDOWS\System32\ADVAPI32.dll
0x00007ffb99860000 - 0x00007ffb998ff000 C:\WINDOWS\System32\sechost.dll
0x00007ffb992b0000 - 0x00007ffb993d0000 C:\WINDOWS\System32\RPCRT4.dll
0x00007ffb99280000 - 0x00007ffb992a7000 C:\WINDOWS\System32\bcrypt.dll
0x00007ffb9b030000 - 0x00007ffb9b038000 C:\WINDOWS\System32\PSAPI.DLL
0x00007ffb7b430000 - 0x00007ffb7b439000 C:\WINDOWS\SYSTEM32\WSOCK32.dll
0x00007ffb9aca0000 - 0x00007ffb9ad0b000 C:\WINDOWS\System32\WS2_32.dll
0x00007ffb8d880000 - 0x00007ffb8d88a000 C:\WINDOWS\SYSTEM32\VERSION.dll
0x00007ffb81b10000 - 0x00007ffb81b37000 C:\WINDOWS\SYSTEM32\WINMM.dll
0x00007ffb961e0000 - 0x00007ffb961f2000 C:\WINDOWS\SYSTEM32\kernel.appcore.dll
0x00007ffb76220000 - 0x00007ffb7622a000 C:\Program Files\Java\jdk-18.0.2\bin\jimage.dll
0x00007ffb98300000 - 0x00007ffb98501000 C:\WINDOWS\SYSTEM32\DBGHELP.DLL
0x00007ffb98240000 - 0x00007ffb98274000 C:\WINDOWS\SYSTEM32\dbgcore.DLL
0x00007ffb98e00000 - 0x00007ffb98e82000 C:\WINDOWS\System32\bcryptPrimitives.dll
0x00007ffb6c800000 - 0x00007ffb6c825000 C:\Program Files\Java\jdk-18.0.2\bin\java.dll
0x00007ffb52220000 - 0x00007ffb522f6000 C:\Program Files\Java\jdk-18.0.2\bin\jsvml.dll
0x00007ffb9a2a0000 - 0x00007ffb9aa10000 C:\WINDOWS\System32\SHELL32.dll
0x00007ffb95a20000 - 0x00007ffb961c5000 C:\WINDOWS\SYSTEM32\windows.storage.dll
0x00007ffb99500000 - 0x00007ffb99854000 C:\WINDOWS\System32\combase.dll
0x00007ffb97ad0000 - 0x00007ffb97afb000 C:\WINDOWS\SYSTEM32\Wldp.dll
0x00007ffb9adf0000 - 0x00007ffb9aebd000 C:\WINDOWS\System32\OLEAUT32.dll
0x00007ffb9aed0000 - 0x00007ffb9af7d000 C:\WINDOWS\System32\SHCORE.dll
0x00007ffb9ab80000 - 0x00007ffb9abdb000 C:\WINDOWS\System32\shlwapi.dll
0x00007ffb98850000 - 0x00007ffb98874000 C:\WINDOWS\SYSTEM32\profapi.dll
0x00007ffb6cc90000 - 0x00007ffb6cca3000 C:\Program Files\Java\jdk-18.0.2\bin\net.dll
0x00007ffb90630000 - 0x00007ffb9073a000 C:\WINDOWS\SYSTEM32\WINHTTP.dll
0x00007ffb978b0000 - 0x00007ffb9791a000 C:\WINDOWS\system32\mswsock.dll
0x00007ffb6c430000 - 0x00007ffb6c446000 C:\Program Files\Java\jdk-18.0.2\bin\nio.dll
0x00007ffb6c2e0000 - 0x00007ffb6c2f8000 C:\Program Files\Java\jdk-18.0.2\bin\zip.dll
0x00007ffb6c010000 - 0x00007ffb6c034000 C:\Program Files\JetBrains\IntelliJ IDEA 2026.1.1\plugins\maven\lib\maven3\lib\jansi-native\Windows\x86_64\jansi.dll
0x00007ffb75f30000 - 0x00007ffb75f40000 C:\Program Files\Java\jdk-18.0.2\bin\verify.dll
dbghelp: loaded successfully - version: 4.0.5 - missing functions: none
symbol engine: initialized successfully - sym options: 0x614 - pdb path: .;C:\Program Files\Java\jdk-18.0.2\bin;C:\WINDOWS\SYSTEM32;C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.6456_none_60b8a6cb71f64256;C:\Program Files\Java\jdk-18.0.2\bin\server;C:\Program Files\JetBrains\IntelliJ IDEA 2026.1.1\plugins\maven\lib\maven3\lib\jansi-native\Windows\x86_64
VM Arguments:
jvm_args: -Xms128m -Xmx512m -Dclassworlds.conf=C:\Program Files\JetBrains\IntelliJ IDEA 2026.1.1\plugins\maven\lib\maven3\bin\m2.conf -Dmaven.home=C:\Program Files\JetBrains\IntelliJ IDEA 2026.1.1\plugins\maven\lib\maven3 -Dlibrary.jansi.path=C:\Program Files\JetBrains\IntelliJ IDEA 2026.1.1\plugins\maven\lib\maven3\lib\jansi-native -Dmaven.multiModuleProjectDirectory=C:\Work\java\gite\eventhub-spring-boot\eventhub-spring-boot
java_command: org.codehaus.plexus.classworlds.launcher.Launcher -Dtest=TachographFileSessionServiceTest,TachographFileSessionControllerTest,TachographCompositeSessionServiceTest test
java_class_path (initial): C:\Program Files\JetBrains\IntelliJ IDEA 2026.1.1\plugins\maven\lib\maven3\boot\plexus-classworlds-2.9.0.jar
Launcher Type: SUN_STANDARD
[Global flags]
intx CICompilerCount = 4 {product} {ergonomic}
uint ConcGCThreads = 2 {product} {ergonomic}
uint G1ConcRefinementThreads = 8 {product} {ergonomic}
size_t G1HeapRegionSize = 1048576 {product} {ergonomic}
uintx GCDrainStackTargetSize = 64 {product} {ergonomic}
size_t InitialHeapSize = 134217728 {product} {command line}
size_t MarkStackSize = 4194304 {product} {ergonomic}
size_t MaxHeapSize = 536870912 {product} {command line}
size_t MaxNewSize = 321912832 {product} {ergonomic}
size_t MinHeapDeltaBytes = 1048576 {product} {ergonomic}
size_t MinHeapSize = 134217728 {product} {command line}
uintx NonNMethodCodeHeapSize = 5839372 {pd product} {ergonomic}
uintx NonProfiledCodeHeapSize = 122909434 {pd product} {ergonomic}
uintx ProfiledCodeHeapSize = 122909434 {pd product} {ergonomic}
uintx ReservedCodeCacheSize = 251658240 {pd product} {ergonomic}
bool SegmentedCodeCache = true {product} {ergonomic}
size_t SoftMaxHeapSize = 536870912 {manageable} {ergonomic}
bool UseCompressedClassPointers = true {product lp64_product} {ergonomic}
bool UseCompressedOops = true {product lp64_product} {ergonomic}
bool UseG1GC = true {product} {ergonomic}
bool UseLargePagesIndividualAllocation = false {pd product} {ergonomic}
Logging:
Log output configuration:
#0: stdout all=warning uptime,level,tags foldmultilines=false
#1: stderr all=off uptime,level,tags foldmultilines=false
Environment Variables:
JAVA_HOME=C:\Program Files\Java\jdk-18.0.2
PATH=C:\Users\Parzival.CASTEL\AppData\Local\JetBrains\IntelliJIdea2026.1\aia\codex\tmp\arg0\codex-arg0qOiuQj;C:\Program Files\AntennaHouse\AHFormatterV52;C:\Program Files\Microsoft MPI\Bin\;C:\Program Files\Java\jdk-18.0.2;C:\Program Files\Eclipse Adoptium\jdk-21.0.1.12-hotspot\bin;C:\Program Files\Microsoft\jdk-11.0.12.7-hotspot\bin;C:\Python310\Scripts\;C:\Python310\;C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\wbin;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\PuTTY\;C:\Program Files (x86)\Microsoft SQL Server\150\DTS\Binn\;C:\Program Files\TortoiseSVN\bin;C:\Program Files (x86)\Sysinternals\;C:\src\flutter\bin;C:\Program Files\Azure Data Studio\bin;C:\Program Files\nodejs\;C:\ProgramData\chocolatey\bin;I:\PCD\Scripts;C:\src\flutter\.pub-cache\bin;C:\Program Files\GitHub CLI\;C:\Program Files (x86)\GitHub CLI\;C:\Program Files\Git\cmd;C:\Program Files\Microsoft SQL Server\150\Tools\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\160\Tools\Binn\;C:\Program Files\Microsoft SQL Server\160\Tools\Binn\;C:\Program Files\Microsoft SQL Server\160\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\160\DTS\Binn\;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files\dotnet\;C:\Program Files\Docker\Docker\resources\bin;C:\Users\Parzival.CASTEL\AppData\Local\Microsoft\WindowsApps;C:\Users\Parzival.CASTEL\AppData\Local\Programs\Microsoft VS Code\bin;C:\tools\dart-sdk\bin;C:\Users\Parzival.CASTEL\AppData\Local\Pub\Cache\bin;C:\Users\Parzival.CASTEL\AppData\Local\GitHubDesktop\bin;C:\Users\Parzival.CASTEL\go\bin;C:\Users\Parzival.CASTEL\.dotnet\tools;C:\Users\Parzival.CASTEL\AppData\Local\Programs\Fiddler;C:\Users\Parzival.CASTEL\.dotnet\tools;C:\Program Files\JetBrains\IntelliJ IDEA 2026.1.1\bin;C:\Program Files\JetBrains\IntelliJ IDEA 2026.1.1\plugins\maven\lib\maven3\bin
USERNAME=Parzival
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 142 Stepping 12, GenuineIntel
--------------- S Y S T E M ---------------
OS:
Windows 10 , 64 bit Build 19041 (10.0.19041.5915)
OS uptime: 37 days 4:28 hours
Hyper-V role detected
CPU: total 8 (initial active 8) (4 cores per cpu, 2 threads per core) family 6 model 142 stepping 12 microcode 0xec, cx8, cmov, fxsr, ht, mmx, 3dnowpref, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, lzcnt, tsc, tscinvbit, avx, avx2, aes, erms, clmul, bmi1, bmi2, adx, fma, vzeroupper, clflush, clflushopt, hv
Memory: 4k page, system-wide physical 16255M (397M free)
TotalPageFile size 40255M (AvailPageFile size 4M)
current process WorkingSet (physical memory assigned to process): 109M, peak: 109M
current process commit charge ("private bytes"): 245M, peak: 246M
vm_info: OpenJDK 64-Bit Server VM (18.0.2+9-61) for windows-amd64 JRE (18.0.2+9-61), built on Jun 7 2022 13:05:59 by "mach5one" with MS VC++ 16.8 / 16.9 (VS2019)
END.

221
hs_err_pid35300.log Normal file
View File

@ -0,0 +1,221 @@
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (mmap) failed to map 266338304 bytes for G1 virtual space
# Possible reasons:
# The system is out of physical RAM or swap space
# The process is running with CompressedOops enabled, and the Java Heap may be blocking the growth of the native heap
# Possible solutions:
# Reduce memory load on the system
# Increase physical memory or swap space
# Check if swap backing store is full
# Decrease Java heap size (-Xmx/-Xms)
# Decrease number of Java threads
# Decrease Java thread stack sizes (-Xss)
# Set larger code cache with -XX:ReservedCodeCacheSize=
# JVM is running with Zero Based Compressed Oops mode in which the Java heap is
# placed in the first 32GB address space. The Java Heap base address is the
# maximum limit for the native heap growth. Please use -XX:HeapBaseMinAddress
# to set the Java Heap base and to place the Java Heap above 32GB virtual address.
# This output file may be truncated or incomplete.
#
# Out of Memory Error (os_windows.cpp:3530), pid=35300, tid=18208
#
# JRE version: (18.0.2+9) (build )
# Java VM: OpenJDK 64-Bit Server VM (18.0.2+9-61, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64)
# No core dump will be written. Minidumps are not enabled by default on client versions of Windows
#
--------------- S U M M A R Y ------------
Command Line: --enable-native-access=ALL-UNNAMED
Host: Intel(R) Core(TM) i5-8265U CPU @ 1.60GHz, 8 cores, 15G, Windows 10 , 64 bit Build 19041 (10.0.19041.5915)
Time: Wed Jun 10 14:46:09 2026 Mitteleuropäische Sommerzeit elapsed time: 0.022252 seconds (0d 0h 0m 0s)
--------------- T H R E A D ---------------
Current thread (0x000002296e37d860): JavaThread "Unknown thread" [_thread_in_vm, id=18208, stack(0x000000dfc8800000,0x000000dfc8900000)]
Stack: [0x000000dfc8800000,0x000000dfc8900000]
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [jvm.dll+0x6993ca]
V [jvm.dll+0x7f481d]
V [jvm.dll+0x7f612e]
V [jvm.dll+0x7f67e3]
V [jvm.dll+0x25cdaf]
V [jvm.dll+0x696319]
V [jvm.dll+0x68ae4a]
V [jvm.dll+0x3223eb]
V [jvm.dll+0x329dc6]
V [jvm.dll+0x37eade]
V [jvm.dll+0x37ed0f]
V [jvm.dll+0x2fa16a]
V [jvm.dll+0x2fb1cd]
V [jvm.dll+0x7c3450]
V [jvm.dll+0x38be61]
V [jvm.dll+0x7a2073]
V [jvm.dll+0x40dc3f]
V [jvm.dll+0x40f611]
C [jli.dll+0x526b]
C [ucrtbase.dll+0x21bb2]
C [KERNEL32.DLL+0x17374]
C [ntdll.dll+0x4cc91]
--------------- P R O C E S S ---------------
Threads class SMR info:
_java_thread_list=0x00007ffb243ce550, length=0, elements={
}
Java Threads: ( => current thread )
Other Threads:
0x000002296e3ed710 WorkerThread "GC Thread#0" [stack: 0x000000dfc8900000,0x000000dfc8a00000] [id=22764]
0x000002296e3fe440 ConcurrentGCThread "G1 Main Marker" [stack: 0x000000dfc8a00000,0x000000dfc8b00000] [id=31468]
0x000002296e3ff5d0 WorkerThread "G1 Conc#0" [stack: 0x000000dfc8b00000,0x000000dfc8c00000] [id=19636]
[error occurred during error reporting (printing all threads), id 0xc0000005, EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffb23bfa707]
VM state: not at safepoint (not fully initialized)
VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
[0x000002296e3790c0] Heap_lock - owner thread: 0x000002296e37d860
Heap address: 0x0000000702000000, size: 4064 MB, Compressed Oops mode: Zero based, Oop shift amount: 3
CDS archive(s) mapped at: [0x0000000000000000-0x0000000000000000-0x0000000000000000), size 0, SharedBaseAddress: 0x0000000800000000, ArchiveRelocationMode: 0.
Narrow klass base: 0x0000000000000000, Narrow klass shift: 0, Narrow klass range: 0x0
GC Precious Log:
CardTable entry size: 512
Card Set container configuration: InlinePtr #cards 4 size 8 Array Of Cards #cards 16 size 48 Howl #buckets 8 coarsen threshold 3686 Howl Bitmap #cards 512 size 80 coarsen threshold 460 Card regions per heap region 1 cards per card region 4096
Heap:
garbage-first heap total 0K, used 0K [0x0000000702000000, 0x0000000800000000)
region size 2048K, 0 young (0K), 0 survivors (0K)
[error occurred during error reporting (printing heap information), id 0xc0000005, EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffb23fe1859]
GC Heap History (0 events):
No events
Deoptimization events (0 events):
No events
Classes loaded (0 events):
No events
Classes unloaded (0 events):
No events
Classes redefined (0 events):
No events
Internal exceptions (0 events):
No events
VM Operations (0 events):
No events
Events (1 events):
Event: 0.014 Loaded shared library C:\Program Files\Java\jdk-18.0.2\bin\java.dll
Dynamic libraries:
0x00007ff656890000 - 0x00007ff65689e000 C:\Program Files\Java\jdk-18.0.2\bin\java.exe
0x00007ffb9b290000 - 0x00007ffb9b488000 C:\WINDOWS\SYSTEM32\ntdll.dll
0x00007ffb9aa50000 - 0x00007ffb9ab12000 C:\WINDOWS\System32\KERNEL32.DLL
0x00007ffb98f80000 - 0x00007ffb99276000 C:\WINDOWS\System32\KERNELBASE.dll
0x00007ffb98950000 - 0x00007ffb98a50000 C:\WINDOWS\System32\ucrtbase.dll
0x00007ffb6dda0000 - 0x00007ffb6ddba000 C:\Program Files\Java\jdk-18.0.2\bin\VCRUNTIME140.dll
0x00007ffb6cf60000 - 0x00007ffb6cf77000 C:\Program Files\Java\jdk-18.0.2\bin\jli.dll
0x00007ffb99f10000 - 0x00007ffb9a0b1000 C:\WINDOWS\System32\USER32.dll
0x00007ffb98920000 - 0x00007ffb98942000 C:\WINDOWS\System32\win32u.dll
0x00007ffb9aa10000 - 0x00007ffb9aa3b000 C:\WINDOWS\System32\GDI32.dll
0x00007ffb98a50000 - 0x00007ffb98b69000 C:\WINDOWS\System32\gdi32full.dll
0x00007ffb97db0000 - 0x00007ffb9804b000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.6456_none_60b8a6cb71f64256\COMCTL32.dll
0x00007ffb98e90000 - 0x00007ffb98f2d000 C:\WINDOWS\System32\msvcp_win.dll
0x00007ffb9b1b0000 - 0x00007ffb9b24e000 C:\WINDOWS\System32\msvcrt.dll
0x00007ffb9a270000 - 0x00007ffb9a29f000 C:\WINDOWS\System32\IMM32.DLL
0x00007ffb77910000 - 0x00007ffb7791c000 C:\Program Files\Java\jdk-18.0.2\bin\vcruntime140_1.dll
0x00007ffb59760000 - 0x00007ffb597ed000 C:\Program Files\Java\jdk-18.0.2\bin\msvcp140.dll
0x00007ffb238f0000 - 0x00007ffb24501000 C:\Program Files\Java\jdk-18.0.2\bin\server\jvm.dll
0x00007ffb9abe0000 - 0x00007ffb9ac91000 C:\WINDOWS\System32\ADVAPI32.dll
0x00007ffb99860000 - 0x00007ffb998ff000 C:\WINDOWS\System32\sechost.dll
0x00007ffb992b0000 - 0x00007ffb993d0000 C:\WINDOWS\System32\RPCRT4.dll
0x00007ffb99280000 - 0x00007ffb992a7000 C:\WINDOWS\System32\bcrypt.dll
0x00007ffb9b030000 - 0x00007ffb9b038000 C:\WINDOWS\System32\PSAPI.DLL
0x00007ffb81b10000 - 0x00007ffb81b37000 C:\WINDOWS\SYSTEM32\WINMM.dll
0x00007ffb7b430000 - 0x00007ffb7b439000 C:\WINDOWS\SYSTEM32\WSOCK32.dll
0x00007ffb9aca0000 - 0x00007ffb9ad0b000 C:\WINDOWS\System32\WS2_32.dll
0x00007ffb8d880000 - 0x00007ffb8d88a000 C:\WINDOWS\SYSTEM32\VERSION.dll
0x00007ffb961e0000 - 0x00007ffb961f2000 C:\WINDOWS\SYSTEM32\kernel.appcore.dll
0x00007ffb76220000 - 0x00007ffb7622a000 C:\Program Files\Java\jdk-18.0.2\bin\jimage.dll
0x00007ffb98300000 - 0x00007ffb98501000 C:\WINDOWS\SYSTEM32\DBGHELP.DLL
0x00007ffb98240000 - 0x00007ffb98274000 C:\WINDOWS\SYSTEM32\dbgcore.DLL
0x00007ffb98e00000 - 0x00007ffb98e82000 C:\WINDOWS\System32\bcryptPrimitives.dll
0x00007ffb6c800000 - 0x00007ffb6c825000 C:\Program Files\Java\jdk-18.0.2\bin\java.dll
dbghelp: loaded successfully - version: 4.0.5 - missing functions: none
symbol engine: initialized successfully - sym options: 0x614 - pdb path: .;C:\Program Files\Java\jdk-18.0.2\bin;C:\WINDOWS\SYSTEM32;C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.6456_none_60b8a6cb71f64256;C:\Program Files\Java\jdk-18.0.2\bin\server
VM Arguments:
jvm_args: --enable-native-access=ALL-UNNAMED
java_command: <unknown>
java_class_path (initial): <not set>
Launcher Type: SUN_STANDARD
[Global flags]
intx CICompilerCount = 4 {product} {ergonomic}
uint ConcGCThreads = 2 {product} {ergonomic}
uint G1ConcRefinementThreads = 8 {product} {ergonomic}
size_t G1HeapRegionSize = 2097152 {product} {ergonomic}
uintx GCDrainStackTargetSize = 64 {product} {ergonomic}
size_t InitialHeapSize = 266338304 {product} {ergonomic}
size_t MarkStackSize = 4194304 {product} {ergonomic}
size_t MaxHeapSize = 4261412864 {product} {ergonomic}
size_t MinHeapDeltaBytes = 2097152 {product} {ergonomic}
size_t MinHeapSize = 8388608 {product} {ergonomic}
uintx NonNMethodCodeHeapSize = 5839372 {pd product} {ergonomic}
uintx NonProfiledCodeHeapSize = 122909434 {pd product} {ergonomic}
uintx ProfiledCodeHeapSize = 122909434 {pd product} {ergonomic}
uintx ReservedCodeCacheSize = 251658240 {pd product} {ergonomic}
bool SegmentedCodeCache = true {product} {ergonomic}
size_t SoftMaxHeapSize = 4261412864 {manageable} {ergonomic}
bool UseCompressedClassPointers = true {product lp64_product} {ergonomic}
bool UseCompressedOops = true {product lp64_product} {ergonomic}
bool UseG1GC = true {product} {ergonomic}
bool UseLargePagesIndividualAllocation = false {pd product} {ergonomic}
Logging:
Log output configuration:
#0: stdout all=warning uptime,level,tags foldmultilines=false
#1: stderr all=off uptime,level,tags foldmultilines=false
Environment Variables:
JAVA_HOME=C:\Program Files\Java\jdk-18.0.2
PATH=C:\Users\Parzival.CASTEL\AppData\Local\JetBrains\IntelliJIdea2026.1\aia\codex\tmp\arg0\codex-arg0qOiuQj;C:\Program Files\AntennaHouse\AHFormatterV52;C:\Program Files\Microsoft MPI\Bin\;C:\Program Files\Java\jdk-18.0.2;C:\Program Files\Eclipse Adoptium\jdk-21.0.1.12-hotspot\bin;C:\Program Files\Microsoft\jdk-11.0.12.7-hotspot\bin;C:\Python310\Scripts\;C:\Python310\;C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\wbin;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\PuTTY\;C:\Program Files (x86)\Microsoft SQL Server\150\DTS\Binn\;C:\Program Files\TortoiseSVN\bin;C:\Program Files (x86)\Sysinternals\;C:\src\flutter\bin;C:\Program Files\Azure Data Studio\bin;C:\Program Files\nodejs\;C:\ProgramData\chocolatey\bin;I:\PCD\Scripts;C:\src\flutter\.pub-cache\bin;C:\Program Files\GitHub CLI\;C:\Program Files (x86)\GitHub CLI\;C:\Program Files\Git\cmd;C:\Program Files\Microsoft SQL Server\150\Tools\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\160\Tools\Binn\;C:\Program Files\Microsoft SQL Server\160\Tools\Binn\;C:\Program Files\Microsoft SQL Server\160\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\160\DTS\Binn\;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files\dotnet\;C:\Program Files\Docker\Docker\resources\bin;C:\Users\Parzival.CASTEL\AppData\Local\Microsoft\WindowsApps;C:\Users\Parzival.CASTEL\AppData\Local\Programs\Microsoft VS Code\bin;C:\tools\dart-sdk\bin;C:\Users\Parzival.CASTEL\AppData\Local\Pub\Cache\bin;C:\Users\Parzival.CASTEL\AppData\Local\GitHubDesktop\bin;C:\Users\Parzival.CASTEL\go\bin;C:\Users\Parzival.CASTEL\.dotnet\tools;C:\Users\Parzival.CASTEL\AppData\Local\Programs\Fiddler;C:\Users\Parzival.CASTEL\.dotnet\tools;C:\Program Files\JetBrains\IntelliJ IDEA 2026.1.1\bin;C:\Program Files\JetBrains\IntelliJ IDEA 2026.1.1\plugins\maven\lib\maven3\bin
USERNAME=Parzival
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 142 Stepping 12, GenuineIntel
--------------- S Y S T E M ---------------
OS:
Windows 10 , 64 bit Build 19041 (10.0.19041.5915)
OS uptime: 37 days 4:27 hours
Hyper-V role detected
CPU: total 8 (initial active 8) (4 cores per cpu, 2 threads per core) family 6 model 142 stepping 12 microcode 0xec, cx8, cmov, fxsr, ht, mmx, 3dnowpref, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, lzcnt, tsc, tscinvbit, avx, avx2, aes, erms, clmul, bmi1, bmi2, adx, fma, vzeroupper, clflush, clflushopt, hv
Memory: 4k page, system-wide physical 16255M (406M free)
TotalPageFile size 40255M (AvailPageFile size 56M)
current process WorkingSet (physical memory assigned to process): 10M, peak: 10M
current process commit charge ("private bytes"): 60M, peak: 314M
vm_info: OpenJDK 64-Bit Server VM (18.0.2+9-61) for windows-amd64 JRE (18.0.2+9-61), built on Jun 7 2022 13:05:59 by "mach5one" with MS VC++ 16.8 / 16.9 (VS2019)
END.

231
hs_err_pid6460.log Normal file
View File

@ -0,0 +1,231 @@
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (mmap) failed to map 266338304 bytes for G1 virtual space
# Possible reasons:
# The system is out of physical RAM or swap space
# The process is running with CompressedOops enabled, and the Java Heap may be blocking the growth of the native heap
# Possible solutions:
# Reduce memory load on the system
# Increase physical memory or swap space
# Check if swap backing store is full
# Decrease Java heap size (-Xmx/-Xms)
# Decrease number of Java threads
# Decrease Java thread stack sizes (-Xss)
# Set larger code cache with -XX:ReservedCodeCacheSize=
# JVM is running with Zero Based Compressed Oops mode in which the Java heap is
# placed in the first 32GB address space. The Java Heap base address is the
# maximum limit for the native heap growth. Please use -XX:HeapBaseMinAddress
# to set the Java Heap base and to place the Java Heap above 32GB virtual address.
# This output file may be truncated or incomplete.
#
# Out of Memory Error (os_windows.cpp:3600), pid=6460, tid=23508
#
# JRE version: (21.0.1+12) (build )
# Java VM: OpenJDK 64-Bit Server VM (21.0.1+12-LTS, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64)
# No core dump will be written. Minidumps are not enabled by default on client versions of Windows
#
--------------- S U M M A R Y ------------
Command Line: C:\Users\Parzival.CASTEL\AppData\Local\Temp\surefire13454302385545999780\surefirebooter-20260522104711539_3.jar C:\Users\Parzival.CASTEL\AppData\Local\Temp\surefire13454302385545999780 2026-05-22T10-47-11_170-jvmRun1 surefire-20260522104711539_1tmp surefire_0-20260522104711539_2tmp
Host: Intel(R) Core(TM) i5-8265U CPU @ 1.60GHz, 8 cores, 15G, Windows 10 , 64 bit Build 19041 (10.0.19041.5915)
Time: Fri May 22 10:47:11 2026 Mitteleuropäische Sommerzeit elapsed time: 0.017281 seconds (0d 0h 0m 0s)
--------------- T H R E A D ---------------
Current thread (0x0000027ffc2647d0): JavaThread "Unknown thread" [_thread_in_vm, id=23508, stack(0x000000ab95c00000,0x000000ab95d00000) (1024K)]
Stack: [0x000000ab95c00000,0x000000ab95d00000]
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [jvm.dll+0x6c7789]
V [jvm.dll+0x8a2011]
V [jvm.dll+0x8a44ae]
V [jvm.dll+0x8a4b83]
V [jvm.dll+0x27f936]
V [jvm.dll+0x6c3f05]
V [jvm.dll+0x6b8bfa]
V [jvm.dll+0x35363a]
V [jvm.dll+0x35b1e6]
V [jvm.dll+0x3ac2be]
V [jvm.dll+0x3ac568]
V [jvm.dll+0x32787c]
V [jvm.dll+0x3283db]
V [jvm.dll+0x86b0f9]
V [jvm.dll+0x3b9271]
V [jvm.dll+0x8532c8]
V [jvm.dll+0x44cffe]
V [jvm.dll+0x44ea81]
C [jli.dll+0x5278]
C [ucrtbase.dll+0x21bb2]
C [KERNEL32.DLL+0x17374]
C [ntdll.dll+0x4cc91]
--------------- P R O C E S S ---------------
Threads class SMR info:
_java_thread_list=0x00007ffb0c5de088, length=0, elements={
}
Java Threads: ( => current thread )
Total: 0
Other Threads:
0x0000027ffe467680 WorkerThread "GC Thread#0" [id=14440, stack(0x000000ab95d00000,0x000000ab95e00000) (1024K)]
0x0000027ffe47a230 ConcurrentGCThread "G1 Main Marker" [id=34796, stack(0x000000ab95e00000,0x000000ab95f00000) (1024K)]
0x0000027ffe47b4d0 WorkerThread "G1 Conc#0" [id=32340, stack(0x000000ab95f00000,0x000000ab96000000) (1024K)]
[error occurred during error reporting (printing all threads), id 0xc0000005, EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffb0bcea1a7]
VM state: not at safepoint (not fully initialized)
VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
[0x00007ffb0c651b28] Heap_lock - owner thread: 0x0000027ffc2647d0
Heap address: 0x0000000702000000, size: 4064 MB, Compressed Oops mode: Zero based, Oop shift amount: 3
CDS archive(s) mapped at: [0x0000000000000000-0x0000000000000000-0x0000000000000000), size 0, SharedBaseAddress: 0x0000000800000000, ArchiveRelocationMode: 1.
Narrow klass base: 0x0000000000000000, Narrow klass shift: 0, Narrow klass range: 0x0
GC Precious Log:
CardTable entry size: 512
Card Set container configuration: InlinePtr #cards 4 size 8 Array Of Cards #cards 16 size 48 Howl #buckets 8 coarsen threshold 3686 Howl Bitmap #cards 512 size 80 coarsen threshold 460 Card regions per heap region 1 cards per card region 4096
Heap:
garbage-first heap total 0K, used 0K [0x0000000702000000, 0x0000000800000000)
region size 2048K, 0 young (0K), 0 survivors (0K)
[error occurred during error reporting (printing heap information), id 0xc0000005, EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffb0c0d05d9]
GC Heap History (0 events):
No events
Dll operation events (1 events):
Event: 0.009 Loaded shared library C:\Program Files\Eclipse Adoptium\jdk-21.0.1.12-hotspot\bin\java.dll
Deoptimization events (0 events):
No events
Classes loaded (0 events):
No events
Classes unloaded (0 events):
No events
Classes redefined (0 events):
No events
Internal exceptions (0 events):
No events
ZGC Phase Switch (0 events):
No events
VM Operations (0 events):
No events
Events (0 events):
No events
Dynamic libraries:
0x00007ff7ddf70000 - 0x00007ff7ddf7e000 C:\Program Files\Eclipse Adoptium\jdk-21.0.1.12-hotspot\bin\java.exe
0x00007ffb9b290000 - 0x00007ffb9b488000 C:\WINDOWS\SYSTEM32\ntdll.dll
0x00007ffb9aa50000 - 0x00007ffb9ab12000 C:\WINDOWS\System32\KERNEL32.DLL
0x00007ffb98f80000 - 0x00007ffb99276000 C:\WINDOWS\System32\KERNELBASE.dll
0x00007ffb98950000 - 0x00007ffb98a50000 C:\WINDOWS\System32\ucrtbase.dll
0x00007ffb920c0000 - 0x00007ffb920d8000 C:\Program Files\Eclipse Adoptium\jdk-21.0.1.12-hotspot\bin\jli.dll
0x00007ffb92da0000 - 0x00007ffb92dbb000 C:\Program Files\Eclipse Adoptium\jdk-21.0.1.12-hotspot\bin\VCRUNTIME140.dll
0x00007ffb99f10000 - 0x00007ffb9a0b1000 C:\WINDOWS\System32\USER32.dll
0x00007ffb97db0000 - 0x00007ffb9804b000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.6456_none_60b8a6cb71f64256\COMCTL32.dll
0x00007ffb98920000 - 0x00007ffb98942000 C:\WINDOWS\System32\win32u.dll
0x00007ffb9b1b0000 - 0x00007ffb9b24e000 C:\WINDOWS\System32\msvcrt.dll
0x00007ffb9aa10000 - 0x00007ffb9aa3b000 C:\WINDOWS\System32\GDI32.dll
0x00007ffb98a50000 - 0x00007ffb98b69000 C:\WINDOWS\System32\gdi32full.dll
0x00007ffb98e90000 - 0x00007ffb98f2d000 C:\WINDOWS\System32\msvcp_win.dll
0x00007ffb9a270000 - 0x00007ffb9a29f000 C:\WINDOWS\System32\IMM32.DLL
0x00007ffb93dd0000 - 0x00007ffb93ddc000 C:\Program Files\Eclipse Adoptium\jdk-21.0.1.12-hotspot\bin\vcruntime140_1.dll
0x00007ffb6b420000 - 0x00007ffb6b4ae000 C:\Program Files\Eclipse Adoptium\jdk-21.0.1.12-hotspot\bin\msvcp140.dll
0x00007ffb0b9b0000 - 0x00007ffb0c731000 C:\Program Files\Eclipse Adoptium\jdk-21.0.1.12-hotspot\bin\server\jvm.dll
0x00007ffb9abe0000 - 0x00007ffb9ac91000 C:\WINDOWS\System32\ADVAPI32.dll
0x00007ffb99860000 - 0x00007ffb998ff000 C:\WINDOWS\System32\sechost.dll
0x00007ffb992b0000 - 0x00007ffb993d0000 C:\WINDOWS\System32\RPCRT4.dll
0x00007ffb99280000 - 0x00007ffb992a7000 C:\WINDOWS\System32\bcrypt.dll
0x00007ffb9aca0000 - 0x00007ffb9ad0b000 C:\WINDOWS\System32\WS2_32.dll
0x00007ffb98510000 - 0x00007ffb9855b000 C:\WINDOWS\SYSTEM32\POWRPROF.dll
0x00007ffb81b10000 - 0x00007ffb81b37000 C:\WINDOWS\SYSTEM32\WINMM.dll
0x00007ffb8d880000 - 0x00007ffb8d88a000 C:\WINDOWS\SYSTEM32\VERSION.dll
0x00007ffb98050000 - 0x00007ffb98062000 C:\WINDOWS\SYSTEM32\UMPDC.dll
0x00007ffb961e0000 - 0x00007ffb961f2000 C:\WINDOWS\SYSTEM32\kernel.appcore.dll
0x00007ffb92d90000 - 0x00007ffb92d9a000 C:\Program Files\Eclipse Adoptium\jdk-21.0.1.12-hotspot\bin\jimage.dll
0x00007ffb98300000 - 0x00007ffb98501000 C:\WINDOWS\SYSTEM32\DBGHELP.DLL
0x00007ffb98240000 - 0x00007ffb98274000 C:\WINDOWS\SYSTEM32\dbgcore.DLL
0x00007ffb98e00000 - 0x00007ffb98e82000 C:\WINDOWS\System32\bcryptPrimitives.dll
0x00007ffb90920000 - 0x00007ffb9093f000 C:\Program Files\Eclipse Adoptium\jdk-21.0.1.12-hotspot\bin\java.dll
dbghelp: loaded successfully - version: 4.0.5 - missing functions: none
symbol engine: initialized successfully - sym options: 0x614 - pdb path: .;C:\Program Files\Eclipse Adoptium\jdk-21.0.1.12-hotspot\bin;C:\WINDOWS\SYSTEM32;C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.6456_none_60b8a6cb71f64256;C:\Program Files\Eclipse Adoptium\jdk-21.0.1.12-hotspot\bin\server
VM Arguments:
java_command: C:\Users\Parzival.CASTEL\AppData\Local\Temp\surefire13454302385545999780\surefirebooter-20260522104711539_3.jar C:\Users\Parzival.CASTEL\AppData\Local\Temp\surefire13454302385545999780 2026-05-22T10-47-11_170-jvmRun1 surefire-20260522104711539_1tmp surefire_0-20260522104711539_2tmp
java_class_path (initial): C:\Users\Parzival.CASTEL\AppData\Local\Temp\surefire13454302385545999780\surefirebooter-20260522104711539_3.jar
Launcher Type: SUN_STANDARD
[Global flags]
intx CICompilerCount = 4 {product} {ergonomic}
uint ConcGCThreads = 2 {product} {ergonomic}
uint G1ConcRefinementThreads = 8 {product} {ergonomic}
size_t G1HeapRegionSize = 2097152 {product} {ergonomic}
uintx GCDrainStackTargetSize = 64 {product} {ergonomic}
size_t InitialHeapSize = 266338304 {product} {ergonomic}
size_t MarkStackSize = 4194304 {product} {ergonomic}
size_t MaxHeapSize = 4261412864 {product} {ergonomic}
size_t MinHeapDeltaBytes = 2097152 {product} {ergonomic}
size_t MinHeapSize = 8388608 {product} {ergonomic}
uintx NonNMethodCodeHeapSize = 5839372 {pd product} {ergonomic}
uintx NonProfiledCodeHeapSize = 122909434 {pd product} {ergonomic}
uintx ProfiledCodeHeapSize = 122909434 {pd product} {ergonomic}
uintx ReservedCodeCacheSize = 251658240 {pd product} {ergonomic}
bool SegmentedCodeCache = true {product} {ergonomic}
size_t SoftMaxHeapSize = 4261412864 {manageable} {ergonomic}
bool UseCompressedOops = true {product lp64_product} {ergonomic}
bool UseG1GC = true {product} {ergonomic}
bool UseLargePagesIndividualAllocation = false {pd product} {ergonomic}
Logging:
Log output configuration:
#0: stdout all=warning uptime,level,tags foldmultilines=false
#1: stderr all=off uptime,level,tags foldmultilines=false
Environment Variables:
JAVA_HOME=C:\Program Files\Eclipse Adoptium\jdk-21.0.1.12-hotspot
PATH=C:\Program Files\Eclipse Adoptium\jdk-21.0.1.12-hotspot\bin;C:\Users\Parzival.CASTEL\AppData\Local\JetBrains\IntelliJIdea2026.1\aia\codex\tmp\arg0\codex-arg0aRFJ0r;C:\Program Files\AntennaHouse\AHFormatterV52;C:\Program Files\Microsoft MPI\Bin\;C:\Program Files\Java\jdk-18.0.2;C:\Program Files\Eclipse Adoptium\jdk-21.0.1.12-hotspot\bin;C:\Program Files\Microsoft\jdk-11.0.12.7-hotspot\bin;C:\Python310\Scripts\;C:\Python310\;C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\wbin;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\PuTTY\;C:\Program Files (x86)\Microsoft SQL Server\150\DTS\Binn\;C:\Program Files\TortoiseSVN\bin;C:\Program Files (x86)\Sysinternals\;C:\src\flutter\bin;C:\Program Files\Azure Data Studio\bin;C:\Program Files\nodejs\;C:\ProgramData\chocolatey\bin;I:\PCD\Scripts;C:\src\flutter\.pub-cache\bin;C:\Program Files\GitHub CLI\;C:\Program Files (x86)\GitHub CLI\;C:\Program Files\Git\cmd;C:\Program Files\Microsoft SQL Server\150\Tools\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\160\Tools\Binn\;C:\Program Files\Microsoft SQL Server\160\Tools\Binn\;C:\Program Files\Microsoft SQL Server\160\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\160\DTS\Binn\;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files\dotnet\;C:\Program Files\Docker\Docker\resources\bin;C:\Users\Parzival.CASTEL\AppData\Local\Microsoft\WindowsApps;C:\Users\Parzival.CASTEL\AppData\Local\Programs\Microsoft VS Code\bin;C:\tools\dart-sdk\bin;C:\Users\Parzival.CASTEL\AppData\Local\Pub\Cache\bin;C:\Users\Parzival.CASTEL\AppData\Local\GitHubDesktop\bin;C:\Users\Parzival.CASTEL\go\bin;C:\Users\Parzival.CASTEL\.dotnet\tools;C:\Users\Parzival.CASTEL\AppData\Local\Programs\Fiddler;C:\Users\Parzival.CASTEL\.dotnet\tools;C:\Program Files\JetBrains\IntelliJ IDEA 2026.1.1\bin;C:\Program Files\JetBrains\IntelliJ IDEA 2026.1.1\plugins\maven\lib\maven3\bin;
USERNAME=Parzival
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 142 Stepping 12, GenuineIntel
TMP=C:\Users\PARZIV~1.CAS\AppData\Local\Temp
TEMP=C:\Users\PARZIV~1.CAS\AppData\Local\Temp
Periodic native trim disabled
--------------- S Y S T E M ---------------
OS:
Windows 10 , 64 bit Build 19041 (10.0.19041.5915)
OS uptime: 18 days 0:28 hours
Hyper-V role detected
CPU: total 8 (initial active 8) (4 cores per cpu, 2 threads per core) family 6 model 142 stepping 12 microcode 0xec, cx8, cmov, fxsr, ht, mmx, 3dnowpref, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, lzcnt, tsc, tscinvbit, avx, avx2, aes, erms, clmul, bmi1, bmi2, adx, fma, vzeroupper, clflush, clflushopt, hv, rdtscp, f16c
Processor Information for all 8 processors :
Max Mhz: 1800, Current Mhz: 1600, Mhz Limit: 1584
Memory: 4k page, system-wide physical 16255M (418M free)
TotalPageFile size 40255M (AvailPageFile size 142M)
current process WorkingSet (physical memory assigned to process): 10M, peak: 10M
current process commit charge ("private bytes"): 60M, peak: 314M
vm_info: OpenJDK 64-Bit Server VM (21.0.1+12-LTS) for windows-amd64 JRE (21.0.1+12-LTS), built on 2023-10-17T00:00:00Z by "admin" with unknown MS VC++:1937
END.

View File

@ -1,207 +1,600 @@
2026-05-12T11:15:13.519+02:00 INFO 12264 --- [http-nio-8085-exec-5] c.e.e.r.i.kernel.service.EPRuntimeImpl : Initializing runtime URI 'eventhub-esper-poc-8' version 9.0.0
2026-05-12T11:15:14.119+02:00 INFO 12264 --- [http-nio-8085-exec-5] c.e.e.r.i.kernel.service.EPRuntimeImpl : Destroying runtime URI 'eventhub-esper-poc-8'
2026-05-12T11:15:14.122+02:00 INFO 12264 --- [http-nio-8085-exec-5] c.e.e.r.i.kernel.service.EPRuntimeImpl : Initializing runtime URI 'eventhub-esper-poc-9' version 9.0.0
2026-05-12T11:15:14.293+02:00 INFO 12264 --- [http-nio-8085-exec-5] c.e.e.r.i.kernel.service.EPRuntimeImpl : Destroying runtime URI 'eventhub-esper-poc-9'
2026-05-12T11:15:14.299+02:00 INFO 12264 --- [http-nio-8085-exec-5] c.e.e.r.i.kernel.service.EPRuntimeImpl : Initializing runtime URI 'eventhub-esper-operating-period-2' version 9.0.0
2026-05-12T11:15:14.348+02:00 INFO 12264 --- [http-nio-8085-exec-5] c.e.e.r.i.kernel.service.EPRuntimeImpl : Destroying runtime URI 'eventhub-esper-operating-period-2'
2026-05-12T11:15:14.353+02:00 INFO 12264 --- [http-nio-8085-exec-5] c.e.e.r.i.kernel.service.EPRuntimeImpl : Initializing runtime URI 'eventhub-esper-poc-10' version 9.0.0
2026-05-12T11:15:14.391+02:00 INFO 12264 --- [http-nio-8085-exec-5] c.e.e.r.i.kernel.service.EPRuntimeImpl : Destroying runtime URI 'eventhub-esper-poc-10'
2026-05-12T11:15:14.395+02:00 INFO 12264 --- [http-nio-8085-exec-5] c.e.e.r.i.kernel.service.EPRuntimeImpl : Initializing runtime URI 'eventhub-esper-poc-11' version 9.0.0
2026-05-12T11:15:14.438+02:00 INFO 12264 --- [http-nio-8085-exec-5] c.e.e.r.i.kernel.service.EPRuntimeImpl : Destroying runtime URI 'eventhub-esper-poc-11'
2026-05-12T11:15:14.440+02:00 INFO 12264 --- [http-nio-8085-exec-5] c.e.e.r.i.kernel.service.EPRuntimeImpl : Initializing runtime URI 'eventhub-esper-poc-12' version 9.0.0
2026-05-12T11:15:14.481+02:00 INFO 12264 --- [http-nio-8085-exec-5] c.e.e.r.i.kernel.service.EPRuntimeImpl : Destroying runtime URI 'eventhub-esper-poc-12'
2026-05-12T11:15:14.484+02:00 INFO 12264 --- [http-nio-8085-exec-5] c.e.e.r.i.kernel.service.EPRuntimeImpl : Initializing runtime URI 'eventhub-esper-poc-13' version 9.0.0
2026-05-12T11:15:14.526+02:00 INFO 12264 --- [http-nio-8085-exec-5] c.e.e.r.i.kernel.service.EPRuntimeImpl : Destroying runtime URI 'eventhub-esper-poc-13'
2026-05-12T11:15:14.528+02:00 INFO 12264 --- [http-nio-8085-exec-5] c.e.e.r.i.kernel.service.EPRuntimeImpl : Initializing runtime URI 'eventhub-esper-poc-14' version 9.0.0
2026-05-12T11:15:14.568+02:00 INFO 12264 --- [http-nio-8085-exec-5] c.e.e.r.i.kernel.service.EPRuntimeImpl : Destroying runtime URI 'eventhub-esper-poc-14'
2026-05-12T11:15:14.569+02:00 INFO 12264 --- [http-nio-8085-exec-5] a.p.e.e.s.EsperOperatingPeriodEvaluationService : Esper operating-period evaluation tenant=Procon driverId=026598bf-002d-460d-8b06-ccbd05fb46b7 requestedFrom=2026-04-01T00:00Z requestedTo=2026-05-01T00:00Z loadedFrom=2026-03-31T00:00Z loadedTo=2026-05-02T00:00Z unknownMode=AS_BREAK_REST engineMode=STREAM_COLLECTOR rawEvents=708 cardRawEvents=354 vuRawEvents=354 cardIntervals=176 vuIntervals=168 resolvedKnownIntervals=176 evaluationIntervals=113 periodizedIntervals=113 mergedIntervals=113 nonDrivingIntervals=31 operatingPeriods=5 timingsMs={{dbRetrieve=347, cardIntervalEsper=939, vuIntervalEsper=174, vuGapFill=2, synthUnknown=1, periodizeEsper=51, merge=1, nonDriving=0, total=1738}}
2026-05-12T11:16:09.058+02:00 INFO 12264 --- [SpringApplicationShutdownHook] o.s.boot.tomcat.GracefulShutdown : Commencing graceful shutdown. Waiting for active requests to complete
2026-05-12T11:16:09.272+02:00 INFO 12264 --- [tomcat-shutdown] o.s.boot.tomcat.GracefulShutdown : Graceful shutdown complete
2026-05-12T11:16:09.310+02:00 INFO 12264 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Apache Camel 4.18.2 (camel-1) is shutting down (timeout:45s)
2026-05-12T11:16:11.015+02:00 INFO 12264 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Routes stopped (total:10)
2026-05-12T11:16:11.016+02:00 INFO 12264 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped yellowfox-d8-import-start-route (direct://yellowfox-d8-import-start)
2026-05-12T11:16:11.016+02:00 INFO 12264 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped yellowfox-d8-booking-input-route (direct://yellowfox-d8-booking-input)
2026-05-12T11:16:11.144+02:00 INFO 12264 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped tachograph-import-start-route (direct://tachograph-import-start)
2026-05-12T11:16:11.145+02:00 INFO 12264 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped tachograph-activity-input-route (direct://tachograph-activity-input)
2026-05-12T11:16:11.146+02:00 INFO 12264 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped telematics-position-input-route (direct://telematics-position-input)
2026-05-12T11:16:11.147+02:00 INFO 12264 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped eventhub-manual-input-route (direct://eventhub-manual-input)
2026-05-12T11:16:11.149+02:00 INFO 12264 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped eventhub-package-input-route (direct://eventhub-package-input)
2026-05-12T11:16:11.149+02:00 INFO 12264 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped eventhub-direct-batch-persist-route (direct://eventhub-batch-persist-input)
2026-05-12T11:16:11.149+02:00 INFO 12264 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped eventhub-batch-and-persist-route (seda://eventhub-batch-input)
2026-05-12T11:16:11.149+02:00 INFO 12264 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped eventhub-normalized-input-route (direct://eventhub-normalized-input)
2026-05-12T11:16:11.352+02:00 INFO 12264 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Apache Camel 4.18.2 (camel-1) shutdown in 2s8ms (uptime:18h55m)
2026-05-12T11:16:11.582+02:00 INFO 12264 --- [SpringApplicationShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2026-05-12T11:16:11.614+02:00 INFO 12264 --- [SpringApplicationShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
2026-05-12T11:23:05.801+02:00 INFO 9580 --- [background-preinit] o.h.validator.internal.util.Version : HV000001: Hibernate Validator 9.0.1.Final
2026-05-12T11:23:06.558+02:00 INFO 9580 --- [main] a.p.e.EventHubIngestionApplication : Starting EventHubIngestionApplication using Java 21.0.2 with PID 9580 (C:\Work\java\gite\eventhub-spring-boot\eventhub-spring-boot\target\classes started by Parzival in C:\Work\java\gite\eventhub-spring-boot\eventhub-spring-boot)
2026-05-12T11:23:06.566+02:00 INFO 9580 --- [main] a.p.e.EventHubIngestionApplication : No active profile set, falling back to 1 default profile: "default"
2026-05-12T11:23:11.900+02:00 INFO 9580 --- [main] o.s.boot.tomcat.TomcatWebServer : Tomcat initialized with port 8085 (http)
2026-05-12T11:23:11.930+02:00 INFO 9580 --- [main] o.a.coyote.http11.Http11NioProtocol : Initializing ProtocolHandler ["http-nio-8085"]
2026-05-12T11:23:11.933+02:00 INFO 9580 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2026-05-12T11:23:11.933+02:00 INFO 9580 --- [main] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/11.0.21]
2026-05-12T11:23:12.061+02:00 INFO 9580 --- [main] o.s.b.w.c.s.WebApplicationContextInitializer : Root WebApplicationContext: initialization completed in 5194 ms
2026-05-12T11:23:15.477+02:00 INFO 9580 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 4 endpoints beneath base path '/actuator'
2026-05-12T11:23:15.639+02:00 INFO 9580 --- [main] o.a.coyote.http11.Http11NioProtocol : Starting ProtocolHandler ["http-nio-8085"]
2026-05-12T11:23:15.673+02:00 INFO 9580 --- [main] o.s.boot.tomcat.TomcatWebServer : Tomcat started on port 8085 (http) with context path '/'
2026-05-12T11:23:20.172+02:00 INFO 9580 --- [main] o.a.c.impl.engine.AbstractCamelContext : Apache Camel 4.18.2 (camel-1) is starting
2026-05-12T11:23:20.203+02:00 INFO 9580 --- [main] o.a.c.p.aggregate.AggregateProcessor : Defaulting to MemoryAggregationRepository
2026-05-12T11:23:20.204+02:00 INFO 9580 --- [main] o.a.c.p.aggregate.AggregateProcessor : Using CompletionTimeout to trigger after 5000 millis of inactivity.
2026-05-12T11:23:20.276+02:00 INFO 9580 --- [main] o.a.c.impl.engine.AbstractCamelContext : Routes startup (total:10)
2026-05-12T11:23:20.277+02:00 INFO 9580 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started eventhub-normalized-input-route (direct://eventhub-normalized-input)
2026-05-12T11:23:20.279+02:00 INFO 9580 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started eventhub-batch-and-persist-route (seda://eventhub-batch-input)
2026-05-12T11:23:20.281+02:00 INFO 9580 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started eventhub-direct-batch-persist-route (direct://eventhub-batch-persist-input)
2026-05-12T11:23:20.281+02:00 INFO 9580 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started eventhub-package-input-route (direct://eventhub-package-input)
2026-05-12T11:23:20.282+02:00 INFO 9580 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started eventhub-manual-input-route (direct://eventhub-manual-input)
2026-05-12T11:23:20.282+02:00 INFO 9580 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started telematics-position-input-route (direct://telematics-position-input)
2026-05-12T11:23:20.283+02:00 INFO 9580 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started tachograph-activity-input-route (direct://tachograph-activity-input)
2026-05-12T11:23:20.284+02:00 INFO 9580 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started tachograph-import-start-route (direct://tachograph-import-start)
2026-05-12T11:23:20.286+02:00 INFO 9580 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started yellowfox-d8-booking-input-route (direct://yellowfox-d8-booking-input)
2026-05-12T11:23:20.286+02:00 INFO 9580 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started yellowfox-d8-import-start-route (direct://yellowfox-d8-import-start)
2026-05-12T11:23:20.286+02:00 INFO 9580 --- [main] o.a.c.impl.engine.AbstractCamelContext : Apache Camel 4.18.2 (camel-1) started in 110ms (build:0ms init:0ms start:110ms boot:7s769ms)
2026-05-12T11:23:20.336+02:00 INFO 9580 --- [main] a.p.e.EventHubIngestionApplication : Started EventHubIngestionApplication in 18.093 seconds (process running for 22.74)
2026-05-12T11:23:30.575+02:00 INFO 9580 --- [RMI TCP Connection(5)-169.254.53.84] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2026-05-12T11:23:30.576+02:00 INFO 9580 --- [RMI TCP Connection(5)-169.254.53.84] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2026-05-12T11:23:30.590+02:00 INFO 9580 --- [RMI TCP Connection(5)-169.254.53.84] o.s.web.servlet.DispatcherServlet : Completed initialization in 13 ms
2026-05-12T11:23:35.926+02:00 INFO 9580 --- [RMI TCP Connection(3)-169.254.53.84] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2026-05-12T11:23:36.395+02:00 INFO 9580 --- [RMI TCP Connection(3)-169.254.53.84] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@1a7ba505
2026-05-12T11:23:36.417+02:00 INFO 9580 --- [RMI TCP Connection(3)-169.254.53.84] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2026-05-12T11:23:56.009+02:00 INFO 9580 --- [http-nio-8085-exec-2] c.e.e.r.i.kernel.service.EPRuntimeImpl : Initializing runtime URI 'eventhub-esper-poc-1' version 9.0.0
2026-05-12T11:23:58.662+02:00 INFO 9580 --- [http-nio-8085-exec-2] c.e.e.r.i.kernel.service.EPRuntimeImpl : Destroying runtime URI 'eventhub-esper-poc-1'
2026-05-12T11:23:58.675+02:00 INFO 9580 --- [http-nio-8085-exec-2] c.e.e.r.i.kernel.service.EPRuntimeImpl : Initializing runtime URI 'eventhub-esper-poc-2' version 9.0.0
2026-05-12T11:23:59.023+02:00 INFO 9580 --- [http-nio-8085-exec-2] c.e.e.r.i.kernel.service.EPRuntimeImpl : Destroying runtime URI 'eventhub-esper-poc-2'
2026-05-12T11:23:59.045+02:00 INFO 9580 --- [http-nio-8085-exec-2] c.e.e.r.i.kernel.service.EPRuntimeImpl : Initializing runtime URI 'eventhub-esper-operating-period-1' version 9.0.0
2026-05-12T11:23:59.127+02:00 INFO 9580 --- [http-nio-8085-exec-2] c.e.e.r.i.kernel.service.EPRuntimeImpl : Destroying runtime URI 'eventhub-esper-operating-period-1'
2026-05-12T11:23:59.150+02:00 INFO 9580 --- [http-nio-8085-exec-2] c.e.e.r.i.kernel.service.EPRuntimeImpl : Initializing runtime URI 'eventhub-esper-poc-3' version 9.0.0
2026-05-12T11:23:59.212+02:00 INFO 9580 --- [http-nio-8085-exec-2] c.e.e.r.i.kernel.service.EPRuntimeImpl : Destroying runtime URI 'eventhub-esper-poc-3'
2026-05-12T11:23:59.216+02:00 INFO 9580 --- [http-nio-8085-exec-2] c.e.e.r.i.kernel.service.EPRuntimeImpl : Initializing runtime URI 'eventhub-esper-poc-4' version 9.0.0
2026-05-12T11:23:59.297+02:00 INFO 9580 --- [http-nio-8085-exec-2] c.e.e.r.i.kernel.service.EPRuntimeImpl : Destroying runtime URI 'eventhub-esper-poc-4'
2026-05-12T11:23:59.301+02:00 INFO 9580 --- [http-nio-8085-exec-2] c.e.e.r.i.kernel.service.EPRuntimeImpl : Initializing runtime URI 'eventhub-esper-poc-5' version 9.0.0
2026-05-12T11:23:59.357+02:00 INFO 9580 --- [http-nio-8085-exec-2] c.e.e.r.i.kernel.service.EPRuntimeImpl : Destroying runtime URI 'eventhub-esper-poc-5'
2026-05-12T11:23:59.360+02:00 INFO 9580 --- [http-nio-8085-exec-2] c.e.e.r.i.kernel.service.EPRuntimeImpl : Initializing runtime URI 'eventhub-esper-poc-6' version 9.0.0
2026-05-12T11:23:59.409+02:00 INFO 9580 --- [http-nio-8085-exec-2] c.e.e.r.i.kernel.service.EPRuntimeImpl : Destroying runtime URI 'eventhub-esper-poc-6'
2026-05-12T11:23:59.412+02:00 INFO 9580 --- [http-nio-8085-exec-2] c.e.e.r.i.kernel.service.EPRuntimeImpl : Initializing runtime URI 'eventhub-esper-poc-7' version 9.0.0
2026-05-12T11:23:59.464+02:00 INFO 9580 --- [http-nio-8085-exec-2] c.e.e.r.i.kernel.service.EPRuntimeImpl : Destroying runtime URI 'eventhub-esper-poc-7'
2026-05-12T11:23:59.464+02:00 INFO 9580 --- [http-nio-8085-exec-2] a.p.e.e.s.EsperOperatingPeriodEvaluationService : Esper operating-period evaluation tenant=Procon driverId=026598bf-002d-460d-8b06-ccbd05fb46b7 requestedFrom=2026-04-01T00:00Z requestedTo=2026-05-01T00:00Z loadedFrom=2026-03-31T00:00Z loadedTo=2026-05-02T00:00Z unknownMode=AS_BREAK_REST engineMode=STREAM_COLLECTOR rawEvents=708 cardRawEvents=354 vuRawEvents=354 cardIntervals=176 vuIntervals=168 resolvedKnownIntervals=176 evaluationIntervals=113 periodizedIntervals=113 mergedIntervals=113 nonDrivingIntervals=31 operatingPeriods=5 timingsMs={{dbRetrieve=411, cardIntervalEsper=2793, vuIntervalEsper=355, vuGapFill=9, synthUnknown=4, periodizeEsper=93, merge=3, nonDriving=2, total=4001}}
2026-05-12T11:24:58.174+02:00 WARN 9580 --- [HikariPool-1:housekeeper] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=49s488ms454µs500ns).
2026-05-12T11:26:51.871+02:00 WARN 9580 --- [HikariPool-1:housekeeper] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=1m9s537ms744µs800ns).
2026-05-12T11:29:00.780+02:00 WARN 9580 --- [HikariPool-1:housekeeper] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=2m8s908ms981µs900ns).
2026-05-12T11:29:00.971+02:00 INFO 9580 --- [SpringApplicationShutdownHook] o.s.boot.tomcat.GracefulShutdown : Commencing graceful shutdown. Waiting for active requests to complete
2026-05-12T11:29:01.419+02:00 INFO 9580 --- [tomcat-shutdown] o.s.boot.tomcat.GracefulShutdown : Graceful shutdown complete
2026-05-12T11:29:01.425+02:00 INFO 9580 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Apache Camel 4.18.2 (camel-1) is shutting down (timeout:45s)
2026-05-12T11:29:01.857+02:00 INFO 9580 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Routes stopped (total:10)
2026-05-12T11:29:01.858+02:00 INFO 9580 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped yellowfox-d8-import-start-route (direct://yellowfox-d8-import-start)
2026-05-12T11:29:01.858+02:00 INFO 9580 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped yellowfox-d8-booking-input-route (direct://yellowfox-d8-booking-input)
2026-05-12T11:29:01.858+02:00 INFO 9580 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped tachograph-import-start-route (direct://tachograph-import-start)
2026-05-12T11:29:01.858+02:00 INFO 9580 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped tachograph-activity-input-route (direct://tachograph-activity-input)
2026-05-12T11:29:01.858+02:00 INFO 9580 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped telematics-position-input-route (direct://telematics-position-input)
2026-05-12T11:29:01.858+02:00 INFO 9580 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped eventhub-manual-input-route (direct://eventhub-manual-input)
2026-05-12T11:29:01.860+02:00 INFO 9580 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped eventhub-package-input-route (direct://eventhub-package-input)
2026-05-12T11:29:01.863+02:00 INFO 9580 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped eventhub-direct-batch-persist-route (direct://eventhub-batch-persist-input)
2026-05-12T11:29:01.863+02:00 INFO 9580 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped eventhub-batch-and-persist-route (seda://eventhub-batch-input)
2026-05-12T11:29:01.863+02:00 INFO 9580 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped eventhub-normalized-input-route (direct://eventhub-normalized-input)
2026-05-12T11:29:01.885+02:00 INFO 9580 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Apache Camel 4.18.2 (camel-1) shutdown in 459ms (uptime:5m41s)
2026-05-12T11:29:01.998+02:00 INFO 9580 --- [SpringApplicationShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2026-05-12T11:29:02.548+02:00 INFO 9580 --- [SpringApplicationShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
2026-05-12T11:47:04.173+02:00 INFO 29032 --- [background-preinit] o.h.validator.internal.util.Version : HV000001: Hibernate Validator 9.0.1.Final
2026-05-12T11:47:04.534+02:00 INFO 29032 --- [main] a.p.e.EventHubIngestionApplication : Starting EventHubIngestionApplication using Java 21.0.2 with PID 29032 (C:\Work\java\gite\eventhub-spring-boot\eventhub-spring-boot\target\classes started by Parzival in C:\Work\java\gite\eventhub-spring-boot\eventhub-spring-boot)
2026-05-12T11:47:04.536+02:00 INFO 29032 --- [main] a.p.e.EventHubIngestionApplication : No active profile set, falling back to 1 default profile: "default"
2026-05-12T11:47:08.931+02:00 INFO 29032 --- [main] o.s.boot.tomcat.TomcatWebServer : Tomcat initialized with port 8085 (http)
2026-05-12T11:47:08.966+02:00 INFO 29032 --- [main] o.a.coyote.http11.Http11NioProtocol : Initializing ProtocolHandler ["http-nio-8085"]
2026-05-12T11:47:08.970+02:00 INFO 29032 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2026-05-12T11:47:08.970+02:00 INFO 29032 --- [main] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/11.0.21]
2026-05-12T11:47:09.120+02:00 INFO 29032 --- [main] o.s.b.w.c.s.WebApplicationContextInitializer : Root WebApplicationContext: initialization completed in 4466 ms
2026-05-12T11:47:12.877+02:00 INFO 29032 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 4 endpoints beneath base path '/actuator'
2026-05-12T11:47:13.064+02:00 INFO 29032 --- [main] o.a.coyote.http11.Http11NioProtocol : Starting ProtocolHandler ["http-nio-8085"]
2026-05-12T11:47:13.108+02:00 INFO 29032 --- [main] o.s.boot.tomcat.TomcatWebServer : Tomcat started on port 8085 (http) with context path '/'
2026-05-12T11:47:17.510+02:00 INFO 29032 --- [main] o.a.c.impl.engine.AbstractCamelContext : Apache Camel 4.18.2 (camel-1) is starting
2026-05-12T11:47:17.593+02:00 INFO 29032 --- [main] o.a.c.p.aggregate.AggregateProcessor : Defaulting to MemoryAggregationRepository
2026-05-12T11:47:17.600+02:00 INFO 29032 --- [main] o.a.c.p.aggregate.AggregateProcessor : Using CompletionTimeout to trigger after 5000 millis of inactivity.
2026-05-12T11:47:17.646+02:00 INFO 29032 --- [main] o.a.c.impl.engine.AbstractCamelContext : Routes startup (total:10)
2026-05-12T11:47:17.646+02:00 INFO 29032 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started eventhub-normalized-input-route (direct://eventhub-normalized-input)
2026-05-12T11:47:17.646+02:00 INFO 29032 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started eventhub-batch-and-persist-route (seda://eventhub-batch-input)
2026-05-12T11:47:17.646+02:00 INFO 29032 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started eventhub-direct-batch-persist-route (direct://eventhub-batch-persist-input)
2026-05-12T11:47:17.646+02:00 INFO 29032 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started eventhub-package-input-route (direct://eventhub-package-input)
2026-05-12T11:47:17.647+02:00 INFO 29032 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started eventhub-manual-input-route (direct://eventhub-manual-input)
2026-05-12T11:47:17.647+02:00 INFO 29032 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started telematics-position-input-route (direct://telematics-position-input)
2026-05-12T11:47:17.648+02:00 INFO 29032 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started tachograph-activity-input-route (direct://tachograph-activity-input)
2026-05-12T11:47:17.648+02:00 INFO 29032 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started tachograph-import-start-route (direct://tachograph-import-start)
2026-05-12T11:47:17.648+02:00 INFO 29032 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started yellowfox-d8-booking-input-route (direct://yellowfox-d8-booking-input)
2026-05-12T11:47:17.648+02:00 INFO 29032 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started yellowfox-d8-import-start-route (direct://yellowfox-d8-import-start)
2026-05-12T11:47:17.649+02:00 INFO 29032 --- [main] o.a.c.impl.engine.AbstractCamelContext : Apache Camel 4.18.2 (camel-1) started in 137ms (build:0ms init:0ms start:137ms boot:7s937ms)
2026-05-12T11:47:17.672+02:00 INFO 29032 --- [main] a.p.e.EventHubIngestionApplication : Started EventHubIngestionApplication in 15.724 seconds (process running for 19.226)
2026-05-12T11:47:22.629+02:00 INFO 29032 --- [RMI TCP Connection(8)-169.254.53.84] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2026-05-12T11:47:22.629+02:00 INFO 29032 --- [RMI TCP Connection(8)-169.254.53.84] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2026-05-12T11:47:22.637+02:00 INFO 29032 --- [RMI TCP Connection(8)-169.254.53.84] o.s.web.servlet.DispatcherServlet : Completed initialization in 7 ms
2026-05-12T11:47:28.596+02:00 INFO 29032 --- [RMI TCP Connection(6)-169.254.53.84] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2026-05-12T11:47:29.328+02:00 INFO 29032 --- [RMI TCP Connection(6)-169.254.53.84] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@40294cec
2026-05-12T11:47:29.337+02:00 INFO 29032 --- [RMI TCP Connection(6)-169.254.53.84] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2026-05-12T11:47:47.390+02:00 INFO 29032 --- [http-nio-8085-exec-2] c.e.e.r.i.kernel.service.EPRuntimeImpl : Initializing runtime URI 'eventhub-esper-poc-1' version 9.0.0
2026-05-12T11:47:50.506+02:00 INFO 29032 --- [http-nio-8085-exec-2] c.e.e.r.i.kernel.service.EPRuntimeImpl : Destroying runtime URI 'eventhub-esper-poc-1'
2026-05-12T11:47:50.516+02:00 INFO 29032 --- [http-nio-8085-exec-2] c.e.e.r.i.kernel.service.EPRuntimeImpl : Initializing runtime URI 'eventhub-esper-poc-2' version 9.0.0
2026-05-12T11:47:50.761+02:00 INFO 29032 --- [http-nio-8085-exec-2] c.e.e.r.i.kernel.service.EPRuntimeImpl : Destroying runtime URI 'eventhub-esper-poc-2'
2026-05-12T11:47:50.785+02:00 INFO 29032 --- [http-nio-8085-exec-2] c.e.e.r.i.kernel.service.EPRuntimeImpl : Initializing runtime URI 'eventhub-esper-operating-period-1' version 9.0.0
2026-05-12T11:47:50.874+02:00 INFO 29032 --- [http-nio-8085-exec-2] c.e.e.r.i.kernel.service.EPRuntimeImpl : Destroying runtime URI 'eventhub-esper-operating-period-1'
2026-05-12T11:47:50.896+02:00 INFO 29032 --- [http-nio-8085-exec-2] c.e.e.r.i.kernel.service.EPRuntimeImpl : Initializing runtime URI 'eventhub-esper-poc-3' version 9.0.0
2026-05-12T11:47:50.961+02:00 INFO 29032 --- [http-nio-8085-exec-2] c.e.e.r.i.kernel.service.EPRuntimeImpl : Destroying runtime URI 'eventhub-esper-poc-3'
2026-05-12T11:47:50.968+02:00 INFO 29032 --- [http-nio-8085-exec-2] c.e.e.r.i.kernel.service.EPRuntimeImpl : Initializing runtime URI 'eventhub-esper-poc-4' version 9.0.0
2026-05-12T11:47:51.069+02:00 INFO 29032 --- [http-nio-8085-exec-2] c.e.e.r.i.kernel.service.EPRuntimeImpl : Destroying runtime URI 'eventhub-esper-poc-4'
2026-05-12T11:47:51.072+02:00 INFO 29032 --- [http-nio-8085-exec-2] c.e.e.r.i.kernel.service.EPRuntimeImpl : Initializing runtime URI 'eventhub-esper-poc-5' version 9.0.0
2026-05-12T11:47:51.143+02:00 INFO 29032 --- [http-nio-8085-exec-2] c.e.e.r.i.kernel.service.EPRuntimeImpl : Destroying runtime URI 'eventhub-esper-poc-5'
2026-05-12T11:47:51.148+02:00 INFO 29032 --- [http-nio-8085-exec-2] c.e.e.r.i.kernel.service.EPRuntimeImpl : Initializing runtime URI 'eventhub-esper-poc-6' version 9.0.0
2026-05-12T11:47:51.233+02:00 INFO 29032 --- [http-nio-8085-exec-2] c.e.e.r.i.kernel.service.EPRuntimeImpl : Destroying runtime URI 'eventhub-esper-poc-6'
2026-05-12T11:47:51.238+02:00 INFO 29032 --- [http-nio-8085-exec-2] c.e.e.r.i.kernel.service.EPRuntimeImpl : Initializing runtime URI 'eventhub-esper-poc-7' version 9.0.0
2026-05-12T11:47:51.328+02:00 INFO 29032 --- [http-nio-8085-exec-2] c.e.e.r.i.kernel.service.EPRuntimeImpl : Destroying runtime URI 'eventhub-esper-poc-7'
2026-05-12T11:47:51.331+02:00 INFO 29032 --- [http-nio-8085-exec-2] a.p.e.e.s.EsperOperatingPeriodEvaluationService : Esper operating-period evaluation tenant=Procon driverId=026598bf-002d-460d-8b06-ccbd05fb46b7 requestedFrom=2026-04-01T00:00Z requestedTo=2026-05-01T00:00Z loadedFrom=2026-03-31T00:00Z loadedTo=2026-05-02T00:00Z sourceSelectionMode=MIXED unknownMode=AS_BREAK_REST engineMode=STREAM_COLLECTOR rawEvents=708 cardRawEvents=354 vuRawEvents=354 cardIntervals=176 vuIntervals=168 resolvedKnownIntervals=176 evaluationIntervals=113 periodizedIntervals=113 mergedIntervals=113 nonDrivingIntervals=31 operatingPeriods=5 timingsMs={{dbRetrieve=636, cardIntervalEsper=3333, vuIntervalEsper=251, vuGapFill=13, synthUnknown=5, periodizeEsper=96, merge=3, nonDriving=2, total=4792}}
2026-05-12T11:50:30.990+02:00 WARN 29032 --- [HikariPool-1:housekeeper] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=2m28s615ms199µs300ns).
2026-05-12T11:50:42.829+02:00 INFO 29032 --- [http-nio-8085-exec-4] c.e.e.r.i.kernel.service.EPRuntimeImpl : Initializing runtime URI 'eventhub-esper-poc-8' version 9.0.0
2026-05-12T11:50:43.060+02:00 INFO 29032 --- [http-nio-8085-exec-4] c.e.e.r.i.kernel.service.EPRuntimeImpl : Destroying runtime URI 'eventhub-esper-poc-8'
2026-05-12T11:50:43.065+02:00 INFO 29032 --- [http-nio-8085-exec-4] c.e.e.r.i.kernel.service.EPRuntimeImpl : Initializing runtime URI 'eventhub-esper-poc-9' version 9.0.0
2026-05-12T11:50:43.248+02:00 INFO 29032 --- [http-nio-8085-exec-4] c.e.e.r.i.kernel.service.EPRuntimeImpl : Destroying runtime URI 'eventhub-esper-poc-9'
2026-05-12T11:50:43.257+02:00 INFO 29032 --- [http-nio-8085-exec-4] c.e.e.r.i.kernel.service.EPRuntimeImpl : Initializing runtime URI 'eventhub-esper-operating-period-2' version 9.0.0
2026-05-12T11:50:43.310+02:00 INFO 29032 --- [http-nio-8085-exec-4] c.e.e.r.i.kernel.service.EPRuntimeImpl : Destroying runtime URI 'eventhub-esper-operating-period-2'
2026-05-12T11:50:43.314+02:00 INFO 29032 --- [http-nio-8085-exec-4] c.e.e.r.i.kernel.service.EPRuntimeImpl : Initializing runtime URI 'eventhub-esper-poc-10' version 9.0.0
2026-05-12T11:50:43.364+02:00 INFO 29032 --- [http-nio-8085-exec-4] c.e.e.r.i.kernel.service.EPRuntimeImpl : Destroying runtime URI 'eventhub-esper-poc-10'
2026-05-12T11:50:43.368+02:00 INFO 29032 --- [http-nio-8085-exec-4] c.e.e.r.i.kernel.service.EPRuntimeImpl : Initializing runtime URI 'eventhub-esper-poc-11' version 9.0.0
2026-05-12T11:50:43.418+02:00 INFO 29032 --- [http-nio-8085-exec-4] c.e.e.r.i.kernel.service.EPRuntimeImpl : Destroying runtime URI 'eventhub-esper-poc-11'
2026-05-12T11:50:43.421+02:00 INFO 29032 --- [http-nio-8085-exec-4] c.e.e.r.i.kernel.service.EPRuntimeImpl : Initializing runtime URI 'eventhub-esper-poc-12' version 9.0.0
2026-05-12T11:50:43.471+02:00 INFO 29032 --- [http-nio-8085-exec-4] c.e.e.r.i.kernel.service.EPRuntimeImpl : Destroying runtime URI 'eventhub-esper-poc-12'
2026-05-12T11:50:43.474+02:00 INFO 29032 --- [http-nio-8085-exec-4] c.e.e.r.i.kernel.service.EPRuntimeImpl : Initializing runtime URI 'eventhub-esper-poc-13' version 9.0.0
2026-05-12T11:50:43.537+02:00 INFO 29032 --- [http-nio-8085-exec-4] c.e.e.r.i.kernel.service.EPRuntimeImpl : Destroying runtime URI 'eventhub-esper-poc-13'
2026-05-12T11:50:43.541+02:00 INFO 29032 --- [http-nio-8085-exec-4] c.e.e.r.i.kernel.service.EPRuntimeImpl : Initializing runtime URI 'eventhub-esper-poc-14' version 9.0.0
2026-05-12T11:50:43.590+02:00 INFO 29032 --- [http-nio-8085-exec-4] c.e.e.r.i.kernel.service.EPRuntimeImpl : Destroying runtime URI 'eventhub-esper-poc-14'
2026-05-12T11:50:43.590+02:00 INFO 29032 --- [http-nio-8085-exec-4] a.p.e.e.s.EsperOperatingPeriodEvaluationService : Esper operating-period evaluation tenant=Procon driverId=026598bf-002d-460d-8b06-ccbd05fb46b7 requestedFrom=2026-04-01T00:00Z requestedTo=2026-05-01T00:00Z loadedFrom=2026-03-31T00:00Z loadedTo=2026-05-02T00:00Z sourceSelectionMode=MIXED unknownMode=AS_BREAK_REST engineMode=STREAM_COLLECTOR rawEvents=708 cardRawEvents=354 vuRawEvents=354 cardIntervals=176 vuIntervals=168 resolvedKnownIntervals=176 evaluationIntervals=113 periodizedIntervals=113 mergedIntervals=113 nonDrivingIntervals=31 operatingPeriods=5 timingsMs={{dbRetrieve=25, cardIntervalEsper=236, vuIntervalEsper=189, vuGapFill=3, synthUnknown=2, periodizeEsper=56, merge=1, nonDriving=0, total=790}}
2026-05-12T11:51:45.110+02:00 WARN 29032 --- [HikariPool-1:housekeeper] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=1m14s121ms587µs300ns).
2026-05-12T11:52:29.604+02:00 INFO 29032 --- [http-nio-8085-exec-7] c.e.e.r.i.kernel.service.EPRuntimeImpl : Initializing runtime URI 'eventhub-esper-poc-15' version 9.0.0
2026-05-12T11:52:29.671+02:00 INFO 29032 --- [SpringApplicationShutdownHook] o.s.boot.tomcat.GracefulShutdown : Commencing graceful shutdown. Waiting for active requests to complete
2026-05-12T11:52:29.787+02:00 INFO 29032 --- [http-nio-8085-exec-7] c.e.e.r.i.kernel.service.EPRuntimeImpl : Destroying runtime URI 'eventhub-esper-poc-15'
2026-05-12T11:52:29.789+02:00 INFO 29032 --- [http-nio-8085-exec-7] c.e.e.r.i.kernel.service.EPRuntimeImpl : Initializing runtime URI 'eventhub-esper-poc-16' version 9.0.0
2026-05-12T11:52:29.991+02:00 INFO 29032 --- [http-nio-8085-exec-7] c.e.e.r.i.kernel.service.EPRuntimeImpl : Destroying runtime URI 'eventhub-esper-poc-16'
2026-05-12T11:52:29.995+02:00 INFO 29032 --- [http-nio-8085-exec-7] c.e.e.r.i.kernel.service.EPRuntimeImpl : Initializing runtime URI 'eventhub-esper-operating-period-3' version 9.0.0
2026-05-12T11:52:30.034+02:00 INFO 29032 --- [http-nio-8085-exec-7] c.e.e.r.i.kernel.service.EPRuntimeImpl : Destroying runtime URI 'eventhub-esper-operating-period-3'
2026-05-12T11:52:30.038+02:00 INFO 29032 --- [http-nio-8085-exec-7] c.e.e.r.i.kernel.service.EPRuntimeImpl : Initializing runtime URI 'eventhub-esper-poc-17' version 9.0.0
2026-05-12T11:52:30.072+02:00 INFO 29032 --- [http-nio-8085-exec-7] c.e.e.r.i.kernel.service.EPRuntimeImpl : Destroying runtime URI 'eventhub-esper-poc-17'
2026-05-12T11:52:30.073+02:00 INFO 29032 --- [http-nio-8085-exec-7] c.e.e.r.i.kernel.service.EPRuntimeImpl : Initializing runtime URI 'eventhub-esper-poc-18' version 9.0.0
2026-05-12T11:52:30.102+02:00 INFO 29032 --- [http-nio-8085-exec-7] c.e.e.r.i.kernel.service.EPRuntimeImpl : Destroying runtime URI 'eventhub-esper-poc-18'
2026-05-12T11:52:30.104+02:00 INFO 29032 --- [http-nio-8085-exec-7] c.e.e.r.i.kernel.service.EPRuntimeImpl : Initializing runtime URI 'eventhub-esper-poc-19' version 9.0.0
2026-05-12T11:52:30.130+02:00 INFO 29032 --- [http-nio-8085-exec-7] c.e.e.r.i.kernel.service.EPRuntimeImpl : Destroying runtime URI 'eventhub-esper-poc-19'
2026-05-12T11:52:30.132+02:00 INFO 29032 --- [http-nio-8085-exec-7] c.e.e.r.i.kernel.service.EPRuntimeImpl : Initializing runtime URI 'eventhub-esper-poc-20' version 9.0.0
2026-05-12T11:52:30.171+02:00 INFO 29032 --- [http-nio-8085-exec-7] c.e.e.r.i.kernel.service.EPRuntimeImpl : Destroying runtime URI 'eventhub-esper-poc-20'
2026-05-12T11:52:30.176+02:00 INFO 29032 --- [http-nio-8085-exec-7] c.e.e.r.i.kernel.service.EPRuntimeImpl : Initializing runtime URI 'eventhub-esper-poc-21' version 9.0.0
2026-05-12T11:52:30.406+02:00 INFO 29032 --- [http-nio-8085-exec-7] c.e.e.r.i.kernel.service.EPRuntimeImpl : Destroying runtime URI 'eventhub-esper-poc-21'
2026-05-12T11:52:30.408+02:00 INFO 29032 --- [http-nio-8085-exec-7] a.p.e.e.s.EsperOperatingPeriodEvaluationService : Esper operating-period evaluation tenant=Procon driverId=026598bf-002d-460d-8b06-ccbd05fb46b7 requestedFrom=2026-04-01T00:00Z requestedTo=2026-05-01T00:00Z loadedFrom=2026-03-31T00:00Z loadedTo=2026-05-02T00:00Z sourceSelectionMode=MIXED unknownMode=AS_BREAK_REST engineMode=STREAM_COLLECTOR rawEvents=708 cardRawEvents=354 vuRawEvents=354 cardIntervals=176 vuIntervals=168 resolvedKnownIntervals=176 evaluationIntervals=113 periodizedIntervals=113 mergedIntervals=113 nonDrivingIntervals=31 operatingPeriods=5 timingsMs={{dbRetrieve=39, cardIntervalEsper=186, vuIntervalEsper=203, vuGapFill=2, synthUnknown=1, periodizeEsper=41, merge=0, nonDriving=0, total=845}}
2026-05-12T11:52:30.449+02:00 INFO 29032 --- [tomcat-shutdown] o.s.boot.tomcat.GracefulShutdown : Graceful shutdown complete
2026-05-12T11:52:30.458+02:00 INFO 29032 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Apache Camel 4.18.2 (camel-1) is shutting down (timeout:45s)
2026-05-12T11:52:30.590+02:00 INFO 29032 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Routes stopped (total:10)
2026-05-12T11:52:30.591+02:00 INFO 29032 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped yellowfox-d8-import-start-route (direct://yellowfox-d8-import-start)
2026-05-12T11:52:30.591+02:00 INFO 29032 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped yellowfox-d8-booking-input-route (direct://yellowfox-d8-booking-input)
2026-05-12T11:52:30.591+02:00 INFO 29032 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped tachograph-import-start-route (direct://tachograph-import-start)
2026-05-12T11:52:30.591+02:00 INFO 29032 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped tachograph-activity-input-route (direct://tachograph-activity-input)
2026-05-12T11:52:30.591+02:00 INFO 29032 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped telematics-position-input-route (direct://telematics-position-input)
2026-05-12T11:52:30.591+02:00 INFO 29032 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped eventhub-manual-input-route (direct://eventhub-manual-input)
2026-05-12T11:52:30.591+02:00 INFO 29032 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped eventhub-package-input-route (direct://eventhub-package-input)
2026-05-12T11:52:30.591+02:00 INFO 29032 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped eventhub-direct-batch-persist-route (direct://eventhub-batch-persist-input)
2026-05-12T11:52:30.591+02:00 INFO 29032 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped eventhub-batch-and-persist-route (seda://eventhub-batch-input)
2026-05-12T11:52:30.591+02:00 INFO 29032 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped eventhub-normalized-input-route (direct://eventhub-normalized-input)
2026-05-12T11:52:30.599+02:00 INFO 29032 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Apache Camel 4.18.2 (camel-1) shutdown in 140ms (uptime:5m13s)
2026-05-12T11:52:30.611+02:00 INFO 29032 --- [SpringApplicationShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2026-05-12T11:52:30.615+02:00 INFO 29032 --- [SpringApplicationShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
2026-06-10T12:09:43.033+02:00 INFO 27696 --- [background-preinit] o.h.validator.internal.util.Version : HV000001: Hibernate Validator 9.0.1.Final
2026-06-10T12:09:43.646+02:00 INFO 27696 --- [main] a.p.e.EventHubIngestionApplication : Starting EventHubIngestionApplication using Java 21.0.2 with PID 27696 (C:\Work\java\gite\eventhub-spring-boot\eventhub-spring-boot\target\classes started by Parzival in C:\Work\java\gite\eventhub-spring-boot\eventhub-spring-boot)
2026-06-10T12:09:43.651+02:00 INFO 27696 --- [main] a.p.e.EventHubIngestionApplication : No active profile set, falling back to 1 default profile: "default"
2026-06-10T12:09:51.222+02:00 INFO 27696 --- [main] o.s.boot.tomcat.TomcatWebServer : Tomcat initialized with port 8085 (http)
2026-06-10T12:09:51.257+02:00 INFO 27696 --- [main] o.a.coyote.http11.Http11NioProtocol : Initializing ProtocolHandler ["http-nio-8085"]
2026-06-10T12:09:51.262+02:00 INFO 27696 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2026-06-10T12:09:51.263+02:00 INFO 27696 --- [main] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/11.0.21]
2026-06-10T12:09:51.438+02:00 INFO 27696 --- [main] o.s.b.w.c.s.WebApplicationContextInitializer : Root WebApplicationContext: initialization completed in 7638 ms
2026-06-10T12:09:56.277+02:00 INFO 27696 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 4 endpoints beneath base path '/actuator'
2026-06-10T12:09:56.513+02:00 INFO 27696 --- [main] o.a.coyote.http11.Http11NioProtocol : Starting ProtocolHandler ["http-nio-8085"]
2026-06-10T12:09:56.556+02:00 INFO 27696 --- [main] o.s.boot.tomcat.TomcatWebServer : Tomcat started on port 8085 (http) with context path '/'
2026-06-10T12:10:00.073+02:00 INFO 27696 --- [main] o.a.c.impl.engine.AbstractCamelContext : Apache Camel 4.18.2 (camel-1) is starting
2026-06-10T12:10:00.157+02:00 INFO 27696 --- [main] o.a.c.p.aggregate.AggregateProcessor : Defaulting to MemoryAggregationRepository
2026-06-10T12:10:00.158+02:00 INFO 27696 --- [main] o.a.c.p.aggregate.AggregateProcessor : Using CompletionTimeout to trigger after 5000 millis of inactivity.
2026-06-10T12:10:00.218+02:00 INFO 27696 --- [main] o.a.c.impl.engine.AbstractCamelContext : Routes startup (total:10)
2026-06-10T12:10:00.219+02:00 INFO 27696 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started eventhub-normalized-input-route (direct://eventhub-normalized-input)
2026-06-10T12:10:00.219+02:00 INFO 27696 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started eventhub-batch-and-persist-route (seda://eventhub-batch-input)
2026-06-10T12:10:00.219+02:00 INFO 27696 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started eventhub-direct-batch-persist-route (direct://eventhub-batch-persist-input)
2026-06-10T12:10:00.219+02:00 INFO 27696 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started eventhub-package-input-route (direct://eventhub-package-input)
2026-06-10T12:10:00.219+02:00 INFO 27696 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started eventhub-manual-input-route (direct://eventhub-manual-input)
2026-06-10T12:10:00.219+02:00 INFO 27696 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started telematics-position-input-route (direct://telematics-position-input)
2026-06-10T12:10:00.220+02:00 INFO 27696 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started tachograph-activity-input-route (direct://tachograph-activity-input)
2026-06-10T12:10:00.220+02:00 INFO 27696 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started tachograph-import-start-route (direct://tachograph-import-start)
2026-06-10T12:10:00.220+02:00 INFO 27696 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started yellowfox-d8-booking-input-route (direct://yellowfox-d8-booking-input)
2026-06-10T12:10:00.220+02:00 INFO 27696 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started yellowfox-d8-import-start-route (direct://yellowfox-d8-import-start)
2026-06-10T12:10:00.221+02:00 INFO 27696 --- [main] o.a.c.impl.engine.AbstractCamelContext : Apache Camel 4.18.2 (camel-1) started in 145ms (build:0ms init:0ms start:145ms boot:8s122ms)
2026-06-10T12:10:00.246+02:00 INFO 27696 --- [main] a.p.e.EventHubIngestionApplication : Started EventHubIngestionApplication in 28.322 seconds (process running for 36.318)
2026-06-10T12:10:02.303+02:00 INFO 27696 --- [RMI TCP Connection(6)-169.254.53.84] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2026-06-10T12:10:02.304+02:00 INFO 27696 --- [RMI TCP Connection(6)-169.254.53.84] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2026-06-10T12:10:02.319+02:00 INFO 27696 --- [RMI TCP Connection(6)-169.254.53.84] o.s.web.servlet.DispatcherServlet : Completed initialization in 14 ms
2026-06-10T12:10:06.797+02:00 INFO 27696 --- [RMI TCP Connection(5)-169.254.53.84] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2026-06-10T12:10:07.211+02:00 INFO 27696 --- [RMI TCP Connection(5)-169.254.53.84] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@580e7cc5
2026-06-10T12:10:07.220+02:00 INFO 27696 --- [RMI TCP Connection(5)-169.254.53.84] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2026-06-10T12:19:11.615+02:00 INFO 27696 --- [http-nio-8085-exec-2] a.p.e.t.s.TachographFileSessionService : Created tachograph file session timing: file='C_20260520_0705_D_Szasz_10000000198490.DDD', type=DRIVER_CARD, uploadMs=4811, parseMs=363, extractMs=763, sizeBytes=123199
2026-06-10T12:20:24.654+02:00 INFO 27696 --- [http-nio-8085-exec-7] a.p.e.p.s.UnifiedRuntimeEventAssemblyService : Runtime event assembly completed (expandVehicleEvents: true, sourceInputs: 2, driverSeedEvents: 1703, discoveredVehicles: 1, expandedVehicleEvents: 846, mergedEvents: 1709)
2026-06-10T12:20:24.663+02:00 INFO 27696 --- [http-nio-8085-exec-7] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module runtime-event-assembly completed with status SUCCESS in 17199 ms (warnings: 4)
2026-06-10T12:20:27.511+02:00 INFO 27696 --- [http-nio-8085-exec-7] c.e.e.r.i.kernel.service.EPRuntimeImpl : Initializing runtime URI 'eventhub-runtime-epl-module-event-to-activity-intervals-1' version 9.0.0
2026-06-10T12:20:28.054+02:00 INFO 27696 --- [http-nio-8085-exec-7] c.e.e.r.i.kernel.service.EPRuntimeImpl : Destroying runtime URI 'eventhub-runtime-epl-module-event-to-activity-intervals-1'
2026-06-10T12:20:28.061+02:00 INFO 27696 --- [http-nio-8085-exec-7] a.p.e.p.e.m.e.RuntimeEplModuleExecutor : Runtime EPL module event-to-activity-intervals completed in 3021 ms (definitionCacheHit: false, definitionPreparationMs: 2367, runtimeInitMs: 279, deployMs: 255, listenerRegistrationMs: 2, eventSendMs: 96, destroyMs: 7)
2026-06-10T12:20:28.065+02:00 INFO 27696 --- [http-nio-8085-exec-7] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module event-to-activity-intervals completed with status SUCCESS in 3400 ms (warnings: 0)
2026-06-10T12:20:28.399+02:00 INFO 27696 --- [http-nio-8085-exec-7] c.e.e.r.i.kernel.service.EPRuntimeImpl : Initializing runtime URI 'eventhub-runtime-epl-module-event-to-vehicle-usage-intervals-2' version 9.0.0
2026-06-10T12:20:28.499+02:00 INFO 27696 --- [http-nio-8085-exec-7] c.e.e.r.i.kernel.service.EPRuntimeImpl : Destroying runtime URI 'eventhub-runtime-epl-module-event-to-vehicle-usage-intervals-2'
2026-06-10T12:20:28.499+02:00 INFO 27696 --- [http-nio-8085-exec-7] a.p.e.p.e.m.e.RuntimeEplModuleExecutor : Runtime EPL module event-to-vehicle-usage-intervals completed in 421 ms (definitionCacheHit: false, definitionPreparationMs: 309, runtimeInitMs: 13, deployMs: 90, listenerRegistrationMs: 0, eventSendMs: 6, destroyMs: 0)
2026-06-10T12:20:28.501+02:00 INFO 27696 --- [http-nio-8085-exec-7] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module event-to-vehicle-usage-intervals completed with status SUCCESS in 434 ms (warnings: 0)
2026-06-10T12:20:28.504+02:00 INFO 27696 --- [http-nio-8085-exec-7] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module vehicle-usage-merge completed with status SUCCESS in 2 ms (warnings: 0)
2026-06-10T12:20:28.661+02:00 INFO 27696 --- [http-nio-8085-exec-7] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module vehicle-evidence-attachment completed with status SUCCESS in 156 ms (warnings: 0)
2026-06-10T12:20:28.706+02:00 INFO 27696 --- [http-nio-8085-exec-7] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module support-evidence-normalization completed with status SUCCESS in 44 ms (warnings: 0)
2026-06-10T12:20:37.791+02:00 INFO 27696 --- [http-nio-8085-exec-7] c.e.e.r.i.kernel.service.EPRuntimeImpl : Initializing runtime URI 'eventhub-driver-working-time-reusable-projection-1' version 9.0.0
2026-06-10T12:20:40.360+02:00 INFO 27696 --- [http-nio-8085-exec-7] a.p.e.p.d.s.DriverWorkingTimeReusableProjectionBuilder : Driver working-time derived projection bundle built in 11638 ms (definitionCacheHit: false, definitionPreparationMs: 9049, runtimePoolHit: false, runtimeInitMs: 15, deployMs: 1865, listenerRegistrationMs: 3, runtimeResetMs: 83, sendSupportGeoMs: 1, sendVehicleUsageMs: 10, sendActivityMs: 235, destroyMs: 0, sortOutputMs: 2, activityInputEvents: 384, vehicleUsageInputEvents: 25, supportGeoInputEvents: 132)
2026-06-10T12:20:40.381+02:00 INFO 27696 --- [http-nio-8085-exec-7] a.p.e.p.d.s.DriverWorkingTimeProcessingCore : Driver working-time core processed driver 1:10000000198490 in 11675 ms (activityClipMs: 7, derivedProjectionBuildMs: 11649, derivedIntervalClipMs: 17, activityIntervals: 382, drivingIntervals: 149, vehicleUsageIntervals: 25, supportGeoEvents: 132)
2026-06-10T12:20:40.383+02:00 INFO 27696 --- [http-nio-8085-exec-7] a.p.e.p.e.m.DriverWorkingTimeDerivedProjectionsModule : Driving-derived projections processed 1 drivers in 11677 ms (driverProcessingTotalMs: 11675, slowestDriverKey: 1:10000000198490, slowestDriverProcessingMs: 11675, warnings: 0)
2026-06-10T12:20:40.383+02:00 INFO 27696 --- [http-nio-8085-exec-7] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module driving-derived-projections completed with status SUCCESS in 11677 ms (warnings: 0)
2026-06-10T12:20:40.385+02:00 INFO 27696 --- [http-nio-8085-exec-7] a.p.e.p.e.RuntimeEventProcessingService : Runtime event processing profile driver-working-time-v1 completed in 32922 ms (partitions: 1, inputEvents: 1709, warnings: 0)
2026-06-10T12:28:57.415+02:00 WARN 27696 --- [HikariPool-1:housekeeper] com.zaxxer.hikari.pool.PoolBase : HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@47f08bad (This connection has been closed.). Possibly consider using a shorter maxLifetime value.
2026-06-10T12:29:02.309+02:00 WARN 27696 --- [HikariPool-1:housekeeper] com.zaxxer.hikari.pool.PoolBase : HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@5b4f90bb (This connection has been closed.). Possibly consider using a shorter maxLifetime value.
2026-06-10T12:29:16.391+02:00 WARN 27696 --- [HikariPool-1:housekeeper] com.zaxxer.hikari.pool.PoolBase : HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@223b741 (This connection has been closed.). Possibly consider using a shorter maxLifetime value.
2026-06-10T12:29:30.540+02:00 WARN 27696 --- [HikariPool-1:housekeeper] com.zaxxer.hikari.pool.PoolBase : HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@19fc966b (This connection has been closed.). Possibly consider using a shorter maxLifetime value.
2026-06-10T12:30:51.780+02:00 WARN 27696 --- [HikariPool-1:housekeeper] com.zaxxer.hikari.pool.PoolBase : HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@32f1f81 (This connection has been closed.). Possibly consider using a shorter maxLifetime value.
2026-06-10T13:25:34.860+02:00 INFO 27696 --- [http-nio-8085-exec-9] a.p.e.p.s.UnifiedRuntimeEventAssemblyService : Runtime event assembly completed (expandVehicleEvents: true, sourceInputs: 2, driverSeedEvents: 1703, discoveredVehicles: 1, expandedVehicleEvents: 846, mergedEvents: 1709)
2026-06-10T13:25:34.864+02:00 INFO 27696 --- [http-nio-8085-exec-9] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module runtime-event-assembly completed with status SUCCESS in 19742 ms (warnings: 4)
2026-06-10T13:25:35.164+02:00 INFO 27696 --- [http-nio-8085-exec-9] c.e.e.r.i.kernel.service.EPRuntimeImpl : Initializing runtime URI 'eventhub-runtime-epl-module-event-to-activity-intervals-3' version 9.0.0
2026-06-10T13:25:35.325+02:00 INFO 27696 --- [http-nio-8085-exec-9] c.e.e.r.i.kernel.service.EPRuntimeImpl : Destroying runtime URI 'eventhub-runtime-epl-module-event-to-activity-intervals-3'
2026-06-10T13:25:35.327+02:00 INFO 27696 --- [http-nio-8085-exec-9] a.p.e.p.e.m.e.RuntimeEplModuleExecutor : Runtime EPL module event-to-activity-intervals completed in 281 ms (definitionCacheHit: true, definitionPreparationMs: 0, runtimeInitMs: 115, deployMs: 117, listenerRegistrationMs: 0, eventSendMs: 35, destroyMs: 1)
2026-06-10T13:25:35.328+02:00 INFO 27696 --- [http-nio-8085-exec-9] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module event-to-activity-intervals completed with status SUCCESS in 463 ms (warnings: 0)
2026-06-10T13:25:35.341+02:00 INFO 27696 --- [http-nio-8085-exec-9] c.e.e.r.i.kernel.service.EPRuntimeImpl : Initializing runtime URI 'eventhub-runtime-epl-module-event-to-vehicle-usage-intervals-4' version 9.0.0
2026-06-10T13:25:35.456+02:00 INFO 27696 --- [http-nio-8085-exec-9] c.e.e.r.i.kernel.service.EPRuntimeImpl : Destroying runtime URI 'eventhub-runtime-epl-module-event-to-vehicle-usage-intervals-4'
2026-06-10T13:25:35.457+02:00 INFO 27696 --- [http-nio-8085-exec-9] a.p.e.p.e.m.e.RuntimeEplModuleExecutor : Runtime EPL module event-to-vehicle-usage-intervals completed in 123 ms (definitionCacheHit: true, definitionPreparationMs: 0, runtimeInitMs: 9, deployMs: 103, listenerRegistrationMs: 0, eventSendMs: 9, destroyMs: 0)
2026-06-10T13:25:35.458+02:00 INFO 27696 --- [http-nio-8085-exec-9] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module event-to-vehicle-usage-intervals completed with status SUCCESS in 128 ms (warnings: 0)
2026-06-10T13:25:35.459+02:00 INFO 27696 --- [http-nio-8085-exec-9] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module vehicle-usage-merge completed with status SUCCESS in 0 ms (warnings: 0)
2026-06-10T13:25:35.593+02:00 INFO 27696 --- [http-nio-8085-exec-9] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module vehicle-evidence-attachment completed with status SUCCESS in 134 ms (warnings: 0)
2026-06-10T13:25:35.611+02:00 INFO 27696 --- [http-nio-8085-exec-9] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module support-evidence-normalization completed with status SUCCESS in 16 ms (warnings: 0)
2026-06-10T13:25:35.766+02:00 INFO 27696 --- [http-nio-8085-exec-9] a.p.e.p.d.s.DriverWorkingTimeReusableProjectionBuilder : Driver working-time derived projection bundle built in 149 ms (definitionCacheHit: true, definitionPreparationMs: 0, runtimePoolHit: true, runtimeInitMs: 0, deployMs: 0, listenerRegistrationMs: 0, runtimeResetMs: 92, sendSupportGeoMs: 0, sendVehicleUsageMs: 0, sendActivityMs: 38, destroyMs: 0, sortOutputMs: 0, activityInputEvents: 384, vehicleUsageInputEvents: 25, supportGeoInputEvents: 132)
2026-06-10T13:25:35.771+02:00 INFO 27696 --- [http-nio-8085-exec-9] a.p.e.p.d.s.DriverWorkingTimeProcessingCore : Driver working-time core processed driver 1:10000000198490 in 159 ms (activityClipMs: 1, derivedProjectionBuildMs: 153, derivedIntervalClipMs: 4, activityIntervals: 382, drivingIntervals: 149, vehicleUsageIntervals: 25, supportGeoEvents: 132)
2026-06-10T13:25:35.772+02:00 INFO 27696 --- [http-nio-8085-exec-9] a.p.e.p.e.m.DriverWorkingTimeDerivedProjectionsModule : Driving-derived projections processed 1 drivers in 160 ms (driverProcessingTotalMs: 160, slowestDriverKey: 1:10000000198490, slowestDriverProcessingMs: 160, warnings: 0)
2026-06-10T13:25:35.773+02:00 INFO 27696 --- [http-nio-8085-exec-9] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module driving-derived-projections completed with status SUCCESS in 161 ms (warnings: 0)
2026-06-10T13:25:35.773+02:00 INFO 27696 --- [http-nio-8085-exec-9] a.p.e.p.e.RuntimeEventProcessingService : Runtime event processing profile driver-working-time-v1 completed in 20660 ms (partitions: 1, inputEvents: 1709, warnings: 0)
2026-06-10T13:31:35.480+02:00 INFO 27696 --- [http-nio-8085-exec-1] a.p.e.t.s.TachographFileSessionService : Created tachograph file session timing: file='C_20260610_0908_D_Szasz_10000000198490.DDD', type=DRIVER_CARD, uploadMs=2450, parseMs=491, extractMs=840, sizeBytes=123199
2026-06-10T13:32:43.102+02:00 INFO 27696 --- [http-nio-8085-exec-5] a.p.e.p.s.UnifiedRuntimeEventAssemblyService : Runtime event assembly completed (expandVehicleEvents: true, sourceInputs: 1, driverSeedEvents: 1421, discoveredVehicles: 1, expandedVehicleEvents: 1371, mergedEvents: 1421)
2026-06-10T13:32:43.103+02:00 INFO 27696 --- [http-nio-8085-exec-5] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module runtime-event-assembly completed with status SUCCESS in 4644 ms (warnings: 4)
2026-06-10T13:32:43.217+02:00 INFO 27696 --- [http-nio-8085-exec-5] c.e.e.r.i.kernel.service.EPRuntimeImpl : Initializing runtime URI 'eventhub-runtime-epl-module-event-to-activity-intervals-5' version 9.0.0
2026-06-10T13:32:43.319+02:00 INFO 27696 --- [http-nio-8085-exec-5] c.e.e.r.i.kernel.service.EPRuntimeImpl : Destroying runtime URI 'eventhub-runtime-epl-module-event-to-activity-intervals-5'
2026-06-10T13:32:43.320+02:00 INFO 27696 --- [http-nio-8085-exec-5] a.p.e.p.e.m.e.RuntimeEplModuleExecutor : Runtime EPL module event-to-activity-intervals completed in 173 ms (definitionCacheHit: true, definitionPreparationMs: 0, runtimeInitMs: 73, deployMs: 64, listenerRegistrationMs: 0, eventSendMs: 33, destroyMs: 1)
2026-06-10T13:32:43.322+02:00 INFO 27696 --- [http-nio-8085-exec-5] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module event-to-activity-intervals completed with status SUCCESS in 218 ms (warnings: 0)
2026-06-10T13:32:43.331+02:00 INFO 27696 --- [http-nio-8085-exec-5] c.e.e.r.i.kernel.service.EPRuntimeImpl : Initializing runtime URI 'eventhub-runtime-epl-module-event-to-vehicle-usage-intervals-6' version 9.0.0
2026-06-10T13:32:43.404+02:00 INFO 27696 --- [http-nio-8085-exec-5] c.e.e.r.i.kernel.service.EPRuntimeImpl : Destroying runtime URI 'eventhub-runtime-epl-module-event-to-vehicle-usage-intervals-6'
2026-06-10T13:32:43.406+02:00 INFO 27696 --- [http-nio-8085-exec-5] a.p.e.p.e.m.e.RuntimeEplModuleExecutor : Runtime EPL module event-to-vehicle-usage-intervals completed in 80 ms (definitionCacheHit: true, definitionPreparationMs: 0, runtimeInitMs: 7, deployMs: 66, listenerRegistrationMs: 0, eventSendMs: 4, destroyMs: 1)
2026-06-10T13:32:43.407+02:00 INFO 27696 --- [http-nio-8085-exec-5] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module event-to-vehicle-usage-intervals completed with status SUCCESS in 83 ms (warnings: 0)
2026-06-10T13:32:43.408+02:00 INFO 27696 --- [http-nio-8085-exec-5] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module vehicle-usage-merge completed with status SUCCESS in 0 ms (warnings: 0)
2026-06-10T13:32:43.531+02:00 INFO 27696 --- [http-nio-8085-exec-5] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module vehicle-evidence-attachment completed with status SUCCESS in 122 ms (warnings: 0)
2026-06-10T13:32:43.543+02:00 INFO 27696 --- [http-nio-8085-exec-5] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module support-evidence-normalization completed with status SUCCESS in 11 ms (warnings: 0)
2026-06-10T13:32:43.663+02:00 INFO 27696 --- [http-nio-8085-exec-5] a.p.e.p.d.s.DriverWorkingTimeReusableProjectionBuilder : Driver working-time derived projection bundle built in 114 ms (definitionCacheHit: true, definitionPreparationMs: 0, runtimePoolHit: true, runtimeInitMs: 0, deployMs: 0, listenerRegistrationMs: 0, runtimeResetMs: 71, sendSupportGeoMs: 0, sendVehicleUsageMs: 0, sendActivityMs: 23, destroyMs: 0, sortOutputMs: 0, activityInputEvents: 623, vehicleUsageInputEvents: 5, supportGeoInputEvents: 97)
2026-06-10T13:32:43.664+02:00 INFO 27696 --- [http-nio-8085-exec-5] a.p.e.p.d.s.DriverWorkingTimeProcessingCore : Driver working-time core processed driver 1:10000000198490 in 121 ms (activityClipMs: 2, derivedProjectionBuildMs: 118, derivedIntervalClipMs: 1, activityIntervals: 622, drivingIntervals: 253, vehicleUsageIntervals: 5, supportGeoEvents: 97)
2026-06-10T13:32:43.665+02:00 INFO 27696 --- [http-nio-8085-exec-5] a.p.e.p.e.m.DriverWorkingTimeDerivedProjectionsModule : Driving-derived projections processed 1 drivers in 122 ms (driverProcessingTotalMs: 121, slowestDriverKey: 1:10000000198490, slowestDriverProcessingMs: 121, warnings: 0)
2026-06-10T13:32:43.665+02:00 INFO 27696 --- [http-nio-8085-exec-5] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module driving-derived-projections completed with status SUCCESS in 122 ms (warnings: 0)
2026-06-10T13:32:43.666+02:00 INFO 27696 --- [http-nio-8085-exec-5] a.p.e.p.e.RuntimeEventProcessingService : Runtime event processing profile driver-working-time-v1 completed in 5207 ms (partitions: 1, inputEvents: 1421, warnings: 0)
2026-06-10T13:48:23.608+02:00 INFO 20424 --- [background-preinit] o.h.validator.internal.util.Version : HV000001: Hibernate Validator 9.0.1.Final
2026-06-10T13:48:24.355+02:00 INFO 20424 --- [main] a.p.e.EventHubIngestionApplication : Starting EventHubIngestionApplication using Java 21.0.2 with PID 20424 (C:\Work\java\gite\eventhub-spring-boot\eventhub-spring-boot\target\classes started by Parzival in C:\Work\java\gite\eventhub-spring-boot\eventhub-spring-boot)
2026-06-10T13:48:24.357+02:00 INFO 20424 --- [main] a.p.e.EventHubIngestionApplication : No active profile set, falling back to 1 default profile: "default"
2026-06-10T13:48:33.452+02:00 INFO 20424 --- [main] o.s.boot.tomcat.TomcatWebServer : Tomcat initialized with port 8085 (http)
2026-06-10T13:48:33.545+02:00 INFO 20424 --- [main] o.a.coyote.http11.Http11NioProtocol : Initializing ProtocolHandler ["http-nio-8085"]
2026-06-10T13:48:33.555+02:00 INFO 20424 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2026-06-10T13:48:33.556+02:00 INFO 20424 --- [main] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/11.0.21]
2026-06-10T13:48:33.992+02:00 INFO 20424 --- [main] o.s.b.w.c.s.WebApplicationContextInitializer : Root WebApplicationContext: initialization completed in 9454 ms
2026-06-10T13:48:39.569+02:00 INFO 20424 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 4 endpoints beneath base path '/actuator'
2026-06-10T13:48:39.806+02:00 INFO 20424 --- [main] o.a.coyote.http11.Http11NioProtocol : Starting ProtocolHandler ["http-nio-8085"]
2026-06-10T13:48:39.848+02:00 WARN 20424 --- [main] o.s.b.w.s.s.c.AnnotationConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.context.ApplicationContextException: Failed to start bean 'webServerStartStop'
2026-06-10T13:48:39.934+02:00 INFO 20424 --- [main] o.s.b.a.l.ConditionEvaluationReportLogger :
Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
2026-06-10T13:48:39.973+02:00 ERROR 20424 --- [main] o.s.b.d.LoggingFailureAnalysisReporter :
***************************
APPLICATION FAILED TO START
***************************
Description:
Web server failed to start. Port 8085 was already in use.
Action:
Identify and stop the process that's listening on port 8085 or configure this application to listen on another port.
2026-06-10T13:51:32.586+02:00 INFO 32556 --- [background-preinit] o.h.validator.internal.util.Version : HV000001: Hibernate Validator 9.0.1.Final
2026-06-10T13:51:33.885+02:00 INFO 32556 --- [main] a.p.e.EventHubIngestionApplication : Starting EventHubIngestionApplication using Java 21.0.2 with PID 32556 (C:\Work\java\gite\eventhub-spring-boot\eventhub-spring-boot\target\classes started by Parzival in C:\Work\java\gite\eventhub-spring-boot\eventhub-spring-boot)
2026-06-10T13:51:33.893+02:00 INFO 32556 --- [main] a.p.e.EventHubIngestionApplication : No active profile set, falling back to 1 default profile: "default"
2026-06-10T13:51:41.557+02:00 INFO 32556 --- [main] o.s.boot.tomcat.TomcatWebServer : Tomcat initialized with port 8085 (http)
2026-06-10T13:51:41.594+02:00 INFO 32556 --- [main] o.a.coyote.http11.Http11NioProtocol : Initializing ProtocolHandler ["http-nio-8085"]
2026-06-10T13:51:41.600+02:00 INFO 32556 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2026-06-10T13:51:41.601+02:00 INFO 32556 --- [main] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/11.0.21]
2026-06-10T13:51:41.777+02:00 INFO 32556 --- [main] o.s.b.w.c.s.WebApplicationContextInitializer : Root WebApplicationContext: initialization completed in 7333 ms
2026-06-10T13:51:48.465+02:00 INFO 32556 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 4 endpoints beneath base path '/actuator'
2026-06-10T13:51:48.773+02:00 INFO 32556 --- [main] o.a.coyote.http11.Http11NioProtocol : Starting ProtocolHandler ["http-nio-8085"]
2026-06-10T13:51:48.868+02:00 INFO 32556 --- [main] o.s.boot.tomcat.TomcatWebServer : Tomcat started on port 8085 (http) with context path '/'
2026-06-10T13:51:57.168+02:00 INFO 32556 --- [main] o.a.c.impl.engine.AbstractCamelContext : Apache Camel 4.18.2 (camel-1) is starting
2026-06-10T13:51:57.254+02:00 INFO 32556 --- [main] o.a.c.p.aggregate.AggregateProcessor : Defaulting to MemoryAggregationRepository
2026-06-10T13:51:57.261+02:00 INFO 32556 --- [main] o.a.c.p.aggregate.AggregateProcessor : Using CompletionTimeout to trigger after 5000 millis of inactivity.
2026-06-10T13:51:57.386+02:00 INFO 32556 --- [main] o.a.c.impl.engine.AbstractCamelContext : Routes startup (total:10)
2026-06-10T13:51:57.387+02:00 INFO 32556 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started eventhub-normalized-input-route (direct://eventhub-normalized-input)
2026-06-10T13:51:57.387+02:00 INFO 32556 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started eventhub-batch-and-persist-route (seda://eventhub-batch-input)
2026-06-10T13:51:57.387+02:00 INFO 32556 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started eventhub-direct-batch-persist-route (direct://eventhub-batch-persist-input)
2026-06-10T13:51:57.387+02:00 INFO 32556 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started eventhub-package-input-route (direct://eventhub-package-input)
2026-06-10T13:51:57.399+02:00 INFO 32556 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started eventhub-manual-input-route (direct://eventhub-manual-input)
2026-06-10T13:51:57.399+02:00 INFO 32556 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started telematics-position-input-route (direct://telematics-position-input)
2026-06-10T13:51:57.400+02:00 INFO 32556 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started tachograph-activity-input-route (direct://tachograph-activity-input)
2026-06-10T13:51:57.401+02:00 INFO 32556 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started tachograph-import-start-route (direct://tachograph-import-start)
2026-06-10T13:51:57.406+02:00 INFO 32556 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started yellowfox-d8-booking-input-route (direct://yellowfox-d8-booking-input)
2026-06-10T13:51:57.407+02:00 INFO 32556 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started yellowfox-d8-import-start-route (direct://yellowfox-d8-import-start)
2026-06-10T13:51:57.412+02:00 INFO 32556 --- [main] o.a.c.impl.engine.AbstractCamelContext : Apache Camel 4.18.2 (camel-1) started in 239ms (build:0ms init:0ms start:239ms boot:14s649ms)
2026-06-10T13:51:57.459+02:00 INFO 32556 --- [main] a.p.e.EventHubIngestionApplication : Started EventHubIngestionApplication in 29.317 seconds (process running for 33.211)
2026-06-10T13:52:01.985+02:00 INFO 32556 --- [RMI TCP Connection(5)-169.254.53.84] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2026-06-10T13:52:01.985+02:00 INFO 32556 --- [RMI TCP Connection(5)-169.254.53.84] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2026-06-10T13:52:01.992+02:00 INFO 32556 --- [RMI TCP Connection(5)-169.254.53.84] o.s.web.servlet.DispatcherServlet : Completed initialization in 7 ms
2026-06-10T13:52:09.008+02:00 INFO 32556 --- [RMI TCP Connection(6)-169.254.53.84] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2026-06-10T13:52:12.514+02:00 INFO 32556 --- [RMI TCP Connection(6)-169.254.53.84] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@2567a993
2026-06-10T13:52:12.525+02:00 INFO 32556 --- [RMI TCP Connection(6)-169.254.53.84] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2026-06-10T14:01:11.837+02:00 WARN 32556 --- [HikariPool-1:housekeeper] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=58s464ms11µs400ns).
2026-06-10T14:01:57.900+02:00 INFO 32556 --- [http-nio-8085-exec-6] a.p.e.t.s.TachographFileSessionService : Created tachograph file session timing: file='C_20260610_0908_D_Szasz_10000000198490.DDD', type=DRIVER_CARD, uploadMs=8559, parseMs=1251, extractMs=1383, sizeBytes=123199
2026-06-10T14:13:54.862+02:00 WARN 32556 --- [HikariPool-1:housekeeper] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=6m6s302ms970µs900ns).
2026-06-10T15:40:16.304+02:00 INFO 32556 --- [SpringApplicationShutdownHook] o.s.boot.tomcat.GracefulShutdown : Commencing graceful shutdown. Waiting for active requests to complete
2026-06-10T15:40:16.528+02:00 INFO 32556 --- [tomcat-shutdown] o.s.boot.tomcat.GracefulShutdown : Graceful shutdown complete
2026-06-10T15:40:16.700+02:00 INFO 32556 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Apache Camel 4.18.2 (camel-1) is shutting down (timeout:45s)
2026-06-10T15:40:18.266+02:00 INFO 32556 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Routes stopped (total:10)
2026-06-10T15:40:18.267+02:00 INFO 32556 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped yellowfox-d8-import-start-route (direct://yellowfox-d8-import-start)
2026-06-10T15:40:18.267+02:00 INFO 32556 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped yellowfox-d8-booking-input-route (direct://yellowfox-d8-booking-input)
2026-06-10T15:40:18.267+02:00 INFO 32556 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped tachograph-import-start-route (direct://tachograph-import-start)
2026-06-10T15:40:18.267+02:00 INFO 32556 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped tachograph-activity-input-route (direct://tachograph-activity-input)
2026-06-10T15:40:18.267+02:00 INFO 32556 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped telematics-position-input-route (direct://telematics-position-input)
2026-06-10T15:40:18.267+02:00 INFO 32556 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped eventhub-manual-input-route (direct://eventhub-manual-input)
2026-06-10T15:40:18.267+02:00 INFO 32556 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped eventhub-package-input-route (direct://eventhub-package-input)
2026-06-10T15:40:18.267+02:00 INFO 32556 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped eventhub-direct-batch-persist-route (direct://eventhub-batch-persist-input)
2026-06-10T15:40:18.267+02:00 INFO 32556 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped eventhub-batch-and-persist-route (seda://eventhub-batch-input)
2026-06-10T15:40:18.270+02:00 INFO 32556 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped eventhub-normalized-input-route (direct://eventhub-normalized-input)
2026-06-10T15:40:18.381+02:00 INFO 32556 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Apache Camel 4.18.2 (camel-1) shutdown in 1s684ms (uptime:1h48m)
2026-06-10T15:40:18.490+02:00 INFO 32556 --- [SpringApplicationShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2026-06-10T15:40:18.536+02:00 INFO 32556 --- [SpringApplicationShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
2026-06-10T15:41:03.722+02:00 INFO 30928 --- [background-preinit] o.h.validator.internal.util.Version : HV000001: Hibernate Validator 9.0.1.Final
2026-06-10T15:41:04.475+02:00 INFO 30928 --- [main] a.p.e.EventHubIngestionApplication : Starting EventHubIngestionApplication using Java 21.0.2 with PID 30928 (C:\Work\java\gite\eventhub-spring-boot\eventhub-spring-boot\target\classes started by Parzival in C:\Work\java\gite\eventhub-spring-boot\eventhub-spring-boot)
2026-06-10T15:41:04.478+02:00 INFO 30928 --- [main] a.p.e.EventHubIngestionApplication : No active profile set, falling back to 1 default profile: "default"
2026-06-10T15:41:13.772+02:00 INFO 30928 --- [main] o.s.boot.tomcat.TomcatWebServer : Tomcat initialized with port 8085 (http)
2026-06-10T15:41:13.825+02:00 INFO 30928 --- [main] o.a.coyote.http11.Http11NioProtocol : Initializing ProtocolHandler ["http-nio-8085"]
2026-06-10T15:41:13.831+02:00 INFO 30928 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2026-06-10T15:41:13.834+02:00 INFO 30928 --- [main] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/11.0.21]
2026-06-10T15:41:14.138+02:00 INFO 30928 --- [main] o.s.b.w.c.s.WebApplicationContextInitializer : Root WebApplicationContext: initialization completed in 9374 ms
2026-06-10T15:41:21.689+02:00 INFO 30928 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 4 endpoints beneath base path '/actuator'
2026-06-10T15:41:22.114+02:00 INFO 30928 --- [main] o.a.coyote.http11.Http11NioProtocol : Starting ProtocolHandler ["http-nio-8085"]
2026-06-10T15:41:22.189+02:00 INFO 30928 --- [main] o.s.boot.tomcat.TomcatWebServer : Tomcat started on port 8085 (http) with context path '/'
2026-06-10T15:41:31.849+02:00 INFO 30928 --- [main] o.a.c.impl.engine.AbstractCamelContext : Apache Camel 4.18.2 (camel-1) is starting
2026-06-10T15:41:31.957+02:00 INFO 30928 --- [main] o.a.c.p.aggregate.AggregateProcessor : Defaulting to MemoryAggregationRepository
2026-06-10T15:41:31.958+02:00 INFO 30928 --- [main] o.a.c.p.aggregate.AggregateProcessor : Using CompletionTimeout to trigger after 5000 millis of inactivity.
2026-06-10T15:41:32.074+02:00 INFO 30928 --- [main] o.a.c.impl.engine.AbstractCamelContext : Routes startup (total:10)
2026-06-10T15:41:32.075+02:00 INFO 30928 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started eventhub-normalized-input-route (direct://eventhub-normalized-input)
2026-06-10T15:41:32.076+02:00 INFO 30928 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started eventhub-batch-and-persist-route (seda://eventhub-batch-input)
2026-06-10T15:41:32.076+02:00 INFO 30928 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started eventhub-direct-batch-persist-route (direct://eventhub-batch-persist-input)
2026-06-10T15:41:32.077+02:00 INFO 30928 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started eventhub-package-input-route (direct://eventhub-package-input)
2026-06-10T15:41:32.079+02:00 INFO 30928 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started eventhub-manual-input-route (direct://eventhub-manual-input)
2026-06-10T15:41:32.080+02:00 INFO 30928 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started telematics-position-input-route (direct://telematics-position-input)
2026-06-10T15:41:32.081+02:00 INFO 30928 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started tachograph-activity-input-route (direct://tachograph-activity-input)
2026-06-10T15:41:32.082+02:00 INFO 30928 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started tachograph-import-start-route (direct://tachograph-import-start)
2026-06-10T15:41:32.082+02:00 INFO 30928 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started yellowfox-d8-booking-input-route (direct://yellowfox-d8-booking-input)
2026-06-10T15:41:32.082+02:00 INFO 30928 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started yellowfox-d8-import-start-route (direct://yellowfox-d8-import-start)
2026-06-10T15:41:32.083+02:00 INFO 30928 --- [main] o.a.c.impl.engine.AbstractCamelContext : Apache Camel 4.18.2 (camel-1) started in 232ms (build:0ms init:0ms start:232ms boot:17s69ms)
2026-06-10T15:41:32.103+02:00 INFO 30928 --- [main] a.p.e.EventHubIngestionApplication : Started EventHubIngestionApplication in 34.528 seconds (process running for 42.009)
2026-06-10T15:41:35.404+02:00 INFO 30928 --- [RMI TCP Connection(3)-169.254.53.84] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2026-06-10T15:41:35.405+02:00 INFO 30928 --- [RMI TCP Connection(3)-169.254.53.84] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2026-06-10T15:41:35.412+02:00 INFO 30928 --- [RMI TCP Connection(3)-169.254.53.84] o.s.web.servlet.DispatcherServlet : Completed initialization in 6 ms
2026-06-10T15:42:12.224+02:00 WARN 30928 --- [RMI TCP Connection(4)-169.254.53.84] o.s.b.h.a.e.HealthEndpointSupport : Health contributor org.springframework.boot.jdbc.health.DataSourceHealthIndicator (db/tachographDataSource) took 36858ms to respond
2026-06-10T15:42:12.977+02:00 INFO 30928 --- [RMI TCP Connection(4)-169.254.53.84] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2026-06-10T15:42:13.262+02:00 INFO 30928 --- [RMI TCP Connection(4)-169.254.53.84] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@7b5498b2
2026-06-10T15:42:13.278+02:00 INFO 30928 --- [RMI TCP Connection(4)-169.254.53.84] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2026-06-10T15:42:37.253+02:00 INFO 30928 --- [http-nio-8085-exec-2] a.p.e.t.s.TachographFileSessionService : Created tachograph file session timing: file='C_20260610_0908_D_Szasz_10000000198490.DDD', type=DRIVER_CARD, uploadMs=9188, parseMs=560, extractMs=1596, sizeBytes=123199
2026-06-10T15:46:26.155+02:00 WARN 30928 --- [HikariPool-1:housekeeper] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=2m10s53ms989µs900ns).
2026-06-10T15:47:14.770+02:00 WARN 30928 --- [HikariPool-1:housekeeper] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=48s620ms693µs600ns).
2026-06-10T15:49:02.163+02:00 WARN 30928 --- [HikariPool-1:housekeeper] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=1m9s593ms702µs400ns).
2026-06-10T15:50:31.452+02:00 WARN 30928 --- [HikariPool-1:housekeeper] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=54s760ms692µs500ns).
2026-06-10T15:50:31.673+02:00 INFO 30928 --- [SpringApplicationShutdownHook] o.s.boot.tomcat.GracefulShutdown : Commencing graceful shutdown. Waiting for active requests to complete
2026-06-10T15:50:31.707+02:00 INFO 30928 --- [tomcat-shutdown] o.s.boot.tomcat.GracefulShutdown : Graceful shutdown complete
2026-06-10T15:50:31.758+02:00 INFO 30928 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Apache Camel 4.18.2 (camel-1) is shutting down (timeout:45s)
2026-06-10T15:50:32.472+02:00 INFO 30928 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Routes stopped (total:10)
2026-06-10T15:50:32.472+02:00 INFO 30928 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped yellowfox-d8-import-start-route (direct://yellowfox-d8-import-start)
2026-06-10T15:50:32.473+02:00 INFO 30928 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped yellowfox-d8-booking-input-route (direct://yellowfox-d8-booking-input)
2026-06-10T15:50:32.473+02:00 INFO 30928 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped tachograph-import-start-route (direct://tachograph-import-start)
2026-06-10T15:50:32.473+02:00 INFO 30928 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped tachograph-activity-input-route (direct://tachograph-activity-input)
2026-06-10T15:50:32.473+02:00 INFO 30928 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped telematics-position-input-route (direct://telematics-position-input)
2026-06-10T15:50:32.474+02:00 INFO 30928 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped eventhub-manual-input-route (direct://eventhub-manual-input)
2026-06-10T15:50:32.474+02:00 INFO 30928 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped eventhub-package-input-route (direct://eventhub-package-input)
2026-06-10T15:50:32.474+02:00 INFO 30928 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped eventhub-direct-batch-persist-route (direct://eventhub-batch-persist-input)
2026-06-10T15:50:32.474+02:00 INFO 30928 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped eventhub-batch-and-persist-route (seda://eventhub-batch-input)
2026-06-10T15:50:32.474+02:00 INFO 30928 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped eventhub-normalized-input-route (direct://eventhub-normalized-input)
2026-06-10T15:50:32.532+02:00 INFO 30928 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Apache Camel 4.18.2 (camel-1) shutdown in 774ms (uptime:9m0s)
2026-06-10T15:50:32.631+02:00 INFO 30928 --- [SpringApplicationShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2026-06-10T15:50:32.666+02:00 INFO 30928 --- [SpringApplicationShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
2026-06-10T15:59:51.825+02:00 INFO 6824 --- [background-preinit] o.h.validator.internal.util.Version : HV000001: Hibernate Validator 9.0.1.Final
2026-06-10T15:59:52.463+02:00 INFO 6824 --- [main] a.p.e.EventHubIngestionApplication : Starting EventHubIngestionApplication using Java 21.0.2 with PID 6824 (C:\Work\java\gite\eventhub-spring-boot\eventhub-spring-boot\target\classes started by Parzival in C:\Work\java\gite\eventhub-spring-boot\eventhub-spring-boot)
2026-06-10T15:59:52.467+02:00 INFO 6824 --- [main] a.p.e.EventHubIngestionApplication : No active profile set, falling back to 1 default profile: "default"
2026-06-10T16:00:00.016+02:00 INFO 6824 --- [main] o.s.boot.tomcat.TomcatWebServer : Tomcat initialized with port 8085 (http)
2026-06-10T16:00:00.088+02:00 INFO 6824 --- [main] o.a.coyote.http11.Http11NioProtocol : Initializing ProtocolHandler ["http-nio-8085"]
2026-06-10T16:00:00.099+02:00 INFO 6824 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2026-06-10T16:00:00.100+02:00 INFO 6824 --- [main] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/11.0.21]
2026-06-10T16:00:00.474+02:00 INFO 6824 --- [main] o.s.b.w.c.s.WebApplicationContextInitializer : Root WebApplicationContext: initialization completed in 7810 ms
2026-06-10T16:00:17.522+02:00 INFO 6824 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 4 endpoints beneath base path '/actuator'
2026-06-10T16:00:18.163+02:00 INFO 6824 --- [main] o.a.coyote.http11.Http11NioProtocol : Starting ProtocolHandler ["http-nio-8085"]
2026-06-10T16:00:18.236+02:00 INFO 6824 --- [main] o.s.boot.tomcat.TomcatWebServer : Tomcat started on port 8085 (http) with context path '/'
2026-06-10T16:00:32.875+02:00 INFO 6824 --- [main] o.a.c.impl.engine.AbstractCamelContext : Apache Camel 4.18.2 (camel-1) is starting
2026-06-10T16:00:32.963+02:00 INFO 6824 --- [main] o.a.c.p.aggregate.AggregateProcessor : Defaulting to MemoryAggregationRepository
2026-06-10T16:00:32.965+02:00 INFO 6824 --- [main] o.a.c.p.aggregate.AggregateProcessor : Using CompletionTimeout to trigger after 5000 millis of inactivity.
2026-06-10T16:00:33.085+02:00 INFO 6824 --- [main] o.a.c.impl.engine.AbstractCamelContext : Routes startup (total:10)
2026-06-10T16:00:33.085+02:00 INFO 6824 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started eventhub-normalized-input-route (direct://eventhub-normalized-input)
2026-06-10T16:00:33.085+02:00 INFO 6824 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started eventhub-batch-and-persist-route (seda://eventhub-batch-input)
2026-06-10T16:00:33.085+02:00 INFO 6824 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started eventhub-direct-batch-persist-route (direct://eventhub-batch-persist-input)
2026-06-10T16:00:33.085+02:00 INFO 6824 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started eventhub-package-input-route (direct://eventhub-package-input)
2026-06-10T16:00:33.085+02:00 INFO 6824 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started eventhub-manual-input-route (direct://eventhub-manual-input)
2026-06-10T16:00:33.085+02:00 INFO 6824 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started telematics-position-input-route (direct://telematics-position-input)
2026-06-10T16:00:33.085+02:00 INFO 6824 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started tachograph-activity-input-route (direct://tachograph-activity-input)
2026-06-10T16:00:33.087+02:00 INFO 6824 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started tachograph-import-start-route (direct://tachograph-import-start)
2026-06-10T16:00:33.090+02:00 INFO 6824 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started yellowfox-d8-booking-input-route (direct://yellowfox-d8-booking-input)
2026-06-10T16:00:33.090+02:00 INFO 6824 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started yellowfox-d8-import-start-route (direct://yellowfox-d8-import-start)
2026-06-10T16:00:33.091+02:00 INFO 6824 --- [main] o.a.c.impl.engine.AbstractCamelContext : Apache Camel 4.18.2 (camel-1) started in 214ms (build:0ms init:0ms start:214ms boot:31s597ms)
2026-06-10T16:00:33.145+02:00 INFO 6824 --- [main] a.p.e.EventHubIngestionApplication : Started EventHubIngestionApplication in 44.812 seconds (process running for 63.342)
2026-06-10T16:00:51.363+02:00 INFO 6824 --- [http-nio-8085-exec-2] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2026-06-10T16:00:51.367+02:00 INFO 6824 --- [http-nio-8085-exec-2] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2026-06-10T16:00:51.378+02:00 INFO 6824 --- [http-nio-8085-exec-2] o.s.web.servlet.DispatcherServlet : Completed initialization in 10 ms
2026-06-10T16:01:18.435+02:00 WARN 6824 --- [RMI TCP Connection(9)-169.254.53.84] o.s.b.h.a.e.HealthEndpointSupport : Health contributor org.springframework.boot.jdbc.health.DataSourceHealthIndicator (db/tachographDataSource) took 26531ms to respond
2026-06-10T16:01:19.098+02:00 INFO 6824 --- [RMI TCP Connection(9)-169.254.53.84] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2026-06-10T16:01:19.476+02:00 INFO 6824 --- [RMI TCP Connection(9)-169.254.53.84] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@48aa5a99
2026-06-10T16:01:19.485+02:00 INFO 6824 --- [RMI TCP Connection(9)-169.254.53.84] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2026-06-10T16:01:21.384+02:00 INFO 6824 --- [http-nio-8085-exec-2] a.p.e.t.s.TachographFileSessionService : Created tachograph file session timing: file='C_20260610_0908_D_Szasz_10000000198490.DDD', type=DRIVER_CARD, uploadMs=26344, parseMs=938, extractMs=1076, sizeBytes=123199
2026-06-10T16:08:33.221+02:00 INFO 19332 --- [background-preinit] o.h.validator.internal.util.Version : HV000001: Hibernate Validator 9.0.1.Final
2026-06-10T16:08:33.782+02:00 INFO 19332 --- [main] a.p.e.EventHubIngestionApplication : Starting EventHubIngestionApplication using Java 21.0.2 with PID 19332 (C:\Work\java\gite\eventhub-spring-boot\eventhub-spring-boot\target\classes started by Parzival in C:\Work\java\gite\eventhub-spring-boot\eventhub-spring-boot)
2026-06-10T16:08:33.785+02:00 INFO 19332 --- [main] a.p.e.EventHubIngestionApplication : No active profile set, falling back to 1 default profile: "default"
2026-06-10T16:08:41.469+02:00 INFO 19332 --- [main] o.s.boot.tomcat.TomcatWebServer : Tomcat initialized with port 8085 (http)
2026-06-10T16:08:41.530+02:00 INFO 19332 --- [main] o.a.coyote.http11.Http11NioProtocol : Initializing ProtocolHandler ["http-nio-8085"]
2026-06-10T16:08:41.536+02:00 INFO 19332 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2026-06-10T16:08:41.537+02:00 INFO 19332 --- [main] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/11.0.21]
2026-06-10T16:08:41.782+02:00 INFO 19332 --- [main] o.s.b.w.c.s.WebApplicationContextInitializer : Root WebApplicationContext: initialization completed in 7816 ms
2026-06-10T16:08:49.276+02:00 INFO 19332 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 4 endpoints beneath base path '/actuator'
2026-06-10T16:08:49.715+02:00 INFO 19332 --- [main] o.a.coyote.http11.Http11NioProtocol : Starting ProtocolHandler ["http-nio-8085"]
2026-06-10T16:08:49.735+02:00 WARN 19332 --- [main] o.s.b.w.s.s.c.AnnotationConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.context.ApplicationContextException: Failed to start bean 'webServerStartStop'
2026-06-10T16:08:49.838+02:00 INFO 19332 --- [main] o.s.b.a.l.ConditionEvaluationReportLogger :
Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
2026-06-10T16:08:49.889+02:00 ERROR 19332 --- [main] o.s.b.d.LoggingFailureAnalysisReporter :
***************************
APPLICATION FAILED TO START
***************************
Description:
Web server failed to start. Port 8085 was already in use.
Action:
Identify and stop the process that's listening on port 8085 or configure this application to listen on another port.
2026-06-10T16:09:37.367+02:00 INFO 34232 --- [background-preinit] o.h.validator.internal.util.Version : HV000001: Hibernate Validator 9.0.1.Final
2026-06-10T16:09:37.774+02:00 INFO 34232 --- [main] a.p.e.EventHubIngestionApplication : Starting EventHubIngestionApplication using Java 21.0.2 with PID 34232 (C:\Work\java\gite\eventhub-spring-boot\eventhub-spring-boot\target\classes started by Parzival in C:\Work\java\gite\eventhub-spring-boot\eventhub-spring-boot)
2026-06-10T16:09:37.777+02:00 INFO 34232 --- [main] a.p.e.EventHubIngestionApplication : No active profile set, falling back to 1 default profile: "default"
2026-06-10T16:09:43.277+02:00 INFO 34232 --- [main] o.s.boot.tomcat.TomcatWebServer : Tomcat initialized with port 8085 (http)
2026-06-10T16:09:43.313+02:00 INFO 34232 --- [main] o.a.coyote.http11.Http11NioProtocol : Initializing ProtocolHandler ["http-nio-8085"]
2026-06-10T16:09:43.317+02:00 INFO 34232 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2026-06-10T16:09:43.318+02:00 INFO 34232 --- [main] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/11.0.21]
2026-06-10T16:09:43.481+02:00 INFO 34232 --- [main] o.s.b.w.c.s.WebApplicationContextInitializer : Root WebApplicationContext: initialization completed in 5542 ms
2026-06-10T16:09:50.231+02:00 INFO 34232 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 4 endpoints beneath base path '/actuator'
2026-06-10T16:09:50.467+02:00 INFO 34232 --- [main] o.a.coyote.http11.Http11NioProtocol : Starting ProtocolHandler ["http-nio-8085"]
2026-06-10T16:09:50.516+02:00 INFO 34232 --- [main] o.s.boot.tomcat.TomcatWebServer : Tomcat started on port 8085 (http) with context path '/'
2026-06-10T16:09:58.696+02:00 INFO 34232 --- [main] o.a.c.impl.engine.AbstractCamelContext : Apache Camel 4.18.2 (camel-1) is starting
2026-06-10T16:09:58.740+02:00 INFO 34232 --- [main] o.a.c.p.aggregate.AggregateProcessor : Defaulting to MemoryAggregationRepository
2026-06-10T16:09:58.741+02:00 INFO 34232 --- [main] o.a.c.p.aggregate.AggregateProcessor : Using CompletionTimeout to trigger after 5000 millis of inactivity.
2026-06-10T16:09:58.838+02:00 INFO 34232 --- [main] o.a.c.impl.engine.AbstractCamelContext : Routes startup (total:10)
2026-06-10T16:09:58.840+02:00 INFO 34232 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started eventhub-normalized-input-route (direct://eventhub-normalized-input)
2026-06-10T16:09:58.841+02:00 INFO 34232 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started eventhub-batch-and-persist-route (seda://eventhub-batch-input)
2026-06-10T16:09:58.842+02:00 INFO 34232 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started eventhub-direct-batch-persist-route (direct://eventhub-batch-persist-input)
2026-06-10T16:09:58.842+02:00 INFO 34232 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started eventhub-package-input-route (direct://eventhub-package-input)
2026-06-10T16:09:58.842+02:00 INFO 34232 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started eventhub-manual-input-route (direct://eventhub-manual-input)
2026-06-10T16:09:58.842+02:00 INFO 34232 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started telematics-position-input-route (direct://telematics-position-input)
2026-06-10T16:09:58.842+02:00 INFO 34232 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started tachograph-activity-input-route (direct://tachograph-activity-input)
2026-06-10T16:09:58.843+02:00 INFO 34232 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started tachograph-import-start-route (direct://tachograph-import-start)
2026-06-10T16:09:58.847+02:00 INFO 34232 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started yellowfox-d8-booking-input-route (direct://yellowfox-d8-booking-input)
2026-06-10T16:09:58.848+02:00 INFO 34232 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started yellowfox-d8-import-start-route (direct://yellowfox-d8-import-start)
2026-06-10T16:09:58.849+02:00 INFO 34232 --- [main] o.a.c.impl.engine.AbstractCamelContext : Apache Camel 4.18.2 (camel-1) started in 151ms (build:0ms init:0ms start:151ms boot:14s766ms)
2026-06-10T16:09:58.890+02:00 INFO 34232 --- [main] a.p.e.EventHubIngestionApplication : Started EventHubIngestionApplication in 24.237 seconds (process running for 27.541)
2026-06-10T16:10:08.200+02:00 INFO 34232 --- [RMI TCP Connection(3)-169.254.53.84] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2026-06-10T16:10:08.200+02:00 INFO 34232 --- [RMI TCP Connection(3)-169.254.53.84] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2026-06-10T16:10:08.222+02:00 INFO 34232 --- [RMI TCP Connection(3)-169.254.53.84] o.s.web.servlet.DispatcherServlet : Completed initialization in 22 ms
2026-06-10T16:10:17.365+02:00 INFO 34232 --- [RMI TCP Connection(4)-169.254.53.84] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2026-06-10T16:10:19.112+02:00 INFO 34232 --- [RMI TCP Connection(4)-169.254.53.84] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@6e310ee2
2026-06-10T16:10:19.137+02:00 INFO 34232 --- [RMI TCP Connection(4)-169.254.53.84] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2026-06-10T16:13:05.741+02:00 INFO 34232 --- [http-nio-8085-exec-2] a.p.e.t.s.TachographFileSessionService : Created tachograph file session timing: file='C_20260610_0908_D_Szasz_10000000198490.DDD', type=DRIVER_CARD, uploadMs=7663, parseMs=4585, extractMs=1678, sizeBytes=123199
2026-06-10T16:13:28.069+02:00 INFO 34232 --- [http-nio-8085-exec-4] a.p.e.t.s.TachographFileSessionService : Created tachograph file session timing: file='M_20260609_1715_LL-158TE_ZCFM62AU70C502329.DDD', type=VEHICLE_UNIT, uploadMs=701, parseMs=399, extractMs=1650, sizeBytes=101458
2026-06-10T16:14:09.855+02:00 INFO 34232 --- [http-nio-8085-exec-5] a.p.e.p.s.UnifiedRuntimeEventAssemblyService : Runtime event assembly completed (expandVehicleEvents: true, sourceInputs: 2, driverSeedEvents: 2, discoveredVehicles: 1, expandedVehicleEvents: 2, mergedEvents: 2)
2026-06-10T16:14:09.865+02:00 INFO 34232 --- [http-nio-8085-exec-5] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module runtime-event-assembly completed with status SUCCESS in 9660 ms (warnings: 4)
2026-06-10T16:14:14.670+02:00 INFO 34232 --- [http-nio-8085-exec-5] c.e.e.r.i.kernel.service.EPRuntimeImpl : Initializing runtime URI 'eventhub-runtime-epl-module-event-to-activity-intervals-1' version 9.0.0
2026-06-10T16:14:15.241+02:00 INFO 34232 --- [http-nio-8085-exec-5] c.e.e.r.i.kernel.service.EPRuntimeImpl : Destroying runtime URI 'eventhub-runtime-epl-module-event-to-activity-intervals-1'
2026-06-10T16:14:15.245+02:00 INFO 34232 --- [http-nio-8085-exec-5] a.p.e.p.e.m.e.RuntimeEplModuleExecutor : Runtime EPL module event-to-activity-intervals completed in 5366 ms (definitionCacheHit: false, definitionPreparationMs: 4673, runtimeInitMs: 343, deployMs: 335, listenerRegistrationMs: 3, eventSendMs: 0, destroyMs: 3)
2026-06-10T16:14:15.247+02:00 INFO 34232 --- [http-nio-8085-exec-5] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module event-to-activity-intervals completed with status SUCCESS in 5381 ms (warnings: 0)
2026-06-10T16:14:15.652+02:00 INFO 34232 --- [http-nio-8085-exec-5] c.e.e.r.i.kernel.service.EPRuntimeImpl : Initializing runtime URI 'eventhub-runtime-epl-module-event-to-vehicle-usage-intervals-2' version 9.0.0
2026-06-10T16:14:15.758+02:00 INFO 34232 --- [http-nio-8085-exec-5] c.e.e.r.i.kernel.service.EPRuntimeImpl : Destroying runtime URI 'eventhub-runtime-epl-module-event-to-vehicle-usage-intervals-2'
2026-06-10T16:14:15.759+02:00 INFO 34232 --- [http-nio-8085-exec-5] a.p.e.p.e.m.e.RuntimeEplModuleExecutor : Runtime EPL module event-to-vehicle-usage-intervals completed in 510 ms (definitionCacheHit: false, definitionPreparationMs: 397, runtimeInitMs: 11, deployMs: 101, listenerRegistrationMs: 0, eventSendMs: 0, destroyMs: 0)
2026-06-10T16:14:15.761+02:00 INFO 34232 --- [http-nio-8085-exec-5] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module event-to-vehicle-usage-intervals completed with status SUCCESS in 513 ms (warnings: 0)
2026-06-10T16:14:15.762+02:00 INFO 34232 --- [http-nio-8085-exec-5] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module vehicle-usage-merge completed with status SUCCESS in 0 ms (warnings: 0)
2026-06-10T16:14:15.784+02:00 INFO 34232 --- [http-nio-8085-exec-5] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module vehicle-evidence-attachment completed with status SUCCESS in 22 ms (warnings: 0)
2026-06-10T16:14:15.797+02:00 INFO 34232 --- [http-nio-8085-exec-5] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module support-evidence-normalization completed with status SUCCESS in 11 ms (warnings: 0)
2026-06-10T16:14:15.826+02:00 INFO 34232 --- [http-nio-8085-exec-5] a.p.e.p.d.s.DriverWorkingTimeProcessingCore : Driver working-time core processed driver 1:10000000198490 in 28 ms (activityClipMs: 3, derivedProjectionBuildMs: 6, derivedIntervalClipMs: 17, activityIntervals: 0, drivingIntervals: 0, vehicleUsageIntervals: 0, supportGeoEvents: 0)
2026-06-10T16:14:15.827+02:00 INFO 34232 --- [http-nio-8085-exec-5] a.p.e.p.e.m.DriverWorkingTimeDerivedProjectionsModule : Driving-derived projections processed 1 drivers in 30 ms (driverProcessingTotalMs: 28, slowestDriverKey: 1:10000000198490, slowestDriverProcessingMs: 28, warnings: 0)
2026-06-10T16:14:15.828+02:00 INFO 34232 --- [http-nio-8085-exec-5] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module driving-derived-projections completed with status SUCCESS in 30 ms (warnings: 0)
2026-06-10T16:14:15.830+02:00 INFO 34232 --- [http-nio-8085-exec-5] a.p.e.p.e.RuntimeEventProcessingService : Runtime event processing profile driver-working-time-v1 completed in 15629 ms (partitions: 1, inputEvents: 2, warnings: 0)
2026-06-10T16:14:27.698+02:00 INFO 34232 --- [http-nio-8085-exec-3] a.p.e.p.s.UnifiedRuntimeEventAssemblyService : Runtime event assembly completed (expandVehicleEvents: true, sourceInputs: 2, driverSeedEvents: 2, discoveredVehicles: 1, expandedVehicleEvents: 2, mergedEvents: 2)
2026-06-10T16:14:27.698+02:00 INFO 34232 --- [http-nio-8085-exec-3] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module runtime-event-assembly completed with status SUCCESS in 1396 ms (warnings: 4)
2026-06-10T16:14:27.705+02:00 INFO 34232 --- [http-nio-8085-exec-3] c.e.e.r.i.kernel.service.EPRuntimeImpl : Initializing runtime URI 'eventhub-runtime-epl-module-event-to-activity-intervals-3' version 9.0.0
2026-06-10T16:14:27.780+02:00 INFO 34232 --- [http-nio-8085-exec-3] c.e.e.r.i.kernel.service.EPRuntimeImpl : Destroying runtime URI 'eventhub-runtime-epl-module-event-to-activity-intervals-3'
2026-06-10T16:14:27.780+02:00 INFO 34232 --- [http-nio-8085-exec-3] a.p.e.p.e.m.e.RuntimeEplModuleExecutor : Runtime EPL module event-to-activity-intervals completed in 81 ms (definitionCacheHit: true, definitionPreparationMs: 0, runtimeInitMs: 7, deployMs: 72, listenerRegistrationMs: 0, eventSendMs: 0, destroyMs: 0)
2026-06-10T16:14:27.781+02:00 INFO 34232 --- [http-nio-8085-exec-3] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module event-to-activity-intervals completed with status SUCCESS in 82 ms (warnings: 0)
2026-06-10T16:14:27.785+02:00 INFO 34232 --- [http-nio-8085-exec-3] c.e.e.r.i.kernel.service.EPRuntimeImpl : Initializing runtime URI 'eventhub-runtime-epl-module-event-to-vehicle-usage-intervals-4' version 9.0.0
2026-06-10T16:14:27.880+02:00 INFO 34232 --- [http-nio-8085-exec-3] c.e.e.r.i.kernel.service.EPRuntimeImpl : Destroying runtime URI 'eventhub-runtime-epl-module-event-to-vehicle-usage-intervals-4'
2026-06-10T16:14:27.881+02:00 INFO 34232 --- [http-nio-8085-exec-3] a.p.e.p.e.m.e.RuntimeEplModuleExecutor : Runtime EPL module event-to-vehicle-usage-intervals completed in 99 ms (definitionCacheHit: true, definitionPreparationMs: 0, runtimeInitMs: 6, deployMs: 93, listenerRegistrationMs: 0, eventSendMs: 0, destroyMs: 0)
2026-06-10T16:14:27.882+02:00 INFO 34232 --- [http-nio-8085-exec-3] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module event-to-vehicle-usage-intervals completed with status SUCCESS in 100 ms (warnings: 0)
2026-06-10T16:14:27.882+02:00 INFO 34232 --- [http-nio-8085-exec-3] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module vehicle-usage-merge completed with status SUCCESS in 0 ms (warnings: 0)
2026-06-10T16:14:27.883+02:00 INFO 34232 --- [http-nio-8085-exec-3] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module vehicle-evidence-attachment completed with status SUCCESS in 0 ms (warnings: 0)
2026-06-10T16:14:27.885+02:00 INFO 34232 --- [http-nio-8085-exec-3] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module support-evidence-normalization completed with status SUCCESS in 1 ms (warnings: 0)
2026-06-10T16:14:27.886+02:00 INFO 34232 --- [http-nio-8085-exec-3] a.p.e.p.d.s.DriverWorkingTimeProcessingCore : Driver working-time core processed driver 1:10000000198490 in 0 ms (activityClipMs: 0, derivedProjectionBuildMs: 0, derivedIntervalClipMs: 0, activityIntervals: 0, drivingIntervals: 0, vehicleUsageIntervals: 0, supportGeoEvents: 0)
2026-06-10T16:14:27.886+02:00 INFO 34232 --- [http-nio-8085-exec-3] a.p.e.p.e.m.DriverWorkingTimeDerivedProjectionsModule : Driving-derived projections processed 1 drivers in 0 ms (driverProcessingTotalMs: 0, slowestDriverKey: 1:10000000198490, slowestDriverProcessingMs: 0, warnings: 0)
2026-06-10T16:14:27.886+02:00 INFO 34232 --- [http-nio-8085-exec-3] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module driving-derived-projections completed with status SUCCESS in 1 ms (warnings: 0)
2026-06-10T16:14:27.887+02:00 INFO 34232 --- [http-nio-8085-exec-3] a.p.e.p.e.RuntimeEventProcessingService : Runtime event processing profile driver-working-time-v1 completed in 1585 ms (partitions: 1, inputEvents: 2, warnings: 0)
2026-06-10T16:14:37.154+02:00 INFO 34232 --- [http-nio-8085-exec-6] a.p.e.p.s.UnifiedRuntimeEventAssemblyService : Runtime event assembly completed (expandVehicleEvents: true, sourceInputs: 1, driverSeedEvents: 0, discoveredVehicles: 0, expandedVehicleEvents: 0, mergedEvents: 0)
2026-06-10T16:14:37.155+02:00 INFO 34232 --- [http-nio-8085-exec-6] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module runtime-event-assembly completed with status SUCCESS in 1309 ms (warnings: 3)
2026-06-10T16:14:37.162+02:00 INFO 34232 --- [http-nio-8085-exec-6] c.e.e.r.i.kernel.service.EPRuntimeImpl : Initializing runtime URI 'eventhub-runtime-epl-module-event-to-activity-intervals-5' version 9.0.0
2026-06-10T16:14:37.245+02:00 INFO 34232 --- [http-nio-8085-exec-6] c.e.e.r.i.kernel.service.EPRuntimeImpl : Destroying runtime URI 'eventhub-runtime-epl-module-event-to-activity-intervals-5'
2026-06-10T16:14:37.246+02:00 INFO 34232 --- [http-nio-8085-exec-6] a.p.e.p.e.m.e.RuntimeEplModuleExecutor : Runtime EPL module event-to-activity-intervals completed in 90 ms (definitionCacheHit: true, definitionPreparationMs: 0, runtimeInitMs: 9, deployMs: 80, listenerRegistrationMs: 0, eventSendMs: 0, destroyMs: 0)
2026-06-10T16:14:37.247+02:00 INFO 34232 --- [http-nio-8085-exec-6] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module event-to-activity-intervals completed with status SUCCESS in 91 ms (warnings: 0)
2026-06-10T16:14:37.252+02:00 INFO 34232 --- [http-nio-8085-exec-6] c.e.e.r.i.kernel.service.EPRuntimeImpl : Initializing runtime URI 'eventhub-runtime-epl-module-event-to-vehicle-usage-intervals-6' version 9.0.0
2026-06-10T16:14:37.336+02:00 INFO 34232 --- [http-nio-8085-exec-6] c.e.e.r.i.kernel.service.EPRuntimeImpl : Destroying runtime URI 'eventhub-runtime-epl-module-event-to-vehicle-usage-intervals-6'
2026-06-10T16:14:37.337+02:00 INFO 34232 --- [http-nio-8085-exec-6] a.p.e.p.e.m.e.RuntimeEplModuleExecutor : Runtime EPL module event-to-vehicle-usage-intervals completed in 89 ms (definitionCacheHit: true, definitionPreparationMs: 0, runtimeInitMs: 7, deployMs: 81, listenerRegistrationMs: 0, eventSendMs: 0, destroyMs: 0)
2026-06-10T16:14:37.337+02:00 INFO 34232 --- [http-nio-8085-exec-6] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module event-to-vehicle-usage-intervals completed with status SUCCESS in 90 ms (warnings: 0)
2026-06-10T16:14:37.337+02:00 INFO 34232 --- [http-nio-8085-exec-6] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module vehicle-usage-merge completed with status SUCCESS in 0 ms (warnings: 0)
2026-06-10T16:14:37.338+02:00 INFO 34232 --- [http-nio-8085-exec-6] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module vehicle-evidence-attachment completed with status SUCCESS in 0 ms (warnings: 0)
2026-06-10T16:14:37.338+02:00 INFO 34232 --- [http-nio-8085-exec-6] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module support-evidence-normalization completed with status SUCCESS in 0 ms (warnings: 0)
2026-06-10T16:14:37.339+02:00 INFO 34232 --- [http-nio-8085-exec-6] a.p.e.p.d.s.DriverWorkingTimeProcessingCore : Driver working-time core processed driver 1:10000000198490 in 0 ms (activityClipMs: 0, derivedProjectionBuildMs: 0, derivedIntervalClipMs: 0, activityIntervals: 0, drivingIntervals: 0, vehicleUsageIntervals: 0, supportGeoEvents: 0)
2026-06-10T16:14:37.339+02:00 INFO 34232 --- [http-nio-8085-exec-6] a.p.e.p.e.m.DriverWorkingTimeDerivedProjectionsModule : Driving-derived projections processed 1 drivers in 0 ms (driverProcessingTotalMs: 0, slowestDriverKey: 1:10000000198490, slowestDriverProcessingMs: 0, warnings: 0)
2026-06-10T16:14:37.339+02:00 INFO 34232 --- [http-nio-8085-exec-6] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module driving-derived-projections completed with status SUCCESS in 0 ms (warnings: 0)
2026-06-10T16:14:37.340+02:00 INFO 34232 --- [http-nio-8085-exec-6] a.p.e.p.e.RuntimeEventProcessingService : Runtime event processing profile driver-working-time-v1 completed in 1494 ms (partitions: 1, inputEvents: 0, warnings: 0)
2026-06-10T16:14:49.127+02:00 INFO 34232 --- [http-nio-8085-exec-7] a.p.e.p.s.UnifiedRuntimeEventAssemblyService : Runtime event assembly completed (expandVehicleEvents: true, sourceInputs: 1, driverSeedEvents: 2, discoveredVehicles: 1, expandedVehicleEvents: 2, mergedEvents: 2)
2026-06-10T16:14:49.139+02:00 INFO 34232 --- [http-nio-8085-exec-7] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module runtime-event-assembly completed with status SUCCESS in 199 ms (warnings: 4)
2026-06-10T16:14:49.272+02:00 INFO 34232 --- [http-nio-8085-exec-7] c.e.e.r.i.kernel.service.EPRuntimeImpl : Initializing runtime URI 'eventhub-runtime-epl-module-event-to-activity-intervals-7' version 9.0.0
2026-06-10T16:14:50.314+02:00 INFO 34232 --- [http-nio-8085-exec-7] c.e.e.r.i.kernel.service.EPRuntimeImpl : Destroying runtime URI 'eventhub-runtime-epl-module-event-to-activity-intervals-7'
2026-06-10T16:14:50.315+02:00 INFO 34232 --- [http-nio-8085-exec-7] a.p.e.p.e.m.e.RuntimeEplModuleExecutor : Runtime EPL module event-to-activity-intervals completed in 1173 ms (definitionCacheHit: true, definitionPreparationMs: 0, runtimeInitMs: 144, deployMs: 1027, listenerRegistrationMs: 0, eventSendMs: 0, destroyMs: 1)
2026-06-10T16:14:50.318+02:00 INFO 34232 --- [http-nio-8085-exec-7] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module event-to-activity-intervals completed with status SUCCESS in 1176 ms (warnings: 0)
2026-06-10T16:14:50.329+02:00 INFO 34232 --- [http-nio-8085-exec-7] c.e.e.r.i.kernel.service.EPRuntimeImpl : Initializing runtime URI 'eventhub-runtime-epl-module-event-to-vehicle-usage-intervals-8' version 9.0.0
2026-06-10T16:14:50.664+02:00 INFO 34232 --- [http-nio-8085-exec-7] c.e.e.r.i.kernel.service.EPRuntimeImpl : Destroying runtime URI 'eventhub-runtime-epl-module-event-to-vehicle-usage-intervals-8'
2026-06-10T16:14:50.666+02:00 INFO 34232 --- [http-nio-8085-exec-7] a.p.e.p.e.m.e.RuntimeEplModuleExecutor : Runtime EPL module event-to-vehicle-usage-intervals completed in 345 ms (definitionCacheHit: true, definitionPreparationMs: 0, runtimeInitMs: 13, deployMs: 330, listenerRegistrationMs: 0, eventSendMs: 0, destroyMs: 1)
2026-06-10T16:14:50.666+02:00 INFO 34232 --- [http-nio-8085-exec-7] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module event-to-vehicle-usage-intervals completed with status SUCCESS in 346 ms (warnings: 0)
2026-06-10T16:14:50.667+02:00 INFO 34232 --- [http-nio-8085-exec-7] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module vehicle-usage-merge completed with status SUCCESS in 0 ms (warnings: 0)
2026-06-10T16:14:50.668+02:00 INFO 34232 --- [http-nio-8085-exec-7] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module vehicle-evidence-attachment completed with status SUCCESS in 1 ms (warnings: 0)
2026-06-10T16:14:50.669+02:00 INFO 34232 --- [http-nio-8085-exec-7] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module support-evidence-normalization completed with status SUCCESS in 0 ms (warnings: 0)
2026-06-10T16:14:50.670+02:00 INFO 34232 --- [http-nio-8085-exec-7] a.p.e.p.d.s.DriverWorkingTimeProcessingCore : Driver working-time core processed driver 1:10000000198490 in 1 ms (activityClipMs: 0, derivedProjectionBuildMs: 0, derivedIntervalClipMs: 0, activityIntervals: 0, drivingIntervals: 0, vehicleUsageIntervals: 0, supportGeoEvents: 0)
2026-06-10T16:14:50.672+02:00 INFO 34232 --- [http-nio-8085-exec-7] a.p.e.p.e.m.DriverWorkingTimeDerivedProjectionsModule : Driving-derived projections processed 1 drivers in 2 ms (driverProcessingTotalMs: 1, slowestDriverKey: 1:10000000198490, slowestDriverProcessingMs: 1, warnings: 0)
2026-06-10T16:14:50.673+02:00 INFO 34232 --- [http-nio-8085-exec-7] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module driving-derived-projections completed with status SUCCESS in 3 ms (warnings: 0)
2026-06-10T16:14:50.674+02:00 INFO 34232 --- [http-nio-8085-exec-7] a.p.e.p.e.RuntimeEventProcessingService : Runtime event processing profile driver-working-time-v1 completed in 1735 ms (partitions: 1, inputEvents: 2, warnings: 0)
2026-06-10T16:15:23.500+02:00 INFO 34232 --- [http-nio-8085-exec-8] a.p.e.p.s.UnifiedRuntimeEventAssemblyService : Runtime event assembly completed (expandVehicleEvents: true, sourceInputs: 1, driverSeedEvents: 2, discoveredVehicles: 1, expandedVehicleEvents: 2, mergedEvents: 2)
2026-06-10T16:15:23.501+02:00 INFO 34232 --- [http-nio-8085-exec-8] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module runtime-event-assembly completed with status SUCCESS in 52 ms (warnings: 4)
2026-06-10T16:15:23.519+02:00 INFO 34232 --- [http-nio-8085-exec-8] c.e.e.r.i.kernel.service.EPRuntimeImpl : Initializing runtime URI 'eventhub-runtime-epl-module-event-to-activity-intervals-9' version 9.0.0
2026-06-10T16:15:23.751+02:00 INFO 34232 --- [http-nio-8085-exec-8] c.e.e.r.i.kernel.service.EPRuntimeImpl : Destroying runtime URI 'eventhub-runtime-epl-module-event-to-activity-intervals-9'
2026-06-10T16:15:23.753+02:00 INFO 34232 --- [http-nio-8085-exec-8] a.p.e.p.e.m.e.RuntimeEplModuleExecutor : Runtime EPL module event-to-activity-intervals completed in 251 ms (definitionCacheHit: true, definitionPreparationMs: 0, runtimeInitMs: 25, deployMs: 224, listenerRegistrationMs: 0, eventSendMs: 0, destroyMs: 1)
2026-06-10T16:15:23.754+02:00 INFO 34232 --- [http-nio-8085-exec-8] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module event-to-activity-intervals completed with status SUCCESS in 252 ms (warnings: 0)
2026-06-10T16:15:23.759+02:00 INFO 34232 --- [http-nio-8085-exec-8] c.e.e.r.i.kernel.service.EPRuntimeImpl : Initializing runtime URI 'eventhub-runtime-epl-module-event-to-vehicle-usage-intervals-10' version 9.0.0
2026-06-10T16:15:23.920+02:00 INFO 34232 --- [http-nio-8085-exec-8] c.e.e.r.i.kernel.service.EPRuntimeImpl : Destroying runtime URI 'eventhub-runtime-epl-module-event-to-vehicle-usage-intervals-10'
2026-06-10T16:15:23.922+02:00 INFO 34232 --- [http-nio-8085-exec-8] a.p.e.p.e.m.e.RuntimeEplModuleExecutor : Runtime EPL module event-to-vehicle-usage-intervals completed in 168 ms (definitionCacheHit: true, definitionPreparationMs: 0, runtimeInitMs: 8, deployMs: 157, listenerRegistrationMs: 0, eventSendMs: 0, destroyMs: 1)
2026-06-10T16:15:23.923+02:00 INFO 34232 --- [http-nio-8085-exec-8] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module event-to-vehicle-usage-intervals completed with status SUCCESS in 169 ms (warnings: 0)
2026-06-10T16:15:23.925+02:00 INFO 34232 --- [http-nio-8085-exec-8] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module vehicle-usage-merge completed with status SUCCESS in 0 ms (warnings: 0)
2026-06-10T16:15:23.926+02:00 INFO 34232 --- [http-nio-8085-exec-8] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module vehicle-evidence-attachment completed with status SUCCESS in 1 ms (warnings: 0)
2026-06-10T16:15:23.927+02:00 INFO 34232 --- [http-nio-8085-exec-8] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module support-evidence-normalization completed with status SUCCESS in 0 ms (warnings: 0)
2026-06-10T16:15:23.927+02:00 INFO 34232 --- [http-nio-8085-exec-8] a.p.e.p.d.s.DriverWorkingTimeProcessingCore : Driver working-time core processed driver 1:10000000198490 in 0 ms (activityClipMs: 0, derivedProjectionBuildMs: 0, derivedIntervalClipMs: 0, activityIntervals: 0, drivingIntervals: 0, vehicleUsageIntervals: 0, supportGeoEvents: 0)
2026-06-10T16:15:23.928+02:00 INFO 34232 --- [http-nio-8085-exec-8] a.p.e.p.e.m.DriverWorkingTimeDerivedProjectionsModule : Driving-derived projections processed 1 drivers in 0 ms (driverProcessingTotalMs: 0, slowestDriverKey: 1:10000000198490, slowestDriverProcessingMs: 0, warnings: 0)
2026-06-10T16:15:23.928+02:00 INFO 34232 --- [http-nio-8085-exec-8] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module driving-derived-projections completed with status SUCCESS in 0 ms (warnings: 0)
2026-06-10T16:15:23.928+02:00 INFO 34232 --- [http-nio-8085-exec-8] a.p.e.p.e.RuntimeEventProcessingService : Runtime event processing profile driver-working-time-v1 completed in 480 ms (partitions: 1, inputEvents: 2, warnings: 0)
2026-06-10T16:16:11.198+02:00 INFO 34232 --- [http-nio-8085-exec-9] a.p.e.p.s.UnifiedRuntimeEventAssemblyService : Runtime event assembly completed (expandVehicleEvents: true, sourceInputs: 1, driverSeedEvents: 2, discoveredVehicles: 1, expandedVehicleEvents: 2, mergedEvents: 2)
2026-06-10T16:16:11.202+02:00 INFO 34232 --- [http-nio-8085-exec-9] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module runtime-event-assembly completed with status SUCCESS in 27455 ms (warnings: 4)
2026-06-10T16:16:11.252+02:00 INFO 34232 --- [http-nio-8085-exec-9] c.e.e.r.i.kernel.service.EPRuntimeImpl : Initializing runtime URI 'eventhub-runtime-epl-module-event-to-activity-intervals-11' version 9.0.0
2026-06-10T16:16:11.458+02:00 INFO 34232 --- [http-nio-8085-exec-9] c.e.e.r.i.kernel.service.EPRuntimeImpl : Destroying runtime URI 'eventhub-runtime-epl-module-event-to-activity-intervals-11'
2026-06-10T16:16:11.459+02:00 INFO 34232 --- [http-nio-8085-exec-9] a.p.e.p.e.m.e.RuntimeEplModuleExecutor : Runtime EPL module event-to-activity-intervals completed in 255 ms (definitionCacheHit: true, definitionPreparationMs: 0, runtimeInitMs: 53, deployMs: 201, listenerRegistrationMs: 0, eventSendMs: 0, destroyMs: 0)
2026-06-10T16:16:11.460+02:00 INFO 34232 --- [http-nio-8085-exec-9] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module event-to-activity-intervals completed with status SUCCESS in 256 ms (warnings: 0)
2026-06-10T16:16:11.465+02:00 INFO 34232 --- [http-nio-8085-exec-9] c.e.e.r.i.kernel.service.EPRuntimeImpl : Initializing runtime URI 'eventhub-runtime-epl-module-event-to-vehicle-usage-intervals-12' version 9.0.0
2026-06-10T16:16:11.565+02:00 INFO 34232 --- [http-nio-8085-exec-9] c.e.e.r.i.kernel.service.EPRuntimeImpl : Destroying runtime URI 'eventhub-runtime-epl-module-event-to-vehicle-usage-intervals-12'
2026-06-10T16:16:11.567+02:00 INFO 34232 --- [http-nio-8085-exec-9] a.p.e.p.e.m.e.RuntimeEplModuleExecutor : Runtime EPL module event-to-vehicle-usage-intervals completed in 106 ms (definitionCacheHit: true, definitionPreparationMs: 0, runtimeInitMs: 11, deployMs: 93, listenerRegistrationMs: 0, eventSendMs: 0, destroyMs: 2)
2026-06-10T16:16:11.568+02:00 INFO 34232 --- [http-nio-8085-exec-9] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module event-to-vehicle-usage-intervals completed with status SUCCESS in 108 ms (warnings: 0)
2026-06-10T16:16:11.569+02:00 INFO 34232 --- [http-nio-8085-exec-9] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module vehicle-usage-merge completed with status SUCCESS in 0 ms (warnings: 0)
2026-06-10T16:16:11.570+02:00 INFO 34232 --- [http-nio-8085-exec-9] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module vehicle-evidence-attachment completed with status SUCCESS in 0 ms (warnings: 0)
2026-06-10T16:16:11.571+02:00 INFO 34232 --- [http-nio-8085-exec-9] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module support-evidence-normalization completed with status SUCCESS in 0 ms (warnings: 0)
2026-06-10T16:16:11.571+02:00 INFO 34232 --- [http-nio-8085-exec-9] a.p.e.p.d.s.DriverWorkingTimeProcessingCore : Driver working-time core processed driver 1:10000000198490 in 0 ms (activityClipMs: 0, derivedProjectionBuildMs: 0, derivedIntervalClipMs: 0, activityIntervals: 0, drivingIntervals: 0, vehicleUsageIntervals: 0, supportGeoEvents: 0)
2026-06-10T16:16:11.571+02:00 INFO 34232 --- [http-nio-8085-exec-9] a.p.e.p.e.m.DriverWorkingTimeDerivedProjectionsModule : Driving-derived projections processed 1 drivers in 0 ms (driverProcessingTotalMs: 0, slowestDriverKey: 1:10000000198490, slowestDriverProcessingMs: 0, warnings: 0)
2026-06-10T16:16:11.571+02:00 INFO 34232 --- [http-nio-8085-exec-9] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module driving-derived-projections completed with status SUCCESS in 0 ms (warnings: 0)
2026-06-10T16:16:11.571+02:00 INFO 34232 --- [http-nio-8085-exec-9] a.p.e.p.e.RuntimeEventProcessingService : Runtime event processing profile driver-working-time-v1 completed in 27824 ms (partitions: 1, inputEvents: 2, warnings: 0)
2026-06-10T16:18:44.408+02:00 WARN 34232 --- [HikariPool-1:housekeeper] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=1m17s242ms461µs200ns).
2026-06-10T16:21:30.344+02:00 WARN 34232 --- [HikariPool-1:housekeeper] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=2m45s937ms127µs300ns).
2026-06-10T16:22:42.564+02:00 WARN 34232 --- [HikariPool-1:housekeeper] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=1m12s219ms682µs700ns).
2026-06-10T16:23:51.291+02:00 WARN 34232 --- [HikariPool-1:housekeeper] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=1m8s727ms76µs700ns).
2026-06-10T16:24:26.590+02:00 INFO 34232 --- [http-nio-8085-exec-10] a.p.e.p.s.UnifiedRuntimeEventAssemblyService : Runtime event assembly completed (expandVehicleEvents: true, sourceInputs: 1, driverSeedEvents: 2, discoveredVehicles: 1, expandedVehicleEvents: 2, mergedEvents: 2)
2026-06-10T16:24:26.592+02:00 INFO 34232 --- [http-nio-8085-exec-10] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module runtime-event-assembly completed with status SUCCESS in 492074 ms (warnings: 4)
2026-06-10T16:24:26.598+02:00 INFO 34232 --- [http-nio-8085-exec-10] c.e.e.r.i.kernel.service.EPRuntimeImpl : Initializing runtime URI 'eventhub-runtime-epl-module-event-to-activity-intervals-13' version 9.0.0
2026-06-10T16:24:26.667+02:00 INFO 34232 --- [http-nio-8085-exec-10] c.e.e.r.i.kernel.service.EPRuntimeImpl : Destroying runtime URI 'eventhub-runtime-epl-module-event-to-activity-intervals-13'
2026-06-10T16:24:26.669+02:00 INFO 34232 --- [http-nio-8085-exec-10] a.p.e.p.e.m.e.RuntimeEplModuleExecutor : Runtime EPL module event-to-activity-intervals completed in 76 ms (definitionCacheHit: true, definitionPreparationMs: 0, runtimeInitMs: 7, deployMs: 67, listenerRegistrationMs: 0, eventSendMs: 0, destroyMs: 1)
2026-06-10T16:24:26.669+02:00 INFO 34232 --- [http-nio-8085-exec-10] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module event-to-activity-intervals completed with status SUCCESS in 77 ms (warnings: 0)
2026-06-10T16:24:26.675+02:00 INFO 34232 --- [http-nio-8085-exec-10] c.e.e.r.i.kernel.service.EPRuntimeImpl : Initializing runtime URI 'eventhub-runtime-epl-module-event-to-vehicle-usage-intervals-14' version 9.0.0
2026-06-10T16:24:26.743+02:00 INFO 34232 --- [http-nio-8085-exec-10] c.e.e.r.i.kernel.service.EPRuntimeImpl : Destroying runtime URI 'eventhub-runtime-epl-module-event-to-vehicle-usage-intervals-14'
2026-06-10T16:24:26.743+02:00 INFO 34232 --- [http-nio-8085-exec-10] a.p.e.p.e.m.e.RuntimeEplModuleExecutor : Runtime EPL module event-to-vehicle-usage-intervals completed in 73 ms (definitionCacheHit: true, definitionPreparationMs: 0, runtimeInitMs: 7, deployMs: 65, listenerRegistrationMs: 0, eventSendMs: 0, destroyMs: 0)
2026-06-10T16:24:26.744+02:00 INFO 34232 --- [http-nio-8085-exec-10] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module event-to-vehicle-usage-intervals completed with status SUCCESS in 74 ms (warnings: 0)
2026-06-10T16:24:26.744+02:00 INFO 34232 --- [http-nio-8085-exec-10] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module vehicle-usage-merge completed with status SUCCESS in 0 ms (warnings: 0)
2026-06-10T16:24:26.746+02:00 INFO 34232 --- [http-nio-8085-exec-10] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module vehicle-evidence-attachment completed with status SUCCESS in 1 ms (warnings: 0)
2026-06-10T16:24:26.748+02:00 INFO 34232 --- [http-nio-8085-exec-10] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module support-evidence-normalization completed with status SUCCESS in 1 ms (warnings: 0)
2026-06-10T16:24:26.748+02:00 INFO 34232 --- [http-nio-8085-exec-10] a.p.e.p.d.s.DriverWorkingTimeProcessingCore : Driver working-time core processed driver 1:10000000198490 in 0 ms (activityClipMs: 0, derivedProjectionBuildMs: 0, derivedIntervalClipMs: 0, activityIntervals: 0, drivingIntervals: 0, vehicleUsageIntervals: 0, supportGeoEvents: 0)
2026-06-10T16:24:26.749+02:00 INFO 34232 --- [http-nio-8085-exec-10] a.p.e.p.e.m.DriverWorkingTimeDerivedProjectionsModule : Driving-derived projections processed 1 drivers in 0 ms (driverProcessingTotalMs: 0, slowestDriverKey: 1:10000000198490, slowestDriverProcessingMs: 0, warnings: 0)
2026-06-10T16:24:26.749+02:00 INFO 34232 --- [http-nio-8085-exec-10] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module driving-derived-projections completed with status SUCCESS in 0 ms (warnings: 0)
2026-06-10T16:24:26.749+02:00 INFO 34232 --- [http-nio-8085-exec-10] a.p.e.p.e.RuntimeEventProcessingService : Runtime event processing profile driver-working-time-v1 completed in 492232 ms (partitions: 1, inputEvents: 2, warnings: 0)
2026-06-10T16:25:57.803+02:00 INFO 34232 --- [http-nio-8085-exec-4] a.p.e.p.s.UnifiedRuntimeEventAssemblyService : Runtime event assembly completed (expandVehicleEvents: true, sourceInputs: 1, driverSeedEvents: 2, discoveredVehicles: 1, expandedVehicleEvents: 2, mergedEvents: 2)
2026-06-10T16:25:57.804+02:00 INFO 34232 --- [http-nio-8085-exec-4] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module runtime-event-assembly completed with status SUCCESS in 62720 ms (warnings: 4)
2026-06-10T16:25:57.810+02:00 INFO 34232 --- [http-nio-8085-exec-4] c.e.e.r.i.kernel.service.EPRuntimeImpl : Initializing runtime URI 'eventhub-runtime-epl-module-event-to-activity-intervals-15' version 9.0.0
2026-06-10T16:25:57.891+02:00 INFO 34232 --- [http-nio-8085-exec-4] c.e.e.r.i.kernel.service.EPRuntimeImpl : Destroying runtime URI 'eventhub-runtime-epl-module-event-to-activity-intervals-15'
2026-06-10T16:25:57.891+02:00 INFO 34232 --- [http-nio-8085-exec-4] a.p.e.p.e.m.e.RuntimeEplModuleExecutor : Runtime EPL module event-to-activity-intervals completed in 87 ms (definitionCacheHit: true, definitionPreparationMs: 0, runtimeInitMs: 7, deployMs: 79, listenerRegistrationMs: 0, eventSendMs: 0, destroyMs: 0)
2026-06-10T16:25:57.892+02:00 INFO 34232 --- [http-nio-8085-exec-4] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module event-to-activity-intervals completed with status SUCCESS in 87 ms (warnings: 0)
2026-06-10T16:25:57.895+02:00 INFO 34232 --- [http-nio-8085-exec-4] c.e.e.r.i.kernel.service.EPRuntimeImpl : Initializing runtime URI 'eventhub-runtime-epl-module-event-to-vehicle-usage-intervals-16' version 9.0.0
2026-06-10T16:25:57.977+02:00 INFO 34232 --- [http-nio-8085-exec-4] c.e.e.r.i.kernel.service.EPRuntimeImpl : Destroying runtime URI 'eventhub-runtime-epl-module-event-to-vehicle-usage-intervals-16'
2026-06-10T16:25:57.978+02:00 INFO 34232 --- [http-nio-8085-exec-4] a.p.e.p.e.m.e.RuntimeEplModuleExecutor : Runtime EPL module event-to-vehicle-usage-intervals completed in 85 ms (definitionCacheHit: true, definitionPreparationMs: 0, runtimeInitMs: 7, deployMs: 78, listenerRegistrationMs: 0, eventSendMs: 0, destroyMs: 0)
2026-06-10T16:25:57.978+02:00 INFO 34232 --- [http-nio-8085-exec-4] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module event-to-vehicle-usage-intervals completed with status SUCCESS in 86 ms (warnings: 0)
2026-06-10T16:25:57.978+02:00 INFO 34232 --- [http-nio-8085-exec-4] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module vehicle-usage-merge completed with status SUCCESS in 0 ms (warnings: 0)
2026-06-10T16:25:57.979+02:00 INFO 34232 --- [http-nio-8085-exec-4] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module vehicle-evidence-attachment completed with status SUCCESS in 0 ms (warnings: 0)
2026-06-10T16:25:57.980+02:00 INFO 34232 --- [http-nio-8085-exec-4] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module support-evidence-normalization completed with status SUCCESS in 0 ms (warnings: 0)
2026-06-10T16:25:57.980+02:00 INFO 34232 --- [http-nio-8085-exec-4] a.p.e.p.d.s.DriverWorkingTimeProcessingCore : Driver working-time core processed driver 1:10000000198490 in 0 ms (activityClipMs: 0, derivedProjectionBuildMs: 0, derivedIntervalClipMs: 0, activityIntervals: 0, drivingIntervals: 0, vehicleUsageIntervals: 0, supportGeoEvents: 0)
2026-06-10T16:25:57.982+02:00 INFO 34232 --- [http-nio-8085-exec-4] a.p.e.p.e.m.DriverWorkingTimeDerivedProjectionsModule : Driving-derived projections processed 1 drivers in 2 ms (driverProcessingTotalMs: 1, slowestDriverKey: 1:10000000198490, slowestDriverProcessingMs: 1, warnings: 0)
2026-06-10T16:25:57.983+02:00 INFO 34232 --- [http-nio-8085-exec-4] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module driving-derived-projections completed with status SUCCESS in 2 ms (warnings: 0)
2026-06-10T16:25:57.983+02:00 INFO 34232 --- [http-nio-8085-exec-4] a.p.e.p.e.RuntimeEventProcessingService : Runtime event processing profile driver-working-time-v1 completed in 62899 ms (partitions: 1, inputEvents: 2, warnings: 0)
2026-06-10T16:28:15.785+02:00 INFO 34232 --- [http-nio-8085-exec-5] a.p.e.t.s.TachographFileSessionService : Created tachograph file session timing: file='C_20260610_0908_D_Szasz_10000000198490.DDD', type=DRIVER_CARD, uploadMs=1158, parseMs=434, extractMs=989, sizeBytes=123199
2026-06-10T16:29:50.094+02:00 WARN 34232 --- [HikariPool-1:housekeeper] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=1m8s408ms172µs600ns).
2026-06-10T16:32:55.232+02:00 WARN 34232 --- [HikariPool-1:housekeeper] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=2m35s128ms688µs).
2026-06-10T16:38:21.822+02:00 WARN 34232 --- [HikariPool-1:housekeeper] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=5m26s592ms183µs400ns).
2026-06-10T16:40:44.231+02:00 WARN 34232 --- [HikariPool-1:housekeeper] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=1m52s377ms397µs500ns).
2026-06-10T16:40:44.250+02:00 INFO 34232 --- [http-nio-8085-exec-4] a.p.e.t.s.TachographFileSessionService : Created tachograph file session timing: file='M_20260609_1715_LL-158TE_ZCFM62AU70C502329.DDD', type=VEHICLE_UNIT, uploadMs=511, parseMs=340, extractMs=722477, sizeBytes=101458
2026-06-10T16:42:13.598+02:00 INFO 34232 --- [SpringApplicationShutdownHook] o.s.boot.tomcat.GracefulShutdown : Commencing graceful shutdown. Waiting for active requests to complete
2026-06-10T16:42:13.656+02:00 INFO 34232 --- [tomcat-shutdown] o.s.boot.tomcat.GracefulShutdown : Graceful shutdown complete
2026-06-10T16:42:13.694+02:00 INFO 34232 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Apache Camel 4.18.2 (camel-1) is shutting down (timeout:45s)
2026-06-10T16:42:14.429+02:00 INFO 34232 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Routes stopped (total:10)
2026-06-10T16:42:14.429+02:00 INFO 34232 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped yellowfox-d8-import-start-route (direct://yellowfox-d8-import-start)
2026-06-10T16:42:14.429+02:00 INFO 34232 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped yellowfox-d8-booking-input-route (direct://yellowfox-d8-booking-input)
2026-06-10T16:42:14.430+02:00 INFO 34232 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped tachograph-import-start-route (direct://tachograph-import-start)
2026-06-10T16:42:14.430+02:00 INFO 34232 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped tachograph-activity-input-route (direct://tachograph-activity-input)
2026-06-10T16:42:14.452+02:00 INFO 34232 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped telematics-position-input-route (direct://telematics-position-input)
2026-06-10T16:42:14.454+02:00 INFO 34232 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped eventhub-manual-input-route (direct://eventhub-manual-input)
2026-06-10T16:42:14.466+02:00 INFO 34232 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped eventhub-package-input-route (direct://eventhub-package-input)
2026-06-10T16:42:14.468+02:00 INFO 34232 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped eventhub-direct-batch-persist-route (direct://eventhub-batch-persist-input)
2026-06-10T16:42:14.472+02:00 INFO 34232 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped eventhub-batch-and-persist-route (seda://eventhub-batch-input)
2026-06-10T16:42:14.474+02:00 INFO 34232 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped eventhub-normalized-input-route (direct://eventhub-normalized-input)
2026-06-10T16:42:15.018+02:00 INFO 34232 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Apache Camel 4.18.2 (camel-1) shutdown in 1s4ms (uptime:32m16s)
2026-06-10T16:42:15.091+02:00 INFO 34232 --- [SpringApplicationShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2026-06-10T16:42:15.217+02:00 INFO 34232 --- [SpringApplicationShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
2026-06-10T16:42:32.139+02:00 INFO 23392 --- [background-preinit] o.h.validator.internal.util.Version : HV000001: Hibernate Validator 9.0.1.Final
2026-06-10T16:42:33.220+02:00 INFO 23392 --- [main] a.p.e.EventHubIngestionApplication : Starting EventHubIngestionApplication using Java 21.0.2 with PID 23392 (C:\Work\java\gite\eventhub-spring-boot\eventhub-spring-boot\target\classes started by Parzival in C:\Work\java\gite\eventhub-spring-boot\eventhub-spring-boot)
2026-06-10T16:42:33.239+02:00 INFO 23392 --- [main] a.p.e.EventHubIngestionApplication : No active profile set, falling back to 1 default profile: "default"
2026-06-10T16:42:40.802+02:00 INFO 23392 --- [main] o.s.boot.tomcat.TomcatWebServer : Tomcat initialized with port 8085 (http)
2026-06-10T16:42:40.841+02:00 INFO 23392 --- [main] o.a.coyote.http11.Http11NioProtocol : Initializing ProtocolHandler ["http-nio-8085"]
2026-06-10T16:42:40.845+02:00 INFO 23392 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2026-06-10T16:42:40.846+02:00 INFO 23392 --- [main] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/11.0.21]
2026-06-10T16:42:41.131+02:00 INFO 23392 --- [main] o.s.b.w.c.s.WebApplicationContextInitializer : Root WebApplicationContext: initialization completed in 7620 ms
2026-06-10T16:42:47.375+02:00 INFO 23392 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 4 endpoints beneath base path '/actuator'
2026-06-10T16:42:47.799+02:00 INFO 23392 --- [main] o.a.coyote.http11.Http11NioProtocol : Starting ProtocolHandler ["http-nio-8085"]
2026-06-10T16:42:47.894+02:00 INFO 23392 --- [main] o.s.boot.tomcat.TomcatWebServer : Tomcat started on port 8085 (http) with context path '/'
2026-06-10T16:43:03.490+02:00 INFO 23392 --- [main] o.a.c.impl.engine.AbstractCamelContext : Apache Camel 4.18.2 (camel-1) is starting
2026-06-10T16:43:03.700+02:00 INFO 23392 --- [main] o.a.c.p.aggregate.AggregateProcessor : Defaulting to MemoryAggregationRepository
2026-06-10T16:43:03.701+02:00 INFO 23392 --- [main] o.a.c.p.aggregate.AggregateProcessor : Using CompletionTimeout to trigger after 5000 millis of inactivity.
2026-06-10T16:43:04.180+02:00 INFO 23392 --- [main] o.a.c.impl.engine.AbstractCamelContext : Routes startup (total:10)
2026-06-10T16:43:04.181+02:00 INFO 23392 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started eventhub-normalized-input-route (direct://eventhub-normalized-input)
2026-06-10T16:43:04.181+02:00 INFO 23392 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started eventhub-batch-and-persist-route (seda://eventhub-batch-input)
2026-06-10T16:43:04.181+02:00 INFO 23392 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started eventhub-direct-batch-persist-route (direct://eventhub-batch-persist-input)
2026-06-10T16:43:04.182+02:00 INFO 23392 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started eventhub-package-input-route (direct://eventhub-package-input)
2026-06-10T16:43:04.182+02:00 INFO 23392 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started eventhub-manual-input-route (direct://eventhub-manual-input)
2026-06-10T16:43:04.182+02:00 INFO 23392 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started telematics-position-input-route (direct://telematics-position-input)
2026-06-10T16:43:04.182+02:00 INFO 23392 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started tachograph-activity-input-route (direct://tachograph-activity-input)
2026-06-10T16:43:04.182+02:00 INFO 23392 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started tachograph-import-start-route (direct://tachograph-import-start)
2026-06-10T16:43:04.182+02:00 INFO 23392 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started yellowfox-d8-booking-input-route (direct://yellowfox-d8-booking-input)
2026-06-10T16:43:04.182+02:00 INFO 23392 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started yellowfox-d8-import-start-route (direct://yellowfox-d8-import-start)
2026-06-10T16:43:04.184+02:00 INFO 23392 --- [main] o.a.c.impl.engine.AbstractCamelContext : Apache Camel 4.18.2 (camel-1) started in 692ms (build:0ms init:0ms start:692ms boot:21s629ms)
2026-06-10T16:43:04.327+02:00 INFO 23392 --- [main] a.p.e.EventHubIngestionApplication : Started EventHubIngestionApplication in 36.822 seconds (process running for 42.686)
2026-06-10T16:43:09.707+02:00 INFO 23392 --- [RMI TCP Connection(3)-169.254.53.84] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2026-06-10T16:43:09.708+02:00 INFO 23392 --- [RMI TCP Connection(3)-169.254.53.84] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2026-06-10T16:43:09.716+02:00 INFO 23392 --- [RMI TCP Connection(3)-169.254.53.84] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms
2026-06-10T16:43:35.113+02:00 WARN 23392 --- [RMI TCP Connection(6)-169.254.53.84] o.s.b.h.a.e.HealthEndpointSupport : Health contributor org.springframework.boot.jdbc.health.DataSourceHealthIndicator (db/tachographDataSource) took 24258ms to respond
2026-06-10T16:43:36.425+02:00 INFO 23392 --- [RMI TCP Connection(6)-169.254.53.84] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2026-06-10T16:43:37.262+02:00 INFO 23392 --- [RMI TCP Connection(6)-169.254.53.84] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@7e4d72ea
2026-06-10T16:43:37.275+02:00 INFO 23392 --- [RMI TCP Connection(6)-169.254.53.84] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2026-06-10T16:45:20.766+02:00 INFO 23392 --- [http-nio-8085-exec-2] a.p.e.t.s.TachographFileSessionService : Created tachograph file session timing: file='C_20260511_0509_J_Kuhn_DF000358328840.DDD', type=DRIVER_CARD, uploadMs=1693, parseMs=642, extractMs=1099, sizeBytes=67296
2026-06-10T16:45:38.307+02:00 INFO 23392 --- [http-nio-8085-exec-3] a.p.e.t.s.TachographFileSessionService : Created tachograph file session timing: file='M_20260609_1715_LL-158TE_ZCFM62AU70C502329.DDD', type=VEHICLE_UNIT, uploadMs=530, parseMs=290, extractMs=8336, sizeBytes=101458
2026-06-10T16:46:04.169+02:00 INFO 23392 --- [http-nio-8085-exec-4] a.p.e.t.s.TachographFileSessionService : Created tachograph file session timing: file='M_20260602_1412_RO BS2605_XLRTEF5380G589351.DDD', type=VEHICLE_UNIT, uploadMs=244, parseMs=38, extractMs=9198, sizeBytes=7490
2026-06-10T16:47:38.336+02:00 INFO 23392 --- [http-nio-8085-exec-6] a.p.e.p.s.UnifiedRuntimeEventAssemblyService : Runtime event assembly completed (expandVehicleEvents: true, sourceInputs: 1, driverSeedEvents: 0, discoveredVehicles: 0, expandedVehicleEvents: 0, mergedEvents: 0)
2026-06-10T16:47:38.340+02:00 INFO 23392 --- [http-nio-8085-exec-6] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module runtime-event-assembly completed with status SUCCESS in 33419 ms (warnings: 4)
2026-06-10T16:47:41.821+02:00 INFO 23392 --- [http-nio-8085-exec-6] c.e.e.r.i.kernel.service.EPRuntimeImpl : Initializing runtime URI 'eventhub-runtime-epl-module-event-to-activity-intervals-1' version 9.0.0
2026-06-10T16:47:42.387+02:00 INFO 23392 --- [http-nio-8085-exec-6] c.e.e.r.i.kernel.service.EPRuntimeImpl : Destroying runtime URI 'eventhub-runtime-epl-module-event-to-activity-intervals-1'
2026-06-10T16:47:42.390+02:00 INFO 23392 --- [http-nio-8085-exec-6] a.p.e.p.e.m.e.RuntimeEplModuleExecutor : Runtime EPL module event-to-activity-intervals completed in 4033 ms (definitionCacheHit: false, definitionPreparationMs: 3288, runtimeInitMs: 382, deployMs: 348, listenerRegistrationMs: 3, eventSendMs: 0, destroyMs: 3)
2026-06-10T16:47:42.395+02:00 INFO 23392 --- [http-nio-8085-exec-6] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module event-to-activity-intervals completed with status SUCCESS in 4055 ms (warnings: 0)
2026-06-10T16:47:42.951+02:00 INFO 23392 --- [http-nio-8085-exec-6] c.e.e.r.i.kernel.service.EPRuntimeImpl : Initializing runtime URI 'eventhub-runtime-epl-module-event-to-vehicle-usage-intervals-2' version 9.0.0
2026-06-10T16:47:43.054+02:00 INFO 23392 --- [http-nio-8085-exec-6] c.e.e.r.i.kernel.service.EPRuntimeImpl : Destroying runtime URI 'eventhub-runtime-epl-module-event-to-vehicle-usage-intervals-2'
2026-06-10T16:47:43.056+02:00 INFO 23392 --- [http-nio-8085-exec-6] a.p.e.p.e.m.e.RuntimeEplModuleExecutor : Runtime EPL module event-to-vehicle-usage-intervals completed in 656 ms (definitionCacheHit: false, definitionPreparationMs: 535, runtimeInitMs: 19, deployMs: 99, listenerRegistrationMs: 0, eventSendMs: 0, destroyMs: 1)
2026-06-10T16:47:43.060+02:00 INFO 23392 --- [http-nio-8085-exec-6] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module event-to-vehicle-usage-intervals completed with status SUCCESS in 663 ms (warnings: 0)
2026-06-10T16:47:43.061+02:00 INFO 23392 --- [http-nio-8085-exec-6] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module vehicle-usage-merge completed with status SUCCESS in 0 ms (warnings: 0)
2026-06-10T16:47:43.080+02:00 INFO 23392 --- [http-nio-8085-exec-6] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module vehicle-evidence-attachment completed with status SUCCESS in 19 ms (warnings: 0)
2026-06-10T16:47:43.093+02:00 INFO 23392 --- [http-nio-8085-exec-6] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module support-evidence-normalization completed with status SUCCESS in 11 ms (warnings: 0)
2026-06-10T16:47:43.121+02:00 INFO 23392 --- [http-nio-8085-exec-6] a.p.e.p.d.s.DriverWorkingTimeProcessingCore : Driver working-time core processed driver 13:DF000358328840 in 28 ms (activityClipMs: 2, derivedProjectionBuildMs: 8, derivedIntervalClipMs: 15, activityIntervals: 0, drivingIntervals: 0, vehicleUsageIntervals: 0, supportGeoEvents: 0)
2026-06-10T16:47:43.124+02:00 INFO 23392 --- [http-nio-8085-exec-6] a.p.e.p.e.m.DriverWorkingTimeDerivedProjectionsModule : Driving-derived projections processed 1 drivers in 30 ms (driverProcessingTotalMs: 28, slowestDriverKey: 13:DF000358328840, slowestDriverProcessingMs: 28, warnings: 0)
2026-06-10T16:47:43.125+02:00 INFO 23392 --- [http-nio-8085-exec-6] a.p.e.p.e.m.RuntimeProcessingPipelineExecutor : Runtime processing module driving-derived-projections completed with status SUCCESS in 31 ms (warnings: 0)
2026-06-10T16:47:43.127+02:00 INFO 23392 --- [http-nio-8085-exec-6] a.p.e.p.e.RuntimeEventProcessingService : Runtime event processing profile driver-working-time-v1 completed in 38209 ms (partitions: 1, inputEvents: 0, warnings: 0)
2026-06-10T16:49:27.781+02:00 INFO 23392 --- [SpringApplicationShutdownHook] o.s.boot.tomcat.GracefulShutdown : Commencing graceful shutdown. Waiting for active requests to complete
2026-06-10T16:49:27.803+02:00 INFO 23392 --- [tomcat-shutdown] o.s.boot.tomcat.GracefulShutdown : Graceful shutdown complete
2026-06-10T16:49:27.818+02:00 INFO 23392 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Apache Camel 4.18.2 (camel-1) is shutting down (timeout:45s)
2026-06-10T16:49:28.940+02:00 INFO 23392 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Routes stopped (total:10)
2026-06-10T16:49:28.940+02:00 INFO 23392 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped yellowfox-d8-import-start-route (direct://yellowfox-d8-import-start)
2026-06-10T16:49:28.941+02:00 INFO 23392 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped yellowfox-d8-booking-input-route (direct://yellowfox-d8-booking-input)
2026-06-10T16:49:28.942+02:00 INFO 23392 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped tachograph-import-start-route (direct://tachograph-import-start)
2026-06-10T16:49:28.951+02:00 INFO 23392 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped tachograph-activity-input-route (direct://tachograph-activity-input)
2026-06-10T16:49:28.952+02:00 INFO 23392 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped telematics-position-input-route (direct://telematics-position-input)
2026-06-10T16:49:28.953+02:00 INFO 23392 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped eventhub-manual-input-route (direct://eventhub-manual-input)
2026-06-10T16:49:28.953+02:00 INFO 23392 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped eventhub-package-input-route (direct://eventhub-package-input)
2026-06-10T16:49:28.954+02:00 INFO 23392 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped eventhub-direct-batch-persist-route (direct://eventhub-batch-persist-input)
2026-06-10T16:49:28.954+02:00 INFO 23392 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped eventhub-batch-and-persist-route (seda://eventhub-batch-input)
2026-06-10T16:49:28.954+02:00 INFO 23392 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Stopped eventhub-normalized-input-route (direct://eventhub-normalized-input)
2026-06-10T16:49:28.984+02:00 INFO 23392 --- [SpringApplicationShutdownHook] o.a.c.impl.engine.AbstractCamelContext : Apache Camel 4.18.2 (camel-1) shutdown in 1s166ms (uptime:6m25s)
2026-06-10T16:49:29.468+02:00 INFO 23392 --- [SpringApplicationShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2026-06-10T16:49:29.513+02:00 INFO 23392 --- [SpringApplicationShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
2026-06-10T16:49:47.157+02:00 INFO 31320 --- [background-preinit] o.h.validator.internal.util.Version : HV000001: Hibernate Validator 9.0.1.Final
2026-06-10T16:49:47.824+02:00 INFO 31320 --- [main] a.p.e.EventHubIngestionApplication : Starting EventHubIngestionApplication using Java 21.0.2 with PID 31320 (C:\Work\java\gite\eventhub-spring-boot\eventhub-spring-boot\target\classes started by Parzival in C:\Work\java\gite\eventhub-spring-boot\eventhub-spring-boot)
2026-06-10T16:49:47.830+02:00 INFO 31320 --- [main] a.p.e.EventHubIngestionApplication : No active profile set, falling back to 1 default profile: "default"
2026-06-10T16:50:02.689+02:00 INFO 31320 --- [main] o.s.boot.tomcat.TomcatWebServer : Tomcat initialized with port 8085 (http)
2026-06-10T16:50:02.743+02:00 INFO 31320 --- [main] o.a.coyote.http11.Http11NioProtocol : Initializing ProtocolHandler ["http-nio-8085"]
2026-06-10T16:50:02.746+02:00 INFO 31320 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2026-06-10T16:50:02.747+02:00 INFO 31320 --- [main] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/11.0.21]
2026-06-10T16:50:02.959+02:00 INFO 31320 --- [main] o.s.b.w.c.s.WebApplicationContextInitializer : Root WebApplicationContext: initialization completed in 14701 ms
2026-06-10T16:50:11.999+02:00 INFO 31320 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 4 endpoints beneath base path '/actuator'
2026-06-10T16:50:12.471+02:00 INFO 31320 --- [main] o.a.coyote.http11.Http11NioProtocol : Starting ProtocolHandler ["http-nio-8085"]
2026-06-10T16:50:12.586+02:00 INFO 31320 --- [main] o.s.boot.tomcat.TomcatWebServer : Tomcat started on port 8085 (http) with context path '/'
2026-06-10T16:50:22.598+02:00 INFO 31320 --- [main] o.a.c.impl.engine.AbstractCamelContext : Apache Camel 4.18.2 (camel-1) is starting
2026-06-10T16:50:22.628+02:00 INFO 31320 --- [main] o.a.c.p.aggregate.AggregateProcessor : Defaulting to MemoryAggregationRepository
2026-06-10T16:50:22.631+02:00 INFO 31320 --- [main] o.a.c.p.aggregate.AggregateProcessor : Using CompletionTimeout to trigger after 5000 millis of inactivity.
2026-06-10T16:50:22.685+02:00 INFO 31320 --- [main] o.a.c.impl.engine.AbstractCamelContext : Routes startup (total:10)
2026-06-10T16:50:22.685+02:00 INFO 31320 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started eventhub-normalized-input-route (direct://eventhub-normalized-input)
2026-06-10T16:50:22.685+02:00 INFO 31320 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started eventhub-batch-and-persist-route (seda://eventhub-batch-input)
2026-06-10T16:50:22.685+02:00 INFO 31320 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started eventhub-direct-batch-persist-route (direct://eventhub-batch-persist-input)
2026-06-10T16:50:22.685+02:00 INFO 31320 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started eventhub-package-input-route (direct://eventhub-package-input)
2026-06-10T16:50:22.686+02:00 INFO 31320 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started eventhub-manual-input-route (direct://eventhub-manual-input)
2026-06-10T16:50:22.686+02:00 INFO 31320 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started telematics-position-input-route (direct://telematics-position-input)
2026-06-10T16:50:22.686+02:00 INFO 31320 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started tachograph-activity-input-route (direct://tachograph-activity-input)
2026-06-10T16:50:22.686+02:00 INFO 31320 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started tachograph-import-start-route (direct://tachograph-import-start)
2026-06-10T16:50:22.686+02:00 INFO 31320 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started yellowfox-d8-booking-input-route (direct://yellowfox-d8-booking-input)
2026-06-10T16:50:22.686+02:00 INFO 31320 --- [main] o.a.c.impl.engine.AbstractCamelContext : Started yellowfox-d8-import-start-route (direct://yellowfox-d8-import-start)
2026-06-10T16:50:22.691+02:00 INFO 31320 --- [main] o.a.c.impl.engine.AbstractCamelContext : Apache Camel 4.18.2 (camel-1) started in 87ms (build:0ms init:0ms start:87ms boot:19s42ms)
2026-06-10T16:50:22.795+02:00 INFO 31320 --- [main] a.p.e.EventHubIngestionApplication : Started EventHubIngestionApplication in 39.491 seconds (process running for 43.477)
2026-06-10T16:50:33.192+02:00 INFO 31320 --- [RMI TCP Connection(4)-169.254.53.84] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2026-06-10T16:50:33.196+02:00 INFO 31320 --- [RMI TCP Connection(4)-169.254.53.84] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2026-06-10T16:50:33.205+02:00 INFO 31320 --- [RMI TCP Connection(4)-169.254.53.84] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms
2026-06-10T16:51:23.311+02:00 WARN 31320 --- [RMI TCP Connection(1)-169.254.53.84] o.s.b.h.a.e.HealthEndpointSupport : Health contributor org.springframework.boot.jdbc.health.DataSourceHealthIndicator (db/tachographDataSource) took 50286ms to respond
2026-06-10T16:51:24.002+02:00 INFO 31320 --- [RMI TCP Connection(1)-169.254.53.84] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2026-06-10T16:51:24.206+02:00 INFO 31320 --- [RMI TCP Connection(1)-169.254.53.84] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@536090f5
2026-06-10T16:51:24.216+02:00 INFO 31320 --- [RMI TCP Connection(1)-169.254.53.84] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2026-06-10T17:00:11.402+02:00 INFO 31320 --- [http-nio-8085-exec-4] a.p.e.t.s.TachographFileSessionService : Created tachograph file session timing: file='C_20260511_0509_J_Kuhn_DF000358328840.DDD', type=DRIVER_CARD, uploadMs=3040, parseMs=703, extractMs=1387, sizeBytes=67296
2026-06-10T17:14:59.690+02:00 WARN 31320 --- [HikariPool-1:housekeeper] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=15m4s860ms343µs700ns).

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

2859
replay_pid22172.log Normal file

File diff suppressed because it is too large Load Diff

3288
replay_pid31160.log Normal file

File diff suppressed because it is too large Load Diff

View File

@ -11,6 +11,8 @@ import at.procon.eventhub.tachographfilesession.dto.TachographFileSessionListDri
import at.procon.eventhub.tachographfilesession.dto.TachographFileSessionSummaryDto;
import at.procon.eventhub.tachographfilesession.service.TachographFileSessionProcessingService;
import at.procon.eventhub.tachographfilesession.service.TachographFileSessionService;
import at.procon.eventhub.tachographfilesession.dto.TachographUploadWorkflowResponse;
import jakarta.servlet.http.HttpSession;
import java.util.UUID;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
@ -44,10 +46,21 @@ public class TachographFileSessionController {
@RequestParam("file") MultipartFile file,
@RequestParam(required = false) String tenantKey,
@RequestParam(required = false) String sourceInstanceKey,
@RequestParam(required = false) String sessionLabel
@RequestParam(required = false) String sessionLabel,
HttpSession webSession
) {
return ResponseEntity.status(HttpStatus.CREATED)
.body(service.createSession(file, tenantKey, sourceInstanceKey, sessionLabel));
.body(service.createSession(file, tenantKey, sourceInstanceKey, sessionLabel, webSession));
}
@PostMapping("/workflow/reset")
public ResponseEntity<TachographUploadWorkflowResponse> resetUploadWorkflow(HttpSession webSession) {
return ResponseEntity.ok(service.resetUploadWorkflow(webSession));
}
@GetMapping("/workflow")
public ResponseEntity<TachographUploadWorkflowResponse> getUploadWorkflow(HttpSession webSession) {
return ResponseEntity.ok(service.getUploadWorkflow(webSession));
}
@GetMapping("/{sessionId}")

View File

@ -1,6 +1,12 @@
package at.procon.eventhub.tachographfilesession.dto;
public record CreateTachographFileSessionResponse(
TachographFileSessionSummaryDto session
TachographFileSessionSummaryDto session,
TachographUploadWorkflowDto workflow,
TachographCompositeSessionSummaryDto compositeSession
) {
public CreateTachographFileSessionResponse(TachographFileSessionSummaryDto session) {
this(session, null, null);
}
}

View File

@ -0,0 +1,13 @@
package at.procon.eventhub.tachographfilesession.dto;
import java.util.List;
import java.util.UUID;
public record TachographUploadWorkflowDto(
boolean driverCardUploaded,
UUID driverCardSessionId,
List<UUID> uploadedSessionIds,
List<UUID> vehicleUnitSessionIds,
UUID compositeSessionId
) {
}

View File

@ -0,0 +1,6 @@
package at.procon.eventhub.tachographfilesession.dto;
public record TachographUploadWorkflowResponse(
TachographUploadWorkflowDto workflow
) {
}

View File

@ -28,10 +28,8 @@ public class LegalRequirementsClient {
public LegalRequirementsUploadResult uploadTachographFile(byte[] fileBytes, String fileName) {
EventHubProperties.LegalRequirements config = properties.getTachographFileSession().getLegalRequirements();
HttpClient client = HttpClient.newBuilder()
.connectTimeout(config.getConnectTimeout())
.cookieHandler(new CookieManager(null, CookiePolicy.ACCEPT_ALL))
.build();
CookieManager cookieManager = newCookieManager();
HttpClient client = httpClient(config, cookieManager);
try {
String dataPackageId = uploadDataPackage(client, config, fileBytes, fileName);
String xml = downloadXml(client, config, dataPackageId);
@ -43,6 +41,23 @@ public class LegalRequirementsClient {
}
}
public LegalRequirementsUploadResult uploadTachographFile(CookieManager cookieManager, byte[] fileBytes, String fileName) {
EventHubProperties.LegalRequirements config = properties.getTachographFileSession().getLegalRequirements();
HttpClient client = httpClient(config, cookieManager);
String dataPackageId = uploadDataPackage(client, config, fileBytes, fileName);
String xml = downloadXml(client, config, dataPackageId);
return new LegalRequirementsUploadResult(dataPackageId, xml);
}
public void resetSession(CookieManager cookieManager) {
EventHubProperties.LegalRequirements config = properties.getTachographFileSession().getLegalRequirements();
resetSessionQuietly(httpClient(config, cookieManager), config);
}
public CookieManager newCookieManager() {
return new CookieManager(null, CookiePolicy.ACCEPT_ALL);
}
private String uploadDataPackage(HttpClient client, EventHubProperties.LegalRequirements config, byte[] fileBytes, String fileName) {
try {
String payload = objectMapper.createObjectNode()
@ -115,6 +130,13 @@ public class LegalRequirementsClient {
return HttpRequest.newBuilder(URI.create(url)).timeout(timeout);
}
private HttpClient httpClient(EventHubProperties.LegalRequirements config, CookieManager cookieManager) {
return HttpClient.newBuilder()
.connectTimeout(config.getConnectTimeout())
.cookieHandler(cookieManager == null ? newCookieManager() : cookieManager)
.build();
}
private String basicAuth(EventHubProperties.LegalRequirements config) {
String user = config.getUsername() == null ? "" : config.getUsername();
String password = config.getPassword() == null ? "" : config.getPassword();

View File

@ -56,10 +56,20 @@ public class TachographCompositeSessionService {
}
public CreateTachographCompositeSessionResponse createCompositeSession(CreateTachographCompositeSessionRequest request) {
if (request == null || request.sessionIds() == null || request.sessionIds().isEmpty()) {
return new CreateTachographCompositeSessionResponse(
upsertCompositeSession(null, request == null ? null : request.sessionIds(), request == null ? null : request.label())
);
}
public TachographCompositeSessionSummaryDto upsertCompositeSession(
UUID compositeSessionId,
List<UUID> requestedSessionIds,
String label
) {
if (requestedSessionIds == null || requestedSessionIds.isEmpty()) {
throw new IllegalArgumentException("sessionIds must not be empty.");
}
List<UUID> memberSessionIds = request.sessionIds().stream()
List<UUID> memberSessionIds = requestedSessionIds.stream()
.filter(Objects::nonNull)
.distinct()
.toList();
@ -72,14 +82,20 @@ public class TachographCompositeSessionService {
.filter(value -> value != null && !value.isBlank())
.findFirst()
.orElse("default");
UUID id = compositeSessionId == null ? UUID.randomUUID() : compositeSessionId;
Instant createdAt = compositeSessionId == null
? Instant.now()
: compositeRepository.find(compositeSessionId)
.map(TachographCompositeSession::createdAt)
.orElseGet(Instant::now);
TachographCompositeSession compositeSession = compositeRepository.save(new TachographCompositeSession(
UUID.randomUUID(),
id,
tenantKey,
blankToNull(request.label()),
blankToNull(label),
memberSessionIds,
Instant.now()
createdAt
));
return new CreateTachographCompositeSessionResponse(toSummary(compositeSession, sessions));
return toSummary(compositeSession, sessions);
}
public TachographCompositeSessionSummaryDto getCompositeSession(UUID compositeSessionId) {

View File

@ -2,14 +2,18 @@ package at.procon.eventhub.tachographfilesession.service;
import at.procon.eventhub.config.EventHubProperties;
import at.procon.eventhub.tachographfilesession.dto.CreateTachographFileSessionResponse;
import at.procon.eventhub.tachographfilesession.dto.TachographCompositeSessionSummaryDto;
import at.procon.eventhub.tachographfilesession.dto.TachographFileDriverDetailDto;
import at.procon.eventhub.tachographfilesession.dto.TachographFileDriverSummaryDto;
import at.procon.eventhub.tachographfilesession.dto.TachographFileSessionDeleteResponse;
import at.procon.eventhub.tachographfilesession.dto.TachographFileSessionListDriversResponse;
import at.procon.eventhub.tachographfilesession.dto.TachographFileSessionSummaryDto;
import at.procon.eventhub.tachographfilesession.dto.TachographUploadWorkflowResponse;
import at.procon.eventhub.tachographfilesession.model.DriverExtractionSession;
import at.procon.eventhub.tachographfilesession.model.TachographFileSession;
import at.procon.eventhub.tachographfilesession.model.TachographFileSessionMetadata;
import jakarta.servlet.http.HttpSession;
import java.net.CookieManager;
import java.nio.charset.StandardCharsets;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
@ -27,9 +31,14 @@ import org.springframework.web.multipart.MultipartFile;
public class TachographFileSessionService {
private static final Logger log = LoggerFactory.getLogger(TachographFileSessionService.class);
private static final String LEGAL_REQUIREMENTS_COOKIE_MANAGER_ATTRIBUTE =
TachographFileSessionService.class.getName() + ".legalRequirementsCookieManager";
private static final String WORKFLOW_STATE_ATTRIBUTE =
TachographFileSessionService.class.getName() + ".uploadWorkflowState";
private final EventHubProperties properties;
private final TachographFileSessionRepository repository;
private final TachographCompositeSessionService compositeSessionService;
private final LegalRequirementsClient legalRequirementsClient;
private final TachographXmlParser tachographXmlParser;
private final DriverCardXmlExtractionService driverCardExtractionService;
@ -38,6 +47,7 @@ public class TachographFileSessionService {
public TachographFileSessionService(
EventHubProperties properties,
TachographFileSessionRepository repository,
TachographCompositeSessionService compositeSessionService,
LegalRequirementsClient legalRequirementsClient,
TachographXmlParser tachographXmlParser,
DriverCardXmlExtractionService driverCardExtractionService,
@ -45,6 +55,7 @@ public class TachographFileSessionService {
) {
this.properties = properties;
this.repository = repository;
this.compositeSessionService = compositeSessionService;
this.legalRequirementsClient = legalRequirementsClient;
this.tachographXmlParser = tachographXmlParser;
this.driverCardExtractionService = driverCardExtractionService;
@ -55,14 +66,21 @@ public class TachographFileSessionService {
MultipartFile file,
String tenantKey,
String sourceInstanceKey,
String sessionLabel
String sessionLabel,
HttpSession webSession
) {
try {
if (webSession == null) {
throw new IllegalArgumentException("HTTP session is required for tachograph upload workflow.");
}
validateFile(file);
byte[] fileBytes = file.getBytes();
validateFileBytes(fileBytes);
CookieManager cookieManager = cookieManager(webSession);
TachographUploadWorkflowState workflowState = workflowState(webSession);
long uploadStartedAt = System.nanoTime();
LegalRequirementsUploadResult uploadResult = legalRequirementsClient.uploadTachographFile(fileBytes, file.getOriginalFilename());
LegalRequirementsUploadResult uploadResult =
legalRequirementsClient.uploadTachographFile(cookieManager, fileBytes, file.getOriginalFilename());
long uploadDurationMs = elapsedMillis(uploadStartedAt);
long parseStartedAt = System.nanoTime();
@ -72,6 +90,7 @@ public class TachographFileSessionService {
Instant createdAt = Instant.now();
Instant expiresAt = createdAt.plus(properties.getTachographFileSession().getTtl());
boolean driverCardFile = "DriverCard".equals(parsedXml.rootElementName());
validateWorkflowSequence(webSession, workflowState, cookieManager, driverCardFile);
TachographFileSessionMetadata metadata = new TachographFileSessionMetadata(
tenant(tenantKey),
sourceInstance(sourceInstanceKey, driverCardFile),
@ -100,7 +119,10 @@ public class TachographFileSessionService {
fileBytes.length
);
TachographFileSession saved = repository.save(session);
return new CreateTachographFileSessionResponse(toSummary(saved));
workflowState.recordUploadedSession(saved.sessionId(), driverCardFile);
TachographCompositeSessionSummaryDto compositeSession = updateCompositeSession(workflowState, sessionLabel);
webSession.setAttribute(WORKFLOW_STATE_ATTRIBUTE, workflowState);
return new CreateTachographFileSessionResponse(toSummary(saved), workflowState.toDto(), compositeSession);
} catch (Exception e) {
if (e instanceof RuntimeException runtimeException) {
throw runtimeException;
@ -109,6 +131,27 @@ public class TachographFileSessionService {
}
}
public TachographUploadWorkflowResponse resetUploadWorkflow(HttpSession webSession) {
if (webSession == null) {
throw new IllegalArgumentException("HTTP session is required for tachograph upload workflow.");
}
CookieManager existingCookieManager = existingCookieManager(webSession);
if (existingCookieManager != null) {
legalRequirementsClient.resetSession(existingCookieManager);
}
webSession.setAttribute(LEGAL_REQUIREMENTS_COOKIE_MANAGER_ATTRIBUTE, legalRequirementsClient.newCookieManager());
TachographUploadWorkflowState state = new TachographUploadWorkflowState();
webSession.setAttribute(WORKFLOW_STATE_ATTRIBUTE, state);
return new TachographUploadWorkflowResponse(state.toDto());
}
public TachographUploadWorkflowResponse getUploadWorkflow(HttpSession webSession) {
if (webSession == null) {
throw new IllegalArgumentException("HTTP session is required for tachograph upload workflow.");
}
return new TachographUploadWorkflowResponse(workflowState(webSession).toDto());
}
public TachographFileSessionSummaryDto getSession(UUID sessionId) {
return toSummary(requireSession(sessionId));
}
@ -146,6 +189,27 @@ public class TachographFileSessionService {
return repository.find(sessionId).orElseThrow(() -> new TachographFileSessionNotFoundException(sessionId));
}
private TachographCompositeSessionSummaryDto updateCompositeSession(
TachographUploadWorkflowState workflowState,
String sessionLabel
) {
if (workflowState.uploadedSessionIds().size() < 2) {
return null;
}
TachographCompositeSessionSummaryDto compositeSession = compositeSessionService.upsertCompositeSession(
workflowState.compositeSessionId(),
workflowState.uploadedSessionIds(),
compositeSessionLabel(sessionLabel)
);
workflowState.compositeSessionId(compositeSession.compositeSessionId());
return compositeSession;
}
private String compositeSessionLabel(String sessionLabel) {
String normalizedLabel = blankToNull(sessionLabel);
return normalizedLabel == null ? "tachograph-upload-workflow" : normalizedLabel;
}
private TachographFileSessionSummaryDto toSummary(TachographFileSession session) {
return new TachographFileSessionSummaryDto(
session.sessionId(),
@ -207,6 +271,63 @@ public class TachographFileSessionService {
return driverCardFile ? "legalrequirements-drivercard" : "legalrequirements-vehicleunit";
}
private void validateWorkflowSequence(
HttpSession webSession,
TachographUploadWorkflowState workflowState,
CookieManager cookieManager,
boolean driverCardFile
) {
try {
validateWorkflowSequenceInternal(workflowState, driverCardFile);
} catch (IllegalArgumentException exception) {
resetWorkflowState(webSession, cookieManager);
throw exception;
}
}
private void validateWorkflowSequenceInternal(TachographUploadWorkflowState workflowState, boolean driverCardFile) {
if (!workflowState.driverCardUploaded() && !workflowState.uploadedSessionIds().isEmpty() && driverCardFile) {
throw new IllegalArgumentException("Workflow already contains uploaded files. Reset the workflow before starting a new driver card import.");
}
if (!workflowState.driverCardUploaded() && !driverCardFile) {
throw new IllegalArgumentException("Driver card file must be uploaded first after workflow reset.");
}
if (workflowState.driverCardUploaded() && driverCardFile) {
throw new IllegalArgumentException("Workflow already contains a driver card file. Upload vehicle-unit files next or reset the workflow.");
}
}
private CookieManager cookieManager(HttpSession webSession) {
CookieManager existing = existingCookieManager(webSession);
if (existing != null) {
return existing;
}
CookieManager created = legalRequirementsClient.newCookieManager();
webSession.setAttribute(LEGAL_REQUIREMENTS_COOKIE_MANAGER_ATTRIBUTE, created);
return created;
}
private CookieManager existingCookieManager(HttpSession webSession) {
Object value = webSession.getAttribute(LEGAL_REQUIREMENTS_COOKIE_MANAGER_ATTRIBUTE);
return value instanceof CookieManager cookieManager ? cookieManager : null;
}
private TachographUploadWorkflowState workflowState(HttpSession webSession) {
Object value = webSession.getAttribute(WORKFLOW_STATE_ATTRIBUTE);
if (value instanceof TachographUploadWorkflowState state) {
return state;
}
TachographUploadWorkflowState state = new TachographUploadWorkflowState();
webSession.setAttribute(WORKFLOW_STATE_ATTRIBUTE, state);
return state;
}
private void resetWorkflowState(HttpSession webSession, CookieManager cookieManager) {
legalRequirementsClient.resetSession(cookieManager);
webSession.setAttribute(LEGAL_REQUIREMENTS_COOKIE_MANAGER_ATTRIBUTE, legalRequirementsClient.newCookieManager());
webSession.setAttribute(WORKFLOW_STATE_ATTRIBUTE, new TachographUploadWorkflowState());
}
private String blankToNull(String value) {
return value == null || value.isBlank() ? null : value.trim();
}

View File

@ -0,0 +1,57 @@
package at.procon.eventhub.tachographfilesession.service;
import at.procon.eventhub.tachographfilesession.dto.TachographUploadWorkflowDto;
import java.util.ArrayList;
import java.util.List;
import java.util.UUID;
final class TachographUploadWorkflowState {
private UUID driverCardSessionId;
private final List<UUID> uploadedSessionIds = new ArrayList<>();
private final List<UUID> vehicleUnitSessionIds = new ArrayList<>();
private UUID compositeSessionId;
boolean driverCardUploaded() {
return driverCardSessionId != null;
}
UUID driverCardSessionId() {
return driverCardSessionId;
}
List<UUID> uploadedSessionIds() {
return List.copyOf(uploadedSessionIds);
}
List<UUID> vehicleUnitSessionIds() {
return List.copyOf(vehicleUnitSessionIds);
}
UUID compositeSessionId() {
return compositeSessionId;
}
void recordUploadedSession(UUID sessionId, boolean driverCardFile) {
uploadedSessionIds.add(sessionId);
if (driverCardFile) {
driverCardSessionId = sessionId;
return;
}
vehicleUnitSessionIds.add(sessionId);
}
void compositeSessionId(UUID compositeSessionId) {
this.compositeSessionId = compositeSessionId;
}
TachographUploadWorkflowDto toDto() {
return new TachographUploadWorkflowDto(
driverCardUploaded(),
driverCardSessionId,
uploadedSessionIds(),
vehicleUnitSessionIds(),
compositeSessionId
);
}
}

View File

@ -4,6 +4,10 @@ import java.io.ByteArrayInputStream;
import java.io.IOException;
import java.io.StringReader;
import java.nio.charset.StandardCharsets;
import java.util.Base64;
import java.util.HexFormat;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import javax.xml.XMLConstants;
import javax.xml.parsers.DocumentBuilder;
import javax.xml.parsers.DocumentBuilderFactory;
@ -21,6 +25,9 @@ import org.xml.sax.SAXException;
public class TachographXmlParser {
private static final String JAXP_MAX_OCCUR_LIMIT = "http://www.oracle.com/xml/jaxp/properties/maxOccurLimit";
private static final Pattern MANUFACTURER_SPECIFIC_ERROR_CODE_PATTERN = Pattern.compile(
"(<manufacturerSpecificErrorCode>)([^<\\s]+)(</manufacturerSpecificErrorCode>)"
);
private final Schema schema;
@ -62,11 +69,45 @@ public class TachographXmlParser {
}
}
private String normalizeXmlContent(String xmlContent) {
String normalizeXmlContent(String xmlContent) {
if (xmlContent == null || xmlContent.isEmpty()) {
return xmlContent;
}
return xmlContent.charAt(0) == '\uFEFF' ? xmlContent.substring(1) : xmlContent;
String normalized = xmlContent.charAt(0) == '\uFEFF' ? xmlContent.substring(1) : xmlContent;
return normalizeManufacturerSpecificErrorCodes(normalized);
}
private String normalizeManufacturerSpecificErrorCodes(String xmlContent) {
Matcher matcher = MANUFACTURER_SPECIFIC_ERROR_CODE_PATTERN.matcher(xmlContent);
StringBuffer normalized = new StringBuffer(xmlContent.length());
while (matcher.find()) {
String rawValue = matcher.group(2);
String replacementValue = normalizeThreeByteOctetString(rawValue);
matcher.appendReplacement(
normalized,
Matcher.quoteReplacement(matcher.group(1) + replacementValue + matcher.group(3))
);
}
matcher.appendTail(normalized);
return normalized.toString();
}
private String normalizeThreeByteOctetString(String rawValue) {
if (rawValue == null || rawValue.isBlank()) {
return rawValue;
}
if (rawValue.matches("(?i)[0-9a-f]{6}")) {
return rawValue.toUpperCase();
}
try {
byte[] decoded = Base64.getDecoder().decode(rawValue);
if (decoded.length == 3) {
return HexFormat.of().formatHex(decoded).toUpperCase();
}
return rawValue;
} catch (IllegalArgumentException ignored) {
return rawValue;
}
}
private Schema loadSchema() {

View File

@ -0,0 +1,201 @@
spring:
application:
name: eventhub-ingestion-service
datasource:
url: jdbc:postgresql://${DB_HOST:localhost}:${DB_PORT:5432}/${DB_NAME:eventhub}
username: ${DB_USER:}
password: ${DB_PASSWORD:}
hikari:
maximum-pool-size: 16
minimum-idle: 4
connection-timeout: 30000
validation-timeout: 5000
idle-timeout: 300000
keepalive-time: 120000
max-lifetime: 540000
flyway:
enabled: true
default-schema: eventhub
schemas: eventhub
create-schemas: true
logging:
file:
name: ${EVENTHUB_LOG_FILE:logs/eventhub-ingestion-service.log}
logback:
rollingpolicy:
max-file-size: ${EVENTHUB_LOG_MAX_FILE_SIZE:50MB}
max-history: ${EVENTHUB_LOG_MAX_HISTORY:14}
total-size-cap: ${EVENTHUB_LOG_TOTAL_SIZE_CAP:1GB}
server:
port: 8085
camel:
springboot:
name: eventhub-ingestion-camel
main-run-controller: true
management:
endpoints:
web:
exposure:
include: health,info,metrics,camelroutes
eventhub:
batch:
completion-size: 5000
completion-timeout: 5s
queue-size: 10000
concurrent-consumers: 4
block-when-full: true
queue-offer-timeout: 5m
tachograph:
default-chunk-days: 1
occurred-at-overlap: 7d
sync-vehicle-registrations-on-master-data-update: true
# Set TACHOGRAPH_DB_JDBC_URL to enable JdbcTachographExtractionBatchExecutor.
datasource:
jdbc-url: ${TACHOGRAPH_DB_JDBC_URL:}
username: ${TACHOGRAPH_DB_USER:}
password: ${TACHOGRAPH_DB_PASSWORD:}
driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
# Enables the scheduler that regularly triggers configured tachograph import plans.
# Default is safe: no scheduled import starts unless explicitly enabled.
scheduler-enabled: false
scheduler-poll-interval-ms: 3600000
# PLAN_ONLY creates import_run + planned extraction packages.
# EXECUTE also invokes the configured TachographExtractionBatchExecutor.
scheduler-trigger-mode: EXECUTE
# JDBC extraction handoff mode:
# SYNC_DIRECT = persist controlled JDBC batches directly, cursor-safe default.
# CAMEL_ROUTE = persist the same controlled batches through direct:eventhub-batch-persist-input.
jdbc-extraction-ingest-mode: ${TACHOGRAPH_JDBC_EXTRACTION_INGEST_MODE:SYNC_DIRECT}
# Example plan. Keep disabled until the tachograph datasource/extractor is wired.
import-plans:
- plan-key: tachograph-org-14708
enabled: false
cron: "" #"0 15 * * * *" # hourly at minute 15
tenant-key: Procon
event-source:
provider-key: TACHOGRAPH
source-kind: MIXED
source-key: TACHOGRAPH_DB
source-instance-key: ByteBar-DriverSettlement
tenant-provider-setting-key: ByteBar-DriverSettlement
source-group:
type: ORGANISATION
source-entity-id: "14708"
code: "14708"
name: Zeller root organisation
import-scope:
type: SOURCE_ORGANISATION_SUBTREE
root-source-organisation:
type: ORGANISATION
source-entity-id: "14708"
code: "14708"
name: Zeller root organisation
include-children: true
occurred-from: null
occurred-to: null
event-families:
- DRIVER_ACTIVITY
- DRIVER_CARD
- POSITION
- BORDER_CROSSING
- LOAD_UNLOAD
- PLACE
- SPECIFIC_CONDITION
- SPEEDING
initial-mode: INITIAL_BACKFILL
scheduled-mode: INITIAL_BACKFILL # INITIAL_BACKFILL INCREMENTAL_UPDATE
initial-strategy: OCCURRED_AT_WINDOW_WITH_OVERLAP
scheduled-strategy: SOURCE_PACKAGE_WATERMARK
refresh-master-data-first: true
initial-occurred-from: "2026-04-01T00:00:00+01:00"
initial-occurred-to: "2026-04-10T00:00:00+01:00"
run-initial-on-startup: true
tachograph-file-session:
ttl: 4h
max-sessions: 100
max-file-size-bytes: 20971520
processing:
operating-split-idle-hours: 7
significant-driving-minutes: 3
merge-gap-seconds: 0
gap-detection-tolerance-seconds: 0
timeline-input-mode: events
legal-requirements:
base-url: ${LEGAL_REQUIREMENTS_BASE_URL:https://legalrequirements.services.bytebar.eu/ODataV4/LR}
username: ${LEGAL_REQUIREMENTS_USERNAME:}
password: ${LEGAL_REQUIREMENTS_PASSWORD:}
connect-timeout: 20s
read-timeout: 2m
reset-session-after-use: false
esper-poc:
activity-merge-mode: JAVA
shift-resolution-mode: JAVA
operating-period-evaluation:
operating-split-idle-hours: 7
significant-driving-minutes: 3
merge-gap-seconds: 0
gap-detection-tolerance-seconds: 0
unknown-treatment-mode: AS_BREAK_REST
engine-mode: STREAM_COLLECTOR
yellow-fox:
default-chunk-days: 1
occurred-at-overlap: 2h
emit-initial-ignition-snapshot: false
sync-vehicle-registrations-on-master-data-update: false
# JDBC extraction handoff mode:
# SYNC_DIRECT = persist controlled JDBC batches directly, cursor-safe default.
# CAMEL_ROUTE = persist the same controlled batches through direct:eventhub-batch-persist-input.
jdbc-extraction-ingest-mode: ${YELLOWFOX_JDBC_EXTRACTION_INGEST_MODE:SYNC_DIRECT}
datasource:
jdbc-url: ${YELLOWFOX_DB_JDBC_URL:}
username: ${YELLOWFOX_DB_USERNAME:}
password: ${YELLOWFOX_DB_PASSWORD:}
driver-class-name: org.postgresql.Driver
scheduler-enabled: false
scheduler-poll-interval-ms: 60000
scheduler-trigger-mode: EXECUTE
import-plans:
- plan-key: yellowfox-d8-default
enabled: false
cron: "" #"0 */5 * * * *"
tenant-key: Procon
event-source:
provider-key: YELLOWFOX
source-kind: TELEMATICS_PLATFORM
source-key: YELLOWFOX_D8
source-instance-key: logistics-db-prod
tenant-provider-setting-key: yellowfox-main
source-group:
type: FLEET
source-entity-id: "7"
import-scope:
type: TENANT_ALL
include-children: false
event-families:
- DRIVER_ACTIVITY
- DRIVER_CARD
initial-mode: INITIAL_BACKFILL
scheduled-mode: INITIAL_BACKFILL # INITIAL_BACKFILL, INCREMENTAL_UPDATE
initial-strategy: OCCURRED_AT_WINDOW_WITH_OVERLAP
scheduled-strategy: SOURCE_ROW_WATERMARK
initial-occurred-from: "2026-04-01T00:00:00+01:00"
initial-occurred-to: "2026-04-10T00:00:00+01:00"
refresh-master-data-first: true
run-initial-on-startup: true

View File

@ -18,6 +18,8 @@ import at.procon.eventhub.tachographfilesession.dto.TachographFileDriverSummaryD
import at.procon.eventhub.tachographfilesession.dto.TachographFileSessionDeleteResponse;
import at.procon.eventhub.tachographfilesession.dto.TachographFileSessionListDriversResponse;
import at.procon.eventhub.tachographfilesession.dto.TachographFileSessionSummaryDto;
import at.procon.eventhub.tachographfilesession.dto.TachographUploadWorkflowDto;
import at.procon.eventhub.tachographfilesession.dto.TachographUploadWorkflowResponse;
import at.procon.eventhub.tachographfilesession.model.ExtractionStats;
import at.procon.eventhub.tachographfilesession.model.TachographEsperActivityIntervalEvent;
import at.procon.eventhub.tachographfilesession.model.TachographEsperDailyWeeklyRestCandidateCoverageIntervalEvent;
@ -34,6 +36,7 @@ import java.time.Instant;
import java.util.List;
import java.util.UUID;
import org.junit.jupiter.api.Test;
import org.springframework.mock.web.MockHttpSession;
import org.springframework.mock.web.MockMultipartFile;
import org.springframework.test.web.servlet.MockMvc;
import org.springframework.test.web.servlet.setup.MockMvcBuilders;
@ -49,6 +52,7 @@ class TachographFileSessionControllerTest {
.setControllerAdvice(new TachographFileSessionExceptionHandler())
.build();
UUID sessionId = UUID.randomUUID();
MockHttpSession webSession = new MockHttpSession();
TachographFileDriverSummaryDto driver = new TachographFileDriverSummaryDto("12:123", "Muster", "Max", "12", "123", 3, 2);
TachographFileSessionSummaryDto summary = new TachographFileSessionSummaryDto(
sessionId,
@ -64,8 +68,26 @@ class TachographFileSessionControllerTest {
Instant.parse("2026-05-12T10:00:00Z"),
Instant.parse("2026-05-12T14:00:00Z")
);
when(service.createSession(org.mockito.ArgumentMatchers.any(), eq("default"), eq("src"), eq("sample")))
.thenReturn(new CreateTachographFileSessionResponse(summary));
when(service.createSession(
org.mockito.ArgumentMatchers.any(),
eq("default"),
eq("src"),
eq("sample"),
org.mockito.ArgumentMatchers.any(jakarta.servlet.http.HttpSession.class)
))
.thenReturn(new CreateTachographFileSessionResponse(
summary,
new TachographUploadWorkflowDto(true, sessionId, List.of(sessionId), List.of(), null),
null
));
when(service.resetUploadWorkflow(org.mockito.ArgumentMatchers.any(jakarta.servlet.http.HttpSession.class)))
.thenReturn(new TachographUploadWorkflowResponse(
new TachographUploadWorkflowDto(false, null, List.of(), List.of(), null)
));
when(service.getUploadWorkflow(org.mockito.ArgumentMatchers.any(jakarta.servlet.http.HttpSession.class)))
.thenReturn(new TachographUploadWorkflowResponse(
new TachographUploadWorkflowDto(true, sessionId, List.of(sessionId), List.of(), null)
));
when(service.getSession(sessionId)).thenReturn(summary);
when(service.listDrivers(sessionId)).thenReturn(new TachographFileSessionListDriversResponse(sessionId, List.of(driver)));
when(service.getDriver(sessionId, "12:123")).thenReturn(new TachographFileDriverDetailDto(sessionId, "12:123", null, null, List.of(), List.of(), List.of(), List.of(), List.of(), List.of()));
@ -319,13 +341,23 @@ class TachographFileSessionControllerTest {
));
when(service.deleteSession(sessionId)).thenReturn(new TachographFileSessionDeleteResponse(sessionId, true));
mockMvc.perform(post("/api/eventhub/tachograph-file-sessions/workflow/reset").session(webSession))
.andExpect(status().isOk())
.andExpect(jsonPath("$.workflow.driverCardUploaded").value(false));
mockMvc.perform(multipart("/api/eventhub/tachograph-file-sessions")
.file(new MockMultipartFile("file", "sample.ddd", "application/octet-stream", "abc".getBytes()))
.param("tenantKey", "default")
.param("sourceInstanceKey", "src")
.param("sessionLabel", "sample"))
.param("sessionLabel", "sample")
.session(webSession))
.andExpect(status().isCreated())
.andExpect(jsonPath("$.session.sessionId").value(sessionId.toString()));
.andExpect(jsonPath("$.session.sessionId").value(sessionId.toString()))
.andExpect(jsonPath("$.workflow.driverCardUploaded").value(true));
mockMvc.perform(get("/api/eventhub/tachograph-file-sessions/workflow").session(webSession))
.andExpect(status().isOk())
.andExpect(jsonPath("$.workflow.driverCardSessionId").value(sessionId.toString()));
mockMvc.perform(get("/api/eventhub/tachograph-file-sessions/{sessionId}", sessionId))
.andExpect(status().isOk())

View File

@ -3,22 +3,27 @@ package at.procon.eventhub.tachographfilesession.service;
import static org.assertj.core.api.Assertions.assertThat;
import static org.assertj.core.api.Assertions.assertThatThrownBy;
import static org.mockito.ArgumentMatchers.any;
import static org.mockito.ArgumentMatchers.anyList;
import static org.mockito.ArgumentMatchers.eq;
import static org.mockito.Mockito.verifyNoInteractions;
import static org.mockito.Mockito.when;
import at.procon.eventhub.config.EventHubProperties;
import at.procon.eventhub.tachographfilesession.dto.CreateTachographFileSessionResponse;
import at.procon.eventhub.tachographfilesession.dto.TachographCompositeSessionSummaryDto;
import at.procon.eventhub.tachographfilesession.dto.TachographFileDriverSummaryDto;
import at.procon.eventhub.tachographfilesession.model.ExtractionStats;
import at.procon.eventhub.tachographfilesession.model.TachographFileSession;
import at.procon.eventhub.tachographfilesession.model.TachographFileSessionMetadata;
import java.nio.charset.StandardCharsets;
import java.time.Instant;
import java.util.List;
import java.util.Map;
import java.util.UUID;
import org.junit.jupiter.api.Test;
import org.mockito.Mockito;
import org.springframework.mock.web.MockMultipartFile;
import org.springframework.mock.web.MockHttpSession;
class TachographFileSessionServiceTest {
@ -26,6 +31,7 @@ class TachographFileSessionServiceTest {
void createsAndLoadsSession() {
EventHubProperties properties = new EventHubProperties();
TachographFileSessionRepository repository = new InMemoryTachographFileSessionRepository(properties);
TachographCompositeSessionService compositeSessionService = Mockito.mock(TachographCompositeSessionService.class);
LegalRequirementsClient client = Mockito.mock(LegalRequirementsClient.class);
TachographXmlParser parser = Mockito.mock(TachographXmlParser.class);
DriverCardXmlExtractionService driverCardExtractor = Mockito.mock(DriverCardXmlExtractionService.class);
@ -33,14 +39,17 @@ class TachographFileSessionServiceTest {
TachographFileSessionService service = new TachographFileSessionService(
properties,
repository,
compositeSessionService,
client,
parser,
driverCardExtractor,
vehicleUnitExtractor
);
when(client.newCookieManager()).thenReturn(new java.net.CookieManager());
MockMultipartFile file = new MockMultipartFile("file", "sample.ddd", "application/octet-stream", "abc".getBytes(StandardCharsets.UTF_8));
when(client.uploadTachographFile(any(), eq("sample.ddd"))).thenReturn(new LegalRequirementsUploadResult("42", "<DriverCard/>"));
when(client.uploadTachographFile(any(java.net.CookieManager.class), any(), eq("sample.ddd")))
.thenReturn(new LegalRequirementsUploadResult("42", "<DriverCard/>"));
TachographXmlParser.ParsedTachographXml parsed = Mockito.mock(TachographXmlParser.ParsedTachographXml.class);
when(parsed.rootElementName()).thenReturn("DriverCard");
when(parser.parse("<DriverCard/>")).thenReturn(parsed);
@ -55,9 +64,12 @@ class TachographFileSessionServiceTest {
);
when(driverCardExtractor.extract(eq(parsed), any(), any(), any())).thenReturn(extracted);
CreateTachographFileSessionResponse response = service.createSession(file, null, null, "sample");
CreateTachographFileSessionResponse response = service.createSession(file, null, null, "sample", new MockHttpSession());
assertThat(response.session().sessionId()).isEqualTo(extracted.sessionId());
assertThat(response.workflow()).isNotNull();
assertThat(response.workflow().driverCardUploaded()).isTrue();
assertThat(response.compositeSession()).isNull();
assertThat(service.getSession(extracted.sessionId()).sessionId()).isEqualTo(extracted.sessionId());
}
@ -66,6 +78,7 @@ class TachographFileSessionServiceTest {
EventHubProperties properties = new EventHubProperties();
properties.getTachographFileSession().setMaxFileSizeBytes(1024);
TachographFileSessionRepository repository = new InMemoryTachographFileSessionRepository(properties);
TachographCompositeSessionService compositeSessionService = Mockito.mock(TachographCompositeSessionService.class);
LegalRequirementsClient client = Mockito.mock(LegalRequirementsClient.class);
TachographXmlParser parser = Mockito.mock(TachographXmlParser.class);
DriverCardXmlExtractionService driverCardExtractor = Mockito.mock(DriverCardXmlExtractionService.class);
@ -73,6 +86,7 @@ class TachographFileSessionServiceTest {
TachographFileSessionService service = new TachographFileSessionService(
properties,
repository,
compositeSessionService,
client,
parser,
driverCardExtractor,
@ -81,17 +95,18 @@ class TachographFileSessionServiceTest {
MockMultipartFile file = new MockMultipartFile("file", "sample.ddd", "application/octet-stream", new byte[1025]);
assertThatThrownBy(() -> service.createSession(file, null, null, "sample"))
assertThatThrownBy(() -> service.createSession(file, null, null, "sample", new MockHttpSession()))
.isInstanceOf(IllegalArgumentException.class)
.hasMessageContaining("size limit");
verifyNoInteractions(client, parser, driverCardExtractor, vehicleUnitExtractor);
verifyNoInteractions(compositeSessionService, client, parser, driverCardExtractor, vehicleUnitExtractor);
}
@Test
void usesVehicleUnitDefaultsAndExtractorForVehicleUnitXml() {
EventHubProperties properties = new EventHubProperties();
TachographFileSessionRepository repository = new InMemoryTachographFileSessionRepository(properties);
TachographCompositeSessionService compositeSessionService = Mockito.mock(TachographCompositeSessionService.class);
LegalRequirementsClient client = Mockito.mock(LegalRequirementsClient.class);
TachographXmlParser parser = Mockito.mock(TachographXmlParser.class);
DriverCardXmlExtractionService driverCardExtractor = Mockito.mock(DriverCardXmlExtractionService.class);
@ -99,14 +114,17 @@ class TachographFileSessionServiceTest {
TachographFileSessionService service = new TachographFileSessionService(
properties,
repository,
compositeSessionService,
client,
parser,
driverCardExtractor,
vehicleUnitExtractor
);
when(client.newCookieManager()).thenReturn(new java.net.CookieManager());
MockMultipartFile file = new MockMultipartFile("file", "vu.ddd", "application/octet-stream", "vu".getBytes(StandardCharsets.UTF_8));
when(client.uploadTachographFile(any(), eq("vu.ddd"))).thenReturn(new LegalRequirementsUploadResult("77", "<VehicleUnit/>"));
when(client.uploadTachographFile(any(java.net.CookieManager.class), any(), eq("vu.ddd")))
.thenReturn(new LegalRequirementsUploadResult("77", "<VehicleUnit/>"));
TachographXmlParser.ParsedTachographXml parsed = Mockito.mock(TachographXmlParser.ParsedTachographXml.class);
when(parsed.rootElementName()).thenReturn("VehicleUnit");
when(parser.parse("<VehicleUnit/>")).thenReturn(parsed);
@ -121,9 +139,74 @@ class TachographFileSessionServiceTest {
);
when(vehicleUnitExtractor.extract(eq(parsed), any(), any(), any())).thenReturn(extracted);
CreateTachographFileSessionResponse response = service.createSession(file, null, null, "vu");
MockHttpSession webSession = new MockHttpSession();
service.resetUploadWorkflow(webSession);
MockMultipartFile driverCardFile = new MockMultipartFile("file", "driver.ddd", "application/octet-stream", "dc".getBytes(StandardCharsets.UTF_8));
when(client.uploadTachographFile(any(java.net.CookieManager.class), any(), eq("driver.ddd")))
.thenReturn(new LegalRequirementsUploadResult("42", "<DriverCard/>"));
TachographXmlParser.ParsedTachographXml driverParsed = Mockito.mock(TachographXmlParser.ParsedTachographXml.class);
when(driverParsed.rootElementName()).thenReturn("DriverCard");
when(parser.parse("<DriverCard/>")).thenReturn(driverParsed);
TachographFileSession driverExtracted = new TachographFileSession(
UUID.randomUUID(),
new TachographFileSessionMetadata("default", "legalrequirements-drivercard", "sample", "driver.ddd", "a", 2, "42", "b", true, null),
Map.of(),
new ExtractionStats(0, 0, 0, 0, 0, 0),
java.util.List.of(),
Instant.now(),
Instant.now().plusSeconds(10)
);
when(driverCardExtractor.extract(eq(driverParsed), any(), any(), any())).thenReturn(driverExtracted);
when(compositeSessionService.upsertCompositeSession(any(), anyList(), any()))
.thenReturn(new TachographCompositeSessionSummaryDto(
UUID.randomUUID(),
"default",
"vu",
List.of(driverExtracted.sessionId(), extracted.sessionId()),
List.<TachographFileDriverSummaryDto>of(),
Instant.now()
));
service.createSession(driverCardFile, null, null, "sample", webSession);
CreateTachographFileSessionResponse response = service.createSession(file, null, null, "vu", webSession);
assertThat(response.session().driverCardFile()).isFalse();
assertThat(response.session().sourceInstanceKey()).isEqualTo("legalrequirements-vehicleunit");
assertThat(response.compositeSession()).isNotNull();
assertThat(response.workflow().uploadedSessionIds()).hasSize(2);
}
@Test
void rejectsVehicleUnitBeforeDriverCardInWorkflow() {
EventHubProperties properties = new EventHubProperties();
TachographFileSessionRepository repository = new InMemoryTachographFileSessionRepository(properties);
TachographCompositeSessionService compositeSessionService = Mockito.mock(TachographCompositeSessionService.class);
LegalRequirementsClient client = Mockito.mock(LegalRequirementsClient.class);
TachographXmlParser parser = Mockito.mock(TachographXmlParser.class);
TachographFileSessionService service = new TachographFileSessionService(
properties,
repository,
compositeSessionService,
client,
parser,
Mockito.mock(DriverCardXmlExtractionService.class),
Mockito.mock(VehicleUnitXmlExtractionService.class)
);
when(client.newCookieManager()).thenReturn(new java.net.CookieManager());
when(client.uploadTachographFile(any(java.net.CookieManager.class), any(), eq("vu.ddd")))
.thenReturn(new LegalRequirementsUploadResult("77", "<VehicleUnit/>"));
TachographXmlParser.ParsedTachographXml parsed = Mockito.mock(TachographXmlParser.ParsedTachographXml.class);
when(parsed.rootElementName()).thenReturn("VehicleUnit");
when(parser.parse("<VehicleUnit/>")).thenReturn(parsed);
assertThatThrownBy(() -> service.createSession(
new MockMultipartFile("file", "vu.ddd", "application/octet-stream", "vu".getBytes(StandardCharsets.UTF_8)),
null,
null,
"vu",
new MockHttpSession()
))
.isInstanceOf(IllegalArgumentException.class)
.hasMessageContaining("Driver card file must be uploaded first");
}
}

View File

@ -43,6 +43,26 @@ class TachographXmlParserTest {
.isInstanceOf(TachographXmlValidationException.class);
}
@Test
void normalizesManufacturerSpecificErrorCodeFromBase64ToHex() {
String normalized = parser.normalizeXmlContent("""
<VehicleUnit>
<EventsFaults>
<vuFaultData>
<vuFaultRecords>
<manufacturerSpecificEventFaultData>
<manufacturerCode>0</manufacturerCode>
<manufacturerSpecificErrorCode>////</manufacturerSpecificErrorCode>
</manufacturerSpecificEventFaultData>
</vuFaultRecords>
</vuFaultData>
</EventsFaults>
</VehicleUnit>
""");
assertThat(normalized).contains("<manufacturerSpecificErrorCode>FFFFFF</manufacturerSpecificErrorCode>");
}
@Test
void rejectsXmlWithDoctype() {
String xmlWithDoctype = """