Fresh install of RedHat Process Automation Manager on Redhat JBoss EAP 7.4
I am using AWS EC2 instance with sufficient 4GB RAM and disk space
I am trying to follow the steps to install RedHat Process Automation Manager of fresh install of Redhat Linux 9 (#dns -y update) and then install JBoess EAP 7.4.0 and patched to 7.4.23, JBoss runs as standalone server listening on port 9990 and 8080 works fine
However when try to install RHPAM (RedHat Process Automation Manager)
$java -jar rhpam-installer-7.13.5.jar , after selecting the languate, it asks about the installation of JBoss EAP, which points to the patched 7.4.23 but it comes back with error (There is no supported servers on this folder)
I tried to change openJDK from 11 to 17 but no luck
Q1. is there a log file for the installer so I can have more details, all i got is this
ec2-user@ip-172-31-17-117 Downloads]$ java -jar rhpam-installer-7.13.5.jar
Oct 25, 2025 3:46:35 AM java.lang.System$LoggerFinder lambda$accessProvider$0
WARNING: Failed to instantiate LoggerFinder provider; Using default.
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.izforge.izpack.gui.patternfly.PatternflyFileChooserUI (file:/home/ec2-user/Downloads/rhpam-installer-7.13.5.jar) to field javax.swing.plaf.metal.MetalFileChooserUI.directoryComboBox
WARNING: Please consider reporting this to the maintainers of com.izforge.izpack.gui.patternfly.PatternflyFileChooserUI
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[ec2-user@ip-172-31-17-117 Downloads]$
Responses