Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 214 Oracle Analytics News
- 42 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
BIEE 12.2.1.4.0 install CONFIG Error JDK1.8.0_131

Hi Experts,
biee version is last biee 12.2.1.4.0 (https://www.oracle.com/middleware/technologies/business-intelligence-v12214-downloads.html )
My jdk JDK1.8.0_131.
The log problem occour in this step :
In log archive >
[2019-10-18T11:58:54.833-03:00] [bi] [NOTIFICATION] []
[oracle.bi.install.config.basesteps] [tid: 44] [ecid: 0000MrVMf2CF^6p5oR9DiY1TeT1s000004,0]
Failed single shot step: BIEE with: Execution of [/opt/apps/oracle/biee12_domain/oracle_common/common/bin/wlst.sh,
/opt/apps/oracle/biee12_domain/bi/modules/oracle.bi.configassistant/biee.py,
/opt/apps/oracle/biee12_domain, /opt/apps/oracle/biee12_domain/user_projects/domains/biee12_domain,
weblogic,
Expanded,
hostbiee.business.com, 9533, 9534, ORACLE, oracle.jdbc.OracleDriver,
jdbc:oracle:thin:@//dataabse12:1521/dataabse12,
biee12prefix,
jdbc:oracle:thin:@//dataabse12:1521/dataabse12,
] failed with exit value 1
[2019-10-18T11:58:54.833-03:00] [bi] [ERROR] [] [oracle.bi.install.config.actions] [tid: 44] [ecid: 0000MrVMf2CF^6p5oR9DiY1TeT1s000004,0]
Non-skipped failure during configuration action: Execution of [/opt/apps/oracle/biee12_domain/oracle_common/common/bin/wlst.sh,
/opt/apps/oracle/biee12_domain/bi/modules/oracle.bi.configassistant/biee.py,
/opt/apps/oracle/biee12_domain, /opt/apps/oracle/biee12_domain/user_projects/domains/biee12_domain,
weblogic,
Expanded,
hostbiee.business.com, 9533, 9534,
ORACLE, oracle.jdbc.OracleDriver,
jdbc:oracle:thin:@//dataabse12:1521/dataabse12,
biee12prefix,
jdbc:oracle:thin:@//dataabse12:1521/dataabse12, ] failed with exit value 1
[[oracle.bi.exec.ExecutionStatusException:
Execution of
[
/opt/apps/oracle/biee12_domain/oracle_common/common/bin/wlst.sh,
/opt/apps/oracle/biee12_domain/bi/modules/oracle.bi.configassistant/biee.py,
/opt/apps/oracle/biee12_domain,
/opt/apps/oracle/biee12_domain/user_projects/domains/biee12_domain, weblogic, Expanded,
hostbiee.business.com, 9533, 9534,
ORACLE, oracle.jdbc.OracleDriver, jdbc:oracle:thin:@//dataabse12:1521/dataabse12, biee12prefix, jdbc:oracle:thin:@//dataabse12:1521/dataabse12,
]
failed with exit value 1
at oracle.bi.exec.StdinProcess.runProcess(StdinProcess.java:106)
at oracle.bi.exec.ExecScript.executeScript(ExecScript.java:191)
at oracle.bi.exec.ExecScript.executeSynchronousScript(ExecScript.java:95)
at oracle.bi.exec.ExecWLST.executeWLSTScript(ExecWLST.java:62)
at oracle.bi.install.config.steps.WLSTStep.executeSingleShot(WLSTStep.java:55)
at oracle.bi.install.config.basesteps.SingleShotActionStep.execute(SingleShotActionStep.java:31)
at oracle.bi.install.config.basesteps.StepList.execute(StepList.java:85)
at oracle.bi.install.config.actions.BIConfigAction.doExecute(BIConfigAction.java:127)
at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:405)
at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:88)
at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:108)
at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
at oracle.as.install.engine.modules.configuration.action.RequestQueue.performSequentialExecution(RequestQueue.java:284)
at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:260)
at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:185)
at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:82)
at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:87)
at java.lang.Thread.run(Thread.java:748)
]]
I findout the this note in support, Doc ID 2221805.1, and edit to 'urandon'.
And perform again the CONFIGURATION step.
But does work correctly.
The same problem show again!
Thank you for any Help!
Michel.
Answers
-
Hi Michel,
First a little detail: could you edit your post and delete the part with the content of the MOS document? This forum being public it's forbidden to post any content coming from MOS (which is a paid support). If you want to freely be able to post content of MOS documents you would have to move the thread in (access is limited to people having a valid support contract etc.).
First thing: don't use Java 8.131, it's really really old! Current version of Java 8 is 231. The certification matrix says "1.8.0_131+", which means any 1.8.0 version >= 131, this include the current 1.8.0_231.
The change you did in java.security could help avoiding timeouts because of low entropy etc.
As I see the database config there next the message, are you sure about those info? (I assume "dataabse12" is wanted and not a spelling error. Or maybe you redacted the message to replace any real value with fake things before to post?)
0 -
Gianni,
I edit the original post to omit details not public.
'dataabse12' is my error. I edited values to hide customer infrastructure details.
I will try with the latest JDK and return to this post.
0 -
Using NEW JDK 1.8.0_231
export JAVA_HOME=/opt/apps/oracle/jdk1.8.0_231
export PATH=$JAVA_HOME/bin:$PATH
echo $JAVA_HOME
/opt/apps/oracle/jdk1.8.0_231
And RCU not enable BI metadata option.
This is know for any specialist?
Thank You,
0