Network Management
Configuration Wizard Fails with "The system cannot find the file specified" Error
When running the Configuration Wizard, the process fails with the error: The system cannot find the file specified. This issue is commonly observed after manually updating the OpenJDK for security updates without including all required binary files.
First published date
Last published date
Overview
The system cannot find the file specified.
Symptoms
- Configuration Wizard fails to complete and displays the error on the console:
The system cannot find the file specified. - Errors logged in
ConfigurationWizard.loglocated atC:\ProgramData\SolarWinds\Logs\Orionreferencing missing or inaccessible OpenJDK files. - Errors similar to the following may appear in logs:
JDKCertConfigurationBase - Error importing certificate to Job Engine custom worker key/trust store.System.IO.IOException: The process cannot access the file ... because it is being used by another process.System.UnauthorizedAccessException: Access to the path ... is denied.
- The Configuration Wizard may fail repeatedly until the OpenJDK installation is corrected.
- Related errors during package deployment such as inability to delete or access OpenJDK DLL or module files.
Product section
Cause
This is happening because when you try to manually update the OpenJDK implementation, some of the binary files are missing from C:\Program Files\SolarWinds\Orion\OpenJDK\bin . If the Keytool.exe is missing, it will fail with this message when the Certificate Management Service tries to import the Job Engine certificate into the Java Keystore.
If you want to manually update the OpenJDK, which is possible, you must be sure to include all the binary files.
Resolution
To resolve this issue, choose one of the following options:
Resolution 1: Repair SolarWinds OpenJDK to Default
-
Delete all contents within the folder:
C:\Program Files\SolarWinds\Orion\OpenJDK -
Open Add or Remove Programs (Programs and Features) in Windows.
-
Locate SolarWinds Platform OpenJDK and select the Repair option to restore the default OpenJDK installation.
-
After the repair completes, run the Configuration Wizard to ensure that the necessary certificates are imported correctly.
Resolution 2: Replace OpenJDK Files with Custom Binaries
-
Redeploy the updated OpenJDK files to the SolarWinds installation directory.
-
Ensure that all required binaries are included in the deployment, especially critical executables such as
keytool.exe. -
After redeployment, rerun the Configuration Wizard to verify successful configuration.