安装DB2 Content Manager 8.3时错误代码144盘点

数据库
在这里主要讲述的是正确安装DB2 Content Manager 8.3时错误代码144,以及对其实际操作环境以及产品,平台的描述。

以下的文章主要向大家讲述的是正确安装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) 中可以看到下面的错误信息:

 

  1. 2006/04/10 02:24:38 RMUpdateSSL debug: WebSpherePluginConfig "C:\IBM\WebSphere\AppServer/config/cells/plugin-cfg.xml"   
  2. 2006/04/10 02:24:38 RMUpdateSSL debug: +++END ORIGINAL+++   
  3. 2006/04/10 02:24:38 RMUpdateSSL debug: using Ports   
  4. 2006/04/10 02:24:38 RMUpdateSSL Exception encountered in processjava.lang.NumberFormatException: For input string: "@@Port@@"   
  5. 2006/04/10 14:24:38 cmcfgrmas: DEBUG: ConfigureRM.configureSSL() rc1002   
  6. 2006/04/10 14:24:38 cmcfgrmas: DEBUG: runConfigureRM() rc = 144   
  7. 2006/04/10 14:24:38 cmcfgrmas: DEBUG: stdout:   
  8. 2006/04/10 14:24:38 cmcfgrmas: DEBUG: stderr:   
  9. 2006/04/10 14:24:38 cmcfgrmas: DEBUG: ExitValue: 144   
  10. 2006/04/10 14:24:43 cmcfgrmas: TRAX: readParamsNRun()   
  11. 2006/04/10 14:24:43 cmcfgrmas: Program cmcfgrmas ended. Return code144   
  12. 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.   
  13. 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.   
  14. 2006/04/10 14:24:43   
  15. 2006/04/10 14:24:43 DEBUG:: Configuration command = "C:\IBM\db2cmv8\config\cmcfgrmas" -d 1 -e  
  16. "C:\IBM\db2cmv8" -c "C:\IBM\db2cmv8\config\ibmcmcfg.params" -l "C:\IBM\db2cmv8\log\cminstall.log" completed with rc = 144   
  17. 2006/04/10 14:24:43   
  18. ****************************************************************************   
  19. 2006/04/10 14:24:43 ERROR:: Execution of program "C:\IBM\db2cmv8\config\cmcfgrmas.bat" completed with errors. rc = 144   
  20. ****************************************************************************   

如果使用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中,存在下面的定义:

  1. 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的介绍,望你能有所收获。

【编辑推荐】

  1. DB2数据库在创建存储过程中有哪些错误出现?
  2. DB2 CMO安装7.1.2.6补丁之后会出现什么?
  3. IBM DB2中新手要了解的东西有哪些?
  4. DB2 For z/OS or OS/390性能如何正确管理?
  5. IBM DB2 Content Manager V83安装与SQL0818
责任编辑:佚名 来源: 51CTO.com
相关推荐

2010-08-13 15:09:14

DB2 Content

2010-08-13 14:58:27

IBM DB2 Con

2010-08-16 09:30:19

IBM DB2 Con

2010-08-19 15:57:58

IBM DB2 Co

2010-08-20 13:01:07

DB2数据库功能

2010-08-20 12:44:25

DB2 CM

2010-08-16 15:31:01

IBM DB2 Con

2010-08-20 12:38:31

IBM DB2 Con

2010-08-19 15:42:11

DB2 CM

2010-08-16 15:16:53

DB2 CMO

2009-09-25 11:44:00

ibmdwDB2

2010-11-03 13:36:51

DB2时间函数

2010-08-17 08:54:38

DB2 事务时隐式

2010-08-12 17:23:20

DB2存储过程编写流程

2011-05-27 15:51:44

DB2

2010-08-13 15:35:05

2020-08-17 13:20:27

Windows 10Bug补丁

2011-03-11 16:02:03

DB2数据库安装

2010-11-02 14:16:02

linux下安装DB2

2009-12-16 10:43:52

安装db2
点赞
收藏

51CTO技术栈公众号