Content Presenter unable to obtain content from UCM for 4 minutes

We spent about 4 days trying to figure this out until I tried something that worked, based on the log stack traces that I have included. The symptom was that the Home page for the WebCenter Spaces application would often take 4-5 minutes to load. The mechanics, from the trace, are that the Content Presenters, which were only used to display a single image, were unable to load the image from UCM. We got a socket time out, but eventually the image was obtained and the page finally loaded. It did not happen every time, but happened so often that it the Application was unusable. I worked around this problem by using an HTML Markup with <img src=”…. “/>. In 2 of the 3 presenters, they were already using HTML Markups just below the Image, so I just added the image to their markup. This worked just fine, but I am concerned that this occurred using the content presenter – a mainstay of WebCenter. I still am not sure what caused this but it seemed to be some access problems using the UCMBridge.
BTW, this is a production environment and thus jrockit is being used.
I would like a good explanation for this, otherwise I think an SR should be filed to get Oracle to either fix this or explain what is going wrong here and how we can avoid it.
[2012-04-19T16:32:42.174-07:00] [WC_Spaces1] [ERROR] [] [oracle.webcenter.content.integration.RepositoryException] [tid:
[ACTIVE].ExecuteThread: '66' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: ShivraS1] [ecid: 57473f0c05d9b7
e0:723c8f24:136c801f307:-8000-000000000000e68e,0] [APP: webcenter#11.1.1.4.0] [[
oracle.webcenter.content.integration.RepositoryException: oracle.stellent.ridc.protocol.ProtocolException: java.net.Socke
tTimeoutException: Read timed out
at oracle.webcenter.content.integration.spi.ucm.UCMBridge.getAccessLevel(UCMBridge.java:856)
at oracle.webcenter.content.integration.spi.ucm.UCMBridge.getAccessLevel(UCMBridge.java:834)
at oracle.webcenter.content.integration.spi.ucm.UCMBridge.getUCMAccessLevel(UCMBridge.java:2622)
at oracle.webcenter.content.integration.spi.ucm.UCMBridge.checkSecurityLevelForNode(UCMBridge.java:2585)
at oracle.webcenter.content.integration.spi.ucm.UCMBridge.canAccessNode(UCMBridge.java:2554)
at oracle.webcenter.content.integration.spi.ucm.NodeOps.getNodeFromCache(NodeOps.java:737)
at oracle.webcenter.content.integration.spi.ucm.NodeOps.getUCMNodeWithId(NodeOps.java:1514)
at oracle.webcenter.content.integration.spi.ucm.NodeOps.getNodeWithId(NodeOps.java:153)
at sun.reflect.GeneratedMethodAccessor20824.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at oracle.webcenter.content.integration.federated.internal.delegate.LatestInterfaceVersionWrapper.invoke(LatestIn
terfaceVersionWrapper.java:73)
at $Proxy223.getNodeWithId(Unknown Source)
at oracle.webcenter.content.integration.federated.internal.filter.logging.NOPSLoggingFilter.getNodeWithId(NOPSLog
gingFilter.java:101)
at sun.reflect.GeneratedMethodAccessor20823.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at oracle.webcenter.content.integration.federated.internal.delegate.LatestInterfaceVersionWrapper.invoke(LatestIn
terfaceVersionWrapper.java:73)
at $Proxy223.getNodeWithId(Unknown Source)
at oracle.webcenter.content.integration.federated.internal.filter.validation.NOPSValidationFilter.getNodeWithId(N
OPSValidationFilter.java:131)
at sun.reflect.GeneratedMethodAccessor20822.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at oracle.webcenter.content.integration.federated.internal.delegate.LatestInterfaceVersionWrapper.invoke(LatestIn
terfaceVersionWrapper.java:73)
at $Proxy223.getNodeWithId(Unknown Source)
at oracle.webcenter.content.integration.federated.internal.filter.cache.NOPSCacheFilter.getNodeWithId(NOPSCacheFi
lter.java:129)
at sun.reflect.GeneratedMethodAccessor20821.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at oracle.webcenter.content.integration.federated.internal.delegate.LatestInterfaceVersionWrapper.invoke(LatestIn
terfaceVersionWrapper.java:73)
at $Proxy223.getNodeWithId(Unknown Source)
at oracle.webcenter.content.integration.federated.internal.delegate.NodeLogic.getNode(NodeLogic.java:240)
at oracle.webcenter.content.integration.federated.internal.NodeManagerImpl.getNodeByUUID(NodeManagerImpl.java:243
at oracle.webcenter.doclib.internal.model.presenter.vcr.PresenterRetrievalUtil.getNode(PresenterRetrievalUtil.jav
a:245)
at oracle.webcenter.doclib.internal.model.presenter.vcr.PresenterRetrievalUtil.getNode(PresenterRetrievalUtil.jav
a:88)
at oracle.webcenter.doclib.internal.model.presenter.vcr.SingleNodeRetrieverImpl.getNode(SingleNodeRetrieverImpl.j
ava:68)
at oracle.webcenter.doclib.internal.view.presenter.PresenterRetrievalService.getNode(PresenterRetrievalService.ja
va:119)
at oracle.webcenter.doclib.internal.view.presenter.ContentPresenterBackingBean.getNode(ContentPresenterBackingBea
n.java:212)
at oracle.webcenter.doclib.internal.view.presenter.ContentPresenterBackingBean.getResult(ContentPresenterBackingB
ean.java:146)
at sun.reflect.GeneratedMethodAccessor1299.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at javax.el.BeanELResolver.getValue(BeanELResolver.java:261)
at com.sun.faces.el.DemuxCompositeELResolver.getValue(DemuxCompositeELResolver.java:200)
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)
... 1 more
Caused by: java.net.SocketTimeoutException: Read timed out
at jrockit.net.SocketNativeIO.readBytesPinned(Native Method)
at jrockit.net.SocketNativeIO.socketRead(SocketNativeIO.java:32)
at java.net.SocketInputStream.socketRead0(SocketInputStream.java)
at java.net.SocketInputStream.read(SocketInputStream.java:129)
logic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
... 1 more
[2012-04-19T16:32:42.178-07:00] [WC_Spaces1] [ERROR] [] [oracle.webcenter.content.integration.RepositoryException] [tid:
[ACTIVE].ExecuteThread: '66' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: ShivraS1] [ecid: 57473f0c05d9b7
e0:723c8f24:136c801f307:-8000-000000000000e68e,0] [APP: webcenter#11.1.1.4.0] Apr 19, 2012 4:32:42 PM oracle.webcenter.co
ntent.integration.spi.ucm.UCMBridge getUCMAccessLevel[[
SEVERE: Cannot get security info for node ID: /wc_ucm_conn/UCM_CLUSTER-000084
oracle.webcenter.content.integration.RepositoryException: Apr 19, 2012 4:32:42 PM oracle.webcenter.content.integration.s
pi.ucm.UCMBridge getUCMAccessLevel
SEVERE: Cannot get security info for node ID: /wc_ucm_conn/UCM_CLUSTER-000084

The socket timeout option is not viable because it already takes 4 minutes to get to this point, which is way too long for the customer. I read another post that I cannot find any longer about a setting in the UCM config.cfg file about a SecurityFilter setting that was "..." Trouble is, they don't say which config.cfg as there are at least 4 config.cfg under the ECM dir under the Middleware Home Dir. It is the same file that holds the RidcSocket setting (usually 4444), but in our installation, the socket is set in EM and is not in any of the config.cfg file. If you could clarify the exact setting and which config.cfg file to try, I would appreciate it.
Thanks.

Similar Messages

  • Unable to copy text from Word (for Mac) into Safari

    I am unable to copy text from Word (for Mac) into Safari. It doesn't seem to be recognizing that I am copying a selection of text from a word document. As when I try to paste, nothing happens. Is there a way around this?

    Disregard question, found it. Right click, or Ctrl+click to use submenu to Copy.

  • Content Presenter In-Line Editing Against Many UCM Content Items

    I have a question regarding the Content Presenter task flow with In-Line editing that is part of Webcenter. I understand that I can drag and drop a UCM content item and a content presenter task flow to a page in JDEV. This enables me to display a single content item and perform inline editing by pressing "ctrl-shift-c".
    What I am trying to accomplish is generating a RIDC UCM query to return results to a page. Once I have these results ordered by metadata filters I would like to be able to perform in-line editing on these content items. Is there a way to configure the Webcenter inline editing to work with these RIDC query results.
    I realize I could, instead of using RIDC drop many content presenters on the page but that is not as dynamic as retrieving this search results from UCM.
    Is there a way to accomplish this with the webcenter in-line editing or do you have to use Site Studio to gain this functionality.
    Thanks in advance for your help! Is there another way to accomplish what I am trying to do?

    It is possible.
    You just need to pass the id of the document to your content presenter.
    I made a blog post that might help you: http://www.yonaweb.be/creating_image_gallery_using_navigation_model_and_content_presenter_0
    This shows you how you can dynamicly set the content of the content presenter. In this post, i don't edit the document but that's not a problem. It will show you how to dynamicly update the content presenter with the correct document.

  • Unable to obtain inventory from some XP PC's

    I am unable to obtain version 7.5 inventory info from a handful of XP PC's. I believe it's something to do with this WifName registry entry which is blank on a PC where I cannot obtain inventory.
    I have uninstalled the 7.5 client, deleted the registry contents as it leaves them there, deleted the Asset Management firectory from within program files as it doesn't completely uninstall the directory either, and re-installed from scratch. After the new installation the WifName registry entry is still blank.
    I am runing the command manually "cclient.exe scannow:edit". This all works on my PC logged on as me but not on another Pc logged on as me. This rules out the Asset Management server, policies, rights to the registry etc which have all been suggested as problms in previous posts.
    The ZAM Client and Collector have full access privileges to the ZAM
    portion of the Program Files directory as well as to their own portion of
    the registry at HKEY_LOCAL_MACHINE\SOFTWARE\Tally Systems
    Corp.\TSCensus\CollectionClient.
    The ZAM collection client is set in the services to run as a local
    system account on ALL PC's.
    I believe I need to know why this entry is blank to fix the problem.
    Secondly, when I run the Setup.exe program to install the client, it asks for my Server name from which it populates cps.ini like so:-
    [CollectionServer]
    Insight
    [CollectionClient]
    InBoxCC
    however when I run the .msi that I found today, it doesn't ask for any info and the cps.ini file looks like this:-
    [CollectionServer]
    [CollectionClient]
    Is this significant?
    My colw32.log file also contains the message "failed to get WIF path", all the time on the PC that fails but only sometimes on my PC.
    Thanks
    Lenny

    Found out what the problem was. The Windows firewall was switched on for the PC's that didn't work.
    Lenny

  • Content Presenter taskflow - with dynamic content ID

    Hi there,
    I am using content presenter taskflow to display HTML content on my WebCenter portal page. I have create one generic page with a content presenter taskflow to display multiple generic pages with dynamically assigning the content ID. Please find below the code snippet for more information.
    <taskFlow id="doclibcontentpresenter1"
    taskFlowId="/oracle/webcenter/doclib/view/jsf/taskflows/presenter/contentPresenter.xml#doclib-content-presenter"
    activation="deferred"
    xmlns="http://xmlns.oracle.com/adf/controller/binding">
    <parameters>
    <parameter id="taskFlowInstId"
    value="${'a18cff64-091c-4181-a21c-513c52cf112a'}"/>
    <parameter id="datasourceType" value="${'dsTypeSingleNode'}"/>
    <parameter id="datasource"
    value="${'UCMCon#dDocName:'}${portalCommonComponents.contentIdForDetailPage}"/>
    <parameter id="templateCategory" value="${''}"/>
    <parameter id="templateView" value="${''}"/>
    <parameter id="maxResults" value="${''}"/>
    </parameters>
    </taskFlow>
    In the above code snippet I have added ${portalCommonComponents.contentIdForDetailPage} which will return the Content ID dynamically. The reason why I have used this approcach is that as per the requirment there are lot of detail pages.
    Everything is working fine but sometimes it's throwing exception for load cache.
    Please suggest is there something wrong with this approach, if so suggest me some alternative solution using single Content Presenter Taskflow to display in multiple pages by assigning content ID dynamically.
    Thanks

    Hi,
    I do not have any custome folder in default navigation.
    Please find the code snippet of default navigation.
    <?xml version="1.0" encoding="US-ASCII" ?>
    <navigationDefinition description="Default Navigation"
    id="default-navigation-model"
    name="Default Navigation"
    xmlns="http://xmlns.oracle.com/adf/rcs/catalog" visible="#{true}">
    <contents xmlns="http://xmlns.oracle.com/adf/rcs/catalog">
    <url visible="#{true}" id="mNav"
    factoryClass="oracle.webcenter.portalframework.sitestructure.rc.AdfPageResourceFactory"
    url="page://KACSTHomePage">
    <attributes>
    <attribute isKey="false" attributeId="Title" value="Main Nav"/>
    <attribute isKey="false" attributeId="Redirect" value="true"/>
    </attributes>
    <contents>
    <url factoryClass="oracle.webcenter.portalframework.sitestructure.rc.AdfPageResourceFactory"
    visible="#{true}" id="whatwedo" url="page://KACSTWhatWeDoPage">
    <attributes>
    <attribute value="WHAT WE DO?" isKey="false" attributeId="Title"/>
    <attribute value="true" isKey="false" attributeId="Redirect"/>
    <attribute value="level-one singlenav" isKey="false"
    attributeId="StyleClass"/>
    <attribute value="WHAT WE DO?" isKey="false"
    attributeId="NavigationTitle"/>
    <attribute isKey="true" attributeId="ArabicTitle"
    value="NAV.WHAT_WE_DO"
    resourceBundle="com.kacst.kacstportal.resourcebundle.KACSTPortalResourceBundle_ar"/>
    </attributes>
    <parameters/>
    <contents>
    <url factoryClass="oracle.webcenter.portalframework.sitestructure.rc.AdfPageResourceFactory"
    visible="#{true}" id="innovation"
    url="page://KACSTInnovationPage">
    <attributes>
    <attribute value="INNOVATION" isKey="false"
    attributeId="Title"/>
    <attribute value="innovation" isKey="false"
    attributeId="StyleClass"/>
    <attribute attributeId="Redirect" isKey="false" value="true"/>
    <attribute attributeId="ArabicTitle" value="NAV.INNOVATION"
    isKey="true"
    resourceBundle="com.kacst.kacstportal.resourcebundle.KACSTPortalResourceBundle_ar"/>
    <attribute isKey="false" value="innovation"
    attributeId="ExternalId"/>
    </attributes>
    <contents>
    <url factoryClass="oracle.webcenter.portalframework.sitestructure.rc.AdfPageResourceFactory"
    visible="#{true}" id="indprop"
    url="page://KACSTGenericDetailPage">
    <attributes>
    <attribute value="Industrial Property" isKey="false"
    attributeId="Title"/>
    <attribute value="true" isKey="false"
    attributeId="Redirect"/>
    <attribute isKey="true" attributeId="ArabicTitle"
    value="NAV.INDUSTRIAL_PROPERTY"
    resourceBundle="com.kacst.kacstportal.resourcebundle.KACSTPortalResourceBundle_ar"/>
    <attribute isKey="false" value="industrialproperty"
    attributeId="ExternalId"/>
    </attributes>
    <parameters/>
    <contents/>
    </url>
    <url factoryClass="oracle.webcenter.portalframework.sitestructure.rc.AdfPageResourceFactory"
    visible="#{true}" id="tiic"
    url="page://KACSTGenericDetailPage">
    <attributes>
    <attribute value="Technology Incubator and Innovation Centers"
    isKey="false" attributeId="Title"/>
    <attribute value="true" isKey="false"
    attributeId="Redirect"/>
    <attribute isKey="true" attributeId="ArabicTitle"
    value="NAV.TECHNOLOGY_INCUBATOR_INNOVATION_CENTERS"
    resourceBundle="com.kacst.kacstportal.resourcebundle.KACSTPortalResourceBundle_ar"/>
    <attribute isKey="false" value="techincubator"
    attributeId="ExternalId"/>
    </attributes>
    <parameters/>
    </url>
    <url factoryClass="oracle.webcenter.portalframework.sitestructure.rc.AdfPageResourceFactory"
    visible="#{true}" id="exi"
    url="page://KACSTGenericDetailPage">
    <attributes>
    <attribute value="Encouraging Excellence and Innovation"
    isKey="false" attributeId="Title"/>
    <attribute value="last" isKey="false"
    attributeId="StyleClass"/>
    <attribute isKey="false" attributeId="Redirect"
    value="true"/>
    <attribute isKey="true" attributeId="ArabicTitle"
    value="NAV.ENCOURAGING_EXCELLATION_INNOVATION_CENTERS"
    resourceBundle="com.kacst.kacstportal.resourcebundle.KACSTPortalResourceBundle_ar"/>
    <attribute isKey="false" value="encourageexcellence"
    attributeId="ExternalId"/>
    </attributes>
    <parameters/>
    </url>
    </contents>
    </url>
    <url factoryClass="oracle.webcenter.portalframework.sitestructure.rc.AdfPageResourceFactory"
    visible="#{true}" id="services" url="page://KACSTServicesPage">
    <attributes>
    <attribute value="SERVICES" isKey="false" attributeId="Title"/>
    <attribute value="true" isKey="false" attributeId="Redirect"/>
    <attribute value="last services" isKey="false"
    attributeId="StyleClass"/>
    <attribute attributeId="ArabicTitle" value="NAV.SERVICES"
    isKey="true"
    resourceBundle="com.kacst.kacstportal.resourcebundle.KACSTPortalResourceBundle_ar"/>
    <attribute isKey="false" value="services"
    attributeId="ExternalId"/>
    </attributes>
    <contents>
    <url factoryClass="oracle.webcenter.portalframework.sitestructure.rc.AdfPageResourceFactory"
    visible="#{true}" id="is"
    url="page://KACSTGenericDetailPage">
    <attributes>
    <attribute value="Information Services" isKey="false"
    attributeId="Title"/>
    <attribute value="true" isKey="false"
    attributeId="Redirect"/>
    <attribute isKey="true" attributeId="ArabicTitle"
    value="NAV.INFORMATION_SERVICES"
    resourceBundle="com.kacst.kacstportal.resourcebundle.KACSTPortalResourceBundle_ar"/>
    <attribute attributeId="ExternalId" isKey="false"
    value="informationservices"/>
    </attributes>
    <contents>
    <url visible="#{true}" id="ovrvw"
    factoryClass="oracle.webcenter.portalframework.sitestructure.rc.AdfPageResourceFactory"
    url="page://KACSTUnderConstructionPage">
    <attributes>
    <attribute value="Overview" attributeId="Title"
    isKey="false"/>
    <attribute value="true" attributeId="Redirect"
    isKey="false"/>
    <attribute isKey="false" attributeId="ArabicTitle"
    value="Overview"/>
    </attributes>
    <parameters/>
    </url>
    <url visible="#{true}" id="servcs"
    factoryClass="oracle.webcenter.portalframework.sitestructure.rc.AdfPageResourceFactory"
    url="page://KACSTUnderConstructionPage">
    <attributes>
    <attribute value="Services" attributeId="Title"
    isKey="false"/>
    <attribute value="true" attributeId="Redirect"
    isKey="false"/>
    <attribute isKey="true" attributeId="ArabicTitle"
    value="NAV.SERVICES"
    resourceBundle="com.kacst.kacstportal.resourcebundle.KACSTPortalResourceBundle_ar"/>
    </attributes>
    <parameters/>
    </url>
    <url visible="#{true}" id="infrmtnresrcs"
    factoryClass="oracle.webcenter.portalframework.sitestructure.rc.AdfPageResourceFactory"
    url="page://KACSTUnderConstructionPage">
    <attributes>
    <attribute value="Information Resources"
    attributeId="Title" isKey="false"/>
    <attribute value="true" attributeId="Redirect"
    isKey="false"/>
    <attribute isKey="true" attributeId="ArabicTitle"
    value="NAV.INFORMATION_RESOURCES"
    resourceBundle="com.kacst.kacstportal.resourcebundle.KACSTPortalResourceBundle_ar"/>
    </attributes>
    <parameters/>
    </url>
    <url visible="#{true}" id="infrmtnsrvcsfaq"
    factoryClass="oracle.webcenter.portalframework.sitestructure.rc.AdfPageResourceFactory"
    url="page://KACSTGenericDetailPage">
    <attributes>
    <attribute value="FAQ" attributeId="Title"
    isKey="false"/>
    <attribute value="true" attributeId="Redirect"
    isKey="false"/>
    <attribute isKey="false" attributeId="ArabicTitle"
    value="FAQ"/>
    <attribute isKey="false" value="faq"
    attributeId="ExternalId"/>
    </attributes>
    <parameters/>
    </url>
    <url visible="#{true}" id="cntctus"
    factoryClass="oracle.webcenter.portalframework.sitestructure.rc.AdfPageResourceFactory"
    url="page://KACSTUnderConstructionPage">
    <attributes>
    <attribute value="Contact Us" attributeId="Title"
    isKey="false"/>
    <attribute value="true" attributeId="Redirect"
    isKey="false"/>
    <attribute value="last" attributeId="StyleClass"
    isKey="false"/>
    <attribute isKey="true" attributeId="ArabicTitle"
    value="NAV.CONTACT_US"
    resourceBundle="com.kacst.kacstportal.resourcebundle.KACSTPortalResourceBundle_ar"/>
    </attributes>
    <parameters/>
    </url>
    </contents>
    </url>
    <url factoryClass="oracle.webcenter.portalframework.sitestructure.rc.AdfPageResourceFactory"
    visible="#{true}" id="ns"
    url="page://KACSTGenericDetailPage">
    <attributes>
    <attribute value="National Services" isKey="false"
    attributeId="Title"/>
    <attribute value="true" isKey="false"
    attributeId="Redirect"/>
    <attribute value="last" isKey="false"
    attributeId="StyleClass"/>
    <attribute isKey="true" attributeId="ArabicTitle"
    value="NAV.NATIONAL_SERVICES"
    resourceBundle="com.kacst.kacstportal.resourcebundle.KACSTPortalResourceBundle_ar"/>
    <attribute attributeId="ExternalId" isKey="false"
    value="nationalservices"/>
    </attributes>
    <contents>
    <url visible="#{true}" id="radiation"
    factoryClass="oracle.webcenter.portalframework.sitestructure.rc.AdfPageResourceFactory"
    url="page://KACSTGenericDetailPage">
    <attributes>
    <attribute value="Radiation" attributeId="Title"
    isKey="false"/>
    <attribute value="true" attributeId="Redirect"
    isKey="false"/>
    <attribute isKey="true" attributeId="ArabicTitle"
    value="NAV.RADIATIONS"
    resourceBundle="com.kacst.kacstportal.resourcebundle.KACSTPortalResourceBundle_ar"/>
    <attribute isKey="false" value="radiation"
    attributeId="ExternalId"/>
    </attributes>
    <parameters/>
    </url>
    <url visible="#{true}" id="rdtnmntrng"
    factoryClass="oracle.webcenter.portalframework.sitestructure.rc.AdfPageResourceFactory"
    url="page://KACSTGenericDetailPage">
    <attributes>
    <attribute value="Radiation Monitoring"
    attributeId="Title" isKey="false"/>
    <attribute value="true" attributeId="Redirect"
    isKey="false"/>
    <attribute isKey="true" attributeId="ArabicTitle"
    value="NAV.RADIATION_MONITORING"
    resourceBundle="com.kacst.kacstportal.resourcebundle.KACSTPortalResourceBundle_ar"/>
    <attribute isKey="false" value="radiationmonitoring"
    attributeId="ExternalId"/>
    </attributes>
    <parameters/>
    </url>
    <url visible="#{true}" id="spcimages"
    factoryClass="oracle.webcenter.portalframework.sitestructure.rc.AdfPageResourceFactory"
    url="page://KACSTGenericDetailPage">
    <attributes>
    <attribute value="Space Images" attributeId="Title"
    isKey="false"/>
    <attribute value="true" attributeId="Redirect"
    isKey="false"/>
    <attribute isKey="true" attributeId="ArabicTitle"
    value="NAV.SPACE_IMAGES"
    resourceBundle="com.kacst.kacstportal.resourcebundle.KACSTPortalResourceBundle_ar"/>
    <attribute isKey="false" value="spaceimages"
    attributeId="ExternalId"/>
    </attributes>
    <parameters/>
    </url>
    <url visible="#{true}" id="crscntobsrvtn"
    factoryClass="oracle.webcenter.portalframework.sitestructure.rc.AdfPageResourceFactory"
    url="page://KACSTGenericDetailPage">
    <attributes>
    <attribute value="Crescent Observation"
    attributeId="Title" isKey="false"/>
    <attribute value="true" attributeId="Redirect"
    isKey="false"/>
    <attribute isKey="true" attributeId="ArabicTitle"
    value="NAV.CRESCENT"
    resourceBundle="com.kacst.kacstportal.resourcebundle.KACSTPortalResourceBundle_ar"/>
    <attribute isKey="false" value="crescentobservation"
    attributeId="ExternalId"/>
    </attributes>
    <parameters/>
    </url>
    <url visible="#{true}" id="sptlinfrmtn"
    factoryClass="oracle.webcenter.portalframework.sitestructure.rc.AdfPageResourceFactory"
    url="page://KACSTGenericDetailPage">
    <attributes>
    <attribute value="Spatial Information"
    attributeId="Title" isKey="false"/>
    <attribute value="true" attributeId="Redirect"
    isKey="false"/>
    <attribute isKey="true" attributeId="ArabicTitle"
    value="NAV.SPATIAL_INFORMATION"
    resourceBundle="com.kacst.kacstportal.resourcebundle.KACSTPortalResourceBundle_ar"/>
    <attribute isKey="false" value="spatialinformation"
    attributeId="ExternalId"/>
    </attributes>
    <parameters/>
    </url>
    <url visible="#{true}" id="mngmntenrgycnsmptn"
    factoryClass="oracle.webcenter.portalframework.sitestructure.rc.AdfPageResourceFactory"
    url="page://KACSTGenericDetailPage">
    <attributes>
    <attribute value="Management Of Energy Consumption"
    attributeId="Title" isKey="false"/>
    <attribute value="true" attributeId="Redirect"
    isKey="false"/>
    <attribute value="last" attributeId="StyleClass"
    isKey="false"/>
    <attribute isKey="true" attributeId="ArabicTitle"
    value="NAV.MANAGEMENT_OF_ENERGY_CONSUMPTION"
    resourceBundle="com.kacst.kacstportal.resourcebundle.KACSTPortalResourceBundle_ar"/>
    <attribute isKey="false"
    value="managementofenergyconsumption"
    attributeId="ExternalId"/>
    </attributes>
    <parameters/>
    </url>
    </contents>
    </url>
    </contents>
    </url>
    </contents>
    </url>
    </contents>
    </url>
    </contents>
    <schema resourceBundle="oracle.adf.rc.attribute.nls.AttributeBundle">
    <descriptor multivalue="false" shortLabelKey="TITLE.SHORT_PROMPT_KEY"
    labelKey="TITLE.PROMPT_KEY" attributeId="Title"
    searchable="true" endUserVisible="true"/>
    <descriptor multivalue="false" shortLabelKey="ACCESS_KEY.SHORT_PROMPT_KEY"
    labelKey="ACCESS_KEY.PROMPT_KEY" attributeId="AccessKey"
    searchable="true" endUserVisible="true"/>
    <descriptor multivalue="false" shortLabelKey="DESCRIPTION.SHORT_PROMPT_KEY"
    labelKey="DESCRIPTION.PROMPT_KEY" attributeId="Description"
    searchable="true" endUserVisible="true"/>
    <descriptor multivalue="false" shortLabelKey="ICON_URI.SHORT_PROMPT_KEY"
    labelKey="ICON_URI.PROMPT_KEY" attributeId="IconURI"
    searchable="true" endUserVisible="true"/>
    <descriptor multivalue="true" shortLabelKey="SUBJECT.SHORT_PROMPT_KEY"
    labelKey="SUBJECT.PROMPT_KEY" attributeId="Subject"
    searchable="true" endUserVisible="true"/>
    <descriptor multivalue="false"
    shortLabelKey="REDIRECT_FLAG.SHORT_PROMPT_KEY"
    labelKey="REDIRECT_FLAG.PROMPT_KEY" attributeId="Redirect"
    searchable="true" endUserVisible="true"/>
    <descriptor multivalue="false" shortLabelKey="TARGET_FRAME.SHORT_PROMPT_KEY"
    labelKey="TARGET_FRAME.PROMPT_KEY" attributeId="Target"
    searchable="true" endUserVisible="true"/>
    <descriptor multivalue="false" shortLabelKey="TOOL_TIP.SHORT_PROMPT_KEY"
    labelKey="TOOL_TIP.PROMPT_KEY" attributeId="ToolTip"
    searchable="true" endUserVisible="true"/>
    <descriptor multivalue="false" shortLabelKey="MODIFIED.SHORT_PROMPT_KEY"
    labelKey="MODIFIED.PROMPT_KEY" attributeId="Modified"
    searchable="true" endUserVisible="true"/>
    <descriptor multivalue="false"
    shortLabelKey="CHANGE_FREQUENCY.SHORT_PROMPT_KEY"
    labelKey="CHANGE_FREQUENCY.PROMPT_KEY"
    attributeId="ChangeFrequency" searchable="true"
    endUserVisible="true"/>
    <descriptor multivalue="false" shortLabelKey="SIGNIFICANCE.SHORT_PROMPT_KEY"
    labelKey="SIGNIFICANCE.PROMPT_KEY" attributeId="Significance"
    searchable="true" endUserVisible="true"/>
    <descriptor multivalue="false" shortLabelKey="EXTERNAL_ID"
    labelKey="EXTERNAL_ID" attributeId="ExternalId"
    searchable="true" endUserVisible="true"
    resourceBundle="oracle.webcenter.navigationeditor.view.resource.NavigationEditorBundle"/>
    <descriptor multivalue="false" shortLabelKey=""
    searchable="true" attributeId="StyleClass"
    labelKey="" endUserVisible="true"
    xmlns="http://xmlns.oracle.com/adf/rcs/catalog"/>
    <descriptor multivalue="false" shortLabelKey=""
    searchable="true" attributeId="NavigationTitle"
    labelKey="" endUserVisible="true"
    xmlns="http://xmlns.oracle.com/adf/rcs/catalog"/>
    <descriptor multivalue="false" shortLabelKey=""
    searchable="true" attributeId="ArabicTitle"
    labelKey="" endUserVisible="true"
    xmlns="http://xmlns.oracle.com/adf/rcs/catalog"/>
    </schema>
    </navigationDefinition>
    Please let me know how to set the log level to FINEST in WebCenter portal, so that I will post he log for your analysis.
    Thanks

  • Unable to obtain 4G from my network with the Z10

    I recently purchased my z10 from verizon in the United States unlocked. When i inserted the sim card of my local network (4G plan) i was only able to identify an 'E'  in the upper right hand corner of the screen. After speaking with my network provider their agent said that it was the phone or a possible setting which i needed to make because after trying the same sim card in one of their own phones they observed the '4G' on the screen.
    please advise......

    Hi and Welcome to the Community!
    Your issue may actually be worse...there are 4 different Z10 models, each with different capabilities...refer:
    http://www.bbin.in/en/2013/03/03/4-types-blackberr​y-z10-models-fits-better/?utm_campaign=4-types-of-​...
    If the device you have does not support the 4G bands of the network you are attempting to operate it on, then that would of course fully explain the problem.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • How to link to a file in UCM with content presenter site studio template

    Hi,
    I have Webcenter spaces with content presenter showing Site studio content.
    In this site studio region I have an element for rich text (html)
    Now we want to create a link in this text to an existing document in UCM.
    The question is how achief this?
    There seems no standard functionality for doing this.
    Any suggestion is welcome!
    Thanks,
    Edward

    Hi,
    I have Webcenter spaces with content presenter showing Site studio content.
    In this site studio region I have an element for rich text (html)
    Now we want to create a link in this text to an existing document in UCM.
    The question is how achief this?
    There seems no standard functionality for doing this.
    Any suggestion is welcome!
    Thanks,
    Edward

  • Content Presenter - Custom templates

    Hi,
    I am using Content Presenter to render the contents stored in UCM 11g, and trying to use the Custom Template.
    following steps were done:
    1) created a very simple jsff file having following contents:
    <?xml version = '1.0'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page"
    version="2.1"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
    xmlns:dt="http://xmlns.oracle.com/webcenter/content/templates">
    <dt:contentTemplateDef var="node">
    <af:outputText value="#{node.name}" id="ot1"/>
    </dt:contentTemplateDef>
    </jsp:root>
    2) Saved the jsff file in the location : /oracle/webcenter/content/templates/newsitem.jsff of the application
    3) updated the template-registry.xml of my application with the following:
    <view id="oracle.webcenter.content.templates.newsitem">
    <name bundleKey="NEWS_ITEM">
    News Item View
    </name>
    <description bundleKey="NEWS_ITEM">
    Displays any single content item, Sample news item
    </description>
    <template-def>
    /oracle/webcenter/content/templates/newsitem.jsff
    </template-def>
    </view>
    4) Use the Content Presenter will all other details and update the "Template View" parameter with : 'oracle.webcenter.content.templates.newsitem'
    However, it throws the following exception: pls help
    <AbstractTemplateTag><include(PageContext pageContext, String viewId)> Error processing the display template include for template viewID /oracle/webcenter/content/templates/newsitem.jsff located at /oracle/webcenter/content/templates/newsitem.jsff
    javax.servlet.jsp.JspException: Sep 14, 2010 11:59:01 AM oracle.webcenter.content.internal.view.template.AbstractTemplateTag include
    ALL: Error processing the display template include for template viewID /oracle/webcenter/content/templates/newsitem.jsff located at /oracle/webcenter/content/templates/newsitem.jsff
         at oracle.webcenter.content.internal.view.template.AbstractTemplateTag.include(AbstractTemplateTag.java:107)
         at oracle.webcenter.content.internal.view.template.AbstractTemplateTag.doEndTag(AbstractTemplateTag.java:65)
         at oracle.jsp.runtime.tree.OracleJspBodyTagNode.executeHandler(OracleJspBodyTagNode.java:62)
         at oracle.jsp.runtime.tree.OracleJspCustomTagNode.execute(OracleJspCustomTagNode.java:260)
         at oracle.jsp.runtime.tree.OracleJspClassicTagNode.evalBody(OracleJspClassicTagNode.java:87)
         at oracle.jsp.runtime.tree.OracleJspBodyTagNode.executeHandler(OracleJspBodyTagNode.java:58)
         at oracle.jsp.runtime.tree.OracleJspCustomTagNode.execute(OracleJspCustomTagNode.java:260)
         at oracle.jsp.runtime.tree.OracleJspNode.execute(OracleJspNode.java:76)
         at oracle.jsp.runtimev2.ShortCutServlet._jspService(ShortCutServlet.java:88)
         at oracle.jsp.runtime.OracleJspBase.service(OracleJspBase.java:29)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:423)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:729)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:653)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    thanks,
    Ravi

    Are you trying to create a custom template for content presenter?
    If so, the directions for PS3 are here:
    http://download.oracle.com/docs/cd/E17904_01/webcenter.1111/e10148/jpsdg_content_presenter.htm#CHDIGDED
    I think that the manual updating of templates-registry, described in previous releases here:
    http://download.oracle.com/docs/cd/E15523_01/webcenter.1111/e10148/jpsdg_content.htm#CJABEDIH
    is no longer needed.

  • Edit option not enabled for workflow content from within Content Presenter in Webcenter Spaces

    I have a webcenter spaces portal page with a content presenter displaying a html page using the default out of the box template. The html page is located in webcenter content / UCM under a folder on which the " All Reviewer" seeded workflow is enabled. The issue i am seeing is when the file is in workflow the edit option is not being enabled even though the reviewer should be able to edit/approve the content in this step. The other functions like workflow approve or reject and switching between workflow version and published version are all enabled. Also when rejected the content does not show edit option from the content presenter (cntrl-C option) for the original author to make any updates.
    What would need to be done to enable editing from within the content presenter for workflow content?
    Thanks for your help

    Hi Sreedhar
    We are using WCP 11.1.1.8.5
    To recreate the issue
    1)  Login to WCC Portal: Spaces as admin user , create a New Page under a webcenter spaces portal
    2)  Under the space , Pages Section , select the page and click edit
    3) In Design mode , choose Content Management and Add Document Explorer and Add Content Presenter on the page
    4)  The Document Explorer will default to the Current Space/portal directory under MyWebcenterSpaces in UCM
    5) Create a directory "content" under the Portal space using the document explorer.
    6) Right Click on Content folder and choose details. In Details view , go to File->workflow settings and pick a seeded workflow -> MyWCSAllReviewer. Add a user as workflow approver
    7) After workflow is enabled on this folder upload a basic html page with simple text into this folder
    8) Now in the design mode choose edit in the content presenter and select the "single content view" with default template to display an Image or HTML. Click browse and select the html that was added to workflow
    9) Save the Page and view the portal. Workflow should now be enabled for any content changes to that html page.
    10) Click Cntrl-shift-c in portal/space as an authenticated user with edit access to content and make an edit to content , this will trigger worklow . The author currently will see edit option get disabled once content enters workflow
    11)  Login as approver to the portal and cntrl-shift-C to the portal and workflow options(approve and reject) are enabled but the edit option is not. If you reject content , the author should be able to edit content in the content presenter mode, this also is not available. The issue is the content is now no longer available for editing from wthin content presenter if it is in workflow to either the approver or the original author depending on workflow step. If you check the same content under the document explorer the option to edit is enabled. Is this a bug /issue with content Presenter or some option needs enabled?

  • Retrieving WCM content from UCM and displaying on webcenter 11g

    We will have a separate site designed using site studio for content contribution (WCM content). Presenting this content will be done on a separate site. The presentation site will be developed using Webcenter Framework 11g.
    Our concern is how to retrive this WCM content from UCM to webcenter. Can we use CIS or CPS for this? What is right approach for this?
    -Pratap

    Hey Pratap,
    One of the main advantages of 10gr4 is the new architecture that allows for the WCM_PLACEHOLDER service to be used to grab Site Studio content. In 10gr3 there are no out of the box services to pull an asset so you have to do a bit more work. The easiest piece to pull in 10gr3 is the value of a WYSIWYG element in a data file. That is one of the modes we implemented in our portlets, but is really only useful for pulling in legacy content into the site, you end up losing a lot of the template based rendering that you get when the page is rendered by the content server.
    If I had to implement pulling in a 10gr3 based site and to get the full effect of the layouts and fragments I would first try to call the SS_GET_PAGE service directly and stream back the html. You may have to do some cleanup on the html that is returned to strip out things that won't work when you are inserting content that is part of a larger page in WebCenter. The second option I would try is to create a simple template engine on the WebCenter side that uses content that is in the Site Studio xml data file structure. However, this would be sort of a last resort since you would really be recreating work that is already done as part of Site Studio.
    My recommendation is to try to migrate to 10gr4 if you can so that you can leverage the new architecture. It was designed with your exact use case in mind for reusing content in a different application while 10gr3 is still mostly based on the old 7.x Site studio architecture that really only allows for the site to be rendered by the content server.
    So I'm not going to say that it cannot be done with 10gr3, it is just a lot more work.
    Hope that helps,
    Andy Weaver - Senior Software Consultant
    Fishbowl Solutions < http://www.fishbowlsolutions.com?WT.mc_id=L_Oracle_Consulting_amw >

  • How to display all value of metadata from nodes collection model in content presenter template

    Hi All,
    first of all the new look of OTN is great.
    coming to problem i am facing (i dont know whr to ask here or in portal forum).
    i am creating a content presenter template to display list of items.
    now as per requirement i need to create a drop down to filter the list.
    now while check- in a file author would choose a value in one metadata field lets say xCategory(which is a single select list).
    i have to display similar category list on portal to allow user to filter list.
    i could hv used view of xCategory but problem is files are targeted to role using ACL. so u see i cant display all category to all users.
    also customer wants this whole thing to be Dynamic i.e. they can add value of xCategory later that to could be only for specific role (on portal it should be role specific , author can see whole list not a problem there).
    so what i think is if content is given as search result so the category. so now if i can get the all xCategory metedata from 'nodes' collection model in template i can create drop down with out having any additional bean.
    somthing like this
    #{nodes.xCategory} (but this one is not correct).
    please suggest me any solution.
    thanks
    -somesh

    Hi,
    you can do all of what you said with JSF. ADF Faces provides drag and drop functionality (have a look at the Web Developer Guide) that allow you to move nodes within a tree. The drag and drop framework sends an event notification to the server with a reference to the changed node.You can also have context menus on a tree node to help users creating, deleting and editing a tree nodes. JavaScript isn't required at all, even if you wanted to drag and drop a row in a table on top of a tree node to create a new tree node.
    I just finished a book project in which we explained this usecase. As soon as I find the time, I'll follow up with a blog entry on this as it seems to be a common requirement. However, as mentioned, the web developer guide on OTN explains drag and drop in ADF Faces pretty well.
    However, if you choose the "Search" link above, choose JDeveloper and ADF as the product to search for and type drag and drop as the search string, then you get lots of code sample posted in the past to this forum
    Frank

  • My iMac is authorised to play iTunes content, but my Apple TV keeps asking for me to authorise. I am unable to view content from my iTunes Library. How can I convince my Apple TV that I am authorised?

    My iMac is authorised to play iTunes content, but my Apple TV keeps asking for me to authorise and I am unable to view content from my iTunes Library. How can I convince my Apple TV that I am authorised?

    I am not exactly sure what you mean by "authorised", but I am experiencing a similar problem...or the same, in that Apple TV keeps telling me to enable home sharing in my MacBook Pro. It does not seem to recognize that home sharing is already enabled on my Laptop.
    Is home sharing and "authorised" one in the same? It used to work just fine before these recent Apple TV updates.
    Apple TV, Mac OS X (10.7.2)

  • Not able to access the floating content from UCM into WLP using VCR

    Hi,
    I am facing an issue while accessing the content ( floating content i.e CSS,content,javascript) from UCM 11g into WLP 10.3.2 using VCR. But at the sametime, i am able to access the content once its moved to contribution folder.
    Please let me know is there any limitation in VCR i.e VCR can read the content from UCM once its moved to Contribution folder.
    Thanks a lot,
    Suresh

    Hi
    Do you have sample code , how to refer css stored in UCM. If you have please share it

  • My iPad is connected to wifi  but unable to display  contents from iPad to TV via ATV

    A.MY iPad is connected to Wi.Fi but unable to display contents from my iPad to TV via my ATV

    Look at the Apple TV manual
    http://support.apple.com/manuals/#appletv
     Cheers, Tom

  • How to fetch content from UCM in WLP using VCR

    Hi,
    I configured the connection between weblogic portal v10.3.2 and UCM 11g using VCR adapter guide. But i am struck in how to fetch the content from UCM/VCR and display it in Weblogic portal.
    Please guide me on how to fetch the content from UCM/VCR and display it in Weblogic Portlet ( JSF Portlet). is there any api is available to get the content from ucm and display it in portlet.
    Appreciate your support here.
    Thanks a lot,
    Suresh

    Suresh,
    Please check the name of the VCR configured in the UCm.
    You can use a batch file to load the VCR on to your Weblogic server. Using the name you can retrieve the contents from UCM.
    Please let us know other configuration details to help you further

Maybe you are looking for

  • 5k imac + 4k external monitor in portrait mode

    I was told that the new 5k imac can support one external 4k display via thunderbolt, but the 5k imac cannot itself be rotated into portrait mode (on a vesa mount for example). If I connect an external 4k display via thunderbolt to the new 5k imac, ca

  • How do you publish a second issue in a multi folio DPS app?

    For a free folio is it really as easy as the following? 1.) Go to DigitalPublishing.acrobat.com and click on folio Producer 2.) Click on the Folio and click the Publish Button 3.) Select the options as "Public" & "Free" 4.) Enter The Product ID and H

  • Cannot receive art work "after" Cd's installed on I TUNES

    Hello! XP user here. 1) Installed entire library of CD's on ITUNES (very time consuming). 2) Then set up my account. 3) Then permitted the automatic updates. No album covers. Seems that the only way I can get it is through down-loading the CD's "all

  • Regarding Screen Painter object modification adjustment in SPAU

    Hi all, We are upgrading SAP 4.6 C to ECC 6.0.I have query related to SPAU transaction. <b>How do we adjust the modification for Screen in SPAU transaction. The traffic light in front of  screen object is Green.</b> I have gone through the help.sap.c

  • Cannot mount external TM drive

    This may be a general drive-related question. TM was in a loop saying "waiting for index" or something similar. This went on for over two hours. I thought a repair might solve the problem. Turned backups off in preferences. Tried to eject the drive.