以下的文章主要向大家講述的是正確安裝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的介紹,望你能有所收獲。