Application access and upgrade issues on Solaris
This topic describes issues that you might encounter when you access or upgrade BMC Release Process Management (BRPM) on a Solaris system.
This topic consists of the following sections:
- HTTP status 500 error
- To reduce the memory amount used for the product
- To reduce the memory amount used for the environment setup
HTTP status 500 error
When you use BRPM on Solaris 10 with a remote PostgreSQL database, the HTTP status 500 error appears when you try to access the application from the browser.
Workaround: To use BRPM on Solaris, reduce the memory amount used for the product service. If you plan to upgrade to a new version of BRPM, reduce the memory amount used for the environment setup as described in procedures that follow.
To reduce the memory amount used for the product
- Stop the RPM services.
- Go to RLMhome\bin.
- Open the start.sh file in a text editor.
Locate the line beginning with export JAVA_OPTS, and replace this line to the following:
export JAVA_OPTS="$JAVA_OPTS -Xms128m -Xmx512m -XX:PermSize=256m"- Save your changes.
- Start the RPM services.
To reduce the memory amount used for the environment setup
- Go to RLMhome\bin.
- Open the setenv.sh file in a text editor.
Locate the line beginning with export JAVA_OPTS, and replace this line to the following:
export JAVA_OPTS="$JAVA_OPTS -Xms128m -Xmx512m -XX:PermSize=256m"- Save your changes.
Related topics