以下的文章主要向大家讲述的是正确安装DB2 Content Manager 8.3时错误代码144,其环境:(产品,平台,机型,软件版本,等) 。产品为: DB2 Content Manager for Multiplatform ; 平台: AIX, Linux, Windows 2000, Windows NT 。
软件版本: 8.3 ;
问题描述:
在安装DB2 Content Manager 版本8.3时,出现错误,错误代码为144。系统使用IBM HTTP Server V2.0.47.1和WebSphere Application Server V5.1。从DB2 Content Manager 版本8.3的安装日志文件(<IBMCMROOT>/log/cminstall.log) 中可以看到下面的错误信息:
- 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
- ****************************************************************************
如果使用IBM HTTP Server 2.0.x和WebSphere Application Server版本6,则不会出现此问题。
对于这个情况,该如何解决?
解答:
此问题的发生,是由于在安装DB2 Content Manager时会自动配置WEB服务器的SSL,本问题中是IBM HTTP Server的SSL功能。如果在IBM HTTP Server的配置文件<IBMHttpServer>/conf/httpd.conf中,存在下面的定义:
- Listen @@Port@@
则该SSL的配置会失败,并报出上面看到的错误。 这种情况下, 可以通过修改IBM HTTP Server的配置文件<IBMHttpServer>/conf/httpd.conf来解决,如下:
1. 将配置文件httpd.conf 中原来的 Listen @@Port@@ 修改为 Listen 80 ;
2. 重新尝试安装DB2 Content Manager版本8.3
如果您仍然有问题, 请联系IBM技术支持中心。以上的相关内容就是对安装DB2 Content Manager 8.3时错误代码144的介绍,望你能有所收获。
【编辑推荐】