CLPPlus troubleshooting hints and tips
List of general CLPPlus startup issues and solutions.
Issue | Explanation and solution |
---|---|
The following message is displayed when you try to start the CLPPlus session: CLPPlus requires Java 1.5 or higher to execute. Please ensure Java is in your PATH. The CLPPlus session fails to start. |
Ensure that you have Java™ 1.5 or later
installed. The IBM® database server products andIBM Data Server
Client product
install a required Java product during the Db2® installation process.
However, other IBM data server client products do not install
a Java product. When a required Java product is not installed as part of the Db2 product installation,
the CLPPlus interface looks for a Java product in the path
that is specified by the JAVA_HOME and PATH environment
variables. If you installed an IBM data server client product other than the IBM Data Server Client product, download and install a Java JRE or SDK, Version 1.5 or later. Set the JAVA_HOME environment variable to point to the Java installation directory. Add the Java bin directory to the PATH environment variable setting. |
The following message is displayed when you try to start the CLPPlus session: Could not find db2jcc.jar. Please ensure that your installation completed successfully. If the problem persists, please locate and add db2jcc.jar to your CLASSPATH. The CLPPlus session fails to start. |
The CLPPlus interface requires the Java universal drivers in the db2jcc.jar file.
When the CLPPlus interface cannot find the db2jcc.jar file
in the CLASSPATH environment variable setting
or in the installation directory/java directory,
startup fails. Ensure that the installation was completed successfully. Add the absolute path of the db2jcc.jar file to the CLASSPATH environment variable setting. |
The following message is displayed when you try to start the CLPPlus session: Could not find clpplus.jar. Please ensure that your installation completed successfully. If the problem persists, please locate and add clpplus.jar to your CLASSPATH. The CLPPlus session fails to start. |
The CLPPlus interface requires the clpplus.jar file
that is included with the product. When the CLPPlus interface cannot
find the clpplus.jar file in the CLASSPATH environment
variable setting or in the installation directory, startup fails. Ensure that the installation was completed successfully. Add the absolute path of the db2jcc.jar file to the CLASSPATH environment variable setting. |
The following message is displayed when you try to start the CLPPlus session: Could not find jline-0.9.93.jar. Please ensure that your installation completed successfully. If the problem persists, please locate and add jline-0.9.93.jar to your CLASSPATH. The CLPPlus session fails to start. |
The CLPPlus interface requires the jline-0.9.93.jar file
that is included with the product. When the CLPPlus interface cannot
find the jline-0.9.93.jar file in the CLASSPATH environment
variable setting or in the installation directory, the CLPPlus session
fails to start. Ensure that the installation was completed successfully. Add the absolute path of the jline-0.9.93.jar file to the CLASSPATH environment variable setting. |