Oracle Analytics Cloud and Server

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

Getting random error messages on dashboards : A C-runtime error occurred (st9bad_alloc)"

Received Response
11
Views
2
Comments
2734804
2734804 Rank 1 - Community Starter

Hi,

        We are running OBIEE 11g 11.1.1.9.160119 Patch set on Linux environment. Recently we have been Getting random error messages on dashboards : A C-runtime error occurred (st9bad_alloc)". We have opened an SR with oracle on this but all the changes they have recommended we have done those changes but we are getting this error message randomly. This is not particularly with some reports or dashboards it is across the board.

The change oracle have recommended are below:

1. Change opmn.xml file , and increase data id="start-args" value="-server -Xmx2048M" to 4096M.

2.

From:

  <Query>

  <MaxEntries>10000</MaxEntries>

  <AbsoluteMaxEntries>20000</AbsoluteMaxEntries>

  <CruiseEntries>3000</CruiseEntries>

  <ForceLRU>true</ForceLRU>

  </Query>

 

 

to:

 

<Query>

<MaxEntries>20000</MaxEntries>

<AbsoluteMaxEntries>40000</AbsoluteMaxEntries>

<CruiseEntries>3000</CruiseEntries>

<ForceLRU>true</ForceLRU>

</Query>

3. and also no ci=orruption of catalog.

Please advise if any one have seen this issue.

Answers

  • User_W63XF
    User_W63XF Rank 3 - Community Apprentice

    Did you fix this issue? We are also getting the same error.

  • User_W63XF
    User_W63XF Rank 3 - Community Apprentice

    We increase the memory in opmn.xml but not tries the second recommendation. In our case, sawserver was crashing. We need to find out the root cause