为开发人员运行websphere application server时出现问题

为开发人员运行websphere application server时出现问题,websphere,Websphere,我刚刚使用IBM installation manager安装了WebSphereApplicationServer for developers版本8.5.5.9。当我尝试创建一个配置文件时,我得到一个指向日志文件的错误。这是它的开始: java.fullversion=JRE 1.6.0 IBM J9 2.6 Windows 7 amd64-64 Compressed References 20151222_283040 (JIT enabled, AOT enabled) J9VM-R2

我刚刚使用IBM installation manager安装了WebSphereApplicationServer for developers版本8.5.5.9。当我尝试创建一个配置文件时,我得到一个指向日志文件的错误。这是它的开始:

java.fullversion=JRE 1.6.0 IBM J9 2.6 Windows 7 amd64-64 Compressed References 20151222_283040 (JIT enabled, AOT enabled)
J9VM-R26_Java626_SR8_20151222_1616_B283040 JIT-tr.r11_20151209_107111.01 GC-R26_Java626_SR8_20151222_1616_B283040_CMPRS J9CL-20151222_283040 引导加载程序常量:OS=win32,ARCH=x86_64,WS=win32,NL=en_GB

!ENTRY org.eclipse.equinox.app 0 0 2016-07-27 11:53:16.101
!MESSAGE Product com.ibm.ws.pmt.views.standalone.standAloneWasTools could not be found.

!ENTRY org.eclipse.osgi 2 0 2016-07-27 11:53:16.146
!MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:
!SUBENTRY 1 org.eclipse.osgi 2 0 2016-07-27 11:53:16.146
!MESSAGE Bundle websphere@plugins\com.ibm.ws.pmt.views_8.5.1.jar was not resolved.
!SUBENTRY 2 com.ibm.ws.pmt.views 2 0 2016-07-27 11:53:16.146
!MESSAGE Missing imported package com.ibm.ws.profile.utils_0.0.0.
!SUBENTRY 2 com.ibm.ws.pmt.views 2 0 2016-07-27 11:53:16.146
!MESSAGE Missing imported package com.ibm.ws.profile_0.0.0.
!SUBENTRY 2 com.ibm.ws.pmt.views 2 0 2016-07-27 11:53:16.146
!MESSAGE Missing imported package com.ibm.ws.wct.config.definitionLocations_0.0.0.
!SUBENTRY 2 com.ibm.ws.pmt.views 2 0 2016-07-27 11:53:16.146
!MESSAGE Missing imported package com.ibm.ws.install.configmanager.logging_0.0.0.
!SUBENTRY 2 com.ibm.ws.pmt.views 2 0 2016-07-27 11:53:16.146
!MESSAGE Missing imported package com.ibm.ws.wct.config.definitions_0.0.0.
!SUBENTRY 2 com.ibm.ws.pmt.views 2 0 2016-07-27 11:53:16.146
!MESSAGE Missing imported package com.ibm.wsspi.profile.registry_0.0.0.
!SUBENTRY 2 com.ibm.ws.pmt.views 2 0 2016-07-27 11:53:16.146
!MESSAGE Missing imported package com.ibm.wsspi.profile_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2016-07-27 11:53:16.147
!MESSAGE Bundle websphere@plugins\com.ibm.ws.pmt.tools_8.0.0.jar was not resolved.
!SUBENTRY 2 com.ibm.ws.pmt.tools 2 0 2016-07-27 11:53:16.147
!MESSAGE Missing imported package com.ibm.ws.install.configmanager.logging_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2016-07-27 11:53:16.147
!MESSAGE Bundle websphere@plugins\com.ibm.ws.pmt.views.standalone_8.0.0.jar was not resolved.
很明显,有一些jar文件丢失了,但我不知道为什么它们没有安装,或者是从哪里得到的。
还应该提到的是,我对Websphere完全陌生。

我也遇到了同样的问题,但找到了解决方案(至少对我来说是这样)

我发现我的电脑上的@user.home指向一个UNC,这是webshpere不喜欢的。(见附件)。当我收到错误时,甚至会显示一个对话框,显示带有UNC名称的错误日志的位置

如我在上一段中放置的ibm链接所示,为了解决这个问题,我只需找到我的config.ini(在我的例子中是C:\Program\u文件) (x86)\IBM\WebSphere\AppServer\bin\ProfileManagement\eclipse64\configuration)并在以下两个键中将@user.home更改为c\:/temp:

 •  osgi.instance.area.default=@user.home/AppData/Lo . . .

 •  osgi.configuration.area=@user.home/AppData/Lo . . .
希望这有帮助!
G

当你说“当我运行它时”,你的意思是当你尝试启动服务器或创建配置文件时?上面堆栈中提到的PMT类用于在安装后创建概要文件,应该由IM安装。这是什么站台?安装过程中IM是否有任何错误?对不起,我的意思是创建一个配置文件,我将重写。安装过程中没有错误。您是否检查了系统上是否存在这些JAR?还要检查安装日志,因为在我看来它像是坏了的安装。你在用什么平台?您是否使用同一用户进行安装和配置文件创建?JAR似乎不在我的系统中,但我不知道从何处获取它们。我在谷歌上看到的大多数搜索结果都是零。安装看起来不错,postinstall日志中的最后一条消息是“所有配置操作均已成功运行,返回代码为0”。我在安装和配置文件创建中使用了相同的用户。我将重试,但以管理员身份安装。我使用Windows7Install作为管理员,而不是对文件夹文件进行编程,而是一些更简单的东西,如c:\IBM\WebSphere