WebCenter Tutorial - nothing in My Catalog

I'm following the WebCenter Tutorial with the tech preview.
However, something isn't right. When ever I start the webcenter OC4J process I'm getting some errors, and in my resource palette I have nothing under My Catlogs.
I've followed all the instructions and I've now done it on two different machines with the same results.
Errors on starting WebCenter are:
Executing: "D:\My Documents\WebCenter\Jdev\jdk\jre/.."\bin\java -XX:MaxPermSize=256m -Xmx512m -jar ""D:\My Documents\WebCenter\Jdev\\"\j2ee\home\oc4j.jar" -config "C:\Documents and Settings\joconnor\Application Data\JDeveloper\\oracle.adfp.seededoc4j.11.1.1.0.0.080428.1900"\j2ee\home\config\server.xml
20-Jul-2008 11:29:50 oracle.j2ee.xml.XMLMessages warningException
WARNING: Exception Encountered
08/07/20 11:29:53 SEVERE: AbstractInfo.getAnnotation oracle.webservices.annotations.async.AsyncWebService cannot be found in the given classpath.
08/07/20 11:29:53 SEVERE: AbstractInfo.getAnnotation oracle.webservices.annotations.async.AsyncWebService cannot be found in the given classpath.
08/07/20 11:29:54 Don't know how to map non-serializable type: interface javax.management.j2ee.statistics.Stats to Open MBean Type.
08/07/20 11:29:55 WARNING: J2EE JNDI-00002
08/07/20 11:29:55 WARNING: No javax.jms.ConnectionFactory found at null
08/07/20 11:29:55 WARNING: There are multiple mappings for servlet name: WSRPServiceDescriptionService, but only the first one (/portlets/WSRPServiceDescriptionService) will be considered for webservice endpoint
08/07/20 11:29:55 WARNING: There are multiple mappings for servlet name: WSRP_v2_ServiceDescription_Service, but only the first one (/portlets/WSRP_v2_ServiceDescription_Service) will be considered for webservice endpoint
08/07/20 11:29:55 WARNING: There are multiple mappings for servlet name: WSRPServiceDescriptionService, but only the first one (/portlets/WSRPServiceDescriptionService) will be considered for webservice endpoint
08/07/20 11:29:55 WARNING: There are multiple mappings for servlet name: WSRP_v2_ServiceDescription_Service, but only the first one (/portlets/WSRP_v2_ServiceDescription_Service) will be considered for webservice endpoint
08/07/20 11:29:56 set WCR_DB_USE_RAA false
08/07/20 11:29:56 WARNING: WARNING: Reconnecting Web Clipping Repository...
08/07/20 11:29:56 WARNING: WARNING: No Repository Type selected, deferring initialization
Anyone have any idea?
Thanks
J

You should not use:
D:\My Documents\WebCenter\Jdev\jdk\jre
Use dir with no spaces in path. Read the release notes for TP4. And activate precofigured OC4J as described on Metalink.
PaKo

Similar Messages

  • Webcenter Tutorial 11g - MyPage.jspx Page Rendering Problem

    Hi.
    I have just installed the Webcenter framework updates to Jdev 11.1.1.2.0 and started to work with the Webcenter tutorial. I have installed the Webcenter schema, under "webcenter".
    I have a problem getting my first page, MyPage.jspx to render the first set of composer components, i.e. nothing seems to display at all on my page, it is completely blank when I try and run the page. ( I have isolated my webcenter tags )
    I get the following message in the Jdev log:
    <MDSRestrictionPolicy><_updateMDSRef> An error has occurred while finding the page for the component with client ID layoutCustomizable1.
    Can someone tell me why my page is coming up blank? Does this have to do with webcenter schema perhaps, or something in my tags.
    Thanks.
    My JSPX code looks like this:
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
    xmlns:pe="http://xmlns.oracle.com/adf/pageeditor"
    xmlns:cust="http://xmlns.oracle.com/adf/faces/customizable">
    <jsp:directive.page contentType="text/html;charset=UTF-8"/>
    <f:view>
    <af:document id="d1">
    <af:form id="f1">
    <af:panelSplitter orientation="vertical" splitterPosition="236" id="ps1">
    <f:facet name="first">
    <pe:pageCustomizable id="pageCustomizable1">
    <pe:layoutCustomizable id="layoutCustomizable1"
    type="twoColumnTop">
    <cust:panelCustomizable id="panelCustomizable2"/>
    <f:facet name="contentA">
    <cust:panelCustomizable id="panelCustomizable3"/>
    </f:facet>
    <f:facet name="contentB">
    <cust:panelCustomizable id="panelCustomizable4"/>
    </f:facet>
    </pe:layoutCustomizable>
    </pe:pageCustomizable>
    </f:facet>
    <f:facet name="second">
    <!-- id="af_one_column_header_stretched_with_splitter" -->
    </f:facet>
    </af:panelSplitter>
    </af:form>
    </af:document>
    </f:view>
    </jsp:root>

    Hum this has happened to me before. It used to happen when I used the pageCustomizable in a wrong way, like when I placed the panelCustomizable outside pageCustomizable, or when I forgot the Edit Link (or button) to go with the pageCustomizable. Hope this helps!

  • Problem with WebCenter tutorial - JDev 11.1.1.3, WCF 11.1.1.3.0.100707.1000

    Hi,
    I'm working through the WebCenter tutorial in the FMW documentation. All has worked fine until I reached step 8 (Add the People Connections Service to Your Application) in chapter 5 (Adding Oracle WebCenter Services to Your Application).
    When I add the Connections task flow (parts 6 - 9 in step 8) and try to run the page, I consistently get the following exception from the embedded WLS. This happens when I run the page (the app compiles and deploys successfully).
    <ProfileViewsBean><initViews>
    java.net.URISyntaxException: Illegal character in opaque part at index 16: zip:C:/Documents and Settings/pjeynes/Application Data/JDeveloper/system11.1.1.3.37.56.60/DefaultDomain/servers/DefaultServer/tmp/_WL_user/oracle.webcenter.framework.view/qvdb18/WEB-INF/lib/peopleconnections-profile-view.jar!/oracle/webcenter/peopleconnections/profile/default-profile-config.xml
         at java.net.URI$Parser.fail(URI.java:2809)
         at java.net.URI$Parser.checkChars(URI.java:2982)
    <UIXRegion><getRegionModel>
    java.lang.IllegalStateException: The expression "#{bindings.connectionsmainviewuntabbedtaskflow1.regionModel}" (that was specified for the RegionModel "value" attribute of the region component with id "r4") 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.connectionsmainviewuntabbedtaskflow1}" evaluates to "null".
    If it helps, the expression "#{bindings}" evaluates to "oracle_webcenter_peopleconnections_connections_view_jsf_fragments_ConnectionsMainView_untabbedPageDef".  Now using an empty RegionModel instead.
         at oracle.adf.view.rich.component.fragment.UIXRegion.getRegionModel(UIXRegion.java:439)
         at oracle.adf.view.rich.component.fragment.UIXRegion._beginInterruptibleRegion(UIXRegion.java:671)
    <UIXRegion$RegionSiteImpl><validate> Attempt to validate an already invalid RegionSite:
    <UIXRegion><getRegionModel>
    java.lang.IllegalStateException: The expression "#{bindings.searchtoolbar1.regionModel}" (that was specified for the RegionModel "value" attribute of the region component with id "r1") 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.searchtoolbar1}" evaluates to "null".
    If it helps, the expression "#{bindings}" evaluates to "oracle_webcenter_peopleconnections_connections_view_jsf_fragments_ConnectionsMainView_untabbedPageDef".  Now using an empty RegionModel instead.
         at oracle.adf.view.rich.component.fragment.UIXRegion.getRegionModel(UIXRegion.java:439)
         at oracle.adf.view.rich.component.fragment.UIXRegion._beginInterruptibleRegion(UIXRegion.java:671)
    ...If I remove the Connections task flow and re-run the page, it works fine again. I've retried a number of times, all with the same result.
    Anyone any ideas?
    Thanks.

    I've resolved this thanks to Error Configuring Peopel Connection Task flows
    I created a JDEV_USER_HOME environment variable, pointed it at a folder without a space in the name, restarted JDeveloper from that folder and the task flow now works.

  • Error running WebCenter Tutorial

    Hi,
    I am trying to go through the WebCenter tutorial Oracle® Fusion Middleware Tutorial for Oracle WebCenter Developers 11g Release 1 (11.1.1)
    I have installed JDeveloper Studio Edition Version 11.1.1.4.0 and added the WebCenter Extensions.
    I created the tutorial portal application and tried to run it (as per the tutorial but get the following error:
    03:10:07 PM] Deploying Application...
    <Jan 26, 2011 3:10:17 PM GMT> <Warning> <J2EE> <BEA-160140> <Unresolved optional package references (in META-INF/MANIFEST.MF): [Extension-Name: oracle.apps.common.resource, referenced from: /home/oracle/.jdeveloper/system11.1.1.4.37.59.23/DefaultDomain/servers/DefaultServer/tmp/_WL_user/oracle.webcenter.framework/owur7d]. Make sure the referenced optional package has been deployed as a library.>
    <Jan 26, 2011 3:10:20 PM GMT> <Notice> <LoggingService> <BEA-320400> <The log file /home/oracle/.jdeveloper/system11.1.1.4.37.59.23/DefaultDomain/servers/DefaultServer/logs/DefaultServer.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
    <Jan 26, 2011 3:10:20 PM GMT> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to /home/oracle/.jdeveloper/system11.1.1.4.37.59.23/DefaultDomain/servers/DefaultServer/logs/DefaultServer.log00001. Log messages will continue to be logged in /home/oracle/.jdeveloper/system11.1.1.4.37.59.23/DefaultDomain/servers/DefaultServer/logs/DefaultServer.log.>
    <Jan 26, 2011 3:10:27 PM GMT> <Error> <HTTP> <BEA-101371> <There was a failure when processing annotations for application /home/oracle/.jdeveloper/system11.1.1.4.37.59.23/o.j2ee/drs/MyPortalApplication/PortalWebApp.war. Please make sure that the annotations are valid. The error is An I/O error occurred during listing of the directory: /home/oracle/.jdeveloper/system11.1.1.4.37.59.23/o.j2ee/drs/MyPortalApplication/PortalWebApp.war/WEB-INF/classes>
    <Jan 26, 2011 3:10:27 PM GMT> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1296054608923' for task '2'. Error is: 'weblogic.application.ModuleException: Failed to load webapp: 'MyPortalApplication-Portal-context-root''
    weblogic.application.ModuleException: Failed to load webapp: 'MyPortalApplication-Portal-context-root'
    The environment in Oracle Enterprise Linux 64 bit running in VMware Workstation 7 and is a clean install with a clean install of JDeveloper.
    The other thing I noticed is that on the JDevelopers "Extentions" tab there is a warning:
    oracle.webcenter.app
    Warning: Classpath entry /d01/oracle/javahome/jdk/lib/tools.jar not found.
    I do not know why it would configure /d01/oracle/javahome/jdk/lib as that is not a valid path in the installation.
    The full stack trace is:
    [03:10:07 PM] Deploying Application...
    <Jan 26, 2011 3:10:17 PM GMT> <Warning> <J2EE> <BEA-160140> <Unresolved optional package references (in META-INF/MANIFEST.MF): [Extension-Name: oracle.apps.common.resource, referenced from: /home/oracle/.jdeveloper/system11.1.1.4.37.59.23/DefaultDomain/servers/DefaultServer/tmp/_WL_user/oracle.webcenter.framework/owur7d]. Make sure the referenced optional package has been deployed as a library.>
    <Jan 26, 2011 3:10:20 PM GMT> <Notice> <LoggingService> <BEA-320400> <The log file /home/oracle/.jdeveloper/system11.1.1.4.37.59.23/DefaultDomain/servers/DefaultServer/logs/DefaultServer.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
    <Jan 26, 2011 3:10:20 PM GMT> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to /home/oracle/.jdeveloper/system11.1.1.4.37.59.23/DefaultDomain/servers/DefaultServer/logs/DefaultServer.log00001. Log messages will continue to be logged in /home/oracle/.jdeveloper/system11.1.1.4.37.59.23/DefaultDomain/servers/DefaultServer/logs/DefaultServer.log.>
    <Jan 26, 2011 3:10:27 PM GMT> <Error> <HTTP> <BEA-101371> <There was a failure when processing annotations for application /home/oracle/.jdeveloper/system11.1.1.4.37.59.23/o.j2ee/drs/MyPortalApplication/PortalWebApp.war. Please make sure that the annotations are valid. The error is An I/O error occurred during listing of the directory: /home/oracle/.jdeveloper/system11.1.1.4.37.59.23/o.j2ee/drs/MyPortalApplication/PortalWebApp.war/WEB-INF/classes>
    <Jan 26, 2011 3:10:27 PM GMT> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1296054608923' for task '2'. Error is: 'weblogic.application.ModuleException: Failed to load webapp: 'MyPortalApplication-Portal-context-root''
    weblogic.application.ModuleException: Failed to load webapp: 'MyPortalApplication-Portal-context-root'
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:393)
         at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:517)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         Truncated. see log file for complete stacktrace
    Caused By: weblogic.utils.enumerations.FileEnumeration$NullDirectoryListException: An I/O error occurred during listing of the directory: /home/oracle/.jdeveloper/system11.1.1.4.37.59.23/o.j2ee/drs/MyPortalApplication/PortalWebApp.war/WEB-INF/classes
         at weblogic.utils.enumerations.FileEnumeration.getNextFile(FileEnumeration.java:150)
         at weblogic.utils.enumerations.FileEnumeration.hasMoreFiles(FileEnumeration.java:102)
         at weblogic.utils.enumerations.FileEnumeration.hasMoreElements(FileEnumeration.java:134)
         at weblogic.utils.enumerations.SequencingEnumerator.hasMoreElements(SequencingEnumerator.java:52)
         at weblogic.utils.enumerations.SequencingEnumerator.hasMoreElements(SequencingEnumerator.java:52)
         Truncated. see log file for complete stacktrace
    >
    <Jan 26, 2011 3:10:27 PM GMT> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating deploy task for application 'MyPortalApplication [Version=V2.0]'.>
    <Jan 26, 2011 3:10:27 PM GMT> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
    weblogic.application.ModuleException: Failed to load webapp: 'MyPortalApplication-Portal-context-root'
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:393)
         at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:517)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         Truncated. see log file for complete stacktrace
    Caused By: weblogic.utils.enumerations.FileEnumeration$NullDirectoryListException: An I/O error occurred during listing of the directory: /home/oracle/.jdeveloper/system11.1.1.4.37.59.23/o.j2ee/drs/MyPortalApplication/PortalWebApp.war/WEB-INF/classes
         at weblogic.utils.enumerations.FileEnumeration.getNextFile(FileEnumeration.java:150)
         at weblogic.utils.enumerations.FileEnumeration.hasMoreFiles(FileEnumeration.java:102)
         at weblogic.utils.enumerations.FileEnumeration.hasMoreElements(FileEnumeration.java:134)
         at weblogic.utils.enumerations.SequencingEnumerator.hasMoreElements(SequencingEnumerator.java:52)
         at weblogic.utils.enumerations.SequencingEnumerator.hasMoreElements(SequencingEnumerator.java:52)
         Truncated. see log file for complete stacktrace
    >
    [03:10:27 PM] #### Deployment incomplete. ####
    [03:10:27 PM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
    #### Cannot run application MyPortalApplication due to error deploying to IntegratedWebLogicServer.
    [Application MyPortalApplication stopped and undeployed from Server Instance IntegratedWebLogicServer]

    Hi Peter,
    Fixed the problem, I created directories:
    /d01/oracle/javahome
    and
    /d01/oracle/javahome/jdk
    then created a symbolic link:
    ln -s /d01/oracle/middleware/jdk160_21/lib /d01/oracle/javahome/jdk/lib
    When I restarted weblogic it got beyond that but then failed due to "to many open files"
    So I edited /etc/security/limits.conf
    adding the lines:
    oracle hard nofile 4096
    oracle soft nofile 4096
    as per the weblogic installation guide
    The tutorial application then started ...
    Thanks for the responses
    Craig

  • Webcenter tutorial supporting files does not contain script, portlet

    As per webcenter tutorial, the webscentertutorial*.zip should contain script, portlets etc.
    But the download of supporting files from http://www.oracle.com/technetwork/middleware/webcenter/overview/index.html contains only the followings.
    images
    skins
    templates
    Please let me know how can I get the script, portlets and other stuffs required for completing webcenter tutorials.
    Thanks In Advance
    Priya

    Hi again
    Official doc about export resource: http://docs.oracle.com/cd/E17904_01/webcenter.1111/e10148/jpsdg_srm.htm#CFHDJBAC
    Official doc about Skin as Portal Resource: http://docs.oracle.com/cd/E25178_01/webcenter.1111/e10148/jpsdg_skin.htm#BAJFAHFG
    You have to put your path + file name to export your ear file.
    If you don't see your created file in the path that you configured then see Messages - Log of JDeveloper if you have permission problems to write.
    Regards.
    PD: Sorry i mistake talking about .mar file instead of EAR file

  • Possible to install WebCenter tutorial into existing SOADemo instance?

    Hello,
    I've got SOADemo up and running but am wondering if there are interaction problems between SOA and the WebCenter tutorial. Can I install WebCenter into my existing SOA app server?
    Thanks!

    Feedback anyone?

  • Step 11 of webcenter tutorial portlets Interaction is not working

    I completed the tutorial. Everything worked except for the interaction between the portlets. When I click on Show Details on the Products portlets nothing changes in the Product Information portlet!?
    I reviewed and validated that all steps were done as described but couldn't get the interaction to work.
    1. Ran MyTutorialPortlets view.jsp page and data was displayed correctly.
    2.The webcenter MyPage.jspx shows both portlets with data displayed correctly on initial display. And the partialTriggers on second portlet references the id of the first portlet (no colons were used)
    3. MyTutorialPortlet's oracle-portlet.xml has the productID as a parameter
    Here is the all the relevent code that will help in identifying the error:
    MyTutorialPortlet's oracle-portlet.xml seems correct:
    <portlet-app-extension xmlns="http://xmlns.oracle.com/portlet/oracle-portlet-app">
    <portlet-extension>
    <portlet-name>Products</portlet-name>
    <navigation-parameters>
    <name>productID</name>
    <type xmlns:xsd="http://www.w3.org/2001/XMLSchema">xsd:string</type>
    <label xml:lang="en-US">Product ID</label>
    <hint xml:lang="en-US">Enter Product ID</hint>
    </navigation-parameters>
    <portlet-id>1291666545877</portlet-id>
    <allow-export>true</allow-export>
    <allow-import>true</allow-import>
    <require-iframe>false</require-iframe>
    </portlet-extension>
    <allow-export>true</allow-export>
    <allow-import>true</allow-import>
    </portlet-app-extension>
    MyPage.jspx
    <adfp:portlet value="#{bindings.Products1_1}"
    id="portlet1" background="dark"/>
    <adfp:portlet value="#{bindings.OmniPortlet1_1}"
    id="portlet2" height="230px"
    partialTriggers="portlet1"
    background="dark"/>
    MyPagePageDef.xml
    <parameters/>
    <executables>
    <variableIterator id="variables">
    <variable Name="Products1_1_productID" Type="java.lang.Object"/>
    <variable Name="OmniPortlet1_1_Param1" Type="java.lang.Object"/>
    <variable Name="OmniPortlet1_1_Param2" Type="java.lang.Object"/>
    <variable Name="OmniPortlet1_1_Param3" Type="java.lang.Object"/>
    <variable Name="OmniPortlet1_1_Param4" Type="java.lang.Object"/>
    <variable Name="OmniPortlet1_1_Param5" Type="java.lang.Object"/>
    </variableIterator>
    <portlet id="Products1_1"
    portletInstance="/oracle/adf/portlet/ProductsWSRPProducer/ap/Ei1291666545877default_c189133b_012c_1000_8001_0a0a0a0c1cb8"
    class="oracle.adf.model.portlet.binding.PortletBinding"
    retainPortletHeader="false"
    xmlns="http://xmlns.oracle.com/portlet/bindings">
    <parameters>
    <parameter name="productID" pageVariable="Products1_1_productID"/>
    </parameters>
    <events>
    <event name="Products1_1_Event" eventType="ParametersChange"/>
    </events>
    </portlet>
    <portlet id="OmniPortlet1_1"
    portletInstance="/oracle/adf/portlet/OmniProducer/ap/Portlet100_c1b2d1c1_012c_1000_8002_0a0a0a0c1cb8"
    class="oracle.adf.model.portlet.binding.PortletBinding"
    retainPortletHeader="false"
    xmlns="http://xmlns.oracle.com/portlet/bindings">
    <parameters>
    <parameter name="Param1" pageVariable="Products1_1_productID"/>
    <parameter name="Param2" pageVariable="OmniPortlet1_1_Param2"/>
    <parameter name="Param3" pageVariable="OmniPortlet1_1_Param3"/>
    <parameter name="Param4" pageVariable="OmniPortlet1_1_Param4"/>
    <parameter name="Param5" pageVariable="OmniPortlet1_1_Param5"/>
    </parameters>
    <events>
    <event name="OmniPortlet1_1_Event" eventType="ParametersChange"/>
    </events>
    </portlet>
    Please see if you can provide a solution.
    Thanks

    Here is the code.
    // Form field names
    public static final String PARAMETER1 = "productId";
    public static final String FORM_PARAMETER1 = "form_Parameter1";
    public static final String FORM_SUBMIT = "dosub";
    // Portlet Modes
    public static final String MODE_NAME_PARAM = "mode";
    public static final String MODE_VIEW = "view";
    public void processAction(ActionRequest request,
    ActionResponse response) throws PortletException,
    IOException {
    // Determine what kind of action we have by examining the mode parameter
    boolean viewMode =
    MODE_VIEW.equals(request.getParameter(MODE_NAME_PARAM));
    // Extract the form field parameter and pass it through as a portlet parameter
    String param1 = request.getParameter(FORM_PARAMETER1);
    if (param1 == null) {
    param1 = ProductsBean.DEFAULT_PRODUCT_ID;
    if (viewMode) {
    // Set the new parameter values. These will be intepreted by the
    // container as navigational parameters as the names match the names of
    // the declared parameters.
    response.setRenderParameter(PARAMETER1, param1);
    } else {
    // Determine which action.
    String okAction = request.getParameter(OK_ACTION);
    String applyAction = request.getParameter(APPLY_ACTION);
    if (okAction != null || applyAction != null) {
    // Save the preferences.
    PortletPreferences prefs = request.getPreferences();
    String param = request.getParameter(PORTLETTITLE_KEY);
    prefs.setValues(PORTLETTITLE_KEY, buildValueArray(param));
    prefs.store();
    if (okAction != null) {
    response.setPortletMode(PortletMode.VIEW);
    response.setWindowState(WindowState.NORMAL);
    Thanks

  • Webcenter tutorial error in buildFromJDev.sql

    Hi,
    I am going through tutorial - "Oracle Fusion Middleware Tutorial for Oracle WebCenter Developers".
    As per section 2-3 (Add the Tutorial Sample Schema to Your Database), I am running the buildFromJDev.sql script from newly created connection(fod schema).
    However I am getting an error in the output as follows
    SQL Error: ORA-01031: insufficient privileges
    01031. 00000 - "insufficient privileges"
    *Cause:    An attempt was made to change the current username or password
    without the appropriate privilege. This error also occurs if
    attempting to install a database without the necessary operating
    system privileges.
    When Trusted Oracle is configure in DBMS MAC, this error may occur
    if the user was granted the necessary privilege at a higher label
    than the current login.
    *Action:   Ask the database administrator to perform the operation or grant
    the required privileges.
    For Trusted Oracle users getting this error although granted the
    the appropriate privilege at a higher label, ask the database
    administrator to regrant the privilege at the appropriate label.
    Please note that I am getting this error with CREATE VIEW statements.
    I have followed all the steps in the tutorial exactly.
    Can somebody please help me resolve this issue?
    Thanks

    Did you ever figure out what was wrong? I am running into the same issue.
    Thanks,
    Isabel

  • Webcenter tutorial schema

    Hi all,
    I am doing an oracle tutorial, where it specifies us to download a Schema. The url provided is http://www.oracle.com/technology/products/webcenter/files/webcentertutorial11gr1.zip..
    But I am unable to find this Schema. could anyone please help me to find and download this schema.
    Regards,
    Bor.

    below link will be helpful
    http://www.oracle.com/technetwork/middleware/webcenter/documentation/webcentertutorialcontent-129625.zip
    let us know if it useful?

  • WebCenter Tutorial

    Hi ,
    I've just created a new web center application and when I click finish button this error appears.
    Thanks.
    Jul 16, 2011 8:16:07 PM oracle.bali.xml.addin.XMLSourceNode _createAndInitXmlContext
    SEVERE: Exception creation XmlModel or XmlContext for errorPageDef.xml
    java.util.ConcurrentModificationException
         at java.util.AbstractList$Itr.checkForComodification(AbstractList.java:372)
         at java.util.AbstractList$Itr.next(AbstractList.java:343)
         at oracle.bali.xml.addin.XMLSourceNode._createXmlIndexingMetadataProvider(XMLSourceNode.java:1367)
         at oracle.bali.xml.addin.XMLSourceNode._createAndInitXmlContext(XMLSourceNode.java:1513)
         at oracle.bali.xml.addin.XMLSourceNode._getXmlContext(XMLSourceNode.java:1487)
         at oracle.bali.xml.addin.XMLSourceNode.getXmlContext(XMLSourceNode.java:266)
         at oracle.adfdtinternal.model.ide.navigator.nodes.BindingContainerXmlNode.getContainer(BindingContainerXmlNode.java:153)
         at oracle.adfdtinternal.model.ide.xmled.editors.pagedefinition.security.SecurityPoliciesAdapter.toTarget(SecurityPoliciesAdapter.java:268)
         at oracle.adfdtinternal.model.ide.security.SecurityPolicies$MyIdeListener.getTargetFromNode(SecurityPolicies.java:1107)
         at oracle.adfdtinternal.model.ide.security.SecurityPolicies$MyIdeListener.addNode(SecurityPolicies.java:1047)
         at oracle.adfdtinternal.model.ide.security.SecurityPolicies$MyIdeListener.access$400(SecurityPolicies.java:871)
         at oracle.adfdtinternal.model.ide.security.SecurityPolicies$MyIdeListener$1.run(SecurityPolicies.java:1032)
         at java.lang.Thread.run(Thread.java:662)
    java.util.ConcurrentModificationException
      j.util.AbstractList$Itr.checkForComodification(AbstractList.java:372)
      j.util.AbstractList$Itr.next(AbstractList.java:343)
      o.bali.xml.addin.XMLSourceNode._createXmlIndexingMetadataProvider(XMLSourceNode.java:1367)
      o.bali.xml.addin.XMLSourceNode._createAndInitXmlContext(XMLSourceNode.java:1513)
      o.bali.xml.addin.XMLSourceNode._getXmlContext(XMLSourceNode.java:1487)
      o.bali.xml.addin.XMLSourceNode.getXmlContext(XMLSourceNode.java:266)
      o.adfdtinternal.model.ide.navigator.nodes.BindingContainerXmlNode.getContainer(BindingContainerXmlNode.java:153)
      o.adfdtinternal.model.ide.xmled.editors.pagedefinition.security.SecurityPoliciesAdapter.toTarget(SecurityPoliciesAdapter.java:268)
      o.adfdtinternal.model.ide.security.SecurityPolicies$MyIdeListener.getTargetFromNode(SecurityPolicies.java:1107)
      o.adfdtinternal.model.ide.security.SecurityPolicies$MyIdeListener.addNode(SecurityPolicies.java:1047)
      o.adfdtinternal.model.ide.security.SecurityPolicies$MyIdeListener.access$400(SecurityPolicies.java:871)
      o.adfdtinternal.model.ide.security.SecurityPolicies$MyIdeListener$1.run(SecurityPolicies.java:1032)
      j.lang.Thread.run(Thread.java:662)
    Performing action Show Overview

    The problem was related to Operating System
    I resolved this problem
    Re: (Too many open files)
    Thanks a lot

  • Webcenter 11g Tutorial: Building portlets and wiring them fails at step 6

    I'm running through the WebCenter Tutorial. I've done everything up to this point. I've created the portlet, checked the view.jsp works, and registered it as a WSRP producer in my tutorial application.
    Step 6 asks me to drag and drop the portlet from the resource palette onto my page. This works, except when I run the page I get portlet unavailable on the generated page.
    The only thing I can think of is that the portlet deployment is being stopped when the tutorial app is being deployed - so I can't run then both at the same time, but that's me guessing from the error messages. Can anyone help?
    In JDev it says the following:
    [Another instance of the application is running on the server.  JDeveloper redeploy the application.]
    [Application MyTutorialPortlet stopped but not undeployed from Server Instance DefaultServer]
    [Running application MyTutorialPortlet on Server Instance DefaultServer...]
    Run startup time: 4322 ms.
    [Application MyTutorialPortlet deployed to Server Instance DefaultServer]
    Target URL -- http://127.0.0.1:7101/MyTutorialPortlet-Portlets-context-root/Products/html/view.jsp
    [Another instance of the application is running on the server.  JDeveloper redeploy the application.]
    [Application MyTutorialApplication stopped but not undeployed from Server Instance DefaultServer]
    [Running application MyTutorialApplication on Server Instance DefaultServer...]
    13-Nov-2009 14:46:36 oracle.adf.share.weblogic.listeners.ADFApplicationLifecycleListener preStop
    INFO: ADFApplicationLifecycleListener.preStop
    13-Nov-2009 14:46:36 oracle.mds.internal.lcm.logging.MDSLCMLogger log
    INFO: MBean: oracle.mds.lcm:name=MDSAppRuntime,type=MDSAppRuntime,Application=MyTutorialApplication deregistered
    13-Nov-2009 14:46:36 oracle.adf.share.weblogic.listeners.ADFApplicationLifecycleListener postStop
    INFO: ADFApplicationLifecycleListener.postStop
    13-Nov-2009 14:46:36 oracle.adf.share.config.ADFConfigFactory cleanUpApplicationState
    INFO: Cleaning up application state
    13-Nov-2009 14:46:36 oracle.adf.share.config.ADFConfigFactory cleanUpApplicationState
    INFO: Calling ADF Config instance implementation: class oracle.adf.share.config.MDSConfigImpl.releaseResources()
    13-Nov-2009 14:46:36 oracle.adf.share.config.MDSConfigImpl releaseResources
    INFO: Releasing MDS Config implementation
    13-Nov-2009 14:46:36 oracle.adf.share.config.ADFContextMDSConfigHelperImpl releaseMDSInstance
    INFO: Releasing MDSInstance:ADFApplication14
    13-Nov-2009 14:46:36 oracle.mds.internal.lcm.logging.MDSLCMLogger info
    INFO: Application ID : MyTutorialApplication
    <13-Nov-2009 14:46:36 o'clock GMT> <Warning> <J2EE> <BEA-160195> <The application version lifecycle event listener oracle.security.jps.wls.listeners.JpsAppVersionLifecycleListener is ignored because the application MyTutorialApplication is not versioned.>
    13-Nov-2009 14:46:36 oracle.mds.internal.lcm.logging.MDSLCMLogger info
    INFO: "Metadata Services: Metadata archive (MAR) not found."
    13-Nov-2009 14:46:37 JpsApplicationLifecycleListener Migrate Application Credential Store
    WARNING: Overwriting credentials is allowed in application credential store migration with Weblogic server running in Development Mode and system property 'jps.app.credential.overwrite.allowed' set to true
    13-Nov-2009 14:46:42 oracle.adfinternal.controller.faces.lifecycle.JSFLifecycleImpl setLifecycleContextBuilder
    INFO: ADFc: Initializing ADF Page Lifecycle for the JSF environment, LifecycleContextBuilder is 'oracle.adf.controller.faces.lifecycle.ADFPhaseListener'.
    13-Nov-2009 14:46:52 oracle.adf.mbean.share.connection.ConnectionsRuntimeMXBeanImpl getNonCachedConnectionsContext
    INFO: Registering Connection Runtime MBean
    ADF Library non-OC4J post-deployment (millis): 163
    Run startup time: 21953 ms.
    [Application MyTutorialApplication deployed to Server Instance DefaultServer]
    Target URL -- http://127.0.0.1:7101/MyTutorialApplication/faces/MyPage.jspx
    13-Nov-2009 14:46:57 oracle.jbo.uicli.mom.CpxUtils$Visitor logMainApplicationCpx
    INFO: file:/home/joconnor/.jdeveloper/system11.1.1.1.33.54.07/o.j2ee/drs/MyTutorialApplication/MyTutorialApplication/WEB-INF/classes/view/DataBindings.cpx
    13-Nov-2009 14:46:58 oracle.adfinternal.view.page.editor.config.ExtensionFileParser parse
    INFO: Parsing Oracle Composer configuration files...
    13-Nov-2009 14:46:58 oracle.adfinternal.view.page.editor.config.ExtensionFileParser parse
    INFO: Successfully parsed 6 Oracle Composer extension configuration files.
    13-Nov-2009 14:46:58 oracle.adfinternal.view.page.editor.config.PanelRegistry _mergeInbuiltAddonConfig
    INFO: A duplicate definition of the inbuilt property panel oracle.adf.pageeditor.prop-panel.page is found. Ignoring the duplicate definition. Run the application with the FINE log level for more information.
    [TopLink Info]: 2009.11.13 14:46:59.432--ServerSession(28208629)--tag-repository logout successful
    [TopLink Info]: 2009.11.13 14:46:59.626--ServerSession(6727526)--TopLink, version: Oracle TopLink - 11g Release 1 (11.1.1.1.0) (Build 090527)
    [TopLink Info]: 2009.11.13 14:46:59.626--ServerSession(6727526)--Server: WebLogic Server 10.3.1.0 Wed Jun 10 22:24:41 MDT 2009 1227385
    [TopLink Info]: 2009.11.13 14:46:59.628--ServerSession(6727526)--tag-repository login successful
    13-Nov-2009 14:47:01 oracle.wsm.agent.WSMAgent init
    INFO: WSMAgent is initialized for category=management, function=agent.function.client, topologyNodePath=/wls/MyTutorialApplication/EJBs/default/COMPONENTs/default/WEBSERVICECLIENTs/WSRP_v2_Service/PORTs/WSRP_v2_Markup_Service/INTERCEPTORs/, isJ2EE=true
    13-Nov-2009 14:47:01 oracle.wsm.agent.WSMAgent init
    INFO: WSMAgent is initialized for category=security, function=agent.function.client, topologyNodePath=/wls/MyTutorialApplication/EJBs/default/COMPONENTs/default/WEBSERVICECLIENTs/WSRP_v2_Service/PORTs/WSRP_v2_Markup_Service/INTERCEPTORs/, isJ2EE=true
    [TopLink Info]: 2009.11.13 14:47:08.340--ServerSession(2366727)--relationship-repository logout successful
    [TopLink Info]: 2009.11.13 14:47:08.461--ServerSession(26747734)--TopLink, version: Oracle TopLink - 11g Release 1 (11.1.1.1.0) (Build 090527)
    [TopLink Info]: 2009.11.13 14:47:08.461--ServerSession(26747734)--Server: WebLogic Server 10.3.1.0 Wed Jun 10 22:24:41 MDT 2009 1227385
    [TopLink Info]: 2009.11.13 14:47:08.464--ServerSession(26747734)--relationship-repository login successful
    13-Nov-2009 14:47:10 oracle.adfinternal.view.faces.renderkit.rich.portlet.PortletRenderer preRender
    SEVERE: oracle.adf.model.portlet.binding.PortletModelException
         at oracle.adf.model.portlet.binding.PortletBinding$InnerPortletModel.getPortletRendition(PortletBinding.java:1104)
         at oracle.adfinternal.model.portlet.binding.ActivityPortletModelWrapper.getPortletRendition(ActivityPortletModelWrapper.java:106)
         at oracle.adfinternal.view.faces.renderkit.rich.portlet.PortletRenderer.preRender(PortletRenderer.java:948)
         at oracle.adfinternal.view.faces.renderkit.rich.customizable.ShowDetailFrameRenderer.encodeAll(ShowDetailFrameRenderer.java:639)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1187)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:751)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:415)
         at oracle.adfinternal.view.faces.renderkit.rich.customizable.PanelCustomizableRenderer.encodeChildrenVertically(PanelCustomizableRenderer.java:800)
         at oracle.adfinternal.view.faces.renderkit.rich.customizable.PanelCustomizableRenderer.encodeAll(PanelCustomizableRenderer.java:267)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1187)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:751)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:415)
         at oracle.adfinternal.view.page.editor.renderkit.LayoutCustomizableRenderer._encodeChild(LayoutCustomizableRenderer.java:1015)
         at oracle.adfinternal.view.page.editor.renderkit.LayoutCustomizableRenderer.doTwoColumnBottomLayout(LayoutCustomizableRenderer.java:640)
         at oracle.adfinternal.view.page.editor.renderkit.LayoutCustomizableRenderer.encodeAll(LayoutCustomizableRenderer.java:276)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1187)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:751)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:415)
         at oracle.adf.view.rich.render.RichRenderer.encodeStretchedChild(RichRenderer.java:1523)
         at oracle.adfinternal.view.page.editor.renderkit.PageCustomizableRenderer.encodeAll(PageCustomizableRenderer.java:190)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1187)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:751)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:415)
         at oracle.adf.view.rich.render.RichRenderer.encodeStretchedChild(RichRenderer.java:1523)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelSplitterRenderer._renderPane(PanelSplitterRenderer.java:925)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelSplitterRenderer._renderSecondPane(PanelSplitterRenderer.java:831)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelSplitterRenderer.encodeAll(PanelSplitterRenderer.java:166)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1187)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:751)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:415)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:432)
         at oracle.adfinternal.view.faces.renderkit.rich.FormRenderer.encodeAll(FormRenderer.java:221)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1187)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:751)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:415)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:432)
         at oracle.adfinternal.view.faces.renderkit.rich.DocumentRenderer.encodeAll(DocumentRenderer.java:820)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1187)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:751)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.__encodeRecursive(UIXComponentBase.java:1494)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeAll(UIXComponentBase.java:771)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:942)
         at com.sun.faces.application.ViewHandlerImpl.doRenderView(ViewHandlerImpl.java:271)
         at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:202)
         at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:189)
         at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:193)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:685)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:261)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:193)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.portlet.client.adapter.adf.ADFPortletFilter.doFilter(ADFPortletFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:191)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:85)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:54)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.wls.JpsWlsFilter$1.run(JpsWlsFilter.java:96)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.wls.util.JpsWlsUtil.runJaasMode(JpsWlsUtil.java:146)
         at oracle.security.jps.wls.JpsWlsFilter.doFilter(JpsWlsFilter.java:140)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:70)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.webcenter.lifecycle.filter.LifecycleLockFilter.doFilter(LifecycleLockFilter.java:136)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:159)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:202)
         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.run(WebAppServletContext.java:3588)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2200)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2106)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1428)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: oracle.fabric.common.PolicyEnforcementException
         at oracle.integration.platform.common.InterceptorChainImpl.createPolicyEnforcementException(InterceptorChainImpl.java:161)
         at oracle.integration.platform.common.InterceptorChainImpl.processRequest(InterceptorChainImpl.java:97)
         at oracle.integration.platform.common.mgmt.InterceptorChainManager.processRequest(InterceptorChainManager.java:216)
         at oracle.j2ee.ws.client.mgmt.runtime.SuperClientInterceptorPipeline.handleRequest(SuperClientInterceptorPipeline.java:96)
         at oracle.j2ee.ws.client.StubBase._preRequestSendingHook(StubBase.java:867)
         at oracle.j2ee.ws.client.StreamingSender._sendImpl(StreamingSender.java:210)
         at oracle.j2ee.ws.client.StreamingSender._send(StreamingSender.java:147)
         at oracle.portlet.wsrp.v2.soap.runtime.WSRP_v2_Markup_Binding_SOAP_Stub.initCookie(WSRP_v2_Markup_Binding_SOAP_Stub.java:173)
         at oracle.portlet.wsrp.v2.WSRP_v2_Markup_PortTypeJaxbToSoap.initCookie(WSRP_v2_Markup_PortTypeJaxbToSoap.java:671)
         at oracle.portlet.wsrp.v2.ServerToWSRPv2.initCookie(ServerToWSRPv2.java:6081)
         at oracle.portlet.client.connection.wsrp.ActivityServerWrapper.initCookie(ActivityServerWrapper.java:688)
         at oracle.portlet.client.techimpl.wsrp.WSRPInitCookiePipe.execute(WSRPInitCookiePipe.java:112)
         at oracle.portlet.client.techimpl.wsrp.WSRPInitCookiePipe.pre(WSRPInitCookiePipe.java:42)
         at oracle.portlet.client.service.pipeline.PipeContext.internalExecute2(PipeContext.java:644)
         at oracle.portlet.client.service.pipeline.PipeContext.access$000(PipeContext.java:51)
         at oracle.portlet.client.service.pipeline.PipeContext$1.run(PipeContext.java:495)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.portlet.client.service.pipeline.PipeContext.internalExecute(PipeContext.java:505)
         at oracle.portlet.client.service.pipeline.PipeContextRunnable.run(PipeContextRunnable.java:23)
         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
         at java.util.concurrent.FutureTask.run(FutureTask.java:138)
         at oracle.portlet.client.service.pipeline.ModifiedThreadPoolExecutor$Worker.runTask(ModifiedThreadPoolExecutor.java:391)
         at oracle.portlet.client.service.pipeline.ModifiedThreadPoolExecutor$Worker.run(ModifiedThreadPoolExecutor.java:416)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: java.lang.NullPointerException
         at oracle.j2ee.ws.rm.interceptor.WSRMClientInterceptor.processRequest(WSRMClientInterceptor.java:169)
         at oracle.integration.platform.common.InterceptorChainImpl.processRequest(InterceptorChainImpl.java:89)
         ... 24 more

    hi,
    im a newbie in webcenter, where should I increase the portlet timeout? I'm encountering the Portlet Unavailable error evertime i logged into webcenter spaces. but after i try to collapse/uncollapse the portlet, it is showing the right page.
    i'm using jdeveloper 11.1.1.3 and webcenter 11g
    thanks,
    rian

  • WebCenter 11g Tutorial - webcenter schema required locally?

    Hi,
    I recently installed WebCenter 11g on a linux 64bit server - this included installing WebLogic 10.3.2, an 11g database with the webcenter schemas installed and the webcenter domain under WLS (WLS_Portlet, WLS_Services & WLS_Spaces servers).
    I've started going through the WebCenter tutorial (http://download.oracle.com/docs/cd/E15523_01/webcenter.1111/e10273/prepare.htm). The steps to setting up the tutorial state that a webcenter schema must be installed.
    I'm slightly confused now. As I've installed schemas as part of the original WebCenter install, do I need to install another schema or are these tables the same?? Checking through the install script described in the tutorial, I see it creates tables with the same name as those created on the original install but some tables referred to in the install script don't actually exist in the tables of the original install.
    Can someone clear up the relationship between the webcenter schema tables mentioned in the tutorial and the schemas installed as part of the webcenter install.
    Thanks,
    Paul.

    Is it this one:
    http://www.oracle.com/technetwork/middleware/webcenter/documentation/webcentertutorialcontent-11120-128869.zip

  • How do I add products to the existing catalog?

    I logon to Catalog management tool, but nowhere do I see how do I see option to
    edit the existing catalog(the sample catalog, part of commerce server template).
    (I have tried logging as administrator/password), search does not show me the
    sample store products like guns, bench.
    Any clue anybody?
    Really appreciate your help.
    Thanks,
    Shashi

    Shashi,
    If you go to the catalog admin tools and search on "*" for example you
    should see all the catalog items. Please describe in detail what you are
    doing.
    Besides that, what differentiates one catalog for one domain with theother catalog
    for another domain?Baring other configuration changes - nothing. The catalog items are loaded
    from the RDBMS, so if each domain is using the same sample data you should
    see the same catalog.
    Sincerely,
    Daniel Selman
    "Shashi Goli" <[email protected]> wrote in message
    news:[email protected]..
    >
    Sameer,
    I do see the products and categories in the commerce example browser whenI run
    the corresponding server. There are no errors in the log too.
    But when I click on the Admin link and search for the existing products Ican't
    find any products/categories from the existing catalog, why is that? Ishould
    be able to see them right?
    Besides that, what differentiates one catalog for one domain with theother catalog
    for another domain?
    Thanks,
    Shashi
    "Sameer Sawant" <[email protected]> wrote:
    Are you sure that the items you are looking for are in the catalog tables
    can you see them from the commerce templates? Are there any exceptions
    on
    the server console or the in the log?
    Sameer

  • The big picture for UCM and WebCenter

    Can someone explain how our UCM product fits with Oracle's WebCenter? Can it replace Site Studio? Is anyone experimenting with this or can point me in the direction of connecting the Web Center product to the UCM product (10g or 11g)?
    In the Oracle WebCenter - Statement of Direction
    http://www.oracle.com/technology/products/webcenter/pdf/owcs_r11_sod.pdf
    I read the following that implies WebCenter can connect to UCM.
    Embed Web 2.0 into applications – WebCenter Services
    WebCenter Services include a complete set of Web 2.0 content, search, collaboration, and communication services that can be embedded directly into applications built with the WebCenter Framework. The level of integration is unique and compelling and allows the services to be accessible in the context of the task or business flow. These services include:
    A content management solution for storing and managing files and documents (Oracle Content Database or, as an additional license option, Oracle Universal Content Management – that is, Stellent)
    But I don't really know what that means to me or how to get started.
    Thanks.

    Wll, it's quiet easy. Webcenter is designed to handle services. UCM is also complettly service oriented so you could create a webapplication with webcenter where you define services from UCM and create your own user interface.
    It's nothing more than the fact that webcenter can handle services (WSDL, SOAP).
    You could create a site without siteStudio, using webcenter. Nothing wrong with that but don't forget that siteStudio has lots of tools that are great for UCM like the contributor mode. Also, the fragments that are allready build in in siteStudio give a big advantage. If you want to create these things in zebcenter, you'll have to start from scratch.
    I do believe Oracle is working on an portal like interface to create portlets and stuff, perhaps they will create some tools special for the use of UCM and webcenter. This offcourse would be very nice

  • I can't locate my catalog in Elements 8.0 to convert to 10.0

    I've watched the tutorial to convert my catalog but I don't have anything that remotely resembles the Organizer on my screen.  When I go to File, there is no catalog.  I upgraded to Elements 10.0 and also use Lightroom but chose to maintain Elements to do things that Lightroom can't like layers.  I don't want all the organization that I've done on my old photos to disappear and don't want to import my Lightroom catalog into Elements.  What am I doing wrong?  Where would the Elements catalog file reside on my drive and what would the file extension be?  I did a search on Catalog and came up empty.  I'm using Mac with Lion OS.

    LindaCLee wrote:
    Thanks for trying.  I was on a Chat with someone from the Adobe team and I got no help whatsoever.  Basically his response was that I needed to reimport all my phoios.  That means I lose all my keywording and editng.  What's the point?  Ok, I'm just ranting.  Really, thanks for all efforts!
    Did you see my remark about Mac PSE8 having Bridge and not Organizer ? Since nobody corrected me, I am confident that you can't find a catalog, which is only an Organizer feature. As far as I know, Bridge does not store your keywords, only thumbnails. So your keywords must have been saved within your media files themselves. That means that if you re-import those files in an Organizer catalog, you'll get them back. The advice to reimport is a sound one.
    Just note that with the Organizer, it is a good idea to use the 'Write metadata to files' feature in the file menu, that is an additional way to backup your tagging work and it makes your tagging available to non Adobe softwares.

Maybe you are looking for

  • How do I use the XML-data from a callback in JSP?

    I´ve tried this but with no success.. How do I recieve the data in a servlet/JSP-page? Thanks.

  • Cal Month Sorting in BO Explorer

    Hi All, I have created an Information space on an universe which is based on BEx query. I have a cal month object used in the info space. My problem here is i am not able to sort it in the standard order (from jan to dec) but it is sorting either bas

  • Import, package, connection

    Here's my problem. This a second forum, first one; no answer. I think here are all the necessary information, codes are quite long... I have 3 servlets, S1, S2, S3. and a java class Data. All these servlets, classes and build.xml are in a same folder

  • Field VSBED empty in IDOC DELVRY03

    Hi, I'm generating an outbound idoc DELVRY03 for a delivery. The field LIKP-VSBED is filled. Normally the value in LIKP-VSBED is supposed to be copied in field E1EDL20-VSBED of DELVRY03 idoc. But when the idoc is generate the field E1EDL20-VSBED is e

  • Office X uninstalled, but files try to open in Word, Excel, etc. anyway

    I uninstalled MS Office X removed all Library files (that looked appropriate for Office) and when I click on .xls or .doc or any other file with a typical Office extension, it still tries to open in the MS Office product, then fails. How can I get ri