Pages

Wednesday, August 14, 2013

OBIEE EM Coreapplication' Reports ADF_FACES-60096 Issue


Issue:OBIEE 11g Enterprise Manager missing RPD upload functionality in EM OBIEE 11.1.1.5.

Error: OBIEE 11g: Error: "Stream Closed" Server Exception in Enterprise Manager during PPR, #13 (Doc ID 1303644.1)

OBIEE 11G - Selecting 'Coreapplication' Reports ADF_FACES-60096 Error Message (Doc ID 1363602.1) 

Enterprise Manager is throwing up an error after expanding the Core appliation under BusinessIntellegence
--------------
<HTML><META HTTP-EQUIV="content-type" CONTENT="text/html;charset=utf-8"><SPAN class=jive-subject>ADF-FACES- 60097 ADF_FACES-60096:Server Exception during PPR </SPAN><BR>
----------------
BIFOUNDATION_DOMAIN.LOG shows:
####<Apr 18, 2012 5:06:11 PM EDT> <Error> <oracle.adfinternal.view.faces.config.rich.RegistrationConfigurator> <eicfdcn40> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <265eb3def24f151c:-534be32e:136c611540a:-8000-0000000000000851> <1334783171023> <BEA-000000> <ADF_FACES-60096:Server Exception during PPR, #28
java.io.IOException: Stream closed
at java.io.BufferedInputStream.getInIfOpen(BufferedInputStream.java:134)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
at java.io.BufferedInputStream.read(BufferedInputStream.java:237)
Solution:
               
1. Delete the instance.jspx.xml file in folder $Middleware_home\user_projects\domains\bifoundation_domain\sysman\mds\partition1\ai\bi\mdssys\cust\user\USER_NAME
where USER_NAME represents the user id of the user in question.

2. Stop and re-start all services, including WebLogic. The instance.jspx.xml file will be recreated.


  
RESEARCH:

Did a quick search on "ADF_FACES-60096:Server Exception" and found:

 OBI 11G - Selecting 'Coreapplication' Reports ADF_FACES-60096 Error Message (Doc ID 1363602.1)


Also found internal unpublished note:
OBIEE 11.1.1.5: ADF_FACES-60097 Error When Clicking On Coreapplication Via Enterprise Manager (Doc ID 1392422.1)

From that note:Cause
Cause of this issue is not yet identified.

* Bug:13018434 has been raised to address this issue.

Solution To fix this issue, follow the steps below:

1. There should be a directory <domain home>/sysman/mds/partition1 . Using UNIX, cd to this directory.

2. Create a file (and its parent directories if needed) named ai/bi/mdssys/cust/user/weblogic/instance.jspx.xml.

3. Put the content below to the newly created file:

<?xml version = '1.0'?>
<mds:customization version="11.1.1.61.90"
xmlns:mds="http://xmlns.oracle.com/mds" motype_local_name="root"
motype_nsuri="http://java.sun.com/JSP/Page">
</mds:customization>

4. Bounce the server.



                

No comments:

Post a Comment