首页 > 解决方案 > 将决策服务器配置为使用 WAS 8.5.5 JDK 1.7_64 的独立配置文件 IBM ODM 8.9.2 时出错

问题描述

我正在尝试使用 JDK 1.7_64 在 WAS 8.5.5 上增强决策服务器(IBM ODM 8.9.2)并出现错误。

我正在设置 JDK(我们将使用默认的 derby DB,因此无需创建 DB):

managesdk -listAvailable
managesdk.bat -setCommandDefault -sdkname 1.7_64
managesdk.bat -setNewProfileDefault -sdkname 1.7_64

创建应用程序配置文件:

.\bin\manageprofiles.bat -create -profileName ODM01
-templatePath .\profileTemplates\default
-enableAdminSecurity true -adminUserName wasadmin -adminPassword wasadmin

然后尝试为决策服务器增强应用程序服务器配置文件:

.\bin\manageprofiles.bat
-augment -profileName ODM01
-templatePath .\profileTemplates\odm\decisionserver\default
-odmHome C:\IBM\ODM892
-databaseConfigFile .\profileTemplates\odm\decisionserver\default\ derbyDBSampleSetting.properties

Error:- WASX7357I: By request, this scripting client is not connected to any server process. Certain configuration and application operations will be available in local mode.
WASX7303I: The following options are passed to the scripting environment and are available as arguments that are stored in the argv variable: "[C:/IBM/WebSphere/AppServer/profileTemplates/odm/decisionserver/default/actions/scripts, C:/IBM/ODM892, server1]"
ERROR: Unable to load resource bundle! (com.ibm.ws.scripting.resources.messages)
!GBRPT0053I!
ERROR: Unable to load resource bundle! (com.ibm.ws.scripting.resources.messages)
!GBRPT0017I!
Traceback (most recent call last):
File "C:\IBM\WebSphere\AppServer\profileTemplates\odm\decisionserver\default\actions\scripts\decisionserverDeploymentHelper.py", line 93, in installXU
ra =  AdminConfig.installResourceAdapter(modulePath, nodeName, params)
com.ibm.ws.scripting.ScriptingException: com.ibm.ws.scripting.ScriptingException: com.ibm.websphere.management.exception.ConfigServiceException
com.ibm.websphere.management.exception.AdminException
com.ibm.websphere.management.exception.AdminException
java.util.MissingResourceException: java.util.MissingResourceException: Can't find com.ibm.rules.res.xu.messages bundle

ERROR: Unable to load resource bundle! (com.ibm.ws.scripting.resources.messages)
WASX7017E: Exception received while running file "C:\IBM\WebSphere\AppServer\profileTemplates\odm\decisionserver\default\actions/scripts/installExecutionUnitAdapter.py"; exception information: com.ibm.websphere.management.exception.ConfigServiceException
com.ibm.websphere.management.exception.AdminException
com.ibm.websphere.management.exception.AdminException
java.util.MissingResourceException: java.util.MissingResourceException: Can't find com.ibm.rules.res.xu.messages bundle

为什么它无法连接到任何服务器进程?

标签: websphereibm-odm

解决方案


推荐阅读