Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Error while installing OBIEE 11g

Received Response
52
Views
7
Comments
Poorvika
Poorvika Rank 1 - Community Starter

Hello All,

Need your help in resolving the below error while installing OBIEE 11g on Windows

Initializing WebLogic Scripting Tool (WLST) ...

Welcome to WebLogic Server Administration Scripting Shell

Type help() for help on available commands

updateBIPConfigFiles: Problem invoking WLST - Traceback (innermost last):

updateBIPConfigFiles:   File "C:\OBIEE\Oracle_BI1\bifoundation\install\updateBIPConfigFiles.py", line 15, in ?

updateBIPConfigFiles:   File "C:\OBIEE\WLSERV~1.3\common\wlst\modules\jython-modules.jar\Lib/javaos$py.class", line 334, in system

updateBIPConfigFiles:   File "C:\OBIEE\WLSERV~1.3\common\wlst\modules\jython-modules.jar\Lib/popen2.py", line 235, in system

updateBIPConfigFiles:   File "C:\OBIEE\WLSERV~1.3\common\wlst\modules\jython-modules.jar\Lib/popen2.py", line 72, in __init__

updateBIPConfigFiles:   File "C:\OBIEE\WLSERV~1.3\common\wlst\modules\jython-modules.jar\Lib/javashell.py", line 64, in execute

updateBIPConfigFiles: OSError: (0, 'Failed to execute command ([\'sh\', \'-c\', \'java -classpath C:\\\\OBIEE\\\\Oracle_BI1/clients/bipublisher/xdo-server.jar oracle.xdo.install.UpdateConfigFiles 7001 9703 9710 jdbc/mds/owsm C:\\\\OBIEE\\\\user_projects\\\\domains\\\\bifoundation_domain\']): java.io.IOException: Cannot run program "sh": CreateProcess error=2, The system cannot find the file specified')

updateBIPConfigFiles:

java.lang.Exception: WLST Script task failed with status 1

at oracle.as.install.bi.biconfig.standard.WLSTScriptTask.doExecute(WLSTScriptTask.java:127)

at oracle.as.install.bi.biconfig.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:70)

at oracle.as.install.bi.biconfig.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:66)

at oracle.as.install.bi.biconfig.BIConfigMain.doExecute(BIConfigMain.java:113)

at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:403)

at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:101)

at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:121)

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:335)

at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:311)

at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:200)

at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)

at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:86)

at java.lang.Thread.run(Thread.java:745)

In doCancel method ...

Steps followed for installation:

1) Installed Database 11g & Java 1.7.0_80

2) configured loopback adapter

3) Then RCU installation, followed by OBIEE installation --> Simple installation

Answers