Web Center Application --- Portlet

Hello to all!
I'm new on web Center (I'm using 10.3.x)
Just a little question: is it possible to transform web center application in to a portlet?
Is it possible to use adf components inside a portlet? In the examples I saw only jsp pages.
Thank you,
Cristian
Edited by: user12440663 on 12-gen-2010 9.23

Are their any spaces in the project folder? THe MDS can't handle folders with spaces... Perhaps their can be the problem.

Similar Messages

  • How to subscribe to a group space in Oracle Web Center application

    Hi All,
    I am a newbie to Oracle Web Center and playing in and around with the Oracle WebCenter Spaces..
    At the time of creation of Group Space in Oracle WebCenter Application, there are two options :
    1. Adding the members by the owner of the group space
    2. Opening the open group space which allows others users can join by searching the specified GroupSpace and joining into that group space.
    If i try to do like this, I was getting this error :
    WCS#2010.07.21.15.05.39: Unable to send subscription notification to moderator(s). The reason is : Can not retrieve group space workflow configuration. Please contact administrator.
    Can anyone please help me to solve this out..
    Thanks in advance
    Regards,
    Sandeep
    Edited by: user10681665 on 22-Jul-2010 02:13

    Sandeep,
    To get this notifications to work, you need to setup BPEL and connect WebCenter to your BPEL server.
    Regards,
    Rob

  • Omni portlet not showing google gadget in Web center Application

    Hi I am using the same thing as given in
    http://download.oracle.com/otndocs/tech/webcenter/files/owc_r11_google_gadgets.htm
    but at last i am not able to visible 'tiny map' ,i tried calendar and mario also but same result
    i am using JDEV11.1.1.4
    if any one have idea
    Thanks in advance
    Divya

    This solution works for us. As orcladmin, use the navigator to go to the page groups. One of the page groups is called "Portlet Repository". Click on the link properties, tab page Access. There you can add Public to the users with View privileges. Good luck, Marko.

  • Discussions Application Portlet Size Configuration

    I've installed oracle disucussions succesfully and currently i´m using the Portlet into a JSF page in my web center application. Problem is, it is too small, how can i change the sizes of the portlet ?? I searched in diferent config files but i can´t find somethig usefull. Has anybody tryied this ??

    Have you tried changing the width/height attributes of the portlet view tag?
    Peter

  • 500 Internal Server Error while deploying Web Center App

    We have created a simple Web Center application in JDeveloper (10.1.3.2.0). Its runs fine when deployed on Stand Alone OC4J. We tried to deploy the same target .EAR (After following the steps mentioned in Oracle Web Center Documentation) on Oracle Web Center Suite 10.1.3.2.0 (Pre-Configured OC4J_WebCenter ). We ran the Pre Deployment to transform the Generic .EAR to Target .EAR with MDS path.
    We got the following exception when testing index page (i.e. index.jspx)
    http://172.10.130.37/ray/faces/index.jspx
    Exception:
    oracle.mds.exception.MDSRuntimeException: No metadata found for metadata object "/ViewController/public_html/index.jspx"
    No metadata found for metadata object "/ViewController/public_html/index.jspx"
    Here's the[b] log of Application:
    JspServlet: unable to dispatch to requested page: Exception:oracle.mds.exception.MDSRuntimeException: No
    metadata found for metadata object "/ViewController/public_html/index.jspx"
    Any help would be extremely appreciated.

    chao.yang wrote:
    Please check if you have the following files in your server's application directories:
    1. <WAR>/WEB-INF/ad-config.xml
    2. <WAR>/META-INF/connections.xml
    if no, please do the following thing:
    1. copy <EAR>/adf/META-INF/ad-config.xml to <WAR>/WEB-INF/
    2. copy <EAR>/adf/META-INF/connections.xml to <WAR>/META-INF/
    3. Retart your OC4J instance, and test your page again.This did not solve my similar issue. What did solve my issue was the following:
    After deployment, I changed the metadata-store metadata-path property value found in <WAR>\WEB-INF\adf-config.xml to the MDS path specified in Predeployment, where <WAR> is the deployment location.
    My question is, why does the pre/deployment process not update this value correctly?

  • Consuming a Portlet developed With Web center

    Hi,
    Please suggest if a portlet developed using web center can be consumed in any kind of web application(irrespective of tehnology..say.. asp.net)
    Thanks & regards

    HI,
    see
    http://blogs.oracle.com/middleware/entry/calling_web_services_using_adf_11g
    http://st-curriculum.oracle.com/obe/jdev/obe11jdev/ps1/webservices/ws.html
    http://www.devx.com/java/Article/35429/1954

  • Error while deploying application in Web center Spaces via ant script

    Hi all,
    Jdeveloper version 11.1.1.6
    I am trying to deploy application in Web center Spaces using ant script .
    I am able to deploy it if i keep these two files in local machine .
    wls.userkey=C:\\myFiles\\myuserkeyfile.secure
    wls.userconfig=C:\\myFiles\\myuserconfigfile.secure
    where as when I am trying to pick these files from remote web-logic server I am getting following error
    [exec]  Deploy started at Thu Dec 12 17:26:41 2013
    [exec]
    [exec] Please enter your username :Please enter your password :
    [exec] java.lang.NullPointerException
    [exec] This Exception occurred at Thu Dec 12 17:26:41 GMT+05:30 2013.
    [exec] at weblogic.management.scripting.WLSTHelper.connect(WLSTHelper.java:176)
    [exec] at weblogic.management.scripting.WLScriptContext.connect(WLScriptContext.java:61)
    [exec] at weblogic.management.scripting.utils.WLSTUtil.initializeOnlineWLST(WLSTUtil.java:147)
    [exec] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [exec] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [exec] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [exec] at java.lang.reflect.Method.invoke(Method.java:597)
    [exec] at org.python.core.PyReflectedFunction.__call__(Unknown Source)
    [exec] at org.python.core.PyMethod.__call__(Unknown Source)
    [exec] at org.python.core.PyObject.__call__(Unknown Source)
    [exec] at org.python.core.PyObject.invoke(Unknown Source)
    [exec] at org.python.pycode._pyx4.connect$1(<iostream>:16)
    [exec] at org.python.pycode._pyx4.call_function(<iostream>)
    [exec] at org.python.core.PyTableCode.call(Unknown Source)
    [exec] at org.python.core.PyTableCode.call(Unknown Source)
    [exec] at org.python.core.PyFunction.__call__(Unknown Source)
    [exec] at org.python.pycode._pyx72.f$0(C:\Abhishek_Mr.Price\SampleWebCenterSpacesExtensions\SampleWebCenterSpacesExtensions\WebCenterSpacesSharedLibExtension\extspaces.py:14)
         [exec] at org.python.pycode._pyx72.call_function(C:\Abhishek_Mr.Price\SampleWebCenterSpacesExtensions\SampleWebCenterSpacesExtensions\WebCenterSpacesSharedLibExtension\extspaces.py)
    [exec] at org.python.core.PyTableCode.call(Unknown Source)
    [exec] at org.python.core.PyCode.call(Unknown Source)
    [exec] at org.python.core.Py.runCode(Unknown Source)
    [exec] at org.python.util.PythonInterpreter.execfile(Unknown Source)
    [exec] at weblogic.management.scripting.WLST.main(WLST.java:124)
         [exec] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [exec] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [exec] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [exec] at java.lang.reflect.Method.invoke(Method.java:597)
    [exec] at weblogic.WLST.main(WLST.java:29)
    [exec] None
    [exec] #########################################################
    [exec] #####     Deployment Failed #########
    [exec] #####     Contact support with Exception Stack #########
    [exec] #########################################################
    [exec]
    [exec]
    Chandana

    Any Updates

  • Registering the Web based application as a Partner Application

    Good day
    I went through the suggested documentation of registering a
    web based application as a partner application of the SSO Login Server.
    I installed the SSOSDK.JAR and went through the demo application (JSP Demo)
    which consists of the following programs :
    papp.jsp
    ssoinclude.jsp
    ssoEnablerJspBean
    SSOEnablerBean
    SSOSignon
    As per the technical documentation,I register this demo application as a
    partner application.
    1 - The source code of the papp.jsp checks for the existence of the user
    through method of ssoEnablerJspBean [getSSOUserInfo(request, response)] which
    calls method of SSOEnablerBean [getSSOUserInfo (request, response) and this
    method calls getUserInfo(p_request) of SSOEnablerBean (the same program) to
    check the existence of the application cookie.
    2 - If it doesn't exit , it redirect it to the SSO Login page for user
    authentication.Once the user is authenticated, a SSO login cookie is created on
    the client's browser and redirects back to the SSOSignOn.
    3 - The SSOSignOn program creates the application cookie and redirects back to
    the entry point of the demo application which is papp.jsp.
    My Questions are as follows :
    1 - Instead of creating a session object within my web based application to hold some
    information used between the different pages, can I define them in the
    application cookie? kindly advise? Is there any limitation for the length of
    the application cookie? If yes, what will be the risk?
    2 - The SSOSignOn program is calling a method in the SSOEnablerBean
    [setPartnerAppCookie(response, request). Within this method , it is retrieving
    the parameters values of the request object as :
    request.getParameterValues("urlc")[0];
    What is the role of this [urlc]? Is it hard coded? Can I change it?
    3 - In order to ensure that I am still dealing with the same user, shall I put
    the above security check procedure on each page of my weeb based application? Kindly advise?
    Thanks in advance for your prompt feedback
    regards

    Dear Paul
    I think there is a misunderstanding regarding the last correspondence.
    I am talking about the customized home page of the PORTAL and not the home page of my web based application (JSP) .So in this case, Am I able to use the customized home page which contains a login portlet instead of the default Login page of the SSO Login Server.Kindly advise!!!
    On the other hand, I am facing a problem during the surfing of the web based application.
    The web based application consists mainly of two packages :
    Package I : Bank.counter which contains a set of jsp pages.
    JSP_HOME_COUNTER (MAIN PAGE WHICH CONTAINS 2 FRAMES)
    JSP_LEFT_FRAME_COUNTER
    JSP_MAIN_FRAME_COUNTER
    JSP_MAIN_FRAME_COUNTER_DETAIL
    Package II : Bank.portfolio which contains a set of jsp pages.
    JSP_HOME_PORTFOLIO (MAIN PAGE WHICH CONTAINS 2 FRAMES)
    JSP_LEFT_FRAME_PORTFOLIO
    JSP_MAIN_FRAME_PORTFOLIO
    Please note that the SSO classes are residing under the first package.
    As agreed on in the third question, I am including in each page of my web based application, a security check procedure as follows :
    <%@ include file="ssoinclude.jsp" %>
    <%
    if(usrInfo == null)
    response.getWriter().println("<center>User information not found</center>");
    else
    my jsp code.......
    %>
    Please note that all the jsp page of the portfolio package are pointing to the SSO classes as follows :
    <%@ include file="../counter/ssoinclude.jsp" %>
    <%
    if(usrInfo == null)
    response.getWriter().println("<center>User information not found</center>");
    else
    my jsp code.......
    %>
    Once I invoke the JSP_HOME_COUNTER , it will render the JSP_LEFT_FRAME_COUNTER page and
    JSP_MAIN_FRAME_COUNTER page which invokes the SSO Login page. Once the user has been authenticate, the result of the JSP_MAIN_FRAME_COUNTER is rendered successfully. The result contains an hyperlink to the
    JSP_MAIN_FRAME_COUNTER_DETAIL page. As the user has been authenticated , this page is rendering automatically the result without displaying the SSO Login page. (Perfect as of now!!).
    Once I invoke the JSP_HOME_PORTFOLIO from the JSP_HOME_COUNTER, it runs the security procedure without any rendering of the SSO Login page (fine!!) but redirects me back to JSP_HOME_COUNTER instead of rendering the result of the JSP_HOME_PORTFOLIO.
    please note that the m_requestUrl variable in the SSOEnablerJSPBean class has been assigned the folowing value : JSP_HOME_COUNTER
    Kindly advise .

  • Oracle Web Center Suite and Oracle Portal

    1)What is Oracle Portal and why it is used?
    2)What is Oracle Web Center Suite and why it is used?
    3)What is the difference between Oracle Portal and Oracle Web Center Suite?

    1) Oracle Portal is the Portal product that was deployed together with the application server before weblogic server. It is still used a lot for corporate intra and extranets. It is mosly used for intranets and extranets. When you bought the licence for the application server you automaticly had the licence for Oracle Portal. That's why it is so popular.
    Oracle portal is not realy standard based. You mostly will create portlets with PL/SQL or PDK and not realy use the JSR168 standard.
    No with Oracle Portal 11g you can consume JSR168 portlets using WSRP.
    2) Oracle WebCenter suite is the next strategical choose of oracle in portal software. Webcenter is an enterprise 2.0 portal environment while oracle portal is more web 1.5 and has limited web 2.0 stuff. Oracle Portal comes with a complete UI for the user to use to create websites and groups but webcenter is more a framework to incoorporate enterprise 2.0 features into your own fusion web application. Webcenter suite comes with Webcenter spaces. THis is a complete UI to create collaborative websites.
    Webcenter framework is a powerfull framework to create complete enterprise 2.0 sites.
    3) The difference... Oracle Portal is an old product and will not be developt anymore. I've heard portal 11g will be the last version meaning support will stop at 2014. Webcenter is a new product to create state of the art enterprise 2.0 websites.
    Oracle portals is not build on standard and is not realy standardbased meaning is you develop portlets for portal you will not be able to use them in other portals.
    Webcenter on the other hand is completly standard based. It is JSR168 compliant and in the near future it will also support JSR286.
    Oracle portal is PL/SQL based while webcenter is completly java based, based upon the ADF framework from oracle.
    Because WebCenter is based upon the ADF framework you can use the complete ADF framework for your application. For example consuming webservices are very easy in webcenter. If you are using a service oriented architecture you will have lots and lots of work to integrate it with portal. With webcenter this is peace of cake.
    Hope this helps you :)
    If you have other questions, just let us know.

  • Web Center Suite/Oracle Content DB

    What is the role of Oracle Content Database in Webcenter Suite? Is that the default repository? I read a lot of documentation but no where it explains the connection.
    We are in the process of getting a licence for the Web center Suite. As per Oracle sales rep, the license for Oracle Content Database in not included in that.
    For those out there who use Web center Suite, do you plan to use Oracle Content Database? If yes, are there built-in portlets that facilitate uploading, downloading and sharing of documents with content DB?
    Please advice. It's urgent. I need some inputs before I talk to the rep again.
    Thanks.

    Hi,
    I am also evaluating the product.
    What is the role of Oracle Content Database in
    Webcenter Suite? Is that the default repository? I
    read a lot of documentation but no where it
    explains the connection.Content DB is optional to WebCenter and provide most of the basic CMS features (versioning, check-in, check-out, etc...) It is integrated in JDeveloper 10.1.3.2 and you can quickly build application in conformity with Java Content Repository specification.
    For those out there who use Web center Suite, do you
    plan to use Oracle Content Database? If yes, are
    there built-in portlets that facilitate uploading,
    downloading and sharing of documents with content DB?I don't think there is any available pre-built portlet. Maybe in a future 11g release...
    I keep an eye on Content DB and Content Server (ECM), the other oracle CMS solution. For the moment, I see Content DB as a more complete CMS solution, but in counterpart, I think it is less integrated with WebCenter development. But I think this point is really crucial ; which of them will be more integrated with WebCenter ! Is Content DB a lightweight version for CMS ? Will it be swallowed eventually by Content Server product line ?
    Jean-Philippe

  • Implement blog and discussion forum using weblogic portal or web center

    Hi All,
    Has anybody implemented blog or discussion forum using weblogic portal or oracle web center?
    Thanks
    Andy

    Hi Andy,
    We are trying something similar. We are using a WebCenter application and using built in task flows. These can now be deployed as portlets on WebLogic portal.
    Another approach i can think of is using Jive Services (Restful services) directly from a custom J2EE appplication (Exactly same thing which Oracle provided Task Flow does). This will give you more control.
    For Wiki, there is no such alternative.
    Regards,
    Venkat

  • Web center portal

    Hi,
    I just want to know after installation of the web center portal,how I am I going to use it ??
    can I use it without J developer,if yes then how I am I going to use it ??

    Hi.
    When you install WebCenter Suite you install next components:
    - WC_Spaces: That includes the pre-built WebCenter Portal : Spaces application. You can use this application to build secured spaces / portals and start developing in it. The question is... you need WebCenter Spaces or Portal??.
    - WC_Collaboration: For discussions and announcements.
    - WC_Utilities: Analytics and more utilities.
    - WC_Portelts: For portlets WSRP 2.0.
    If you need to work with a Custom Portal Application you need to extend the domain for WebCenter Portal:
    WC_CustomPortal: For a WebCenter Custom Portal Application.
    If you already installed WebCenter Suite access to http://[host]:[WC_SpacesPort]/webcenter to access WebCenter Spaces.
    There are a lot of information / tutorials in the official and unoffical web sites.
    In addition, if you want Content Management you should install WebCenter Content.
    I hope this help you.

  • Authentication between Single Sign-On and Web based applications

    Hi everyone,
    I need to create a way in Portal 10g (10.1.2.0.2) that allow me to do the following:
    Once the user is logged on Portal (against Single Sign-On - SSO) he doesn't need to retype his username/password when he access a web based application throught the portal, in my case, an ASP application (not .NET, just ASP).
    I made a test creating a External Application in SSO and after publishing this portlet (external application) inside portal.
    It worked, BUT I was prompted to inform username/password to log on the aplication.
    So, the user end up entering his password twice.
    Does anybody know a way to acomplish this task?
    The documentation I'm researching is:
    Oracle Application Server Single Sign-On
    Administrator's Guide
    10g Release 2 (10.1.2)
    B14078-02
    Oracle Application Server Single Sign-On
    Security Guide
    10g Release 2 (10.1.2)
    B13999-03
    Thank you very much,
    Diogo Santos.

    have figured out how to secure any HTML, ASP, PHP, CFM, etc. web page again Portal / OID using the PDK toolkit.
    Using AJAX (Asynchronous JavaScript and XML) and one Oracle Stored Procedure just adding a simple Javascript call to any HTML, ASP, PHP, etc. web page can secure it via Oracle SSO (OID). Access to any secured web page will require that it to be linked from an authenticated Portal session or a page opened in an authenticated Portal session.
    This process can be easily modified to add in group security etc. This is just my starting point.
    1) Create a stored procedure
    # Make sure it has access to portal.wwctx_api.is_logged_on
    CREATE OR REPLACE PROCEDURE login_ajax_check (
    display_error IN number default NULL) AS
    BEGIN NULL;
    If portal.wwctx_api.is_logged_on = false then
    htp.prn('DENY');
    ELSE
    htp.prn('ALLOW');
    END IF;
    Exception when others then htp.p('DENY');
    END;
    2) Use this Javascript in any page you wish to secure.
    <-- Begin Paste Here -->
    <script>
    var allowgo=2
    function ajaxCallRemotePage(url)
    if (window.XMLHttpRequest)
    // Non-IE browsers
    req = new XMLHttpRequest();
    req.onreadystatechange = processStateChange;
    req.open("GET", url, false);
    req.setRequestHeader("If-Modified-Since", "Sat, 1 Jan 2000 00:00:00 GMT");
    req.send(null);
    else if (window.ActiveXObject)
    // IE
    req = new ActiveXObject("Msxml2.XMLHTTP");
    req.onreadystatechange = processStateChange;
    req.open("GET", url, false);
    req.setRequestHeader("If-Modified-Since", "Sat, 1 Jan 2000 00:00:00 GMT");
    req.send();
    else
    return; // Navigateur non compatible
    // process the return of the "ajaxCallRemotePage"
    function CheckPortal()
    ajaxCallRemotePage('[Your page calling the procedure from above]');
    function processStateChange()
    if (req.readyState == 4)
    if (req.status == 200)
    if (req.responseText.substring(0,4) == 'ALLO')
    allowgo = 0;
    else
    allowgo = 1;
    function doPage()
    if (allowgo==1)
    window.location='[Your login or error page]';
    CheckPortal();
    doPage();
    </script>
    <-- End Paste Here -->
    That's it!!! Super easy. It works great too.
    Larry Schenavar
    [email protected]

  • Issue in upgrading from Fatwire 7.6 to web center sites 1.1.1.6

    Patch upgrade from Fatwire 7.6 to Web Center sites 1.1.1.6 is failing while importing catalog elements. The database ping and csLogin test is successfully completed at 75 % of the installation. After that below mentioned exception is coming in logs which is causing installation failure. Please provide your valuable pointers to troubleshoot this issue.
    Access to  CATALOGDIRECTORY and ELEMENTDIRECTORY is verified. Both paths are correct with full access.
    PFB the logs.
    ===========================================================
    [2013-12-08 20:29:48.724][CS.INSTALL][INFO] CSSetupEngine.postURL:  PostURL success for http://devbox.corp.apple.com:12040/cs/HelloCS
    [2013-12-08 20:29:49.145][CS.INSTALL][INFO] CSSetupEngine.doPing:  Database Ping Successful.  
    [2013-12-08 20:30:10.411][CS.INSTALL][INFO] CSSetupEngine.testConnectionAction:  Testing user configuration and database connectivity.
    [2013-12-08 20:30:10.425][CS.INSTALL][INFO] CSSetupEngine.postURL:  PostURL success for http://devbox.corp.apple.com:12040/cs/HelloCS
    [2013-12-08 20:30:10.433][CS.INSTALL][INFO] CSSetupEngine.testConnectionAction: 
    Web Server and Application Server Configuration test finished successfully.
    [2013-12-08 20:30:10.442][CS.INSTALL][INFO] CSSetupEngine.testConnectionAction:  Attempting to Ping the Database.
    [2013-12-08 20:30:10.462][CS.INSTALL][INFO] CSSetupEngine.doPing:  Database Ping Successful.  
    [2013-12-08 20:30:10.473][CS.INSTALL][INFO] CSSetupEngine.Initialization:  Testing user configuration and creating/verifying user tables.
    [2013-12-08 20:30:10.475][CS.INSTALL][INFO] CSSetupEngine.initReinitAction: 
    ContentServer Database Initialization beginning...
    [2013-12-08 20:30:11.041][CS.INSTALL][INFO] CSSetupEngine.initReinitAction: ContentServer Database Initialization Completed Successfully.
    [2013-12-08 20:30:13.374][CS.INSTALL][INFO] ActionHandler.ExecuteCommand:  ExecuteCommand success for http://devbox.corp.apple.com:12040/cs/Install?COMMANDNAME=SETJSPROOT&USERNAME=fwadmin&PASSWORD=<hidden password value>
    [2013-12-08 20:30:13.472][CS.INSTALL][INFO] ActionHandler.ExecuteCommand:  ExecuteCommand success for http://devbox.corp.apple.com:12040/cs/Install?COMMANDNAME=FLUSHPROPERTY&USERNAME=fwadmin&PASSWORD=<hidden password value>&propertyname=futuretense.ini
    [2013-12-08 20:30:13.532][CS.INSTALL][ERROR] ActionHandlerExecuteCommand:  ExecuteCommand failed for http://devbox.corp.apple.com:12040/cs/Install?COMMANDNAME=IMPORTCATALOG&USERNAME=fwadmin&PASSWORD=<hidden password value>&CATALOGDIRECTORY=%2Fnps%2Fapp%2Ffsnd%2Fcm%2Fcmsd%2FCRMBASE%2FScopes%2Fcms%2F11gR1archives%2FWCS_Sites_11%2FSites%2FContentServer%2FInstallation&ELEMENTDIRECTORY=%2Fnps%2Fapp%2Ffsnd%2Fcm%2Fcmsd%2FCRMBASE%2FScopes%2Facms%2Fprdm_cs_shared%2F%2Felements
    The response that was received =
    HTTP/1.1 200 OK
    HOST_SERVICE: FutureTenseContentServer:11.1.1.6.1
    Date: Sun, 08 Dec 2013 20:30:13 GMT
    Transfer-Encoding: chunked
    Set-Cookie: JSESSIONID=CC6C6BB6AEA70CC05287299877843F52; Path=/cs
    Content-Type: text/html;charset=UTF-8
    Server: Apache-Coyote/1.1
    <html><head><title>Hello World!</title></head><body><b>Welcome to WebCenter Sites 11gR1!</b><br><br><font color='blue'>Oracle WebCenter Sites 11gR1 11.1.1.6.1<br>
    Copyright (c) 2012 Oracle and/or its affiliates. All Rights Reserved.<br>
    Copyright (c) 2003 - 2011 FatWire Corporation All Rights Reserved.<br>
    Copyright (c) 2001 - 2003 divine, inc. All Rights Reserved.<br>
    Copyright (c) 1999 - 2001 Open Market, Inc. All Rights Reserved.<br>
    Copyright (c) 1998 - 1999 FutureTense, Inc. All Rights Reserved.<br>
    <br>
    Oracle WebCenter Sites | Satellite Server 11.1.1.6.1  Build Date: Oct 23 2012 at 20:48:36 Build Number: 2371 Revision:152889<br>
    Oracle WebCenter Sites 11gR1 11.1.1.6.1<br>
    Copyright (c) 2012 Oracle and/or its affiliates. All Rights Reserved.<br>
    Copyright (c) 2003 - 2011 FatWire Corporation All Rights Reserved.<br>
    Copyright (c) 2001 - 2003 divine, inc. All Rights Reserved.<br>
    Copyright (c) 1999 - 2001 Open Market, Inc. All Rights Reserved.<br>
    Copyright (c) 1998 - 1999 FutureTense, Inc. All Rights Reserved.<br>
    <br>
    Oracle WebCenter Sites 11.1.1.6.1  Build Date: Oct 23 2012 at 20:48:36 Build Number: 2371 Revision:152889<br>
    </font><hr>Sun Dec 08 20:30:13 GMT+00:00 2013<br><br> View source to see embedded status<br><br></p>Result :
    <!--FTCS|||result=failure|||reason=failure|||err=0|||command=ExecutingCommand|||params=Error=java.lang.NullPointerException|||--></body></html>
    [2013-12-08 20:30:13.548][CS.INSTALL][ERROR] ActionHandlerExecuteCommand:  Error Importing Installation Elements
    [2013-12-08 20:30:13.585][CS.INSTALL][ERROR] Worker.run.
    Install failed.               
    Please check log file.                         
    Click Yes to modify your install choices     
    and re-try install.                            
    Click No to terminate application.
    =====================
    Thanks,
    Anil

    May be it is expecting wlserver_10.3 directory.
    Can you try giving a link to one directory above wlserver_10.3 OR the complete path to wlserver_10.3 directory.
    One of this should make the upgrade successful.
    Arun

  • Drag-and-drop in Web Center 11g

    I'm running the Avitek sample portal on JDev 11.1.1.3 with Web Center on integrated WLS.
    Is it possible to enable drag-and-drop of portlets within the page layout - by an end-user?
    I understood this was a feature available in Web Center and not in WLPortal - so has anyone got this working?

    Webcenter supports drag and dropping of portlets out of the box. You don't need to do anything special to enable drag and drop of portlets.
    The only requirement there is, is that users are logged in and they have granted personlization rights.

Maybe you are looking for