大佬救命,我又来了。 还是 Leap 15.2 安装 Oracle Obiee 12c。在最后一步使用 config.sh 配置时出错。


附上红色错误信息:
java.lang.IllegalStateException: Action:BI_Configuration failed with error:Configure BI Failed with Execution of [/home/biee12c/Oracle/Middleware/Oracle_Home/oracle_common/common/bin/wlst.sh, /home/biee12c/Oracle/Middleware/Oracle_Home/bi/modules/oracle.bi.configassistant/biee.py, /home/biee12c/Oracle/Middleware/Oracle_Home, /home/biee12c/Oracle/Middleware/Oracle_Home/user_projects/domains/bi, weblogic, Expanded, SUSE, 9502, 9503, ORACLE, oracle.jdbc.OracleDriver, jdbc:oracle:Thin:@//192.168.115.129:1521/zgfpdb, dev, jdbc:oracle:Thin:@//192.168.115.129:1521/zgfpdb, ] failed with exit value

下面是 biee.log 错误日志:
Initializing WebLogic Scripting Tool (WLST) …

WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.sun.xml.bind.v2.runtime.reflect.opt.Injector (file:/home/biee12c/Oracle/Middleware/Oracle_Home/oracle_common/modules/com
.sun.xml.bind.jaxb-impl.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int)
WARNING: Please consider reporting this to the maintainers of com.sun.xml.bind.v2.runtime.reflect.opt.Injector
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Welcome to WebLogic Server Administration Scripting Shell

Type help() for help on available commands

dbargs.py /home/biee12c/Oracle/Middleware/Oracle_Home/bi/modules/oracle.bi.configassistant/biee.py /home/biee12c/Oracle/Middleware/Oracle_Home /home/biee12c/Oracl
e/Middleware/Oracle_Home/user_projects/domains/bi weblogic Expanded SUSE 9502 9503 ORACLE oracle.jdbc.OracleDriver jdbc:oracle:Thin:@//192.168.115.129:1521/zgfpdb
dev jdbc:oracle:Thin:@//192.168.115.129:1521/zgfpdb
Reading passwords from stdin…
Enter admin password
Enter DBSchema password
Extending domain with BIEE Suite template
Configuring datasources …
Setting JDBC url to jdbc:oracle:Thin:@//192.168.115.129:1521/zgfpdb
Deleting old user of type Property
Creating user of type Property at /JDBCSystemResource/LocalSvcTblDataSource/JdbcResource/LocalSvcTblDataSource/JDBCDriverParams/NO_NAME_0/Properties/NO_NAME_0
Master STB data source defined
Individual schema credentials applied from master STB data source
Setting Credentials …
Set system.user
Error: runCmd() 失败。执行 dumpStack() 以查看详细信息。

Problem invoking WLST - Traceback (innermost last):
File “/home/biee12c/Oracle/Middleware/Oracle_Home/bi/modules/oracle.bi.configassistant/biee.py”, line 20, in ?
File “/home/biee12c/Oracle/Middleware/Oracle_Home/bi/modules/oracle.bi.configassistant/pymodules/bieeimpl.py”, line 57, in configureBIEE
File “/tmp/WLSTOfflineIni5288361384121675173.py”, line 139, in updateDomain
File “/tmp/WLSTOfflineIni5288361384121675173.py”, line 19, in command
64254: “OPSS 处理” 阶段执行中出错
64254: 出现错误: java.lang.ExceptionInInitializerError
64254: 有关详细信息, 请查看日志。
null
at com.oracle.cie.domain.script.jython.CommandExceptionHandler.handleException(CommandExceptionHandler.java:69)
at com.oracle.cie.domain.script.jython.WLScriptContext.handleException(WLScriptContext.java:2983)
at com.oracle.cie.domain.script.jython.WLScriptContext.runCmd(WLScriptContext.java:735)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)

com.oracle.cie.domain.script.jython.WLSTException: com.oracle.cie.domain.script.jython.WLSTException: Error updating domain:
64254: “OPSS 处理” 阶段执行中出错
64254: 出现错误: java.lang.ExceptionInInitializerError
64254: 有关详细信息, 请查看日志。
null

期盼大佬帮忙看看

@zgfddddy 据说 weblogic 和 schema 的密码都要 8 位以上。是不是自己玩就设了 123456

没有呀
image
不过方案密码和数据库我都用的 4 个数字的密码

schema 的意思就是方案

前几天比较忙,今天抽时间试了下,发现可能不是这个原因,报错内容还是之前的

那你恐怕就得共享下你的 Obiee 12c 是哪里下的了…我手里没有,试不了

https://www.oracle.com/middleware/technologies/business-intelligence-v12214-downloads.html
就是官网,不过他给的 jdk 好像有问题,在装 weblogic 的时候会报主机上的 x 服务器访问被拒绝,所以我自己找了个 jdk,11.0.8 版本的。

好,回头我试试