HP XP P9000 Performance Advisor v5.5 Software Troubleshooting and FAQs Guide (T1789-96344, February 2013)
Enter a username and password pair
<use the form user:passwd>:
4. Enter the correct user name and password, and press the Enter key. You are displayed an
informational message that the properties file is updated.
CLUI command gives Java error
Cause
CLUI (Command Line User Interface) commands fail with the error: "Exception in thread "main"
java.lang.OutOfMemoryError: Java heap space.
Resolution
Increase the Java size by adding new java options -xms & -xmx for the failed command. To increase
the Java heap size for a batch file:
1. Open the batch file from: <install directory>:\Program Files\Hewlett-Packard\Performance
Advisor\clui\<file.bat>
2. Replace the following line:
%javacmd% -Djava.cmd=%javacmd% -Dinstall.dir="%installdir%" -cp
%classpath% com.hp.xpsl.clui.XpPaCli %COMMAND% %*
with
%javacmd% -Djava.cmd=%javacmd% -Dinstall.dir="%installdir%" -Xms256m
-Xmx1024m -cp %classpath% com.hp.xpsl.clui.XpPaCli %COMMAND% %*
Classpath error
Cause
Unable to initialize threads: cannot find class java/lang/Thread Could not create Java VM.
Resolution
Problem:
Earlier versions of the P9000 Performance Advisor LUI required the user to set some environment
variables. This error message indicates that the classpath environment variable was not set correctly.
(This error must not occur with new install scripts.) Report this error directly to your HP contact.
Install script exits with an error
Cause
Install script exits with the message: 'JRE was not found in path <jre_location>. This is because,
the location entered for the java environment is not valid.
Resolution
In UNIX variants, execute install.sh and enter the correct path to the java environment. In
Windows, edit the JAVA_HOME environment variable, and run the install.bat script again.
Cause
Install script exits with the message: 'install.sh: this script must be run as root....exiting'. This is
because, you are not logged in as the root user.
Resolution
Log in as root, and run install.sh again.
Multiprocessor optimization
For efficient and optimized use of the management station hardware on a multi-processor or a
multi-core system, bind the HP XP P9000 Performance Advisor Tomcat and HP XP P9000
Performance Advisor Database services to individual processors. Therefore, leading to better
Multiprocessor optimization 37