MDM Server 9.0 (Developing work environment)workbench

文章详细描述了在安装并配置RSA MDM时遇到的问题,包括安装RSA、WAS和Workbench,以及在设置开发和测试环境时的失败情况。提供了解决方案,包括检查并卸载不必要的功能包,重新安装WebSphere Application Server,以及注意特定的日志位置来解决问题。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

(1) Install RSA

 

(2) Install WAS

 

(3) Install Workbench

 


Problem:

(1)  Failed while creating InfoSphere Master Data Management. 

 

But the Validate Installation failed while setting up Development and Test Environment

 

Total test cases: 3

Failed test cases: 3

----------------------------
Test cases list:
TCRMaddcontract.xml
TCRMaddOrganization.xml
TCRMaddPerson.xml
----------------------------
Failed test cases list:
----------------------------
Response contains failures list (3):
----------------------------
TCRMaddcontract.xml
TCRMaddOrganization.xml
TCRMaddPerson.xml

 

 

 

Exception :

[importCode] *** ERROR ***: Wed Mar 03 23:21:57 CST 2010    java.lang.InterruptedException
[importCode]         at org.eclipse.core.internal.jobs.OrderedLock.acquire(Unknown Source)
[importCode]         at org.eclipse.wst.common.internal.emfworkbench.integration.ResourceSetWorkbenchEditSynchronizer.aquireLock(Unknown Source)
[importCode]         at org.eclipse.wst.common.internal.emfworkbench.integration.ResourceSetWorkbenchEditSynchronizer.acceptDelta(Unknown Source)
[importCode]         at org.eclipse.wst.common.internal.emfworkbench.integration.ResourceSetWorkbenchEditSynchronizer.resourceChanged(Unknown Source)
[importCode]         at org.eclipse.core.internal.events.NotificationManager$2.run(Unknown Source)
[importCode]         at org.eclipse.core.runtime.SafeRunner.run(Unknown Source)
[importCode]         at org.eclipse.core.internal.events.NotificationManager.notify(Unknown Source)
[importCode]         at org.eclipse.core.internal.events.NotificationManager.broadcastChanges(Unknown Source)
[importCode]         at org.eclipse.core.internal.resources.Workspace.broadcastPostChange(Unknown Source)
[importCode]         at org.eclipse.core.internal.resources.Workspace.endOperation(Unknown Source)
[importCode]         at org.eclipse.core.internal.resources.Workspace.run(Unknown Source)
[importCode]         at org.eclipse.wst.jsdt.internal.core.JavaModelManager.initializeAllContainers(Unknown Source)
[importCode]         at org.eclipse.wst.jsdt.internal.core.JavaModelManager.getJsGlobalScopeContainer(Unknown Source)
[importCode]         at org.eclipse.wst.jsdt.core.JavaScriptCore.getJsGlobalScopeContainer(Unknown Source)
[importCode]         at org.eclipse.wst.jsdt.internal.core.JavaProject.resolveClasspath(Unknown Source)
[importCode]         at org.eclipse.wst.jsdt.internal.core.JavaProject.getResolvedClasspath(Unknown Source)
[importCode]         at org.eclipse.wst.jsdt.internal.core.JavaModelManager.determineIfOnClasspath(Unknown Source)
[importCode]         at org.eclipse.wst.jsdt.internal.core.JavaModelManager.create(Unknown Source)
[importCode]         at org.eclipse.wst.jsdt.internal.core.JavaModelManager.create(Unknown Source)
[importCode]         at org.eclipse.wst.jsdt.core.JavaScriptCore.create(Unknown Source)

 

 

 

deployConfiguration:

configurationConsole:

     [java] The args attribute is deprecated. Please use nested arg elements.
     [java] The jvmargs attribute is deprecated. Please use nested jvmarg elements.
     [java] Logger factory is com.dwl.base.logging.DWLLog4jLoggerFactory
     [java] DWLLog4jLogger: Using logging configuration from: file:/H:/Wspace/RSA/ManagementConsole/config/Log4J.properties
     [java] WARN      - ManagementConsole Process ID: 40916@IBM-B5BA9A91DD7
     [java]
     [java] “配置和管理”控制台
     [java]
     [java]
     [java] 连接到管理代理程序:localhost 端口:9999
     [java] Output_J2SEMBeanServerAccessor_ConnectionSet
     [java] ERROR     - org.apache.bsf.BSFException: error while eval'ing Jacl expression: com.dwl.management.config.repository.RepositoryStoreException: Exception_RepositoryImpl_CreateConnectionFailed org.apache.bsf.BSFException: error while eval'ing Jacl expression: com.dwl.management.config.repository.RepositoryStoreException: Exception_RepositoryImpl_CreateConnectionFailed
     [java] 在脚本中发现错误。
     [java] [Output_ManagementConsole_CheckLog:] 请查看日志以了解更多详细信息。

 

 

解决方法:

solutions:

 

* Make sure you do not have the WebSphere Application Server feature pack for web services installed in RSA.

If you do have the feature pack installed, you will need to use the IBM Installation Manager to uninstall the whole WebSphere Application Server version 6.1 runtime, not just the feature pack, and reinstall the runtime without the feature pack selected. The DB2 prereq (DB2 Enterprise Edition 9.1 fixpack 3a) is also very important. See below for log locations if the MDM database is not created properly.

 

(1) open IBM Installation Manager --> Uninstall WebSphere Application Server V7.0 testing enviroment

 

(2) Install WebSphere Application Server V7.0 Testing Enviroment (of RSA V7.5.4)

 

Do Not Install 功能部件包

 

(3)

 

Log says:
deployConfiguration:

configurationConsole:
java The args attribute is deprecated. Please use nested arg elements.
java The jvmargs attribute is deprecated. Please use nested jvmarg elements.
java Logger factory is com.dwl.base.logging.DWLLog4jLoggerFactory
java DWLLog4jLogger: Using logging configuration from: file:/C:/IBM/MDM/ManagementConsole/config/Log4J.properties
java WARN - ManagementConsole Process ID: 4800@AChetvertakov

java Configuration and Management Console

java Connecting to the management agent on: localhost Port: 9999
java Output_J2SEMBeanServerAccessor_ConnectionSet
java ERROR - org.apache.bsf.BSFException: error while eval'ing Jacl expression: com.dwl.management.config.repository.RepositoryStoreException: Exception_RepositoryImpl_CreateConnectionFailed org.apache.bsf.BSFException: error while eval'ing Jacl expression: com.dwl.management.config.repository.RepositoryStoreException: Exception_RepositoryImpl_CreateConnectionFailed
java An error is found in the script.
java Output_ManagementConsole_CheckLog: Check the log for more details.

I suppose that there is no ManagementAgent running. I found only unix shell scripts to run the agent. Is three a way to run it on windows?

 

http://www.ibm.com/developerworks/forums/thread.jspa?messageID=14219950

 

http://www.ibm.com/developerworks/forums/thread.jspa?threadID=256314

 

 

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值