Summary
After applying the Minor partch 0001 for 9.31 the system could show unknown error messages when accessing porlets information.
Error
Project & Portfolio Management Center (PPMC) application showing message “unknown error has occurred” when accessing portlets information.
Cause
After applying Patch 0001 for PPMC 9.31 system might be showing error messages due the way of new design handling the parameteres on HEAP memory.
Fix
There are two ways to fix the issue:
Modifyig kStart.sh script:
- Open kStart.sh and find the following line
- HEAP="-Xms$HEAP_SIZE -Xmx$HEAP_SIZE -XX:+HeapDumpOnOutOfMemoryError"
- Change it to: HEAP="-Xms$HEAP_SIZE -Xmx$HEAP_SIZE -XX:+HeapDumpOnOutOfMemoryError –Xss2M"
- Save changes.
- Run kStart.sh (Once the services has been stopped).
Adding Parameter to Server.conf file (to be used on Windows Services)
- Modify server.conf and add the following parameter: com.kintana.core.server.JVM_OPTIONS= –Xss2M
- Stop PPM services.
- Run Kupdatehtml.sh command (to update changes properly).
- Start PPM services.