The following articles mainly introduce the Error Code 144 When DB2 Content Manager8.3 is correctly installed. The following is a prompt when DB2 Content Manager8.3 is installed, description of the specific content of the Error Code 144 prompt, which may be helpful for your future study.
Product: DB2 Content Manager for Multiplatform;
Platform: AIX, Linux, Windows 2000, Windows NT
Software Version: 8.3;
Problem description:
An error occurred while installing DB2 Content Manager version 8.3. The error code is 144. The system uses ibm http Server V2.0.47.1 and WebSphere Application Server V5.1. The following error message is displayed in the Installation log File <IBMCMROOT>/log/cminstall. log of DB2 Content Manager 8.3:
- 2006/04/10 02:24:38 RMUpdateSSL debug: WebSpherePluginConfig "C:\IBM\WebSphere\AppServer/config/cells/plugin-cfg.xml"
- 2006/04/10 02:24:38 RMUpdateSSL debug: +++END ORIGINAL+++
- 2006/04/10 02:24:38 RMUpdateSSL debug: using Ports
- 2006/04/10 02:24:38 RMUpdateSSL Exception encountered in processjava.lang.NumberFormatException: For input string: "@@Port@@"
- 2006/04/10 14:24:38 cmcfgrmas: DEBUG: ConfigureRM.configureSSL() rc= 1002
- 2006/04/10 14:24:38 cmcfgrmas: DEBUG: runConfigureRM() rc = 144
- 2006/04/10 14:24:38 cmcfgrmas: DEBUG: stdout:
- 2006/04/10 14:24:38 cmcfgrmas: DEBUG: stderr:
- 2006/04/10 14:24:38 cmcfgrmas: DEBUG: ExitValue: 144
- 2006/04/10 14:24:43 cmcfgrmas: TRAX: readParamsNRun()
- 2006/04/10 14:24:43 cmcfgrmas: Program cmcfgrmas ended. Return code= 144
- 2006/04/10 14:24:43 DEBUG:: Command "C:\DOCUME~1\db2admin\LOCALS~1\Temp\1\CM\db2cmv8\config\rmcfgas.bat" completed with exit value 144.
- 2006/04/10 14:24:43 DEBUG:: Command "C:\DOCUME~1\db2admin\LOCALS~1\Temp\1\CM\db2cmv8\config\rmcfgas.bat" ended with exit code 144.
- 2006/04/10 14:24:43
- 2006/04/10 14:24:43 DEBUG:: Configuration command = "C:\IBM\db2cmv8\config\cmcfgrmas" -d 1 -e "C:\IBM\db2cmv8"-c
"C:\IBM\db2cmv8\config\ibmcmcfg.params" -l "C:\IBM\db2cmv8\log\cminstall.log" completed with rc = 144
- 2006/04/10 14:24:43
- 2006/04/10 14:24:43 ERROR:: Execution of program "C:\IBM\db2cmv8\config\cmcfgrmas.bat" completed with errors. rc = 144
If you use ibm http Server 2.0.x and WebSphere Application Server version 6, this problem does not occur.
How can this problem be solved?
Answer:
This problem occurs because SSL of the WEB Server is automatically configured when DB2 Content Manager is installed. This problem is caused by the SSL function of ibm http Server. If the following definition exists in the configuration file <IBMHttpServer>/conf/httpd. conf of ibm http Server:
- Listen @@Port@@
The SSL configuration fails and the preceding error is reported. In this case, you can modify the configuration file <IBMHttpServer>/conf/httpd. conf of the ibm http Server as follows:
1. Change the original Listen @ Port @ in the configuration file httpd. conf to Listen 80;
2. re-install DB2 Content Manager version 8.3;
The above Content is a description of the 144 error code prompt when you install DB2 Content Manager8.3, hoping to help you in this regard.