Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 216 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 79 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
java.exe hitting 70% CPU Usage after upgrading to OBIEE 9

Hi All,
Last week, we upgraded from OBIEE 11.1.1.7.140152 to 11.1.1.9.0 as per the procedure mentioned in the Oracle Documentation (using the software only install and patching the existing BI Domain).
Everything went fine and we were able to successfully upgrade to 11.1.1.9.0
However, just after couple of days, we started to notice that our server has become very slow and unresponsive and that's because the java.exe process which operates out of {Middleware Home}/ Oracle_BI1/jdk/bin is consuming almost 70- 80% of CPU usage all the time. And due to this, we are not able to use our environment. I did google this issue and found somewhere that it might be related to java memory arguments and increasing the memory arguments could solve the issue. I even tried that but no luck, changed the memory arguments in setOBIDomain.env file to following but it doesn't solve the issue.
if "%JAVA_VENDOR%"=="Sun" (
@REM -UseSSE42Intrinsics required for server running EM
if "%JAVA_USE_64BIT%"=="true" (
@REM memory args for 64-bit Sun JVM
set SERVER_MEM_ARGS=-Xms2048m -Xmx2048m -XX:MaxPermSize=2048m -XX:-UseSSE42Intrinsics
) else (
@REM memory args for 32-bit Sun JVM
set SERVER_MEM_ARGS=-Xms2048m -Xmx2048m -XX:MaxPermSize=2048m -XX:-UseSSE42Intrinsics
)
)
Can anyone please let us know what could be reason why java.exe is hitting 70 - 80 % of CPU usage (causing the overall CPU usage to hit 100% all the time)?
This is our Virtual Machine specifications where OBIEE is installed
OS = Windows 2008 R2 Service Pack 1
RAM = 10GB
Install type = Simple Install
Database = Oracle Release 11.2.0.1.0
Please let us know if someone need further details, any help is much appreciated.
Thanks,
Ronny
Answers
-
Hi All,
Can anyone please reply this?
Thanks,
Ronny
0 -
Hi All, Can any one please let me know on this? Has someone faced a similar issue
Thanks,
Ronny
0 -
Try to avoid double posting : java.exe hitting 70% CPU Usage after upgrading to OBIEE 9
It generally produces less answers ...
The users reading Business Intelligence are the same reading Business Intelligence Suite Enterprise Edition .
0