安装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

文章来源网络,作者:运维,如若转载,请注明出处:https://shuyeidc.com/wp/276032.html<

(0)
运维的头像运维
上一篇2025-05-10 11:33
下一篇 2025-05-10 11:34

相关推荐

发表回复

您的邮箱地址不会被公开。必填项已用 * 标注