Troubleshooting This chapter offers solutions to issues that may occur during installation of OpenAM policy agents. Solutions to Common Issues I am trying to install a policy agent, connecting to OpenAM over HTTPS, and seeing the following error The Java platform includes certificates from many Certificate Authorities (CAs). If, however, you run your own CA, or you use self-signed certificates for HTTPS on the container where you run OpenAM, then the agentadmin command cannot trust the certificate presented during connection to OpenAM, and so cannot complete installation correctly. After setting up the container where you run OpenAM to use HTTPS, get the certificate to trust in a certificate file. The certificate you want is that of the CA who signed the container certificate, or the certificate itself if the container certificate is self-signed. Copy the certificate file to the system where you plan to install the policy agent. Import the certificate into a trust store that you will use during policy agent installation. If you import the certificate into the default trust store for the Java platform, then the agentadmin command can recognize it without additional configuration. Export and import of self-signed certificates is demonstrated in the Administration Guide chapter on Managing Certificates. I am trying to install the WebSphere policy agent on Linux. The system has IBM Java. When I run agentadmin --install, the script fails to encrypt the password from the password file, ending with this message You must edit agentadmin to use IBMJCE, and then try again. See To Install With IBM Java. After installing a Java EE policy agent on WebSphere AS 7 or 8, accessing a URL for a folder in a protected application such as http://openam.example.com:9080/test/ results in Error 404: SRVE0190E: File not found: {0}, and redirection fails. What should I do to work around this problem? Perform the following steps to work around the problem, by setting the WebSphere custom property com.ibm.ws.webcontainer.invokeFiltersCompatibility=true: In the WebSphere administrative console, browse to Servers > Server Types, and then click WebSphere application servers. Click the server to apply the custom property to. Browse to Configuration > Container settings > Web Container Settings > Web container. Under Configuration > Additional Properties, click Custom Properties. In the Custom Properties page, click New. In the settings page, enter the Name com.ibm.ws.webcontainer.invokeFiltersCompatibility and Value true for the custom property. Some properties are case-sensitive. Click Apply or OK as applicable. Click Save in the Message box that appears. Restart the server for the custom property to take effect. See the IBM documentation on Setting webcontainer custom properties for additional information. Installing Java EE Agents in IBM WebSphere Command-Line Tool Reference