Pages

Pages - Menu

Friday, February 3, 2012

Creating Asinstance Failed : OBIEE 11g Installation

When you have launched setup.exe from the install/win32 folder,  You get the following error:

"Step Creating Asinstance Failed": Caused by: java.lang.OutOfMemoryError: PermGen space


Once the Software Only installation is complete. Open the BI_ORACLE_HOME/ORACLE_BI1/oui/oraparam.ini in a editor. Look for the line:
JRE_MEMORY_OPTIONS=" -mx512m -XX:MaxPermSize=512m"

You will need to increase the numbers for allocating more memory to something like:

JRE_MEMORY_OPTIONS=" -mx1024m -XX:MaxPermSize=1024m"
or:
JRE_MEMORY_OPTIONS=" -mx2048m -XX:MaxPermSize=2048m"
save oraparam.ini
Go to the BI_ORACLE_HOME/ORACLE_BI1/bin directory.  Run the config.bat script, will bring up the configuration assistant start the installation this time it won't fail at Asinstance step.

6 comments:

  1. Thanks Sai for your information. This is helpful

    ReplyDelete
  2. Thanks Sai. You would think that Oracle would be able to get this right by now. Anyway thanks for information it helped to find that needle in the haystack.

    ReplyDelete
  3. still i am getting same error.is there any solution.

    ReplyDelete
  4. Thanks Sai...that was really helpful..

    ReplyDelete
  5. Hi,
    When i install OBIEE, At the 14th configration step i am getting an error that Creating ASInstance failed. Could anyone please help me to fix?

    ReplyDelete
  6. getting error as step creating instance failed, pls check logs

    ReplyDelete

.