Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 215 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
I recently started getting error while starting BI server, whilst every thing was perfectly fine til

Hello Experts,
I recently started getting below error while starting BI server, whilst every thing was perfectly fine till a day before.
I have not changed any thing on my local laptop where I have OBIEE server installed.
These are error lines from server log files :
As per my own research I need to do tuning of WebLogic server for stuck thread , however I am not sure what exactly I need to do.
Kindly help !!!
------------------
Cannot create new registration for component type class oracle.bi.servicelcm_v2.webservice.WebService: Existing previous registration found for the type
from public void oracle.bi.infer.core.scheduler.InferTask.setScheduledFuture(java.util.concurrent.ScheduledFuture<?>) is not resolvable to a concrete type.[[
BEA-320068 Watch "UncheckedException" in module "Module-FMWDFW" with severity "Notice" on server "bi_server1" has triggered
1] [WARNING] [] [org.glassfish.jersey.internal.Errors] [tid: [STANDBY].ExecuteThread: '2' for queue: 'weblogic.kernel
####<Aug 15, 2020 11:37:14,310 AM IST> <Warning> <HTTP> <DESKTOP-F70TF90> <bi_server1> <[ACTIVE] ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <a3cc911e-160f-4329-bec6-87f8635d9fe7-00000086> <1597471634310> <[severity-value: 16] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] > <BEA-101342> <bipublisher [Version=11.1.1]: Error(s) encountered while precompiling JSP jspURI
Attempting to precompile /error.jsp, since the class file associated with it was found to be out-of-date.>
java.lang.NoClassDefFoundError: javax/faces/context/ExternalContextWrapper
Answers
-
Hi Sangeeta,
Are you using BIP reports? I see below error:
> <BEA-101342> <bipublisher [Version=11.1.1]: Error(s) encountered while precompiling JSP jspURI
java.lang.NoClassDefFoundError: javax/faces/context/ExternalContextWrapper
For Stuck thread refer: OBIEE 12c: Troubleshooting Stuck Threads or Hangs (Doc ID 2220619.2)
Thanks,
Sareesh0 -
Hi Sareesh,
Thanks for help !!! By referring the link , I could see one hogging thread as below:
I am not sure if this created issue and what to do .
Thanks,
0 -
Hi Rajneesh,
The best way to clear the stuck thread is to bounce the server .
Thanks,
Sareesh
0 -
Hi Sareesh,
Thanks for your reply !!!
I did the same. What is surprised for me that - if I see BI servers status at EM, all is up and running:
However when trying to login to Analytics page , getting below error after entering user id/pwd:
Every thing was working fine and I did not change any thing from my side.
Kindly help !!!
Thanks,
0 -
Components are one thing. What about th deployments?
0 -
Hi Chris,
Thanks for helping.
I just saw one app in deployment as an example and does not realize any issue. I am having no clue and struggling as every thing looks fine and not able to login, whilst it was perfectly fine till yesterday.
0 -
In Log file I can see below error:
<Aug 15, 2020 9:17:16,249 PM IST> <Warning> <J2EE> <BEA-160188> <Unresolved application library references, for
application analytics.ear, defined in weblogic-application.xml: [Extension-Name: oracle.applcore.model, exact-match: false],
[Extension-Name: oracle.bi.security, exact-match: false].>
java.lang.ClassNotFoundException: oracle.bi.security.filter.BISecurityFilter
0 -
Hello Experts,
As per error in above post message , issue seems to be 2 libraries:
- oracle.applcore.model
- oracle.bi.security
However both libraries are present at:
C:\obiee\Oracle\Middleware\Oracle_Home\bi\bifoundation\jee\analytics.ear :
Also I verified at weblogic console, all these libraries are present and active:
It is a surprise why it is saying oracle.bi.security class not found in error message:
java.lang.ClassNotFoundException: oracle.bi.security.filter.BISecurityFilter
Do I need to redeploy? If yes then how?
Thanks
0 -
After spending my 1.5 days time and googling like any thing , I managed to solve this issue.
Problem was :
Error loading Presentation Catalog. for obips1 server.
Error loading \\?\C:\obiee\Oracle\Middleware\Oracle_Home\user_projects\domains\bi\bidata\service_instances\ssi\metadata\content\catalog\root.atr
[IDD-GUID: ] [userId: ] Authentication error. Invalid session ID or session expired (session ID ending with '')
I tried to recover any possible corrupted catalog file through runcat.cmd as well, but in vain.
Also re deployed my analytics.ear file and analytics libraries through EM , but nothing helped.
Then I realized that I was trying to reimport bar file some days back like below:
cd "C:\obiee\Oracle\Middleware\Oracle_Home\user_projects\domains\bi\bitools\bin"
importarchive.cmd ssi "C:\obiee\Oracle\Middleware\Oracle_Home\bi\bifoundation\samples\sampleapplite\SampleAppLite.bar" encryptionpassword=xxxxxx
Probably this activity corrupted my presentation catalogue files.
What I did , I did same activity again and this resolved the issue. Tt corrected the corrupted file root.atr.
Earlier it was blank and now I see proper entries like user id etc in that file.
Good Learning after spending my day and night.
Thanks,
0