WebCenter Spaces People Search

Hi !
I want exact name of API in webcenter spaces which provudes name of all people who are registered in spaces.
when we want to invite people we clicks tab for search in spaces and it gives list of all the names.
we also have taskflow/API for profile search in webcneter but as developer i want to know what are those api and where do I find them.
what all function can be performend for search of people in spaces

Hi,
I have been playing around with user information lately as well and user information is not completely stored within a Spaces but through Oracle Identity Store. It will depend on you specific environment configuration but youcould query against your LDAP.
Here you have a link that was helpful for me:
From Oracle® Fusion Middleware Installation Guide for Oracle WebCenter:
4.8 Configuring an External LDAP-Based Identity Store
http://download.oracle.com/docs/cd/E15523_01/install.1111/e12001/webcenterservice_install.htm#BABIDAFG
from there browse to the Identity Store configuration and I think you'll find the information you need.

Similar Messages

  • Doing Login to WebCenter Spaces after Fresh Install Hangs [ID 976907.1]

    hi
    i have an issue with webcenter spaces ,i searched oracle documentation and found a description and a solution but it is still not working .
    i have oracle webcenter 11.1.1.5 ,installed on oracle Linux Enterprise 5.5 ,installation is made with 3 physical nodes joined to one domain as described on oracle documentation (ID
    the solution is described on document [ID 976907.1]
    Applies to:
    Oracle WebCenter - Version: 11.1.1.1.0 to 11.1.1.5.0 - Release: 11g to 11g
    Information in this document applies to any platform.
    Symptoms
    On : WebCenter Spaces.
    When attempting to login to WebCenter Spaces, the login hangs.
    The WebCenter Spaces diagnostic log (WLS_Spaces_diagnostic.log) shows the following error at the time of login:
    [2009-12-07T10:59:04.645-08:00] [WLS_Spaces] [ERROR] [] [oracle.webcenter.webcenterapp.internal.view.webapp] [tid: [ACTIVE].ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 0000ILeW_Ss2bMK5qVh8iY1B7KwH00000F,0] [APP: webcenter] [[
    oracle.adf.share.security.ADFSecurityRuntimeException: The URL typed by current user is not accessible, so redirecting to the unAuthorized page
    at oracle.webcenter.webcenterapp.internal.view.security.WCAuthorizationHandler.handleAuthorizationFailure
    (WCAuthorizationHandler.java:62)
    STEPS
    The issue can be reproduced with the following steps:
    1.     Install of WebCenter.
    2.     Start the Node Manager and Managed Servers.
    3.     Access WebCenter Spaces URL:
    http://server:8888/webcenter/spaces
    4.     Attempt to login as weblogic user.
    Here the login hangs.
    Cause
    The domain system-jazn-data.xml file is missing all the security information for WebCenter.
    The file should have entries like this:
    <policy-store>
    <applications>
    <application>
    <name>webcenter</name>
    <app-roles>
    <app-role>
    <name>s8bba98ff_4cbb_40b8_beee_296c916a23ed#-#Administrator</name>
    <guid>A03A67D1E43711DEBF8B15EA0015534D</guid>
    <class>oracle.security.jps.service.policystore.ApplicationRole</class>
    <members>
    <member>
    <class>weblogic.security.principal.WLSUserImpl</class>
    <name>weblogic</name>
    </member>
    </members>
    But in this case the file is missing the security entries for WebCenter like the above.
    Reviewing more entries in the WebCenter Spaces diagnostic log (WLS_Spaces_diagnostic.log) there was another error in the log that indicated file permission errors:
    [2009-12-07T10:53:15.966-08:00] [WLS_Spaces] [WARNING] [JPS-04085] [oracle.jps.deployment] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: 0000ILeVDiF2bMK5qVh8iY1B7KwH000000,0] [APP: webcenter] [arg: oracle.security.jps.JpsRuntimeException: java.io.FileNotFoundException: /tmp/jazn-data-577128801xml.lck (Permission denied)] Migration of codebase policy failed. Reason: oracle.security.jps.JpsRuntimeException: java.io.FileNotFoundException: /tmp/jazn-data-577128801xml.lck (Permission denied).
    While checking the permissions on the /tmp/jazn-data-577128801xml.lck file it was noted that it was owned by root user and oracle user did not have permissions on the file.
    Solution
    1.     Shutdown the Node Manager and Managed Servers.
    2.     Change the ownership of the temporary file in /tmp directory to be owned by the user that was used to install WebCenter and that is being used to start WebCenter:
    In this case the file name is: /tmp/jazn-data-577128801xml.lck
    But in your system the name can be different. But the name should be like:
    /tmp/jazn-data-NNNNNNNNNxml.lck
    3.     Ensure the user that was used to install WebCenter has privileges to read, write, and update the above file.
    If needed give grants on the file to the user that was used to install WebCenter.
    4.     Restart WebCenter.
    5.     Re-Test the issue.
    the problem is that i applied the solution but it is not working with me .if i grant (oracle) user which is used to install webcenter a privilege on /tmp/ folder,after restart everything become a in a big mass , that's because there is some files which belongs to root and mustn't be granted to oracle (this is as i understand maybe its wrong) .and if i grant and it is already granted full permission to (oracle) user on the file (jazn-data-NNNNNNNNNxml.lck) it is still not working and XML files is zero size .i do this on webcenter server (host2) and also on soa server (host1) which have admin server .
    is there any advise ? am i missing something ? it is really a big problem to me as we suppose to go live next week !!!

    Joel, in a different posting was able to help me out.
    Below is the steps I used to create a new admin account to by pass the one that seemed to be bad. Everything seems to be working for me now. Thanks for your help.
    alter user FLOWS_020200 account unlock;
    connect FLOWS_020200/apex
    begin
    wwv_flow_api.set_security_group_id(p_security_group_id=>10);
    wwv_flow_fnd_user_api.create_fnd_user(
    p_user_name => 'admin2',
    p_email_address => '[email protected]',
    p_web_password => 'admin2') ;
    end;
    alter user FLOWS_020200 account unlock;
    Thanks,
    Jason

  • Webcenter Spaces - Making page within 'Private' space accessible to public

    Hi,
    I have create a space within Webcenter Spaces, and set it as a private space. This space is a sub-space of another space which has been set to public.
    Within this space, I have create a new "Home" page (which will be the first page that is visible when a user accesses the space).
    I have changed the page access method on this page from "Use Application Permissions" to "Use Custom Access settings", and then clicked the "Add Public access Link",
    similar to what can be seen in this image:
    http://download.oracle.com/docs/cd/E21764_01/webcenter.1111/e10149/img/wcsug_gs_setpageacc3.gif
    I assume that this should make the page visible to non authenticated users, but when I try to access this space via the DIRECT URL to the space or page (without being logged in), I am redirected to the login page.
    I though that this was how it was supposed to work? That you can expose a page within a private space, to public users?
    It seems to be explained the same way here:
    http://download.oracle.com/docs/cd/E12839_01/webcenter.1111/e10149/gspace_build.htm#CHDBHDGJ
    I know the above is old documentation, but the newer doco doesn't explain it quite as well.
    I am really trying to understand what actually happens when you "Add Public Access" to a page? What does this functionality do?
    Or...is there another way I can accomplish this task? I know I can change the space role to give them extra permissions to "View Pages", but I don't want my public users to view ALL the pages in the space (because for example, if they can see the "Discussions" page, but then click on it and don't have access to discussions, it is not a very elegant solution). Ideally I want the users to just see the home page which will just have a description about the space, and if they are interested, then they can join.
    Amanda.

    Amanda,
    first of all, this is a wrong forum. You should have used this one: WebCenter Portal
    Second, I think the key sentence is:
    Private (Space): People can discover this Space in search results and in the list of available Spaces, and can subscribe to it if invited to join or if self-subscription is enabled.
    I'm wondering how do you expect non-authenticated users (thus, not-invited) to access a page, if they cannot see even the space? By space's and page's pretty URL? I'm not sure, but I can guess the system is not designed that way.

  • People Search Error

    Since upgrading to SharePoint Server 2013 SP1 (April 17th release) our search for people returns results but the links to the User Profile My Site page are invalid (double URL Encoding). If, from the search results page, a user clicks on a person the link
    looks like:
    https://mysite.contoso.com/Person.aspx?accountname=Domain%255CUserName. The account name link should just be Domain%5CUserName, converting the backslash to %5C, however, it looks like the results are reformatting the link from % to %25 resulting in %255C.
    I'm not sure why it started doing this. The images next to the search results appear so the user profile phot link is correct and is not double encoded. Another place where this is occuring is in the video viewer page (videoplayerpage.aspx) the image
    next to the User Information above the Related web part is a broken link
    https://mysite.contoso.com/User%2520Photos/Profile%2520Pictures/username_MThumb.jpg?t=63515195352. As you can see when generating the link it has already converted the space to %20 but it then for some reason reformats it again convering the % in %20 to
    %25 resulting in %2520 which doesn't go anywhere. Does anyone know why the already formated links are reformated?
    Thank You

    I can confirm the workaround proposed by Trevor of modifying Search.ClientControls.js delivers the base result desired, although I think there may be an issue with that in that it's going to be tricky to push out the modified JavaScript and ensure
    that it gets updated in downstream proxies & end users browser caches. I had some user reports firsthand and seen other reports where the modified JS is not seen to have been updated on the end users client.
    This is to be expected as the symptom of the change not seeming to kick in is definitely an effect originating downstream from the server - if it's not the local workstations client caching, it could be downstream proxies.
    For the uninitiated, Chris O'Brien has a good post from a while back on some of the principles of SP clientside cache behaviour in regards to JS:
    http://www.sharepointnutsandbolts.com/2011/11/avoiding-bugs-from-cached-javascript.html
    If you needed to validate/bust the caching, you could use Fiddler on any workstation and change the expires headers for the file in question, or modify the "?Rev=" querystring part in the following line on your SharePoint page output and you
    should see the expected patched script:
    <script type="text/javascript" src="/_layouts/15/search.clientcontrols.js?rev=JRaJplErXEdDXuBoRMcg2Q%3D%3D"></script>
     Unfortunately that script reference is not directly referenced the standard SP 2013 Masterpages (not that that would help for people using OOTB masterpages anyhow) but rather generated on the fly. I've not caffeinated enough today to follow that
    trail any deeper.
    People Search is one of those places where key SharePoint stakeholders will notice breakages right away- profiles & social are obviously critical in SharePoint.  I think the best thing would be if an official patch for this were expedited
    at high priority by MS, before we all descend too much further down the rabbit hole of trying to work around this bug. :)  
    Keith Tuomi | Twitter: @itgroove_keith | Blog:
    http://yalla.itgroove.net
    Please click "Propose As Answer" if a post solves the problem or "Vote As Helpful" if a post has been useful to you.

  • How do I add a Filter to the Spaces switcher within webcenter spaces??

    Hi Experts,
    We are on Webcenter Spaces PS3(11.1.1.4)
    We urgently need assistance with the following:
    1. The client needs a filter that will show only the collaborations spaces to which the user belongs to whenever they click on the Spaces switcher link on the global toolbar.
    Regards,

    You will need to write code of your own. A good starting point is here: http://docs.oracle.com/cd/E21764_01/apirefs.1111/e15995/toc.htm (search for the class SpacesManager, method getUserSpacesNamesList)
    Note that most likely you will not want to display all spaces, unless you are absolutely sure that the list will not exceed some reasonable amount in all cases - otherwise, it might be quite user-unfriendly.

  • Webcenter Spaces integration with Lotus Calendar, Sametime, Quickr

    Hello all,
    I'm working on a project which involves building an intranet Portal and the customer has Lotus 8.5 which wants to integrate in the Webcenter Spaces 11g "portal". More precisely they want to have in their portal the lotus calendar portlet, lotus mail portlet,lotus notes portlet, lotus sametime portlet ..etc. I found an old documentation and sample of this kind of portlets developed by Oracle but they don't work because of some errors when they try to retrieve the Lotus configuration. The documentation is this one : http://www.oracle.com/technology/products/ias/portal/point/lotusnotes/installation.html
    I tried to find the authors of this documentation, or perhaps who developed the portlets and ask them if they can adapt the portlets for an integration between Webcenter Suite and Lotus Notes 8.5. If somebody knows about this topic or can help me with fixing the problem I have with the portlets please let me know - my e-mail is [email protected]
    Thank you very much, your help is very much appreciated !

    Hello,
    First of all let me thank you Brad, for taking the time to answer, it's very nice of you. After I read you post I spent a couple of hours searching for the installer of the recommended "WebLogic Portlets for Groupware Integration". After searching everywhere I could possible search : OTN, E-Delivery, Metalink, ias.us.oracle.com I could not find the installer of this portlets. In the Installation Guide it says : " 2. Download the software from the Oracle Software Downloads site. " - there is nothing related to Portlets for Groupware on OTN.
    Now, I'm ashame but I have to give up, I guess perhaps this portlets for groupware integration are bundeled into some kit with a different name, I don't know, believe me I tried to find them, I searched the documentation but with no luck.
    I would be very thankful if you can point me to the installer of this portlets. Thank you very much again !

  • Adding Custom screen for Create Space functionality in WebCenter Spaces

    I need some information on WebCenter Spaces.
    By default there are couple of parameters such as Space name, description, tag, url, status (Public, Private) etc. is required to create the Space with the Out-of-the-box screen in Spaces. But we have a requirement to create Group Space with some additional parameters too.
    I am finding a solution for that. Can we build a task flow with all the parameters that we need to create the Spaces ? If that is possible, can we use Spaces API to create the space and then deploy that task flow in Spaces ?
    Please let me know if there are any other options.

    Hi.
    Yes you can. Build a Task Flow consuming Spaces API (WebService or REST) and setting custom properties to it.
    Steps that you have to follow is:
    - Use API to create your group Space:
    //create the Space
    GroupSpaceWSMetadata gsMetadata =
    client.createGroupSpace("Databases", "Databases" "A community for people interested in databases", "databases, oracle", "CommunityofInterest");
    //print the Space GUID to provide confirmation of creation
    System.out.println("GUID: " + gsMetadata.getGuid());- You can add programmatically custom attributes:
    //create the custom attribute
    client.setCustomAttribute("Databases", "Vendors", "List of vendors", "java.lang.String", "Oracle, IBM");Code is from WebCenter Spaces API off doc: http://docs.oracle.com/cd/E25178_01/webcenter.1111/e10148/jpsdg_spaces.htm#CIHIJBIG
    Regards.

  • How to remove help icon in Webcenter Spaces

    Hi All,
    There is a help icon in every taskflow in webcenter spaces, please let me know how to remove it?
    Thanks in Advance.

    Hi Satish,
    What I usually do is check the element in the browser's developer tools - for e.g. Chrome's "Inspect Element". This way I can identify the id of the element in the ADF Faces source file (.jsff).
    In the folderViewer case the element id was "cilhelp" and the tag in the .jsff is below
    <af:commandImageLink rendered="#{o_w_doclib_UIUtils.inSpaces}"
                                       partialSubmit="true"
                                       icon="/adf/webcenter/helptopics_ena.png"
                                       hoverIcon="/adf/webcenter/helptopics_ovr.png"
                                       depressedIcon="/adf/webcenter/helptopics_dwn.png"
                                       shortDesc="#{dlBndl.HELP_BUTTON_TEXT}"
                                       id="cilhelp">
                    <rh:helpLauncher helpTopicId="doclib_cs_doctf"/>
                  </af:commandImageLink>Also, I have all the webcenter jars (from JDeveloper) extracted into a folder. This way I can quickly do a text search to find the file that I need and makes it easier to find the file in the customization project.

  • Webcenter Spaces ps2 : REST webservices

    Hi All,
    Is there any REST webservice support for Webcenter Spaces ps2, it's there for ps5 but i am looking for PS2... i will appreciate if anyone can help me out with it.
    Thanks

    This is the right documentation for 11g Release 1 PS2 (11.1.1.3). Till PS2, Oracle did not show the patchset number on their documentation. First time, they introduce it from PS3.
    Oracle released limited REST API for few WC Services that includes:-
    1. Discussion Service (http://docs.oracle.com/cd/E14571_01/webcenter.1111/e10148/jpsdg_jive.htm#CHDGJECD)
    2. People Connection Service includes activity stream, connections, message borad, profile and feedback (http://docs.oracle.com/cd/E14571_01/webcenter.1111/e10148/jpsdg_people.htm#BABBBJCE)
    3. Spaces Service (http://docs.oracle.com/cd/E14571_01/webcenter.1111/e10148/jpsdg_spaces.htm#BABIBFCJ)
    4. Content Management Service (http://docs.oracle.com/cd/E14571_01/doc.1111/e15813/toc.htm)
    Poll was not introduced in PS2.
    Regards,
    Imran
    Edited by: Imran Mirza on Jul 6, 2012 5:27 AM

  • Authentification from tow LDAP in webcenter spaces

    My customer need to open authentification in webcenter spaces for all his employees and for his partners which are saved on tow different LDAP directory.
    How can i do to allow authentification from this tow LDAP directory?
    Regards.
    CMN

    In Weblogic Console,
    Go to Security Realm - myrealm - Providers, select New
    Type your new Realm name, for example MSAD,select type ActivityDirectoryAuthentication and OK.
    In myrealm providers you'll see your new provider, click in reoder and put the new provider at first position. Do not restart server yet.
    Select your new provider, in Commom tab select Control Flag as SUFFICIENT.
    Go to Provider Specifc Tab, this is the configurantion tab, put your MSAD configuration.
    The principal field is the user that bind in your MSAD to search your MSAD users.
    User Base DN, is base that contains users.
    User From Name Filter: (&(sAMAccoauntName=%u)(objectclass=user))
    User Name Attribute: sAMAccountName.
    Apply all configurations, go to myrealm providers, select DefaultAuthentication and change Control Flag to SUFFICIENT.
    Restart you Admin and all your managed servers.
    Hope that help you.

  • Webcenter spaces in adf

    Hi All,
    I had created webcenter spaces application and dragged and dropped search task flow in my jspx.when i run this its working fine displaying search dialog
    box.but its not returning the results in tutotorial when i read they mentioned in note as
    Note: To return results, the Search service requires that other WebCenter services are included in the application.
    can any one let me know what else webcenter services i need to include in the application to fetch results

    You'll probably have better luck posting in this forum: {forum:id=1188}
    John

  • WebCenter Space Layout and Customization problems

    Hi all,
    I am new in Webcenter Space and I wonder is there anyway to do the following tasks:
    1) Change the alignment of the left most side bar label (default is align right)
    2) Remove the picture for user profile
    Also I found that the left side bar item cannot get refreshed/updated after changing settings in personalization page (such as show and hide pages)
    I have searched in OTN and there is no similar solution, any pointer is highly appreciated. Thanks

    You can publish your customized portlet in the catalog. For this, you have to create a Mashup from the WC Administration > Mashup, add portlet on this mashup from catalog, customize it and then add this mashup in catalog from WC Administration --> Catalog. You will find all these mashups in Taskflows section of Catalog.
    Using this approach, you cannot personalize your portlet.
    Regards,
    Imran

  • WebCenter Spaces (PS2) - Surfacing User Profile Attributes

    I'm a relative 'newbie' to WebCenter Spaces. We have PS2 (Bundle 3) installed, configured and running. I believe I have thoroughly examined the WebCenter Spaces 11g User Guide and tried various EL techniques to no avail, but I cannot determine if and how to surface the attributes contained in a user's profile. For example, can I put a user's profile photo on a group space page using the Image Layout Component? Can I surface a user's email address in a group space page using the Text Layout Component. I see that these attributes for example are used in various OOTB task flows, but I'm wondering if and how they can be used dynamically in other components specified at design in Composer.
    Hope this makes sense. Any assistance you can provide would be appreciated.

    Hi,
    I am not quite sure if this is what you want by I managed to expose the user's email by:
    *1)* Entering composer mode for a page
    *2)* Clicking "Add Content"
    *3)* Searching for and adding a "HTML Markup" component
    *4)* Clicking the "Edit" (spanner) icon for the HTML Markup component
    *5)* Entering the following for the "Value" field:
    +#{webCenterProfile[securityContext.userName].businessEmail}+
    I hope this helps
    EDIT: The way I found this was by clicking the little 'down carrot' next to any field on the edit menu of a component, then selecting "Expresion Builder". From the subsequent popup, you can choose "User Info" from the "Choose a value" drop down, then select the relevant user property in the second drop down, this will populate the text field underneath with the appropriate EL expression
    Edited by: Scott Robertson on 03-Mar-2011 19:46

  • Can WebCenter Spaces be integrated to use MS sharepoint?

    Hi,
    Can WebCenter Spaces be integrated to use MS sharepoint?
    Regards
    Mustaque

    Or if you have Oracle SES (Secure Enterprise Search), you can install the Sharepoint crawler, then integrate SES into the Spaces Searchbar.
    For a "Poor man's" integration, you can also embed your main Sparepoint site directly into a tab in Spaces.

  • Error while adding  a parameter to a task flow deployed  in webcenter space

    Hi,
    i have deployed and extended a adf task flow in webcenter spaces.I have a parameter added to the task flow.Whenever i am adding the parameter to tha task flow i get the following error
    <Sep 3, 2012 7:20:50 PM IST> <Warning> <oracle.adf.view.rich.component.fragment.UIXRegion> <BEA-000000> <
    java.lang.IllegalStateException: The expression "#{bindings.shell_GlobalToolbar.regionModel}" (that was specified for the RegionModel "value" attribute of the region component with id "wc_glb") evaluated to null.
    This is typically due to an error in the configuration of the objects referenced by this expression.
    If it helps, the expression "#{bindings.shell_GlobalToolbar}" evaluates to "null".
    If it helps, the expression "#{bindings}" evaluates to "oracle_webcenter_webcenterapp_view_templates_WCSiteTemplateRRSideNavFlowPageDef". Now using an empty RegionModel instead.
         at oracle.adf.view.rich.component.fragment.UIXRegion.getRegionModel(UIXRegion.java:450)
         at oracle.adf.view.rich.component.fragment.UIXRegion._beginInterruptibleRegion(UIXRegion.java:682)
         at oracle.adf.view.rich.component.fragment.UIXRegion.processRegion(UIXRegion.java:498)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:715)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:750)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:750)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:750)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:750)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:750)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:750)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:750)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._restoreView(LifecycleImpl.java:655)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:301)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:186)
         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:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.bi.nanserver.adf.servlet.BIADFServletFilter.doFilter(BIADFServletFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.bi.presentation.runtime.binding.BIRegionBindingFilter.doFilter(BIRegionBindingFilter.java:40)
         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.webcenter.generalsettings.model.provider.GeneralSettingsProviderFilter.doFilter(GeneralSettingsProviderFilter.java:85)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.webcenter.webcenterapp.internal.view.webapp.WebCenterShellPageRedirectionFilter.doFilter(WebCenterShellPageRedirectionFilter.java:250)
         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.webcenter.webcenterapp.internal.view.webapp.WebCenterShellFilter.doFilter(WebCenterShellFilter.java:696)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.view.page.editor.webapp.WebCenterComposerFilter.doFilter(WebCenterComposerFilter.java:109)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.share.http.ServletADFFilter.doFilter(ServletADFFilter.java:62)
         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.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:175)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.webcenter.webcenterapp.internal.view.webapp.WebCenterLocaleWrapperFilter.processFilters(WebCenterLocaleWrapperFilter.java:335)
         at oracle.webcenter.webcenterapp.internal.view.webapp.WebCenterLocaleWrapperFilter.doFilter(WebCenterLocaleWrapperFilter.java:237)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
         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:136)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         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)
    >
    <Sep 3, 2012 7:20:50 PM IST> <Error> <oracle.webcenter.webcenterapp> <BEA-000000> <
    javax.el.PropertyNotFoundException: Target Unreachable, 'styleEditor' returned null
         at com.sun.el.parser.AstValue.getTarget(Unknown Source)
         at com.sun.el.parser.AstValue.setValue(Unknown Source)
         at com.sun.el.ValueExpressionImpl.setValue(Unknown Source)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:679)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:750)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:750)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.access$000(LifecycleImpl.java:72)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl$1.call(LifecycleImpl.java:720)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl$1.call(LifecycleImpl.java:716)
         at oracle.adf.view.rich.component.fragment.UIXRegion.processRegion(UIXRegion.java:503)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:715)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:750)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:750)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.access$000(LifecycleImpl.java:72)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl$1.call(LifecycleImpl.java:720)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl$1.call(LifecycleImpl.java:716)
         at oracle.adf.view.rich.component.fragment.UIXRegion.processRegion(UIXRegion.java:503)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:715)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:750)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:750)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:750)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:750)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.access$000(LifecycleImpl.java:72)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl$1.call(LifecycleImpl.java:720)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl$1.call(LifecycleImpl.java:716)
         at oracle.adf.view.rich.component.fragment.UIXRegion.processRegion(UIXRegion.java:503)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:715)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:750)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:750)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:750)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:750)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:750)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:750)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:750)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:750)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:750)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:750)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:750)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:750)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:750)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:750)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:750)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:750)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:750)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._restoreView(LifecycleImpl.java:655)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:301)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:186)
         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:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.bi.nanserver.adf.servlet.BIADFServletFilter.doFilter(BIADFServletFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.bi.presentation.runtime.binding.BIRegionBindingFilter.doFilter(BIRegionBindingFilter.java:40)
         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.webcenter.generalsettings.model.provider.GeneralSettingsProviderFilter.doFilter(GeneralSettingsProviderFilter.java:85)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.webcenter.webcenterapp.internal.view.webapp.WebCenterShellPageRedirectionFilter.doFilter(WebCenterShellPageRedirectionFilter.java:250)
         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.webcenter.webcenterapp.internal.view.webapp.WebCenterShellFilter.doFilter(WebCenterShellFilter.java:696)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.view.page.editor.webapp.WebCenterComposerFilter.doFilter(WebCenterComposerFilter.java:109)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.share.http.ServletADFFilter.doFilter(ServletADFFilter.java:62)
         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.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:175)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.webcenter.webcenterapp.internal.view.webapp.WebCenterLocaleWrapperFilter.processFilters(WebCenterLocaleWrapperFilter.java:335)
         at oracle.webcenter.webcenterapp.internal.view.webapp.WebCenterLocaleWrapperFilter.doFilter(WebCenterLocaleWrapperFilter.java:237)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
         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:136)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         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)
    >
    Can anyone please help.

    I would recommend reading this before posting here: https://groups.google.com/forum/#!msg/adf-methodology/PzncJBPMFDw/7mxNblt_ppYJ
    You give far to little detail about the scenario.
    Is it an OOTB taskflow that you extended. If so, which one and what parameter did you add + how did you do it.
    How did you deploy to spaces
    There are a lot of steps in that process that can go wrong so don't expect us to come up with an answer based upon this basic information.

Maybe you are looking for

  • TS1702 Safari, Maps, App Store, and Non Apple Apps crashing on IOS6

    Since upgrading to IOS 6, the majority of my apps are crashing after a few seconds, including Safari, App Store, I Books and also non apple apps like BBC News etc. I have: Reset Restored Tried the date and time change (not affective) I cant at the mo

  • HT4437 can I stream google + hangouts to my tv via apple tv using airplay?

    can I stream google + hangouts to my tv via apple tv using airplay?

  • Need help w/graphic card purchase

    I'm using a Asus Essentio PC. When I bought this at BB I told the salesperson that one of the MAIN things I needed the computer to do was play Sims2. When I doubted the ability of the integrated graphics to handle this he told me it would be NO probl

  • Problems inserting flash movie into webpage

    I am trying to insert 2 different flash movies on one webpage One is a banner made in flash cs4 that works fine. The other is a movie that I encoded with flash cs4 from a m4v file. When i test this file using the flash player on my computer everythin

  • Does Creator WAR work with Weblogic 7.x

    Hi, When I try to deploy Creator generated WAR on WebLogic 7.x, I get the following error: <Feb 21, 2005 4:50:25 PM CST> <Error> <HTTP> <101216> <Servlet: "Faces Servlet" failed to preload on startup in webapp: "webapp1" javax.servlet.ServletExceptio