Solution Installer (PSI) - Windchill Loader failed (Linux)
- March 5, 2026
- 1 reply
- 122 views
Version: Windchill 13.1
Use Case: Install Windchill 13.1.1.0 on Linux (Red Hat based Rocky distro - version 8.10)
Description:
So far successfully installed and set up the following components:
Oracle Database 19c (19.3)
OpenDJ 5.0.3-1
Java 21 (Amazon Corretto)
I am trying to install Windchill with the PTC Solution Installer (PSI), however the installation always fails (tried already to rerun multiple times, by clearing PSI caches) with the error: Windchill Loader failed.
Checked the logs inside : <Windchill_Installation_Location>/Windchill/installer/logs/<installationtime>_WindchillLoader_error.log
Have the following error:
./setup LAX_VM /usr/lib/jvm/java-21-amazon-corretto/bin/java
What a have tried so far is following:
- increased ulimit to 65536 (running ulimit -n 65536 in the Terminal from where the PSI is started)
- clearing PSI caches and executing a second run of the PSI by extending the java options with: _JAVA_OPTIONS: -Djava.net.preferIPv4Stack=true -Djava.rmi.server.hostname=wtlocal.localvm.acn -Djava.rmi.server.disableHttp=true -Djava.rmi.server.useLocalHostName=false
- particularly disable the firewall for the RMI ports as follows: firewall-cmd --permanent --add-port=5002/tcp and firewall-cmd --permanent --add-port=5000-5010/tcp and firewall-cmd --reload
Unfortunately even after several reruns i am getting the same issue. The Windchill Loader failed error (PSI getting aborted at 57% of installation progress. Please see attached screenshots regarding PSI and log error capture.
Anyone facing similar problem and knows a resolution to this? Thanks in advance!

