运行ogg director客户端时面板为空白

运行ogg director客户端时面板为空白,原以为是加载需要时间,后来发现是bug
参考oracle官方文档OGG Director Client Run-admin.sh Gets Blank Page After Login (文档 ID 2136711.1)
备份<director_client_home> / GoldenGateDirector / bin / run *文件:
run-admin.sh
run-director.sh

并在两个文件中如下内容:
# get a list of all the jars - use find since we need the full paths.
JARS=`find $LIBDIR -name *.jar`

# also get a list of all the ext jars if they exsist
if [ -x $LIBDIR/ext ]; then
  EXTJARS=`find $LIBDIR/ext -name *.jar`
fi


# create the classpath with the ext jars first and then the libs.
CP=.
for X in $EXTJARS; do
  CP=$CP:$X
done
for X in $JARS; do
  CP=$CP:$X
done
替换为
CP=.:../libs/PgsLookAndFeel.jar:../libs/activation.jar:../libs/commons-collections-2.1.1.jar:../libs/commons-lang-2.1.jar:../libs/gdsc-admin-help.jar:../libs/gdsc-client.jar:../libs/gdsc-help.jar:../libs/javachart.jar:../libs/jaxen-core.jar:../libs/jaxen-jdom.jar:../libs/jbcl.jar:../libs/jdom.jar:../libs/jh.jar:../libs/log4j-1.2.8.jar:../libs/mail.jar:../libs/saxpath.jar:../libs/velocity-1.4.jar:../libs/weblogic.jar:../libs/websesrviceclient+ssl.jar:../libs/wlfullclient5.jar:../libs/wlthint3client.jar:../libs/xercesImpl.jar:../libs/xml-apis.jar
重新运行
结果正常


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值