Oracle Analytics Cloud and Server

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

I recently started getting error while starting BI server, whilst every thing was perfectly fine til

Received Response
1157
Views
9
Comments
Sangeeta Pandey
Sangeeta Pandey Rank 6 - Analytics Lead

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

  • Saresh-Oracle
    Saresh-Oracle Rank 5 - Community Champion

    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,
    Sareesh

  • Sangeeta Pandey
    Sangeeta Pandey Rank 6 - Analytics Lead

    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 .

    pastedImage_0.png

    Thanks,

  • Saresh-Oracle
    Saresh-Oracle Rank 5 - Community Champion

    Hi Rajneesh,

    The best way to clear the stuck thread is to bounce the server .

    Thanks,

    Sareesh

  • Sangeeta Pandey
    Sangeeta Pandey Rank 6 - Analytics Lead

    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:

    pastedImage_0.png

    However when trying to login to Analytics page , getting below error after entering user id/pwd:

    pastedImage_1.png

    Every thing was working fine and I  did not change any thing from my side.

    Kindly help !!!

    Thanks,

  • [Deleted User]
    [Deleted User] Rank 2 - Community Beginner

    Components are one thing. What about th deployments?

  • Sangeeta Pandey
    Sangeeta Pandey Rank 6 - Analytics Lead

    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.

    pastedImage_0.png

  • Sangeeta Pandey
    Sangeeta Pandey Rank 6 - Analytics Lead

    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

  • Sangeeta Pandey
    Sangeeta Pandey Rank 6 - Analytics Lead

    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 :

    pastedImage_4.png

    Also I verified at weblogic console, all these libraries are present and active:

    pastedImage_5.png

    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

  • Sangeeta Pandey
    Sangeeta Pandey Rank 6 - Analytics Lead

    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,