Showing posts with label Installation Issues. Show all posts
Showing posts with label Installation Issues. Show all posts

Saturday, April 11, 2015

OBIEE 11g Installation Issues - Domain Creation Failure

While you are installing the OBIEE 11g - 11.1.1.7.0 and you are experiencing this below mentioned issue.

BI Configuration - Creating Domain failed.
Error message - Config Action BI Configuration Failed. Configure BI Failed.



When I checked the BI_Server1.log file, I was able to figure out the below error:
_____________________________________________
[ERROR] [] [oracle.as.provisioning] [tid: 14] [ecid: 0000K^xVnRy7i4w5GFS4yf1KIHMh000005,0] [[
oracle.as.provisioning.exception.ASProvWorkflowException: Error Executing workflow.
at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:686)
at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:391)
at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
at oracle.as.install.bi.biconfig.standard.StandardWorkFlowExecutor.executeHelper(StandardWorkFlowExecutor.java:31)
at oracle.as.install.bi.biconfig.standard.DomainProvisioningTask.doExecute(DomainProvisioningTask.java:49)
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:375)
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:105)
at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:96)
at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:186)
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:662)
_____________________________________________

When I checked the BI_Server1.out file, I found the below error:
_____________________________________________

Executing Task: Creating Domain
AdminServer port is 7001
trying to connect to server 7001
Creating Weblogic Domain.

The JDK wasn't found in directory /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.55.x86_64.
Please edit the startWebLogic.sh script so that the JAVA_HOME
variable points to the location of your JDK.

CLASSPATH=:/opt/app/obi/Middleware/utils/config/10.3/config-launch.jar::/opt/app/obi/Middleware/wlserver_10.3/common/derby/lib/derbynet.jar:/opt/app/obi/Middleware/wlserver_10.3/common/derby/lib/derbyclient.jar:/opt/app/obi/Middleware/wlserver_10.3/common/derby/lib/derbytools.jar::
oracle.as.provisioning.exception.ASProvWorkflowException: /opt/app/obi/Middleware/wlserver_10.3/common/bin/wlst.sh: line 24: /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.55.x86_64/bin/java: No such file or directory
____________________________________________
This confirms that the JDK was not installed on the path. Install Java on the following path
/usr/java/jdk1.7.0_07.

Thursday, April 9, 2015

OBIEE 11g Installation Issue - Installer hangs indefinitely

While you were trying to install the OBIEE 11g - 11.1.1.7.0, the installer or configuration wizard hangs indefinitely at the  "Domain Creation" step and no log could be found any where. Not even in the AdminServer.log



Cancel the installer, it is not going to go through.

The following error is logged  in <Oracle_Inventory_Location>/log/install<date-time>.out file:
_______________________________________
Creating a new AdminServer Object ...
AdminServer port is 7001
Starting the domain ...

oracle.as.provisioning.util.ConfigException:
Error while starting the domain.
Cause:
An error occurred while starting the domain.
Action:
See logs for more details.
at oracle.as.provisioning.util.ConfigException.createConfigException(ConfigException.java:123)
at oracle.as.provisioning.weblogic.ASDomain.startDomain(ASDomain.java:3172)
.
etc..
.
. at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
at java.lang.Thread.run(Thread.java:619)
Caused by: oracle.as.provisioning.util.ConfigException:
Error while starting the domain.
Cause:
Starting the Admin_Server timed out.
Action:
See logs for more details.
at oracle.as.provisioning.util.ConfigException.createConfigException(ConfigException.java:123)
at oracle.as.provisioning.weblogic.ASD
_______________________________________

The AdminServer.log  shows that the AdminServer was started and you find the below comments:
<BEA-000329> <Started WebLogic Admin Server "AdminServer" for domain "ASDomain" running in Production Mode>

Resolution:
Navigate to /etc directory and check the hosts file.
/]$ vi /etc/hosts

Issues could be one of the below:

  • The IP mentioned here could be wrong or multiple IPs are mentioned and multiple hostnames are referenced. So the Adminserver gets confused to select which server needs the installation.
  • The file does not have any IP at all.
  • The hostname could be wrong.
  • An IP V6 - IP could have been referenced.