UI Customization on 11g R2

Hello Experts,
I have performed an interface customization for implementing cascading list of values (I have to display all the managers in a list of values and based on the selected value from this list, the second list should display the job titles of the direct reports of the selected manager). As a start I took http://www.oracle.com/technetwork/middleware/id-mgmt/overview/oim-11g-assets-504842.html
I've created a new Model implementing my two list of values and in the ViewController project I made the panel that includes my fields and the valueChangeListener method. I deployed the projects, copy them to oracle.iam.ui.custom-dev-starter-pack.war in the lib folder under WEB-INF folder and repack the archive. I copied the new .war file to the server and restart the server.
In oim, I logged in, activate a sandbox, navigate to my page, bind the inputText to the UIComponent from my class in Jdeveloper and when I try to invoke my MBean in the ValueChangeListener property (using the EL #{backingBeanScope.customBean}) the following error occurs:
<Nov 12, 2012 11:50:02 AM EET> <Error> <org.apache.myfaces.trinidadinternal.application.StateManagerImpl> <BEA-000000> <Could not find saved view state for token 1bw0vn6x92>
<Nov 12, 2012 11:50:02 AM EET> <Warning> <oracle.adfinternal.view.faces.lifecycle.LifecycleImpl> <BEA-000000> <ADF_FACES-60098:Faces lifecycle receives unhandled exceptions in phase RESTORE_VIEW 1
javax.faces.application.ViewExpiredException: viewId:/signin - ADF_FACES-30107:The view state of the page has expired. Reload the page.
at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._restoreView(LifecycleImpl.java:751)
at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:374)
at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:194)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
at oracle.adf.view.page.editor.webapp.WebCenterComposerFilter.doFilter(WebCenterComposerFilter.java:117)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)
at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:447)
at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:447)
at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
at oracle.help.web.rich.OHWFilter.doFilter(Unknown Source)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
at oracle.iam.ui.platform.servletfilter.IdentityContextFilter.doFilter(IdentityContextFilter.java:51)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
at oracle.bpel.services.workflow.client.worklist.util.WorkflowFilter.doFilter(WorkflowFilter.java:248)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
at oracle.bpel.services.workflow.client.worklist.util.DisableUrlSessionFilter.doFilter(DisableUrlSessionFilter.java:71)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:180)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
Any help would be very much appreciated!
Thanks in advance and best regards!
Carol

Gat€way for what? you n€€d to €laborat€.

Similar Messages

  • How to customize bpm 11g workspace?

    hello,
    is it possible to customize new BPM 11g workspace in similar way like 10.3 workspace http://download.oracle.com/docs/cd/E13154_01/bpm/docs65/workspace_customization/index.html ?
    thanks.

    Thanks Sudipto!!
    From this i am able to get the Audit trail image, but I am getting this image as a default given by the BPM engine with their color code. In my requirement, I want to change the color code & labels of the task in the image.
    Do you have any idea on this?
    Thanks in Advance

  • Any Possibilities to Customize Oracle 11g BPM Worklist

    Hi all,
    My Requirement is to Customize the Oracle 11g BPM WorkList App. I realise that Oracle no longer provide the code for the worklist app like in 10g and i don't want to write a custom worklist app.
    If Possible what will be the procedure actually to follow, If anybody could help me to make it possible it would be a great help.
    What we're trying to do is to see if we can block some options on the screens. So we do not need all of the enhanced functionality.
    Renuka

    Hi Ashif
    1. The source code for SOA 11g is NOT available. You cannot customize any files and redploy directly. The main difference for 10g and 11g is, earlier SOA 10g is on Oracle App Server, so not sure how they deployed and how they exposed the source code in the Expanded folder structure for each WAR file like Workspace etc.
    But for SOA 11g, it is on Weblogic App Server. All the SOA modules are deployed as EARs, WARs, JARs. So all the source .java files are compiled inside JARs and most of the jsps and serverlets are compiled as .class files inside WARs. Some people do go to soa domain/servers/soa_server/tmp folder and try to modify files there after they are deployed. This is totally not recommended and not supported also. When any soa module is deployed, it goes into dynamically generated weirdly named folder structure and puts all files there. Its not worth to modify there.
    Also in SOA 10g, there was like a workspace.properties file directly accessible. But in SOA 11g, now this file is deep inside in one JAR/WAR file which is inside another EAR file. Now some people do extract this JAR from EAR. And from JAR, extract the .properties file. Update the file manually. Put modified file in JAR. Put this updated JAR in EAR. Redploy EAR. This is OK approach, but still not recommended. Because when you apply any patch or upgrade soa env, this EAR will be overwritten. So you had to redo all the steps again.
    For Workspace/Worklist customizations, Oracle has some good features in SOA 11.5 + FP (Feature Packe). Only if you apply FP, you will get these features. Since it is very common usecase, for customizations, Oracle is working hard in new releases to give more flexibility.
    Also, SOA 11g has very good APIs exposed and good number of call back handlers like ITaskValidationCallback etc etc. You can pretty much control most of the things when a Task is worked on like set/update Payload manually, control task assignment/validation etc using Java code etc. So you can use these approaches also to customize. Say if you want to narrow down list of users who can work on a Task, you can do this.
    Also there is something called Flex Fields and Custom Views which come very handy to expose custom search results to different users/groups etc.
    Since you are above to migrate to SOA 11.5, first apply Feature Pack (FP) to SOA 11.5 and then migrate your old app.
    Thanks
    Ravi Jegga

  • Column customization OBIEE 11g RPD.

    Can anyone help me with following scenario please?
    I have a "Instance" table in the datawarehouse. It has 2 columns A and B.
    I brought it all the way to the presentation layer making necessary joins to the Facts.
    I created the column as prompt at the dashboard level. Now if the User selects A or B at the prompt level he will be pointed to Amount1 column in the BMM layer.
    Now I will have to customize is such a way that,
    If the user chooses both A and B options in the prompt the Amount2 has to be referred instead of Amount1 column.
    I need help please!
    Thanks,
    Nikki.

    user12021881 wrote:
    Can anyone help me with following scenario please?
    I have a "Instance" table in the datawarehouse. It has 2 columns A and B.
    I brought it all the way to the presentation layer making necessary joins to the Facts.
    I created the column as prompt at the dashboard level. Now if the User selects A or B at the prompt level he will be pointed to Amount1 column in the BMM layer.
    Now I will have to customize is such a way that,
    If the user chooses both A and B options in the prompt the Amount2 has to be referred instead of Amount1 column.
    I need help please!
    Thanks,
    Nikki.did you tryed with changing the column mapping to Amount 2 in BMM layer...

  • User Search Results Customization-OIM 11g R2

    Hi,
    I would like to add few field columns to the existing search results page and these columns are UDFs -how do I achieve this? -I tried by adding manage Users content under customize->view->source option by selecting the search result area but did not result in the same view as other OOTB columns exists.
    Thanks

    Hi,
    We want the search result column to have more attribute than OOTB, we already have our attributes under search option as we have made it searchable when we created the UDF.
    Thanks

  • Dashboard banner customization in 11g

    I have an requirement to increase the font and change the color of the test for the top right corner links on dashboardbanner.('Dashboard', 'signedin as', 'sign out')in 11g? Some of the forums said, i need to modify in portalbanner.css file, looks like it is applicable to 10g... How do I do this in 11g?

    Shud be useful...Refer Deploying a Custom Skin in 1st Link
    http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1113/customizing_obiee11g/customizing_obiee11g.htm
    http://www.obieetalk.com/oracle-bi-ee-11g-%E2%80%93-styles-skins-custom-xml-messages
    Hope answered.

  • OBIEE 11g : Unable to see any images while customizing styles and skins

    Hi,
    I am trying to customize OBIEE 11g style and skin. I followed the steps mentioned at http://www.rittmanmead.com/2010/12/oracle-bi-ee-11g-styles-skins-custom-xml-messages/ and also in oracle white paper http://www.oracle.com/technetwork/middleware/bi/customizing-oracle-biee-11g-176387.pdf.
    I am not able to see any images on any OBIEE screens. After login, I can see the name of skin which i have created as the default skin but login page images, header images (after login) are not coming up. Can you please provide solution?
    P.S. I have not changed any images or any css files in the custom skin and style directory. I just wanted to know first whether the new skin/style works for me. If it works, then i will apply some sort of customization.

    That is correct. Also remember to delete browser cache. Here you have the folders: Re: how to insert the picture in the dashboard of BIEE
    Let me know.
    J.-

  • Customizing Login screen in OBIEE 11g

    Hello All,
    I know how to customize login screens and Dashboard in OBIEE 10.x Versions. There are enough articles and blogs as well.
    But how to do customizations in 11g?. Are there any articles or forums related to it?
    Thanks in advance
    Ashok

    Ashok,
    You can use this as reference..
    http://www.rittmanmead.com/2010/12/oracle-bi-ee-11g-styles-skins-custom-xml-messages/
    Thanks!
    Venkata

  • Workspace / Worklist Customization

    Hi,
    I want to manually customize Oracle BPM Workspace with my own css.
    The point is to change the Branding logos, login and workspace ones outside the Administration tab in Workspace.
    Does anyone know where can I find the directory afr that has the logo-oracle-red.png image?
    Url: <BPMHOME>/workspace/*afr*/logo-oracle-red.png
    I can't find that directory but I can upload images/files to the workspace directory that contains directories such as css, img, web-inf and so on! But no afr directory...
    I was following this tutorial without success: http://docs.oracle.com/cd/E13154_01/bpm/docs65/workspace_customization/index.html?t=modules/workspace/customization/t_Look_and_Feel_Changing_WorkSpace_Default_CSS.html
    I'm using Bpm Suite 11.1.1.5.0 With PS4 FP.
    Thanks,
    Julian

    Hi Julian
    1. You are referring WRONG and OLD Link for older version of BPM Workspace (BEAs original ALBPM stuff). Hence you will not see that folder structures etc. Do not refer that link.
    2. I am glad that you are on SOA/BPM 11.5 + FP (Feature Pack) applied. Because only on 11.5 + FP, Oracle gave some very nice options for customization. Below old post, will give some details like new features in Feature Pack. Also there is another link that has PDF File with some good stuff for Customization.
    Re: Any Possibilities to Customize Oracle 11g BPM Worklist
    http://www.oracle.com/technetwork/middleware/soasuite/documentation/oracle-bpm-user-guide-ps4fp-487863.pdf
    Thanks
    Ravi Jegga

  • Oim 11g UI customizzation

    Hi,
    in order to customize oim 11g UI, we need to know how to create pages
    and link them to each other by a taskflow calling the actions (inside the OIM11g, not in a generic adf project).
    An example of two pages and an action (called inside oim 11g) would be enough.
    thanks in advance

    Yes, i is quite possible. Refer to the Oracle By Example for UI Customization in 11G

  • Issues in executing SeedDemoCommunity example

    Hi all,
    I am new to OBPM 11g.
    I have installed OBPM 11g suite but Iam facing some issues while deploying seed Demo application.
    I get the following error
    Exception : ORABPEL-10585 Service error. Internal Error; Service error occurs in JpsProvider in method getIdentityStore(). Refer to the log file that is configured for oracle.soa.services.identity for more details on this error and contact Oracle Support Services
    Initially I created RCU with XE DB (without setting JDBC_TRIM_BLOCKS to true). I later dropped that and recreated it again but still the same issue.
    I tried deploying the application manually (instead of ANT scripts) and execute the application. The application works well but when I select seed community and submit I get the above error.
    I dont have any clue from where does this come.
    Is there any way I can execute the demo application manually???
    What will be the provider that will be added in weblogic if this application works well?
    Can you please help me sort out the above error. whatever fix I try to apply, I end up with the same error :( :(
    Thanks,
    Alice

    Hi Alice
    1. If you see that Workspace is deployed to AdminServer, this means you have a Developers domain with just one AdminServer where all the SOA Modules are also deployed. In this case, I hope you deployed the EAR to this AdminServer itself and run the servlet URL to seed demo users.
    2. I am confused with your question about managed server and separate domains. Basically, when you run Config Wizard to create the Domain, in the first initial screen, you have some options like what components to include in that domain like SOA or BPM or WebServices or just plain regular Weblogic itself. Now in SOA 11.5 onwards, they added another option like Developers Domain for SOA and BPM. If you choose Developers domain, it will create just one AdminServer and deploy all soa modules also to this. The advantage is you just need to start only server AdminServer and you can deploy any soa/bpm. This helps on local windows where you do not have lot of memory or cpu. Now, if you do not choose Developers but choose regular domain, then it will create 1 AdminServer and 1 soa_server1. All soa modules are deployed to soa_server1. Now for your testing, you had to start 2 servers: first AdminServer and then soa managed server. This means you need more memory and cpu for you machine. This is how it will be in QC and UAT PROD Envs.
    3. When you create a managed server it will be available for that domain. If you have more then one managed server like soa_server1, soa_server2, then you additionally create something called cluster and add these 2 into this cluster. Then you deploy your soa/bpm apps to this cluster.
    4. There is huge difference with the earlier older 10g versions which used oracle app server and to some extent weblogic server (you had ALBPM softwares from former BEA). But now 11g onwards all modules are automatically deployed like bpmworkspace ear etc to the soa server when you create the domain. You have very little or no control at all to do any customizations and redeploy. You cannot modify them and its not recommended also. In some scenarios, we extract some files from this EAR/WAR and update those files. Then put these files back into EAR/WAR. I would not recommend this.
    5. If you really want to customize Workspace, then you should have SOA 11.5 + FP (Feature Pack) applied or higher like 11.6. For SOA 11.5 +FP, they gave some flexibilities to customize look and feel, and other stuff.
    6. Below old post, will give some details like new features in Feature Pack. Also there is another link that has PDF File with some good stuff for Customization.
    Re: Any Possibilities to Customize Oracle 11g BPM Worklist
    http://www.oracle.com/technetwork/middleware/soasuite/documentation/oracle-bpm-user-guide-ps4fp-487863.pdf
    Thanks
    Ravi Jegga

  • Customize the Header in OBIEE 11g

    I am able configure and use customize Skins and Style in OBIEE 11g. MY issue is that after user login to OBIEE 11g, it display Home page. I need to add or remove some links from the top right corner of the header. In OBIEE 11g, this header is consistent for funtions.
    Any idea if the this can be cutomized? If yes then which files I should be updating like pages or messages ares in BIP.

    Following xml seems to be corresponding one.
    <OH>\bifoundation\web\msgdb\l_en\messages\uicmsgs\saw.header.xml
    For example, I tried to modify as below and the "Home" character was vanished in the dashboard page.
    (Before)
    <WebMessage name="kmsgHeaderHome"><TEXT>Home</TEXT></WebMessage>
    (After)
    <WebMessage name="kmsgHeaderHome"><TEXT></TEXT></WebMessage>
    Hope this helps,
    Miki

  • Skin Customization in Oracle Identity Manager 11g Release 2 (11.1.2)

    I was recently tasked with branding an OIM instance to match pretty stringent branding standards. To accomplish this task, I extended the fusion theme which is provided out of the box into a new custom skin. In the example below, I took the design as far as I could, which required decently advanced css knowledge; however, even a novice web designer could easily make simple updates to the backgrounds and fonts which would also greatly enhance the user experience.
    Utilizing FireBug for Firefox, I inspected elements of the OIM interface to see which div's I needed to modify in the css file. You can edit as little or as many elements as you'd like in your custom skin; however, I'd recommend preserving the primary elements original placements to avoid confusion for users that are already used to an out of the box version of OIM.
    This is the Oracle doc I used when creating the custom skin: http://docs.oracle.com/cd/E27559_01/dev.1112/e27150/uicust.htm#BABJIJIA
    Notes regarding the Oracle tutorial mentioned above:
    Be sure and remove the temp directory, shut down your OIM server, upload your files, then restart your OIM server with each css modification.
    30.3.1 - Configuring Skins: 1. After you create the skin in the trinidad-skins.xml file, make a copy of the trinidad-skins.xml from the /iam-consoles-faces.war/WEB-INF/ directory to the
    oracle.iam.console.identity.sysadmin.ear/WEB-INF/ directory AND the
    oracle.iam.console.identity.self-service.ear/WEB-INF directory.
    (The doc references admin.ear: the fully qualified name of the ear is: oracle.iam.console.identity.sysadmin.ear)
    30.3.1 - Configuring Skins: Make all of your changes in the /oracle.iam.console.identity.sysadmin.ear/WEB-INF/trinidad-skins.xml file, /oracle.iam.console.identity.self-service.ear/WEB-INF/trinidad-skins.xml file, and the /iam-consoles-faces.war/WEB-INF/trinidad-skins.xml file.
    (The doc doesn't mention making your css edits in the oracle.iam.console.identity.self-service.ear directory which is required)
    Here is a link to my blog post with screenshots: http://www.idmworks.com/blog/entry/skin-customization-in-oracle-identity-manager-11g-release-2-11-1-2

    I was recently tasked with branding an OIM instance to match pretty stringent branding standards. To accomplish this task, I extended the fusion theme which is provided out of the box into a new custom skin. In the example below, I took the design as far as I could, which required decently advanced css knowledge; however, even a novice web designer could easily make simple updates to the backgrounds and fonts which would also greatly enhance the user experience.
    Utilizing FireBug for Firefox, I inspected elements of the OIM interface to see which div's I needed to modify in the css file. You can edit as little or as many elements as you'd like in your custom skin; however, I'd recommend preserving the primary elements original placements to avoid confusion for users that are already used to an out of the box version of OIM.
    This is the Oracle doc I used when creating the custom skin: http://docs.oracle.com/cd/E27559_01/dev.1112/e27150/uicust.htm#BABJIJIA
    Notes regarding the Oracle tutorial mentioned above:
    Be sure and remove the temp directory, shut down your OIM server, upload your files, then restart your OIM server with each css modification.
    30.3.1 - Configuring Skins: 1. After you create the skin in the trinidad-skins.xml file, make a copy of the trinidad-skins.xml from the /iam-consoles-faces.war/WEB-INF/ directory to the
    oracle.iam.console.identity.sysadmin.ear/WEB-INF/ directory AND the
    oracle.iam.console.identity.self-service.ear/WEB-INF directory.
    (The doc references admin.ear: the fully qualified name of the ear is: oracle.iam.console.identity.sysadmin.ear)
    30.3.1 - Configuring Skins: Make all of your changes in the /oracle.iam.console.identity.sysadmin.ear/WEB-INF/trinidad-skins.xml file, /oracle.iam.console.identity.self-service.ear/WEB-INF/trinidad-skins.xml file, and the /iam-consoles-faces.war/WEB-INF/trinidad-skins.xml file.
    (The doc doesn't mention making your css edits in the oracle.iam.console.identity.self-service.ear directory which is required)
    Here is a link to my blog post with screenshots: http://www.idmworks.com/blog/entry/skin-customization-in-oracle-identity-manager-11g-release-2-11-1-2

  • Migration of  ADF 10g application to ADF 11g(Portlet Customization Error)

    Hi,
    Currently we are doing a migration of ADF/Webcenter 10g appication to 11g(11.1.1.6) and in the current 10g application portlet is used which contains the file based content and can be customized using a specific role say(admin).
    We have almost done the migration using the Jdeveloper 11.1.1.6 and most of the pages along with the portlet content are coming similar to the 10g look and feel but whenever we want to do portlet customization using the specific role we are getting the below exception. The content is file based system and the details of the versions are as below
    10g Environment:
    OC4J version. Oracle Containers for J2EE 10g (10.1.3.5.0)
    JDK version- java version "1.5.0_06"
    Webcenter and it’s version : Webcenter 10g(10.1.3.5.0)
    ADF version. Oracle ADF 10g
    Jdeveloper 10.1.3.3.0
    11g Environment: Currently I am using Jdeveloper 11.1.1.6 with Integrated weblogic server
    webcenter extension used: oracle.webcenter.framework_bundle/oracle.webcenter.customization_bundle
    Error which I am getting during portlet customization:
    [2013-02-20T14:47:42.162+05:30] [DefaultServer] [ERROR] [] [oracle.portlet.binding] [tid: [ACTIVE].ExecuteThread: '14' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: portaladmin] [ecid: 39e706a46ad531be:31f43ddc:13cf6ad5231:-8000-0000000000000386,0] [APP:TEST_DEV#V2.0] An error has occured for Portlet Binding portlet3.[[
    java.lang.NullPointerException
    at oracle.adfinternal.model.portlet.binding.PortletModelImpl.getRequireIframe(PortletModelImpl.java:907)
    at oracle.adfinternal.model.portlet.binding.ActivityPortletModelWrapper.getRequireIframe(ActivityPortletModelWrapper.java:71)
    at oracle.adf.model.portlet.binding.PortletBinding.prepareRenderPhase(PortletBinding.java:455)
    at oracle.adf.model.portlet.binding.PortletBinding._refresh(PortletBinding.java:377)
    at oracle.adf.model.portlet.binding.PortletBinding.refresh(PortletBinding.java:969)
    at oracle.adf.model.binding.DCBindingContainer.internalRefreshControl(DCBindingContainer.java:3273)
    at oracle.adf.model.binding.DCBindingContainer.refresh(DCBindingContainer.java:2876)
    at oracle.adf.controller.v2.lifecycle.PageLifecycleImpl.prepareRender(PageLifecycleImpl.java:561)
    at oracle.adf.controller.faces.lifecycle.FacesPageLifecycle.prepareRender(FacesPageLifecycle.java:82)
    at oracle.adf.controller.v2.lifecycle.Lifecycle$9.execute(Lifecycle.java:224)
    at oracle.adfinternal.controller.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:197)
    at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.access$1000(ADFPhaseListener.java:23)
    at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$5.before(ADFPhaseListener.java:402)
    at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.beforePhase(ADFPhaseListener.java:64)
    at oracle.adfinternal.controller.faces.lifecycle.ADFLifecyclePhaseListener.beforePhase(ADFLifecyclePhaseListener.java:44)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:352)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:222)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
    at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.portlet.client.adapter.adf.ADFPortletFilter.doFilter(ADFPortletFilter.java:32)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.webcenter.framework.events.dispatcher.EventDispatcherFilter.doFilter(EventDispatcherFilter.java:44)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.wcps.client.PersonalizationFilter.doFilter(PersonalizationFilter.java:75)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.webcenter.content.integration.servlets.ContentServletFilter.doFilter(ContentServletFilter.java:168)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:179)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.webcenter.lifecycle.filter.LifecycleLockFilter.doFilter(LifecycleLockFilter.java:151)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Any hellp or suggestion will be helpful for me to resolve this issue.
    Thanks in Advance
    Chetan

    Hi,
    given its a WebCenter question, you want to post it to the Webcenter forum: WebCenter Portal
    Frank

  • Customize Filter View in OBIEE 11g

    Hi,
    Is there any way to customize the filter view? My requirement is not to show formulas that are used in Analysis in the “Filter view”. All analysis that we create should go with Filter Views at the bottom and Users should not see the formulas.
    Example:
    Column Formula:
    FILTER (sales.sales USING products.product =’Electronics’)
    If I filter the above column, it shows something like this:
    FILTER (sales.sales USING products.product =’Electronics’) is Prompted.
    What is need to show in the filters is the Title of the column i.e. Electronics Sales.
    Thanks in advance.

    Check this
    How To Implement a Narrative View Similar To A Filter View In OBIEE 11G?
    Mark if helps.
    Thanks,

Maybe you are looking for

  • Often lose wireless connection when using HDTV as monitor

    I have an unusual wireless networking problem when using my Samsung HDTV in my living room as a monitor for my MacBook (when watching Internet TV shows, for example). Frequently when I switch URLs, networking freezes, even though the connection appea

  • How do I get my MacBook Pro w/ 10.8.4 to mirror to Apple TV?

    I can use Apple TV to play movies from my iTunes, but I have heard that I should be able to mirror my screen to the Apple TV, and I cannot. Under System Preferences>Displays I have a check box to show mirroring displays in the menu bar when available

  • How to delete data older than three years from DSO

    Hi  all, We needs to keep historical data in the DSO only for three years. One way of doing this is by selective deletion we can delete data older than three years but we want to make it authomated. Is it possible to add a process or ABAP program to

  • HIPAA transactions give JavaScript error

    I am configuring HIPAA transactions 270/271 and 276/277. I uploaded the ecs file to B2B and when i test the transaction I am getting B2B-51507 error. I tested the same data in document editor and no error. It is complaining about the JavaScripts in t

  • Right click 'Open link in new tab/window' help

    Hi, since I updated my Safari to 6.1 last night (running on Lion) the right click options for "Open new link in tab..." have swapped around and it's only a small thing but it's already annoying me, anyway to swap them back around so 'open in new wind