Hi ,
We are trying to install OBIEE 12c on Linux Machine.
We are facing issue when we try to do configuration.
) run ./config.sh
given connection detail ,
its got failed at OBIEE config
obiee.log file :
[oracle@houbiap1 config2016-06-01_08-03-55AM]$ cat biee.log
Initializing WebLogic Scripting Tool (WLST) ...
Welcome to WebLogic Server Administration Scripting Shell
Type help() for help on available commands
dbargs.py /app/OBIEE12c/bi/modules/oracle.bi.configassistant/biee.py /app/OBIEE12c /app/OBIEE12c/user_projects/domains/bi weblogic Expanded houbiap1.oii.oceaneering.com 9502 9503 ORACLE oracle.jdbc.OracleDriver jdbc:oracle:thin:@//houbidb2:1521/bi12cdev DEV12C jdbc:oracle:thin:@//houbidb2:1521/bi12cdev
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:@//houbidb2:1521/bi12cdev
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
Jun 01, 2016 8:39:25 AM com.oracle.cie.domain.script.jython.CommandExceptionHandler handleException
SEVERE: Error: getDatabaseDefaults() failed.
com.oracle.cie.domain.script.jython.WLSTException: Got exception when auto configuring the schema component(s) with data obtained from shadow table:
Failed to build JDBC Connection object:
at com.oracle.cie.domain.script.jython.CommandExceptionHandler.handleException(CommandExceptionHandler.java:69)
at com.oracle.cie.domain.script.jython.WLScriptContext.handleException(WLScriptContext.java:2360)
at com.oracle.cie.domain.script.jython.WLScriptContext.getDatabaseDefaults(WLScriptContext.java:3303)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.oracle.cie.domain.script.jython.WLSTState.processCommand(WLSTState.java:216)
at com.oracle.cie.domain.script.jython.WLScriptContext.runCmd(WLScriptContext.java:670)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
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.PyInstance.invoke(Unknown Source)
at org.python.pycode._pyx38.command$1(/tmp/WLSTOfflineIni7831063701935827796.py:19)
at org.python.pycode._pyx38.call_function(/tmp/WLSTOfflineIni7831063701935827796.py)
at org.python.core.PyTableCode.call(Unknown Source)
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._pyx38.getDatabaseDefaults$66(/tmp/WLSTOfflineIni7831063701935827796.py:251)
at org.python.pycode._pyx38.call_function(/tmp/WLSTOfflineIni7831063701935827796.py)
at org.python.core.PyTableCode.call(Unknown Source)
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.core.PyObject.invoke(Unknown Source)
at dbargs$py.configureSimpleDefaultDataSources$3(/app/OBIEE12c/bi/modules/oracle.bi.configassistant/pymodules/dbargs.py:137)
at dbargs$py.call_function(/app/OBIEE12c/bi/modules/oracle.bi.configassistant/pymodules/dbargs.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.core.PyObject.invoke(Unknown Source)
at bieeimpl$py.configureBIEE$2(/app/OBIEE12c/bi/modules/oracle.bi.configassistant/pymodules/bieeimpl.py:40)
at bieeimpl$py.call_function(/app/OBIEE12c/bi/modules/oracle.bi.configassistant/pymodules/bieeimpl.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.core.PyObject.invoke(Unknown Source)
at org.python.pycode._pyx139.f$0(/app/OBIEE12c/bi/modules/oracle.bi.configassistant/biee.py:20)
at org.python.pycode._pyx139.call_function(/app/OBIEE12c/bi/modules/oracle.bi.configassistant/biee.py)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyCode.call(Unknown Source)
at org.python.core.Py.runCode(Unknown Source)
at org.python.util.PythonInterpreter.execfile(Unknown Source)
at weblogic.management.scripting.WLST.main(WLST.java:181)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at weblogic.WLST.main(WLST.java:47)
Caused by: com.oracle.cie.domain.script.ScriptException: Got exception when auto configuring the schema component(s) with data obtained from shadow table:
Failed to build JDBC Connection object:
at com.oracle.cie.domain.script.ScriptExecutor.getDatabaseDefaults(ScriptExecutor.java:2946)
at com.oracle.cie.domain.script.jython.WLScriptContext.getDatabaseDefaults(WLScriptContext.java:3299)
... 51 more
Caused by: com.oracle.cie.common.CommonException: Failed to build JDBC Connection object:
Root Cause: java.sql.SQLRecoverableException: IO Error: Connection reset
at com.oracle.cie.domain.jdbc.CommonDBHelper.bindShadowTableData(CommonDBHelper.java:639)
at com.oracle.cie.domain.script.ScriptExecutor.getDatabaseDefaults(ScriptExecutor.java:2932)
... 52 more
Error: getDatabaseDefaults() failed. Do dumpStack() to see details.
Jun 01, 2016 8:39:25 AM com.oracle.cie.domain.script.jython.CommandExceptionHandler handleException
SEVERE: Error: runCmd() failed.
com.oracle.cie.domain.script.jython.WLSTException: Got exception when auto configuring the schema component(s) with data obtained from shadow table:
Failed to build JDBC Connection object:
at com.oracle.cie.domain.script.jython.CommandExceptionHandler.handleException(CommandExceptionHandler.java:69)
at com.oracle.cie.domain.script.jython.WLScriptContext.handleException(WLScriptContext.java:2360)
at com.oracle.cie.domain.script.jython.WLScriptContext.runCmd(WLScriptContext.java:676)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
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.PyInstance.invoke(Unknown Source)
at org.python.pycode._pyx38.command$1(/tmp/WLSTOfflineIni7831063701935827796.py:19)
at org.python.pycode._pyx38.call_function(/tmp/WLSTOfflineIni7831063701935827796.py)
at org.python.core.PyTableCode.call(Unknown Source)
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._pyx38.getDatabaseDefaults$66(/tmp/WLSTOfflineIni7831063701935827796.py:251)
at org.python.pycode._pyx38.call_function(/tmp/WLSTOfflineIni7831063701935827796.py)
at org.python.core.PyTableCode.call(Unknown Source)
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.core.PyObject.invoke(Unknown Source)
at dbargs$py.configureSimpleDefaultDataSources$3(/app/OBIEE12c/bi/modules/oracle.bi.configassistant/pymodules/dbargs.py:137)
at dbargs$py.call_function(/app/OBIEE12c/bi/modules/oracle.bi.configassistant/pymodules/dbargs.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.core.PyObject.invoke(Unknown Source)
at bieeimpl$py.configureBIEE$2(/app/OBIEE12c/bi/modules/oracle.bi.configassistant/pymodules/bieeimpl.py:40)
at bieeimpl$py.call_function(/app/OBIEE12c/bi/modules/oracle.bi.configassistant/pymodules/bieeimpl.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.core.PyObject.invoke(Unknown Source)
at org.python.pycode._pyx139.f$0(/app/OBIEE12c/bi/modules/oracle.bi.configassistant/biee.py:20)
at org.python.pycode._pyx139.call_function(/app/OBIEE12c/bi/modules/oracle.bi.configassistant/biee.py)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyCode.call(Unknown Source)
at org.python.core.Py.runCode(Unknown Source)
at org.python.util.PythonInterpreter.execfile(Unknown Source)
at weblogic.management.scripting.WLST.main(WLST.java:181)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at weblogic.WLST.main(WLST.java:47)
Caused by: com.oracle.cie.domain.script.ScriptException: Got exception when auto configuring the schema component(s) with data obtained from shadow table:
Failed to build JDBC Connection object:
at com.oracle.cie.domain.script.jython.WLSTState.processCommand(WLSTState.java:233)
at com.oracle.cie.domain.script.jython.WLScriptContext.runCmd(WLScriptContext.java:670)
... 45 more
Caused by: com.oracle.cie.domain.script.jython.WLSTException: Got exception when auto configuring the schema component(s) with data obtained from shadow table:
Failed to build JDBC Connection object:
at com.oracle.cie.domain.script.jython.CommandExceptionHandler.handleException(CommandExceptionHandler.java:69)
at com.oracle.cie.domain.script.jython.WLScriptContext.handleException(WLScriptContext.java:2360)
at com.oracle.cie.domain.script.jython.WLScriptContext.getDatabaseDefaults(WLScriptContext.java:3303)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.oracle.cie.domain.script.jython.WLSTState.processCommand(WLSTState.java:216)
... 46 more
Caused by: com.oracle.cie.domain.script.ScriptException: Got exception when auto configuring the schema component(s) with data obtained from shadow table:
Failed to build JDBC Connection object:
at com.oracle.cie.domain.script.ScriptExecutor.getDatabaseDefaults(ScriptExecutor.java:2946)
at com.oracle.cie.domain.script.jython.WLScriptContext.getDatabaseDefaults(WLScriptContext.java:3299)
... 51 more
Caused by: com.oracle.cie.common.CommonException: Failed to build JDBC Connection object:
Root Cause: java.sql.SQLRecoverableException: IO Error: Connection reset
at com.oracle.cie.domain.jdbc.CommonDBHelper.bindShadowTableData(CommonDBHelper.java:639)
at com.oracle.cie.domain.script.ScriptExecutor.getDatabaseDefaults(ScriptExecutor.java:2932)
... 52 more
Error: runCmd() failed. Do dumpStack() to see details.
Problem invoking WLST - Traceback (innermost last):
File "/app/OBIEE12c/bi/modules/oracle.bi.configassistant/biee.py", line 20, in ?
File "/app/OBIEE12c/bi/modules/oracle.bi.configassistant/pymodules/bieeimpl.py", line 40, in configureBIEE
File "/app/OBIEE12c/bi/modules/oracle.bi.configassistant/pymodules/dbargs.py", line 137, in configureSimpleDefaultDataSources
File "/tmp/WLSTOfflineIni7831063701935827796.py", line 251, in getDatabaseDefaults
File "/tmp/WLSTOfflineIni7831063701935827796.py", line 19, in command
Failed to build JDBC Connection object:
at com.oracle.cie.domain.script.jython.CommandExceptionHandler.handleException(CommandExceptionHandler.java:69)
at com.oracle.cie.domain.script.jython.WLScriptContext.handleException(WLScriptContext.java:2360)
at com.oracle.cie.domain.script.jython.WLScriptContext.runCmd(WLScriptContext.java:676)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
com.oracle.cie.domain.script.jython.WLSTException: com.oracle.cie.domain.script.jython.WLSTException: Got exception when auto configuring the schema component(s) with data obtained from shadow table:
Failed to build JDBC Connection object:
Please suggest ASP.
Thanks ,
Sam