Web 服务功能包已安装,但 RAD 提示“未安装”;
当我运行此命令时:
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 功能包来增强,而不能使用 Web 服务功能包。我应该怎么办?我想不惜一切代价避免重新卸载/重新安装 WAS
When I run this command:
C:\Program Files\IBM\SDP\runtimes\base_v61\bin>versionInfo.bat
The output is:
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
But when I open up RAD and deploy some web service projects on WAS 6.1, it says that please install webservices feature pack
although as it is seen from the list, the feature pack is present already.
When I try to augment an existing profile with installed feature pack, only ejb3.0 feature pack is available to me to augment and not the webservices feature pack. What should I do? I would like to avoid a fresh uninstall/reinstall of WAS at all costs
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我看到你解决了这个问题,但我自己也经历过,所以我想分享我学到的东西。 Web 服务功能包无法添加到现有配置文件中;必须创建一个新的。然而,EJB 3.0 功能包可以增强现有配置文件,包括其中包含 Web 服务功能包的配置文件。
因此,对我们有用的是从 Web 服务功能包模板创建一个新的配置文件,然后使用 EJB 3.0 模板增强该配置文件。
I see you resolved this, but I just went through it myself, so I wanted to share what I learned. The Web Services Feature Pack cannot be added to an existing profile; a new one has to be created. The EJB 3.0 Feature Pack, however, can augment an existing profile, including one with the Web Services Feature Pack in it.
So what worked for us was to create a new profile from the Web Services Feature Pack template, then augment that profile with the EJB 3.0 template.