It's not the first time I've seen this:
I've noticed that an agent was down and looked at the service, it was not running.
After starting the service again (2025-06-12 17:26:31), everything was fine.
However, looking at the console log I've seen the following entries:
jvm 1 | 2025-06-11 16:14:50,389 INFO QuickBuild agent stopped.
wrapper | <-- Wrapper Stopped
wrapper | --> Wrapper Started as Service
wrapper | Java Service Wrapper Standard Edition 64-bit 3.5.49
wrapper | Copyright (C) 1999-2022 Tanuki Software, Ltd. All Rights Reserved.
wrapper | http://wrapper.tanukisoftware.com
wrapper | Licensed to PMEase for QuickBuild
wrapper |
wrapper | Child process: Java version: timed out
wrapper | Failed to parse the version of Java. Resolving to the lowest supported version (1.4).
wrapper | Please set wrapper.java.version.output to TRUE, relaunch the Wrapper to print out the Java version output, and send the log file to [email protected].
wrapper | Cannot confirm the version of Java. Usage of wrapper.java.version.min
wrapper | and wrapper.java.version.max will prevent the Wrapper from continuing.
wrapper | <-- Wrapper Stopped
wrapper | --> Wrapper Started as Service
wrapper | Java Service Wrapper Standard Edition 64-bit 3.5.49
wrapper | Copyright (C) 1999-2022 Tanuki Software, Ltd. All Rights Reserved.
wrapper | http://wrapper.tanukisoftware.com
wrapper | Licensed to PMEase for QuickBuild
wrapper |
wrapper | Launching a JVM...
jvm 1 | WrapperManager: Initializing...
jvm 1 | 2025-06-12 17:26:31,924 INFO Cleaning cached plugin libraries...
I'm running jre-21.0.6.7-hotspot on my Windows 10 machines.
What could be the reason for this and how to fix?
Thanks, Martin