When attempting to install or upgrade the Workload Automation System Agent on Windows Server, the installation fails during the post-install phase. The install log reveals the following error during the generation of files or keystores:
:Unexpected error occurred during file generation:
Exception: java.lang.RuntimeException: Error generating keystores: exception:java.io.IOException: Cannot run program "cmd": CreateProcess error=1455, The paging file is too small for this operation to complete
Exception Message: Error generating keystores: exception:java.io.IOException: Cannot run program "cmd": CreateProcess error=1455, The paging file is too small for this operation to complete
Exception stack trace:
java.lang.RuntimeException: Error generating keystores: exception:java.io.IOException: Cannot run program "cmd": CreateProcess error=1455, The paging file is too small for this operation to complete
at com.ca.generator.GenerateFiles.generateKeystores(GenerateFiles.java:1145)
at com.ca.generator.GenerateFilesDriver.main(GenerateFilesDriver.java:31)
Caused by: java.io.IOException: Cannot run program "cmd": CreateProcess error=1455, The paging file is too small for this operation to complete
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
at java.lang.Runtime.exec(Runtime.java:621)
at java.lang.Runtime.exec(Runtime.java:451)
at java.lang.Runtime.exec(Runtime.java:348)
at com.ca.generator.GenerateFiles.runCommand(GenerateFiles.java:1446)
at com.ca.generator.GenerateFiles.generateKeystores(GenerateFiles.java:1117)
... 1 more
Caused by: java.io.IOException: CreateProcess error=1455, The paging file is too small for this operation to complete
at java.lang.ProcessImpl.create(Native Method)
at java.lang.ProcessImpl.<init>(ProcessImpl.java:453)
at java.lang.ProcessImpl.start(ProcessImpl.java:139)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
... 6 more