【发布时间】:2012-01-05 21:39:43
【问题描述】:
当我运行这个命令时:
C:\Program Files\IBM\SDP\runtimes\base_v61\bin>versionInfo.bat
输出是:
WVER0010I: Copyright (c) IBM Corporation 2002, 2005; All rights reserved.
WVER0012I: VersionInfo reporter version 1.15.4.3, dated 11/12/08
--------------------------------------------------------------------------------
IBM WebSphere Application Server Product Installation Status Report
--------------------------------------------------------------------------------
Report at date and time November 24, 2011 2:34:40 EST PM
Installation
--------------------------------------------------------------------------------
Product Directory C:\Program Files\IBM\SDP\runtimes\base_v61
Version Directory C:\Program Files\IBM\SDP\runtimes\base_v61\properties\version
DTD Directory C:\Program Files\IBM\SDP\runtimes\base_v61\properties\version\dtd
Log Directory C:\Program Files\IBM\SDP\runtimes\base_v61\logs
Backup Directory C:\Program Files\IBM\SDP\runtimes\base_v61\properties\version\nif\backup
TMP Directory C:\DOCUME~1\kguha\LOCALS~1\Temp
Product List
--------------------------------------------------------------------------------
EJB3 installed
BASE installed
WEB2FEP installed
WEBSERVICES installed
Installed Product
--------------------------------------------------------------------------------
Name WebSphere Application Server Version 6.1 Feature Pack for EJB 3.0
Version 6.1.0.29
ID EJB3
Build Level cf290949.04
Build Date 12/12/09
Installed Product
--------------------------------------------------------------------------------
Name IBM WebSphere Application Server
Version 6.1.0.29
ID BASE
Build Level cf290949.16
Build Date 12/11/09
Installed Product
--------------------------------------------------------------------------------
Name Web 2.0 Feature Pack
Version 1.0.0.1
ID WEB2FEP
Build Level web20835.6
Build Date 8/28/08
Installed Product
--------------------------------------------------------------------------------
Name WebServices Feature Pack
Version 6.1.0.29
ID WEBSERVICES
Build Level cf290949.05
Build Date 12/12/09
--------------------------------------------------------------------------------
End Installation Status Report
但是当我打开 RAD 并在 WAS 6.1 上部署一些 Web 服务项目时,它显示 please install webservices feature pack 尽管从列表中可以看出,功能包已经存在。
当我尝试使用已安装的功能包来扩充现有配置文件时,我只能使用 ejb3.0 功能包来扩充,而不是 webservices 功能包。我该怎么办?我想不惜一切代价避免重新卸载/重新安装 WAS
【问题讨论】:
-
是否可以使用两个功能包创建一个全新的配置文件?也许增强功能无法正常工作。
-
我可以创建一个新的配置文件。但是在创建新配置文件时,它会自动包含功能包吗?创建新配置文件时,无法明确包含它们
-
好吧,你永远不知道。我以前在使用 WAS 时也遇到过类似的问题,尽管我只使用了 EJB3 包。但至少值得一试。创建一个新的配置文件并尝试扩充该配置文件。可能只是旧的配置文件无法完全扩充,而新的配置文件可以工作。
-
谢谢。这解决了问题:)
标签: websphere websphere-6.1 ibm-rad