Oracle Analytics Cloud and Server

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

OBIEE 12c (12.2.1.2) Config.sh issue

Received Response
123
Views
4
Comments
OBIEEDev
OBIEEDev Rank 2 - Community Beginner

Hi,

I was trying to install obiee 12.2.1.2 in linux, when trying to run config.sh i was getting below error . I modified the wlst.sh directly and added the line of code -Djava.security.egd=file:///dev/urandom (saw some blogs and did this ) but still facing issues. I saw schema were created in DB (11.2.0.4.0). What else should i try please help ?  Thanks

pastedImage_0.png

Answers

  • Syedsalmancs110
    Syedsalmancs110 Rank 6 - Analytics Lead

    What is the error message logged in your install log(install2017-08-08_07-56-23AM) present at following location /proj/app/oracle/oraInventory/logs ?

    also post the error message logged in your biee.log present at following location /proj/app/oracle/oraInventory/logs/config2017-08-08_07-56-23AM ?

    Faliure step has nothing to do with schema creation hence validating schema creation is not a correct step of diagnosis of the issue.

  • OBIEEDev
    OBIEEDev Rank 2 - Community Beginner

    Thanks for helping me out - below are logs

    Log file error - install2017-08-08_07-56-23AM

    [2017-08-08T07:59:36.394-04:00] [bi] [ERROR] [] [oracle.bi.install.config.actions] [tid: 42] [ecid: 0000Lr1hRgWD0j^_xTp2iW1PYQRj000004,0] Non-skipped failure during configuration action: Execution of [/proj/app/oracle/fmw/oracle_common/common/bin/wlst.sh, /proj/app/oracle/fmw/bi/modules/oracle.bi.configassistant/biee.py, /proj/app/oracle/fmw, /proj/app/oracle/fmw/user_projects/domains/bi,

    config2017-08-08_07-56-23AM  - > biee.log ->

    Setting Credentials ...

    Set system.user

    [EL Severe]: ejb: 2017-08-08 07:59:36.3--ServerSession(421664614)--Exception [EclipseLink-7107] (Eclipse Persistence Services - 2.6.4.v20160829-44060b6): org.eclipse.persistence.exceptions.ValidationException

    Exception Description: Error encountered during string decryption.

    Internal Exception: javax.crypto.IllegalBlockSizeException: Input length must be multiple of 8 when decrypting with padded cipher

    Error: runCmd() failed. Do dumpStack() to see details.

    Problem invoking WLST - Traceback (innermost last):

      File "/proj/app/oracle/fmw/bi/modules/oracle.bi.configassistant/biee.py", line 20, in ?

      File "/proj/app/oracle/fmw/bi/modules/oracle.bi.configassistant/pymodules/bieeimpl.py", line 57, in configureBIEE

      File "/tmp/WLSTOfflineIni2867405290458529635.py", line 135, in updateDomain

      File "/tmp/WLSTOfflineIni2867405290458529635.py", line 19, in command

    64254: Error occurred in "OPSS Processing" phase execution

    64254: Encountered error: SecurityContext:

    64254: Check log for more detail.

    at com.oracle.cie.domain.script.jython.CommandExceptionHandler.handleException(CommandExceptionHandler.java:69)

    at com.oracle.cie.domain.script.jython.WLScriptContext.handleException(WLScriptContext.java:2768)

    at com.oracle.cie.domain.script.jython.WLScriptContext.runCmd(WLScriptContext.java:701)

    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: Error updating domain:

    64254: Error occurred in "OPSS Processing" phase execution

    64254: Encountered error: SecurityContext:

  • OBIEEDev
    OBIEEDev Rank 2 - Community Beginner

    Resolved , given weblogic and schema password more than 8 characters it worked.

  • Syedsalmancs110
    Syedsalmancs110 Rank 6 - Analytics Lead

    Strange wasn't it throughing error in first place when you set the password less than 8 characters?

    As far as I remember password cannot be less than 8 characters and if entered otherwise then tool doesn't allow to proceed with installation/configuration.

    Anyways you have resolve the issue close the thread marking helpful and correct answers.