Oracle Analytics Cloud and Server

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

"..Oracle_HOME/oui/bin/oneclick.properties" (No such file) when Configuring Oracle BI Domain

Received Response
165
Views
5
Comments
Florant Zylyftari
Florant Zylyftari Rank 2 - Community Beginner

Hello Guys,

I am trying to Configure Oracle BI Domain with the Configuration Assistant using ORACLE_HOME/bi/bin/config.sh script but is fails with "java.io.FileNotFoundException: /oracle/product/Oracle_Home/oui/bin/oneclick.properties (No such file or directory)".

Oracle BI 12.2.1.4 is installed successfully on FMW12.2.1.4, as per doc ( https://docs.oracle.com/middleware/bi12214/lcm/BIEIG/GUID-4F0BD89A-C8BE-4851-8D0C-422779D5BC1D.htm#BIEIG-GUID-6EA06E47-2784-4639-BEA8-7DA356AFA247 ). Going through the internet or oracle doc and community i couldn't find any doc related to this issue.

I have the same issue if i try to uninstall Oracle BI software using deinstall script under "Oracle_Home/oui/bin".
If anyone faced this issue before please let me know.

Regards,

Florant

Tagged:

Answers

  • SteveF-Oracle
    edited May 14, 2024 3:06PM

    ./config.sh has to run OUI in a GUI, unless you are doing a silent install/configuration.

    So, use VNC, or configure the display to a local XServer (e.g. - XQuartz for MacOS)

  • Sumanth V -Oracle
    Sumanth V -Oracle Rank 8 - Analytics Strategist

    @Florant Zylyftari - System pre-requisites check has failed for checking monitor. Seems the OUI is not able to open because of the same. Please try fixing the same and then re-try running config.sh or opt for silent install. Please refer the below doc for details on same.

    OBIEE 12c: How to Perform Silent Installation? (Doc ID 2267490.1)

  • Florant Zylyftari
    Florant Zylyftari Rank 2 - Community Beginner

    Hi Guys,

    Thank you for your feedback.
    I am using X11 forwarding on ssh client and i have run successfully other installation on this machine, and display is forwarded without any issue, so pre-requisites check for monitor is about display colors with i guess is not an issue. This problems occurred to me only with "…../bi/bin/config.sh" script and "Oracle_Home/oui/bin/deinstall.sh". with deinstall.sh , it opens the display and after i select the product to uninstall it give the error above.
    Anyway guys, did a fresh installation on OL8 and follow the same doc for BI installation and this time the configuration of Oracle BI Domain with the Configuration Assistant was ok ,even if the same pre-requisites check for monitor failed:

    @Sumanth is there any doc for deinstallation in silent mode also , as i couldn't find any.

    Regards,

    Florant

  • Sumanth V -Oracle
    Sumanth V -Oracle Rank 8 - Analytics Strategist

    @Florant Zylyftari - Please refer the below document for steps on silent de-install of OBIEE.

    https://docs.oracle.com/en/middleware/fusion-middleware/12.2.1.3/ouirf/using-oracle-universal-installer-silent-mode.html#GUID-6A490B82-BE41-42C0-B14A-BE9832B667C1

    Topic: Running the Oracle Universal Installer for Silent Deinstallation

  • SteveF-Oracle
    edited May 16, 2024 5:50PM

    @Florant Zylyftari

    I did a quick sanity test on OAS 2024 (because I had an environment available), and could launch the configuration assistant (config.sh) and the OUI installer (deinstall.sh) to an X Display on my MacOS (using Quartz)

    Just informational.

    Let me deploy one of my OBI 12.2.1.4 on FMw 12.2.1.4 images and test there.

    [EDIT]
    This also worked with OBI 12.2.1.4 on FMw 12.2.1.4 on OL8


    oracle@demo bin]$ ./config.sh
    Starting Fusion Middleware Configuration Wizard for BIEE
    ORACLE_HOME set as /refresh/home/product/obi_home
    BI_PRODUCT_HOME set as /refresh/home/product/obi_home/bi
    PATH set as /refresh/home/product/obi_home/bi/bin:/refresh/home/product/domains/bi/bin:/refresh/home/product/domains/bi/bitools/bin:/refresh/home/product/obi_home/oracle_common/bin:/refresh/home/product/obi_home/oracle_common/common/bin:/refresh/home/product/obi_home/OPatch:/refresh/home/.local/bin:/refresh/home/bin:/usr/share/Modules/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin
    LD_LIBRARY_PATH set as /refresh/home/product/obi_home/bi/lib
    INSTALL_PROPERTIES /refresh/home/product/obi_home/bi/../oui/mw/bi/metadata/config.properties
    INSTALL_INVOCATION /refresh/home/product/obi_home/bi/bin/../../oui/bin/launch.sh -clone ORACLE_HOME=/refresh/home/product/obi_home -invPtrLoc /refresh/home/product/obi_home/oraInst.loc -J-Doracle.as.install.engine.weblogic.config.mode=true -J-Doracle.config.mode=true -J-Doracle.as.install.engine.install.properties.location=/refresh/home/product/obi_home/bi/../oui/mw/bi/metadata/config.properties -J-DSHIPHOME_STAGE_DIR=/refresh/home/product/obi_home/bi/../oui/mw/bi -paramfile /tmp/XXX-1781947496.1
    Launcher log file is /tmp/OraInstall2024-05-16_05-43-47PM/launcher2024-05-16_05-43-47PM.log.
    Checking monitor: must be configured to display at least 256 colors. Actual 16777216 Passed
    Checking swap space: must be greater than 500 MB. Actual 16383 MB Passed
    Checking if this platform requires a 64-bit JVM. Actual 64 Passed
    Log: /tmp/OraInstall2024-05-16_05-43-47PM/install2024-05-16_05-43-47PM.log
    Setting ORACLE_HOME...
    May 16, 2024 5:45:17 PM oracle.as.install.engine.modules.configuration.ConfigurationModule onExit
    INFO: Cleaning up Configuration Module


    and… .I missed your comment about your reinstall.. but I still wanted to check it for any defect.