您的位置:首页 > 其它

ODI与BAM集成自动配置集成脚本注意事项

2012-08-07 22:57 281 查看
To install the integration files:

Verify that Oracle BAM Server is running and reachable from the Oracle Data Integrator host.

On the Oracle BAM host, go to the
ORACLE_HOME
\bam\config
directory and edit the
bam_odi_configuration.properties
file.

ODI_HOME

This property identifies the path to the Oracle Data Integrator home directory.

The default value on Linux is
/scratch/$user/
ODI_HOME
/oracledi
.

On Microsoft Windows systems, use the short 8-character name convention. Also, use double back-slashes (\\) to denote a directory separator. For example,
C:\Program Files\
ODI_HOME
\oracledi
would appear as:

ODI_HOME = C:\\Progra~1\\ODI_HOME\\oracledi


文档中描述如此,实际操作时,应将ODI_HOME指向独立Agent所在的位置,如standaloneagent的位置放在: F:\temp\agent\agent\oracledi-agent-standalone\,此处的ODI_HOME则应该为F:\temp\agent\agent\oracledi-agent-standalone\oracledi\agent

安装脚本完成执行之后,odiparams.bat被修改过了,其中加入了wlfullclient.jar文件的路径,但是启动Agent时,会报错:

WARNING Failed startup of context oracle.odi.Agent$1@37e55794{/oraclediagent,file:/oracle/app/product/fmw/odi/oracledi/agent/lib/oraclediagent.war}

com.sun.xml.ws.transport.http.servlet.WSServletContextListener.contextInitialized(WSServletContextListener.java:118)

org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:548)

org.mortbay.jetty.servlet.Context.startContext(Context.java:136)

org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1239)

org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:517)

org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:466)

org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)

org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)

org.mortbay.jetty.Server.doStart(Server.java:224)

org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)

oracle.odi.Agent.startAgent(Agent.java:200)

oracle.odi.Agent.main(Agent.java:493)

将wlfullclient.jar从配置文件中去掉即可顺利启动代理。

目前尚不能弄明白为何会出现这个问题。

OTN上有朋友也碰到类似问题,记录如下:

https://forums.oracle.com/forums/thread.jspa?threadID=2234637
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: