Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
obiee 12.2.1.4.0 installation in aix failing at the configuration step

Hello All,
We are trying to install obiee 12.2.1.4.0 in aix 7.1 and installation fails at configuration , exactly at adding default service instance. Error log looks like vague and couldnt find the root cause.
[ERROR] [] [oracle.bi.install.config.actions] [tid: 81] [ecid: 0000MM66WXn5qYsLGi5Eif1RXepK000004,0] Non-skipped failure during configuration action: Execution of [/app/obiee12.2.1.4/user_projects/domains/bip2/bitools/bin/create_bi_service_instance.sh, -d, "Default BI Service Instance", -b, /app/obiee12.2.1.4/bi/modules/oracle.biee.application.starter/starter.bar, -o, weblogic, ssi] failed with exit value 1[[
oracle.bi.exec.ExecutionStatusException: Execution of [/app/obiee12.2.1.4/user_projects/domains/bip2/bitools/bin/create_bi_service_instance.sh, -d, "Default BI Service Instance", -b, /app/obiee12.2.1.4/bi/modules/oracle.biee.application.starter/starter.bar, -o, weblogic, ssi] 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.install.config.steps.application.AddDefaultServiceInstanceStep.createServiceInstance(AddDefaultServiceInstanceStep.java:136)
at oracle.bi.install.config.steps.application.AddDefaultServiceInstanceStep.executeSingleShot(AddDefaultServiceInstanceStep.java:76)
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:785)
Answers
-
Is this an upgrade or a fresh installation?
0 -
Fresh installation
0 -
Name is null error in createdefaultseviceinstance.out
Aug 30, 2018 10:08:17 AM oracle.bi.servicelcm_v2.legacyimpl.LegacyPodImpl createServiceInstance
SEVERE: [LEGACY_API_PROBLEM_CREATING_SERVICE_INSTANCE] Problem creating Service Instance via legacy API: key=ssi; owner=weblogic; options=CreationOptions [description="Default BI Service Instance", bar=/app/obiee12.2.1.4/bi/modules/oracle.biee.application.starter/starter.bar, module=null, createObis=false, isOnline=false, port=null, portMonitor=null, properties={}]
java.lang.NullPointerException: Name is null
at java.lang.Enum.valueOf(Enum.java:247)
at oracle.bi.bar.si.ServiceInstLifeCycleImplVersions.valueOf(ServiceInstLifeCycleImplVersions.java:6)
at oracle.bi.bar.si.ServiceInstanceLifeCycleFactory.getServiceInstanceLifeCycleImpl(ServiceInstanceLifeCycleFactory.java:23)
at oracle.bi.servicelcm_v2.internal.bar.BarImportExport.importBar(BarImportExport.java:131)
at oracle.bi.servicelcm_v2.operations.DefaultAnalyticApplicationOperations.importBar(DefaultAnalyticApplicationOperations.java:116)
at oracle.bi.servicelcm_v2.domain.application.AnalyticApplicationCustomisation.importBAR(AnalyticApplicationCustomisation.java:125)
at oracle.bi.servicelcm_v2.operations.DefaultServiceInstanceOperations.serviceInstanceCreated(DefaultServiceInstanceOperations.java:103)
at oracle.bi.servicelcm_v2.domain.serviceinstance.ServiceInstance.commit(ServiceInstance.java:539)
at oracle.bi.servicelcm_v2.legacyimpl.LegacyPodImpl.createServiceInstance(LegacyPodImpl.java:97)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:90)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
at java.lang.reflect.Method.invoke(Method.java:508)
at org.python.core.PyReflectedFunction.__call__(Unknown Source)
at org.python.core.PyMethod.__call__(Unknown Source)
at org.python.core.PyObject.__call__(Unknown Source)
at org.python.core.PyObject.invoke(Unknown Source)
at org.python.pycode._pyx129.createBIServiceInstance$5(/app/obiee12.2.1.4/bi/lib/bi-servicelcm-api.jar!/wlstScriptDir/biServiceInstanceLCM.py:86)
at org.python.pycode._pyx129.call_function(/app/obiee12.2.1.4/bi/lib/bi-servicelcm-api.jar!/wlstScriptDir/biServiceInstanceLCM.py)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyFunction.__call__(Unknown Source)
at org.python.pycode._pyx145.f$0(/app/obiee12.2.1.4/bi/modules/oracle.bi.sysman/syscomp/createBIServiceInstance.py:57)
at org.python.pycode._pyx145.call_function(/app/obiee12.2.1.4/bi/modules/oracle.bi.sysman/syscomp/createBIServiceInstance.py)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyCode.call(Unknown Source)
at org.python.core.Py.runCode(Py.java:1226)
at org.python.util.PythonInterpreter.execfile(Unknown Source)
at weblogic.management.scripting.WLST.main(WLST.java:186)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:90)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
at java.lang.reflect.Method.invoke(Method.java:508)
at weblogic.WLST.main(WLST.java:47)
0 -
Which WLST command did you use to import your BAR file?
0 -
not importing any BAR file. it is a clean fresh installation
0 -
Hi,
Is there any updates on the issue?
0 -
Hi,
We are facing same issue when configuring OBIEE 12.2.1.4 on windows server 2016 datacenter and SQL Server 2012. Please update if anyone has got workaround/solution to it.
Thanks,
Swathi
0 -
Windows i am not sure. But in aix it resolved after adding UTF -8 Font and making it default.
0 -
Any solution for this issue? I am also installing OBIEE 12.2.1.4 on Windows Server 2016 and having the same issue.
BR,
Tilen
0 -
This is a bug and Oracle advice to use 12.2.1.3.
0