Oracle.portal.wcs.transport.http.HttpTransportException WCS-514 WebClipping

Hi!,
I have Mid Tier installed on one of the Linux box and Infrastructure installed on a separate Linux box. Both of these boxes are behind firewall. I have successfully compeleted portal configuration for Reverse Proxy. I can access portal via internet. Users don't have to put port numbers (7777 or 7778) to access the portal. Users just enters http://www.abc.com, which takes them to portal builder page.
However, Both of my Web providers are not working. As described by the document to configure seeded provider. I changed to port in the URL from 80 to 777. http://www.abc.com:7777/portalTools/webClipping/providers/webClipping. I can access these two web provider applications from the internet, with both the ports 80 as well as 7777. I also edited the provider.xml to use proxy.
When I try to personalize web clipping portlet. and provide URL Location. It is giving me following error.
An exception has occurred : oracle.portal.wcs.transport.http.HttpTransportException WCS-514 -- Get status code 400 to URL http://www.xyz.com by method get
It seems to me I may be missing one of the configuration step, don't know which?
I appreciate your help in advance.
Thanks

I have a similar setup on Linux boxes (MT and Infra) and having the same problem. I can add external application, also able to register Web clipping provider successfully using the external application ID.
But when I try to clip the external application. It shows me on the page "User authentication failed. Please use the following link to update the information."
And, The application.log shows in addition to WCS-514 error code 404
Raising SOAP fault code: AuthenticationFailure
I get provider Test page without any error. http://xyz.abc.com:7778/portalTools/webClipping/providers/webClipping
Your help is highly appreciated.
Thanks,
-Dhiren Desai
[email protected]

Similar Messages

  • Web clipping proxy error oracle.portal.wcs.transport.http.HttpTransportException WCS-519

    When I am trying to change the url it is coming following error .
    An exception has occurred : oracle.portal.wcs.transport.http.HttpTransportException WCS-519 -- HTTP Proxy Authentication failed for  int.domain.co.in:8080 with authentication of type "Basic" at realm "realm1". Update your proxy login information in the Edit Defaults / Personalize page to
    authenticate.
    Can anybody please help me regarding this issue it is very urgent.so please

    I have a similar setup on Linux boxes (MT and Infra) and having the same problem. I can add external application, also able to register Web clipping provider successfully using the external application ID.
    But when I try to clip the external application. It shows me on the page "User authentication failed. Please use the following link to update the information."
    And, The application.log shows in addition to WCS-514 error code 404
    Raising SOAP fault code: AuthenticationFailure
    I get provider Test page without any error. http://xyz.abc.com:7778/portalTools/webClipping/providers/webClipping
    Your help is highly appreciated.
    Thanks,
    -Dhiren Desai
    [email protected]

  • Oracle Portal export Transport Set

    Hye Oracle Portal Guru's
    I'm using Oracle Portal Version: 10.1.4.2.0 (Build: 197) in Solaris 5.9
    may i know, is it we need to do export a transport set every time we want to do a backup of page group.
    i.e i have a Page Group: My Page. Need i to export the transport set every time want to do a backup my page group.
    Is there any automated way to do backup my page group using like scheduler or somethings.
    Thanks,
    Rao

    There is a good note about this on the [url http://support.oracle.com]My Oracle Support website :
    Note 738449.1 - How To Create A Page Group Transport Set With Command Line Tools?
    Thanks,
    EJ

  • OracleAS Portal Verification Service

    Registeration of a WSDL URL with the
    OracleAS Portal Verification Service
    http://portalstandards.oracle.com/portal/page?_pageid=34,31863,34_31867&_dad=wsrp&_schema=WSRP
    produces an error:
    Unexpected error - ORA-29273: HTTP request failed
    ORA-06512: at "SYS.UTL_HTTP", line 1665
    ORA-12535: TNS:operation timed out (WWC-35000)
    Example WSDL: WSDL Oracle's Sample WSRP Producer. The URL for its WSDL is: http://portalstandards.oracle.com/wsrp/jaxrpc?WSDL

    Please help me. I am the same problem.
    I don't registration my provider because i have this message error:
    Unexpected error - ORA-29273: HTTP request failed
    ORA-06512: at "SYS.UTL_HTTP", line 1665
    ORA-12535: TNS:operation timed out (WWC-35000)
    please Help me.
    Thanks.

  • Oracle portal and session tracking

    Friend I am working in JDeveloper in my PC and my statements in with setAttribute and getAttribute does work ,but the same statement doesn't work when I use this jsp as my portlet.The error is given below.So portal doesnot support this method's ?
    Method getAttribute(java.lang.String) not found in interface javax.servlet.http.HttpSession.
    OConnect = (Connect)Session.getAttribute("OConnect");
    Method getAttribute(java.lang.String) not found in interface javax.servlet.http.HttpSession.
    OMainMenu = (MainMenu)Session.getAttribute("OMainMenu");
    Method setAttribute(java.lang.String, ccrspackage.Connect) not found in interface javax.servlet.http.HttpSession.
    Session.setAttribute("OConnect",OConnect);
    Method setAttribute(java.lang.String, ccrspackage.MainMenu) not found in interface javax.servlet.http.HttpSession.
    Session.setAttribute("OMainMenu",OMainMenu);
    please help
    Note : below is my jsp code as it is.
    **************my jsp code**************
    <%@ page contentType="text/html;charset=WINDOWS-1252"%>
    <%@page import = "oracle.portal.provider.v1.*, oracle.portal.provider.v1.http.*, oracle.portal.utils.v1.*, java.sql.*, ccrspackage.*" %>
    <HTML>
    <HEAD>
    <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=WINDOWS-1252">
    <META NAME="GENERATOR" CONTENT="Oracle JDeveloper">
    <TITLE>
    CCRS Application
    </TITLE>
    </HEAD>
    <BODY BGCOLOR = #FFCC00 FONT SIZE = "+2" >
    <FORM NAME="CCRSMenu " action="CCRSMenu.jsp" METHOD="POST" target ="NewWindow">
    <%
    //create session for connection
    HttpSession Session = request.getSession(true);
    //set the connection to the database variable null
    Connect OConnect = null;
    MainMenu OMainMenu = null;
    if (request.getMethod().equals("POST"))
    OConnect = (Connect)Session.getAttribute("OConnect");
    OMainMenu = (MainMenu)Session.getAttribute("OMainMenu");
    //throws the page returned by the method
    String LoadJsp = OMainMenu.ReturnLoadJsp(request);
    response.sendRedirect(LoadJsp);
    else
    OConnect = new Connect();
    OConnect.ConnectDatabase();
    OMainMenu = new MainMenu();
    OMainMenu.InitialSetting();
    Session.setAttribute("OConnect",OConnect);
    Session.setAttribute("OMainMenu",OMainMenu);
    %>

    If Oracle Portal is running on Apache/Jserv, which is the only application server it runs on as far as I know, then that's your problem. JDeveloper uses one of the newer Servlet specificatione, 2.1 or 2.2, where as Jserv is using a very old one. 2.0, which doesn't support the session.setAttribute() method.
    I happen to know a little bit about portal and the JPDK. You do have the option of using the ProviderSession object that is provided by the JPDK PortletRenderRequest.getSession() method. I believe they have a setAttribute() method in there. In fact, if you want this object in the user's session, then you HAVE to use the ProviderSession from the JPDK.
    There are some other configurations you have to set to use this, you must specify to use session in your provider.xml, and you must also set the login frequency on the provider registration page to "Once per user session".
    Check out the discussion boards on http://technet.oracle.com for more info.

  • Oracle Portal...Knowledge Exchange link down

    Hi,
    I would like to bring to Oracle's Notice that the Knowledge Exchange link on Oracle Portal's homepage (http://www.oracle.com/technology/products/ias/portal/index.html) has been down for several days now. I have recently started working on Oracle Portal technology and i believe that Knowledge Exchange would be very helpful for entry level developers like me. Kindly get this link up asap so that we can learn from the expertise of other knowledge professionals in our area.
    Thanks,
    Amit

    I think this is because Oracle has decided to scrap the Knowledge Exchange part of the site :-/

  • Class oracle.portal.provider.v2.DefaultProviderDefinition has no set or add

    Hi,
    I installed newsfeed portlet as per the documentation and every step in EM showed successful install. When I try to access the provders test page (http://host:port/newfeedprovider/providers), I get the below error. Please help..
    oracle.portal.utils.xml.v2.NodeHandlerException: Class oracle.portal.provider.v2.DefaultProviderDefinition has no set or add method for tag "proxyInfo"     at oracle.portal.utils.v2.ContainerException.fillInStackTrace(Unknown Source)     at java.lang.Throwable.<init>(Throwable.java:195)     at java.lang.Exception.<init>(Exception.java:41)     at oracle.portal.utils.v2.ContainerException.<init>(Unknown Source)     at oracle.portal.utils.xml.v2.NodeHandlerException.<init>(Unknown Source)     at oracle.portal.utils.xml.v2.DefaultNodeHandler.findMethod(Unknown Source)     at oracle.portal.utils.xml.v2.DefaultNodeHandler.attachObject(Unknown Source)     at oracle.portal.utils.xml.v2.DefaultNodeHandler.processNode(Unknown Source)     at oracle.portal.provider.v2.http.DefaultProviderLoader.getProviderDefinition(Unknown Source)     at oracle.portal.provider.v2.http.DefaultProviderLoader.init(Unknown Source)     at oracle.webdb.provider.v2.adapter.soapV1.ProviderAdapter.init(Unknown Source)     at oracle.webdb.provider.v2.utils.soap.SOAPProcessor.locateService(Unknown Source)     at oracle.webdb.provider.v2.adapter.SOAPServlet.doHTTPCall(Unknown Source)     at oracle.webdb.provider.v2.adapter.SOAPServlet.service(Unknown Source)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:810)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:322)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:208)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:125)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)     at java.lang.Thread.run(Thread.java:534)
    Thanks,
    Ravi.

    Hi Ravi,
    Looks like you are entering the proxy info in the wrong place. Please have a look at the default providere definition tags at http://www.oracle.com/technology/products/ias/portal/html/javadoc/xml_tag_reference_v2.html
    I do not see any entry made for proxy details. Hence you are recieving those errors.
    I shall look into the portlet further and get back to you, but it is absolutely clear that the proxy info tag aint sitting in DefaultProviderDefinition
    thanks,
    Harsha

  • Can Oracle Portal work without Oracle HTTP Server ?.

    Hi,
    We are developing on Oracle Portal 10.1.4.
    We are trying to use IPlanet Web Server instead of Oracle HTTP server. In such a case can Portal run with IPlanet Web server. alone ?.
    Can we eliminate Oracle HTTP Server altogether ?.
    Thanks and Regards,
    Panai.

    Third party HTTP Servers can be used with the OracleAS Proxy Plug-in. I have not done any tests with them however. The documentation states that it will enable you to integrate Sun ONE Web Server Enterprise Edition on UNIX and Windows systems, or the Microsoft Internet Information Server (IIS) on Windows systems.
    Oracle Portal is tightly integrated with Oracle Web Cache. This might limit the usability of the OracleAS Proxy plugin.
    More info is available in the documentation :
    http://download-uk.oracle.com/docs/cd/B32110_01/web.1013/b28948/proxy.htm#sthref1166

  • How to implement OracleAS Portal Clustering ?

    Dear all,
    Can anybody pls point me to the docs about how to implement OracleAS Portal Cluster (version 10.1.4) ?
    Also, about deploying Portal from development server to production server (using Export Import) , do we have to deploy it to all nodes , or can we just deploy it once to the cluster ?
    Thank you,
    xtanto

    Hello Xtanto,
    The Oracle documentation provides instructions for setting up Oracle Portal in a 'cluster'. For 10.1.2.0.2 and 10.1.4 :
    [5.3|http://download.oracle.com/docs/cd/B14099_19/portal.1014/b19305/cg_advnc.htm#i1046354] Configuring Multiple Middle Tiers with a Load Balancing Router
    Oracle® Application Server Portal Configuration Guide
    10g Release 2 (10.1.4)
    B19305-03
    Alternatively you can also check the enterprise deployment guide :
    [7|http://download.oracle.com/docs/cd/B14099_19/core.1012/b13998/portal.htm#CACHEECD] Installing and Configuring the myPortalCompany Application Infrastructure
    Oracle® Application Server Enterprise Deployment Guide
    10g Release 2 (10.1.2)
    B13998-07
    For deployment from development to production, transport sets can be used :
    [10|http://download.oracle.com/docs/cd/B14099_19/portal.1014/b19305/cg_imex.htm#i1030999] Exporting and Importing Content
    Oracle® Application Server Portal Configuration Guide
    10g Release 2 (10.1.4)
    B19305-03
    Thanks,
    EJ

  • [Urgent] Some questions about Oracle Portal 10g - 11g upgrade

    Dear friends,
    We are under doing upgrading assessment of Oracle Portal from 10g to 11g. After reviewed the 'upgrading guide', we still have some questions as below:
    1. Whether the 'Instant Portal' feature remain in Oracle Portal 11g? If yes, how to migrate the Instant Portal 10g sites? If no, any workaround?
    2. Whether the old 10g Page Group and Pages will be still available after 11g upgrade? Also can customer import the old 10g transportset into Portal 11g?
    3. How about the customized Portal 10g objects (such as customized template, style, attributes) after 11g upgrade? Still be usable?
    4. Customer use PDK to develop many portlets in 10g. Can they use JDeveloper 11g to migrate their old project to 11g automatically?
    Thank you in advance and any comment are welcome.

    1. Whether the 'Instant Portal' feature remain in Oracle Portal 11g? If yes, how to migrate the Instant Portal 10g sites? If no, any workaround?Instant Portal is not available anymore in Oracle Portal 11g. The Instant Portal page groups will be migrated to standard Portal page groups. Maintenance of the Instant Portal can be done with the standard Portal tools. The Instant Portal tools are not available anymore.
    Whether the old 10g Page Group and Pages will be still available after 11g upgrade? Also can customer import the old 10g transportset into Portal 11g?Old 10g Page Groups are migrated to Portal 11g. They will still be available after the upgrade.
    Export/Import through transports sets has always been limited to instances of the same version. It is not supported between versions as documented in the Administration Guide :
    [11.2.1|http://download.oracle.com/docs/cd/E14571_01/portal.1111/e10239/cg_imex.htm#CCJBCCGD] System Requirements
    Before exporting and importing content, ensure that your system meets the minimum system requirements, as described in this section.
    Notes:
    * Export and import functions only within the same release of Oracle Portal and the same patch release, for example, release 10.1.4 to release 10.1.4 or release 11.1.1 to release 11.1.1. You cannot export and import between two different releases, such as release 10.1.2 to release 10.1.4 or release 10.1.4 to release 11.1.1.
    How about the customized Portal 10g objects (such as customized template, style, attributes) after 11g upgrade? Still be usable?Customized objects get migrated as well. Certain types (e.g. PL/SQL item types) need to be checked after upgrade as the behavior of the PL/SQL code may differ between database versions. This is particularly of concern when the 10.1.4.x Portal uses a 10.1 database. A database upgrade to either 10.2, 11.1 or 11.2 is necessary as Portal 11g is not supported with RDBMS 10.1.
    Customer use PDK to develop many portlets in 10g. Can they use JDeveloper 11g to migrate their old project to 11g automatically?Never done this, but the Portal framework is able to consume JPDK providers which are running in older versions of the toolkit. If the providers are running in standalone OC4J containers, you would be able to upgrade the framework and keep the providers in their OC4J containers. This will allow you to focus on the framework first and worry about your providers later.
    Thanks,
    EJ

  • Oracle Portal and Discoverer Integration

    Portal Version: 9.0.2.0.1
    RDBMS Versjion: 9.0.1.3
    OS/Vers. Where Portal is Installed:: Suse 7 SLES
    Error Number(s)::
    Oracle Portal and Discoverer Integration
    We're trying to integrate Discoverer with Portal unsuccessfully.
    We made many things in accordance with oracle's documentation until add discoverer portlets (worksheet and list of workbooks) in a test page.
    In view mode, the worksheet portlet shows the error:
    "The portlet has not been defined. The publisher must define the portlet by clicking on Edit Defaults for the portlet on the edit mode of this page. Please contact the publisher of this page."
    We think we have to edit properties before. Is this? Anyway edit worksheet portlet crashes between step 1 and 2. The error is: "The listener returned the following Message: 500 Internal Server Error".
    We have a public conection created in EM and a discoverer application which can be viewed using plus or viewer.
    Furthermore, it's not possible delete the added portlets neither the page that contain it. The error at delete is:
    Error: An unexpected error occurred: User-Defined Exception (WWC-44082)
    (WWC-00000)
    An unexpected error has occurred in portlet instances: User-Defined Exception (WWC-
    44846)
    An unexpected error occurred: User-Defined Exception (WWC-43000)
    The following error occurred during the call to Web provider:
    oracle.portal.provider.v2.PortletNotFoundException
    at oracle.portal.utils.v2.ContainerException.fillInStackTrace(Unknown Source)
    at java.lang.Throwable.<init>(Throwable.java:78)
    at java.lang.Exception.<init>(Exception.java:29)
    at oracle.portal.utils.v2.ContainerException.<init>(Unknown Source)
    at oracle.portal.provider.v2.PortletException.<init>(Unknown Source)
    at oracle.portal.provider.v2.PortletNotFoundException.<init>(Unknown Source)
    at oracle.disco.portlet.provider.DiscoPortletPersonalizationMgr.destroy
    (DiscoPortletPersonalizationMgr.java:65)
    at oracle.portal.provider.v2.DefaultPortletInstance.deregister(Unknown Source)
    at oracle.webdb.provider.v2.adapter.soapV1.ProviderAdapter.deregisterPortlet
    (Unknown Source)
    at java.lang.reflect.Method.invoke(Native Method)
    at oracle.webdb.provider.v2.utils.soap.SOAPProcessor.doMethodCall(Unknown Source)
    at oracle.webdb.provider.v2.utils.soap.SOAPProcessor.processInternal(Unknown Source)
    at oracle.webdb.provider.v2.utils.soap.SOAPProcessor.process(Unknown Source)
    at oracle.webdb.provider.v2.adapter.SOAPServlet.doSOAPCall(Unknown Source)
    at oracle.webdb.provider.v2.adapter.SOAPServlet.service(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
    at com.evermind.server.http.ResourceFilterChain.doFilter
    (ResourceFilterChain.java:59)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
    at com.evermind.server.http.ServletRequestDispatcher.invoke
    (ServletRequestDispatcher.java:523)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal
    (ServletRequestDispatcher.java:269)
    at com.evermind.server.http.HttpRequestHandler.processRequest
    (HttpRequestHandler.java:735)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:151)
    at com.evermind.util.ThreadPoolThread.run(ThreadPoolThread.java:64)
    (WWC-43147)
    Edit properties for portlet List of Workbook works but in view mode we have the error in the portlet area:
    "Failed to refresh portlet. Please verify that the information used to create the
    portlet instance or customization is still valid. Otherwise, please contact your
    iAS administrator. oracle.discoiv.controller.FatalControllerException:
    DiscoNetworkException - Nested exception: org.omg.CORBA.OBJECT_NOT_EXIST: minor
    code: 0 completed: No null"
    Any ideas?
    Thanks

    Hi there,
    Have you applied any patches to 9ias since it was first installed? We had the same problem and had to apply a couple of patches to get the portlets working.
    1. Apply the 9.0.2.53.16 one-off patch for Oracle 9iAS Discoverer which takes Discoverer up to 9.0.2.53.16. This patch appears to be password protected and you need to get someone at Oracle support to give you a password.
    2. Apply the Discoverer Portlet Provider: 9.0.2.53.00c patch (patch no. 2595444) which gives you a new discportal.xsl file that actually works. It's this second step that solves your problem but you need to do step 1 before this. This is password protected as well.
    3. As you've upgraded Disco on the server to 9.0.2.53, you'll need to upgrade Disco Admin & Desktop within your 9iDS installation using patch no. 2555265. This is because Disco 9.0.2.53 uses an upgraded EUL that Disco Admin & Desktop need to be patched to use.
    This was the course of action Oracle support advised us about nine months ago. Of course they may have released a further patch to Disco that does 1 & 2 in one go, but we regularly carry out steps 1 and 2 on servers we use and we can use the Disco portlets successfully.
    Hope this helps
    Mark Rittman
    [email protected]

  • Problem running Oracle Portal to Go (Oracle9i 1.0.2.0.0)

    I have installed Oracle9i Application Server WE 1.0.2.0.0 Standard Edition on Windows2000 Professional Edition. I am getting problems regarding running Portal to Go.
    The installer said that installation was successful. Moreover I have done the configuration tasks mentioned Oracle9i installation guide under post installation steps for Oracle9i.
    But Oracle Portal to Go is not running and returning error message. Are there some other tasks still to perform to configure the Oracle Portal to Go Standard Edition?
    Here it is a brief Description of what I have done with the installations process
    System: Pentium II 500 MHZ with 256 MB RAM and 15 GB Hard Disk so enough space available for installations.
    Windows 2000 professional was freshly installed
    All pre installation tasks are done like paging file size is 896MB
    Important Installation steps and points are as under (Standard Edition of Oracle 9i Application Server 1.0.2.0.0):
    I followed all the steps given in Oracle 9i AS installation guide
    On Windows 2000 Installer never asks for reboot before actually installing the Oracle 9i application server (Chapter 4 of installation guide: preparing system for installation: step5: page 5 of 25). So I manually reboot the system
    During installation when I reached Database Access Descriptor (DAD) for Oracle Portal. In TNS connect string field for Apache listener Configuration I entered the same name (abc) (chapter 4 of installation guide: installing oracle 9i Application server: step2, 3: page 10,11 of 25) as I was going to use for my Global database name later at database Identification steps (chapter 4 of installation guide: installing oracle 9i Application server: step 4: page 12 of 25)
    Note: In an other installation I left the same fields (TNS connect string) blank but of no use.
    (Please let me know if I have made any mistake here)
    When installation of Oracle9i AS reaches 100% installer opens a command prompt and displays
    ORA: 12541 TNS: No Listener
    Enter user name:
    When I enter SYSTEM as a user name it displays
    Password:
    I entered manager as password and then it displays
    ORA 12560: TNSProtocol adaptor error
    And once again it asks for user name and password
    I once again enter system as a user and manager as password.
    (Please let me know if I have made any mistake here)
    After 100% completion of the installation the configuration tools screen appears
    (Chapter 4 of installation guide: installing oracle 9i Application server: step 10: page 17 of 25) and the following tasks are performed
    Net8 configuration Assistant succeeds
    Oracle database configuration assistant succeeds
    When The Oracle portal 3.0 configuration Assistant Starts
    I hold the installation steps for oracle portal for a while and do some database configuration tasks that are necessary (may be some are not) for installation of portal.
    (Please let me know if I have made any mistake here)
    For example
    Increase the table space size of Users (400 MB), and Temp (100MB) table spaces.
    Validated invalid PL/SQL Modules with ULTRP.SQL script
    (Please let me know if I have made any mistake here)
    Installed dbms_job.sql package as it was mentioned in another guide (Oracle portal-to-Go installation Guide- Release1.0.2: Page 1: last line)
    (Please let me know if I have made any mistake here)
    Stopped the database and listener
    And did some changes as was asked in Oracle portal-to-Go installation Guide- Release1.0.2
    Edited the init<SID>.ora file and set the following fields
    aq_tm_processes = 1
    job_queue_processes = 4 (2 were recommended in guide but I left the already set values)
    job_queue_interval = 30
    (Please let me know if I have made any mistake here)
    Also I did the following too (though these are recommended for Internet file system)
    opern_cursors = 300 (in installation guide it is asked 255 but I kept the already set value)
    shared_pool_size = 52438800 (50M was suggested and this is more than that)
    processes = 200
    (Please let me know if I have made any mistake here)
    I started the database and listener
    Proceeded the installation of Oracle Portal as is described in installation guide for Oracle 9i Application guide 1.0.2.0.0
    And successfully completed the installation of Oracle Portal
    There were no errors reported on the installer however when I read the installation log some errors were mentioned at the end of the file
    Please see the attached log file.
    I also completed all the post installation tasks at the end of chapter 4 of Oracle9i Application Server installation guide 1.0.2.0.0 except the configuration of Oracle Internet file system (is it necessary for running Oracle Portal to Go)
    When I run the oracle portal to go the following situation is encountered
    Working: http://localhost/pls/portal30/admin_/dadentries.htm
    Error at: http://localhost/pls/portal30/portal30.home
    Error: The preference path does not exist: Oracle.Portal.Page (WWC-51000)
    (And this is the main source of confusion)
    Working: http://localhost/pls/portal30/admin_/gateway.htm?schema=portal30
    Working: http://et-wks-08:5555/invoke/wm.server.admin/adminPage
    Are there any other guides and post installation steps still to follow to successfully run this Portal to Go or it is sufficient?
    I can also send the installation logs of both Oracle 9i application server (installActions.log and installActions2001-05-28_03-50-56-PM.log) and Oracle portal to Go (install.log).
    If you ask, I can send you the installation guides that I have followed and the screen shoots of the error messages for a detail review.
    Moreover can anyone please tell me if this version of Oracle 9i Application server is ok or I must try some other version?
    Also advise any other if any successful configuration and installation options.
    Is it possible to run this portal to go with any other installation options/arrangements/configurations etc?
    Any help from anyone will be highly appreciated.
    Regards,
    Muhammad Usman,
    Software Engineer
    EssTec Lahore, Pakistan.

    Hi,
    If you use portal 30 instead of OAS, The installation gives you the Apache ready.
    Pablo
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Tarun Singhal ([email protected]):
    Hi,
    I am trying to implement Portal-to-go application .
    For installing Oracle Portal-To-Go 1.0.2 ,I followed oracle
    documectation.Now I want to install Portal-To-Go 1.0.2
    application using
    a) winnt ver. 4.0 (SP3)
    b) Oracle 8i
    c) Oracle Application server release 4.0.8.1
    d) servlet patch set
    e) pl/sql cartridges.
    (Oracle 8i and OAS 4.0.8.1 are installed with different oracle home directories.)
    I have installed winnt , OAS rel.4.0.8.1. both are working fine
    .now I want to install servlet Patch set and
    pl/sql cartridges.I am unable to locate the information and software for this on oracle site.
    can any body tell me why servlet patch set and pl/sql cartridges
    required for this application and
    from where should i download the servlet patch set software and PL/SQL cartriges
    for this version.
    Are the above specified softwares are compatible with each other or something extra
    required for this installation. Is service pack 3 (winnt 4.0) compatible
    with portal-to-go 1.0.2
    Can anybody help me please ?
    Regards
    Preeti Madhukar
    ([email protected])<HR></BLOCKQUOTE>
    null

  • How can I uninstall a damaged installation of Fusion - PFRD 11.1.1.6.0 - Oracle Portal, Forms, Reports and Discoverer

    Hello,
    I am upgrading EBS 11i to 12i, Discoverer 4 to 11. After completing ebs installation and upgrade successfully, I am now working on the Oracle Fusion piece of the upgrade.
    I have installed
    1. JDK
    2. Repository Creation Utility - RCU (schema)
    3. Weblogic - WLS 10.3.6
    4. Oracle Fusion - Discoverer 11g Release 1 Patchset 1 11.1.1.2.0 PFRD
    5. Oracle Portal, Forms, Reports and Discoverer 11g Patchset 11.1.1.6.0 - Patchset 13517084
    6. Executed config.sh and it failed with but continued.
         During the Configuration of Oracle Fusion with config.sh there was failure at with "fails at creating data sources" and accidentally proceeded and all seem to go well until after shutting down the servers when Weblogic Managed Server is unable to start.
    The start log indicated: "weblogic.store.PersistentStoreFatalException: [Store:280105]The persistent file store "_WLS_WLS_DISCO" cannot open file _WLS_WLS_DISCO000000.DAT." and I have been unable to find a solution for this error?
    See log file error at https://dl.dropboxusercontent.com/u/15497130/oracle/ebs11/startManagedWebLogic.sh_nohup.out
    If re-installation is my only option, then what are the steps to uninstall, and which components do I have to uninstall given that I had upgraded all the schemas involved?
    Mathias

    Hey,
    You can always change the JDBC datasources in the Weblogic admin console . but have you recorded what is the specific error you got during the datasources creation .
    I prefer...create a new user , give him sysdba privillages . Start RCU and create the DEV_DISCOVERER , DEV_DISCOVERER_PS schemas (prefix is your choice)
    The Admin server will start . so go to admin console .
    click services -> Data Sources
    Check the data sources you have . edit each datasource and update the connection pool information .
    after this you can start the Managed server WLS_DISCO
    i believe this will solve this .........
    if you still get issue again . you can try the link Using the WebLogic Persistent Store
    Thanks
    Naga

  • Custom DB authentication to an application from Oracle Portal not working.

    Hi All,
    We have a Portal customized and integrated to LDAP for SSO.
    From the portal, we have a link that takes to another custom application that requires another level of authentication. We have implemented this authentication as custom Database based authentication.
    When user login to the portal and access this link, he will be directed for authentication again. This custom application has been installed on a different OC4J instance while Oracle Portal is running in a different OC4J instance.
    Issue is though user details are being propagated to the custom application page, we are receiving an error saying authentication failed.
    In the OC4J instance specific for this custom application, we have configured jazn.xml to use custom authentication.
    Below is the code:
    <?xml version = '1.0' encoding = 'UTF-8' standalone = 'yes'?>
    <!DOCTYPE jazn PUBLIC "JAZN Config" "http://xmlns.oracle.com/ias/dtds/jazn-9_04.dtd">
    <jazn provider="XML" location="./jazn-data.xml" default-realm="jazn.com">
    <property name="role.mapping.dynamic" value="true"/>
    <property name="custom.loginmodule.provider" value="true"/>
    </jazn>
    and in jazn-data.xml, we gave the role mapping.
    But the problem is when the link to the custom application is accessed, it seems like the custom autentication mechanism is not working.
    Can anyone throw light on this?
    Do we need to give the same configuration in the j2ee/home/config directory files also?
    Can we use both LDAP and custom DB authentication with in the same OAS setup. Remember as of now, Portal and custom application are running in different OC4J instances but within the same OAS.
    Any help in this regard will be highely appreciated.
    Thanks,
    Sasi Bhushan

    Hi All,
    We have a Portal customized and integrated to LDAP for SSO.
    From the portal, we have a link that takes to another custom application that requires another level of authentication. We have implemented this authentication as custom Database based authentication.
    When user login to the portal and access this link, he will be directed for authentication again. This custom application has been installed on a different OC4J instance while Oracle Portal is running in a different OC4J instance.
    Issue is though user details are being propagated to the custom application page, we are receiving an error saying authentication failed.
    In the OC4J instance specific for this custom application, we have configured jazn.xml to use custom authentication.
    Below is the code:
    <?xml version = '1.0' encoding = 'UTF-8' standalone = 'yes'?>
    <!DOCTYPE jazn PUBLIC "JAZN Config" "http://xmlns.oracle.com/ias/dtds/jazn-9_04.dtd">
    <jazn provider="XML" location="./jazn-data.xml" default-realm="jazn.com">
    <property name="role.mapping.dynamic" value="true"/>
    <property name="custom.loginmodule.provider" value="true"/>
    </jazn>
    and in jazn-data.xml, we gave the role mapping.
    But the problem is when the link to the custom application is accessed, it seems like the custom autentication mechanism is not working.
    Can anyone throw light on this?
    Do we need to give the same configuration in the j2ee/home/config directory files also?
    Can we use both LDAP and custom DB authentication with in the same OAS setup. Remember as of now, Portal and custom application are running in different OC4J instances but within the same OAS.
    Any help in this regard will be highely appreciated.
    Thanks,
    Sasi Bhushan

  • Can't Publish to oradav on Oracle Portal 9.0.4

    I've set up the <url portal>/dav_portal/portal so I'm able to publish to it by dragging and dropping files from Windows Explorer, and everything works fine.
    Then I set up BI Publisher version 10.1.3.3.2 and the scheduler works fine with e-mails and through ftp. However no WebDav publishing, it always fails with the following message:
         Status          Failed
         System Message          
    oracle.apps.xdo.service.delivery.DeliveryException: oracle.apps.xdo.delivery.DeliveryException: Connection timed out while waiting response from server. (timeout = 60000)
         at oracle.apps.xdo.service.delivery.impl.DeliveryServiceImpl.deliverToWebDAV(DeliveryServiceImpl.java:716)
         at oracle.apps.xdo.servlet.scheduler.XDOJob.deliver(XDOJob.java:1433)
         at oracle.apps.xdo.servlet.scheduler.XDOJob.execute(XDOJob.java:436)
         at org.quartz.core.JobRunShell.run(JobRunShell.java:195)
         at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)
    Caused by: oracle.apps.xdo.delivery.DeliveryException: Connection timed out while waiting response from server. (timeout = 60000)
         at oracle.apps.xdo.delivery.webdav.WebDAVDeliveryRequestHandler.submitRequest(Unknown Source)
         at oracle.apps.xdo.delivery.AbstractDeliveryRequest.submit(Unknown Source)
         at oracle.apps.xdo.service.delivery.impl.DeliveryServiceImpl.deliverToWebDAV(DeliveryServiceImpl.java:710)
         ... 4 more
    Caused by: oracle.apps.xdo.delivery.DeliveryException: Connection timed out while waiting response from server. (timeout = 60000)
         at oracle.apps.xdo.delivery.http.HTTPClient.submitRequest(Unknown Source)
         at oracle.apps.xdo.delivery.http.HTTPClient.openRequest(Unknown Source)
         ... 7 more
    The host name, user and password are the same I've used to publish via web folders with Windows Explorer, so these must be ok. I've tried the athentication types: none, basic and digest with the same results. SSL encryption yields a different error message (includes the message "plain text?" which I'm guessing is because either server or client hasn't SSL enabled). So as my last resort I'm asking the BI Publisher gurus here at the Oracle forums; my instance is running with the debug option on and here's the contents of xdo.log right after the error occurs:
    [031208_031519812][][STATEMENT] Preliminary security check passed. Start scheduling. [REPORT_URL]=[Business Intelligence/Teste/Teste.xdo], [USERNAME]=[administrator]
    [031208_031519812][][STATEMENT] Write connection pool max:10, min:5, total:5, available:5
    [031208_031519843][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031519843][][STATEMENT] Succeeded to insert the job info to the database : [ID]=[66]
    [031208_031519875][][EXCEPTION] Succeeded to schedule the job : [ID]=[66]
    [031208_031519890][][STATEMENT] ToplinkDataHandler.getJobs() : called.
    [031208_031519890][][STATEMENT] ToplinkDataHandler.getJobs() : obtaining client session.
    [031208_031519890][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031519890][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031519890][][STATEMENT] ToplinkDataHandler.queryJobs() : calling executeQuery().
    [031208_031519906][][STATEMENT] ToplinkDataHandler.queryJobs() : finished calling executeQuery().
    [031208_031519906][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031519921][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] Scheduler is starting the job.
    [031208_031519921][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] Inserting the output info into the database.
    [031208_031519921][][STATEMENT] Write connection pool max:10, min:5, total:5, available:5
    [031208_031519953][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031519953][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:66] Done inserting the output info into the database.
    [031208_031519953][][STATEMENT] [ID:66] Time elapsed for history insertion : 1205345719953, time from beggining : 32
    [031208_031519953][][STATEMENT] initConfig(): config input stream was used.
    [031208_031519953][][STATEMENT] initCustomFactories(): loading custom delivery channels :{}
    [031208_031519953][oracle.apps.xdo.delivery.DeliveryManager][STATEMENT] initConfig(): loading default properties :{}
    [031208_031522921][][STATEMENT] The job passed the security check.
    [031208_031522921][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:66] Tmp file for document : D:\oracle\product\10.1.3.3.0\BIEE\oc4j_bi\j2ee\home\applications\xmlpserver\xmlpserver\xdo\cache\xmlp43228663.tmp
    [031208_031522921][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:66] Tmp file for data : D:\oracle\product\10.1.3.3.0\BIEE\oc4j_bi\j2ee\home\applications\xmlpserver\xmlpserver\xdo\cache\xmlp2530792.tmp
    [031208_031522937][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:66] Start processing the document.
    [031208_031522937][][STATEMENT] Logger.init(): *** DEBUG MODE IS ON. ***
    [031208_031522937][][STATEMENT] Logger.init(): LogDir=D:\oracle\product\10.1.3.3.0\BIEE\oc4j_bi\xmldebug
    [031208_031523421][][STATEMENT] Template parsing started...
    [031208_031523421][][STATEMENT] Data Template ......
    [031208_031523421][][STATEMENT] oracle.xml.parser.v2.XMLDocument@1e677c4
    [031208_031523421][][STATEMENT] Inside parameterParser...
    [031208_031523421][][STATEMENT] Inside dataQueryParser...
    [031208_031523421][][STATEMENT] Template parsing completed...
    [031208_031523421][][STATEMENT] include_parameters=false
    [031208_031523437][][STATEMENT] Start process Data
    [031208_031523437][][STATEMENT] Process Data ...
    [031208_031523437][][STATEMENT] Writing Data ...
    [031208_031523437][][STATEMENT] Sql Query : select     Tempo.Mês as Mês,
         "Fatos Gestão Origens"."Vl Contrato Pago" as "Vl Contrato Pago",
         Origem.Regional as Regional,
         "Tipo Produto"."Tipo Produto" as "Tipo Produto"
    from     DMGGER."Tipo Produto" "Tipo Produto",
         DMGGER.Origem Origem,
         DMGGER."Fatos Gestão Origens" "Fatos Gestão Origens",
         DMGGER.Tempo Tempo
    [031208_031526703][][EVENT] Data Generation Completed...
    [031208_031526703][][EVENT] Total Data Generation Time 3.0 seconds
    [031208_031527187][][STATEMENT] Logger.init(): *** DEBUG MODE IS ON. ***
    [031208_031527187][][STATEMENT] Logger.init(): LogDir=D:\oracle\product\10.1.3.3.0\BIEE\oc4j_bi\xmldebug
    [031208_031527187][oracle.apps.xdo.template.FOProcessor][STATEMENT] FOProcessor constructor is called.
    [031208_031527187][oracle.apps.xdo.template.FOProcessor][STATEMENT] FOProcessor has been initialized without default config.
    [031208_031527203][oracle.apps.xdo.template.FOProcessor][STATEMENT] FOProcessor.setLocale is called with 'en-US'.
    [031208_031527203][oracle.apps.xdo.template.FOProcessor][STATEMENT] FOProcessor.setTemplate(InputStream)is called.
    [031208_031527203][][STATEMENT] Logger.init(): *** DEBUG MODE IS ON. ***
    [031208_031527203][][STATEMENT] Logger.init(): LogDir=D:\oracle\product\10.1.3.3.0\BIEE\oc4j_bi\xmldebug
    [031208_031527203][oracle.apps.xdo.template.FOProcessor][STATEMENT] Log file 'xdo_031208_031527203_fo_data_177.xsl' is created.
    [031208_031527203][oracle.apps.xdo.template.FOProcessor][STATEMENT] FOProcessor.setData(InputStream) is called.
    [031208_031527203][oracle.apps.xdo.template.FOProcessor][STATEMENT] Log file 'xdo_031208_031527203_fo_data_178.xml' is created.
    [031208_031527203][oracle.apps.xdo.template.FOProcessor][STATEMENT] Log file 'xdo_031208_031527203_fo_out79.out' is created.
    [031208_031527203][oracle.apps.xdo.template.FOProcessor][STATEMENT] FOProcessor.setOutput(OutputStream)is called.
    [031208_031527203][oracle.apps.xdo.template.FOProcessor][STATEMENT] FOProcessor.setOutputFormat(byte)is called with ID=3.
    [031208_031527203][oracle.apps.xdo.template.FOProcessor][STATEMENT] FOProcessor.generate() called.
    [031208_031527203][oracle.apps.xdo.template.FOProcessor][STATEMENT] createFO(Object, Object) is called.
    [031208_031527234][oracle.apps.xdo.common.xml.XSLT10gR1][STATEMENT] oracle.xdo Developers Kit 10.1.0.5.0 - Production
    [031208_031527234][][STATEMENT] XSLT temporary file (D:\oracle\product\10.1.3.3.0\BIEE\oc4j_bi\j2ee\home\applications\xmlpserver\xmlpserver\xdo\tmp\cxmlATrjlV6y3r9413.dat) is set.
    [031208_031527453][oracle.apps.xdo.template.FOProcessor][STATEMENT] Log file 'xdo_031208_031527203_fo_fo_180.fo' is created.
    [031208_031527453][][STATEMENT] XSL-T time used: 235
    [031208_031527453][oracle.apps.xdo.template.FOProcessor][STATEMENT] Calling FOProcessingEngine.process()
    [031208_031527453][][STATEMENT] Using optimized xslt
    [031208_031527453][][STATEMENT] Temporary file created: D:\oracle\product\10.1.3.3.0\BIEE\oc4j_bi\j2ee\home\applications\xmlpserver\xmlpserver\xdo\tmp\xdoLoFPbh8dKw9414.tmp
    [031208_031527453][][STATEMENT] [ HTML GENERATOR ]---------------------------------------------
    [031208_031527453][][STATEMENT] XDO version = Oracle BI Publisher 10.1.3.3.2
    [031208_031527453][][STATEMENT] java.home = C:\java\jdk\jre
    [031208_031527453][][STATEMENT] XDO_TOP = null
    [031208_031527453][][STATEMENT] Config Path = null
    [031208_031527453][][STATEMENT] Debug Cfg Path= C:\java\jdk\jre\lib\xdodebug.cfg
    [031208_031527453][][STATEMENT] Font dir = C:\java\jdk\jre\lib\fonts\
    [031208_031527453][][STATEMENT] Locale = en-US
    [031208_031527453][][STATEMENT] [ HTML GENERATOR PROPERTIES ]----------------------------------
    [031208_031527468][][STATEMENT] fo-image-handling-ver=5.5
    [031208_031527468][][STATEMENT] html-css-base-uri=/xmlpserver/xdo/tmp/
    [031208_031527468][][STATEMENT] html-css-dir=D:\oracle\product\10.1.3.3.0\BIEE\oc4j_bi\j2ee\home\applications\xmlpserver\xmlpserver\xdo/tmp/
    [031208_031527468][][STATEMENT] html-css-embedding=embed-to-header
    [031208_031527468][][STATEMENT] html-image-base-uri=/xmlpserver/xdo/tmp/
    [031208_031527468][][STATEMENT] html-image-dir=D:\oracle\product\10.1.3.3.0\BIEE\oc4j_bi\j2ee\home\applications\xmlpserver\xmlpserver\xdo/tmp/
    [031208_031527468][][STATEMENT] html-output-body-only=false
    [031208_031527468][][STATEMENT] html-output-charset=UTF-8
    [031208_031527468][][STATEMENT] html-output-width-in-percentage=true
    [031208_031527468][][STATEMENT] html-outputtype=xhtml
    [031208_031527468][][STATEMENT] html-replace-smartquotes=true
    [031208_031527468][][STATEMENT] html-show-footer=true
    [031208_031527468][][STATEMENT] html-show-header=true
    [031208_031527468][][STATEMENT] make-accessible=false
    [031208_031527468][][STATEMENT] system-temp-dir=D:\oracle\product\10.1.3.3.0\BIEE\oc4j_bi\j2ee\home\applications\xmlpserver\xmlpserver\xdo/tmp/
    [031208_031527468][][STATEMENT] ------------------------------------------------------
    [031208_031527468][][STATEMENT] Rendering page [1]
    [031208_031527468][oracle.apps.xdo.common.font.FontFactory$FontDef][STATEMENT] Type1 font created: Helvetica
    [031208_031527500][][STATEMENT] Phase2 time used: 32ms
    [031208_031527500][][STATEMENT] Total time used: 47ms for processing XSL-FO
    [031208_031527500][][STATEMENT] FO+Gen time used: 47
    [031208_031527500][oracle.apps.xdo.template.FOProcessor][STATEMENT] clearInputs(Object) is called.
    [031208_031527500][oracle.apps.xdo.template.FOProcessor][STATEMENT] clearInputs(Object) done. All inputs are cleared.
    [031208_031527500][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:66] Finished processing the document.
    [031208_031527500][][STATEMENT] [ID:66] Time elapsed for report processing : 7547, time from begining : 7579
    [031208_031527500][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:66] Document content type : text/html
    [031208_031527500][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:66] Delivery 0 : Start processing WebDAV delivery
    [031208_031527500][oracle.apps.xdo.delivery.DeliveryManager][STATEMENT] createRequest(): called with request type :webdav
    [031208_031527500][oracle.apps.xdo.delivery.DeliveryManager][STATEMENT] createRequest(): exiting
    [031208_031527515][oracle.apps.xdo.delivery.webdav.WebDAVDeliveryRequest][STATEMENT] submit(): Called
    [031208_031527515][oracle.apps.xdo.delivery.webdav.WebDAVDeliveryRequest][STATEMENT] setDefaultServerProperties(): Default properties of server 'PANDW001' are loaded. {PROXY_AUTHTYPE:String=none, AUTHTYPE:String=digest, HOST:String=pandw001.panamericano.com.br, ENCTYPE:String=none, server-type=webdav}
    [031208_031527515][oracle.apps.xdo.delivery.webdav.WebDAVDeliveryRequest][STATEMENT] setDefaultServerProperties(): properties defined in this request.
    [TEMP_DIR:String] [D:\oracle\product\10.1.3.3.0\BIEE\oc4j_bi\j2ee\home\applications\xmlpserver\xmlpserver\xdo/tmp]
    [server-type] [webdav]
    [ASYNC_CHECK_INTERVAL:Integer] [60000]
    [HOST:String] [pandw001.panamericano.com.br]
    [PROXY_AUTHTYPE:String] [none]
    [USERNAME:String] [portal]
    [PASSWORD:String] [welcome1]
    [WEBDAV_REMOTE_FILENAME:String] [Teste_2.html]
    [BUFFERING_MODE:Boolean] [true]
    [WEBDAV_USE_FULL_URL:String] [true]
    [AUTHTYPE:String] [digest]
    [WEBDAV_REMOTE_DIRECTORY:String] [dav_portal/portal/PORTAL_PANAMERICANO/FILIAL_3]
    [TEMP_FILE_PREFIX:String] [dlvr]
    [WEBDAV_USE_CHUNKED_BODY:String] [false]
    [RETRY:Integer] [0]
    [ENCTYPE:String] [none]
    [RETRY_INTERVAL:Integer] [60000]
    [TEMP_FILE_SUFFIX:String] [.tmp]
    [CONTENT_TYPE:String] [text/html;charset=UTF-8]
    [ASYNC_TIMEOUT:Integer] [86400000]
    [031208_031527515][oracle.apps.xdo.delivery.webdav.WebDAVDeliveryRequest][STATEMENT] submit(): BUFFERING_MODE is ON.
    [031208_031527515][oracle.apps.xdo.delivery.webdav.WebDAVDeliveryRequest][STATEMENT] submit(): TEMP_DIR found, start document buffering : D:\oracle\product\10.1.3.3.0\BIEE\oc4j_bi\j2ee\home\applications\xmlpserver\xmlpserver\xdo/tmp
    [031208_031527515][oracle.apps.xdo.delivery.webdav.WebDAVDeliveryRequest][STATEMENT] backupDocument(): Starting document buffering.
    [031208_031527515][oracle.apps.xdo.delivery.webdav.WebDAVDeliveryRequest][STATEMENT] backupDocument(): Creating temporary file for buffering : D:\oracle\product\10.1.3.3.0\BIEE\oc4j_bi\j2ee\home\applications\xmlpserver\xmlpserver\xdo\tmp\dlvrJx5cxXykOd9415.tmp
    [031208_031527515][oracle.apps.xdo.delivery.webdav.WebDAVDeliveryRequest][STATEMENT] backupDocument(): 5256 bytes have been written to the temporary file.
    [031208_031527515][oracle.apps.xdo.delivery.webdav.WebDAVDeliveryRequest][STATEMENT] filterDocument(): Starting document preprocessing.
    [031208_031527515][oracle.apps.xdo.delivery.webdav.WebDAVDeliveryRequest][STATEMENT] filterDocument(): No native command found for preprocessing, exiting.
    [031208_031527515][oracle.apps.xdo.delivery.webdav.WebDAVDeliveryRequest][STATEMENT] backupDocument(): Finished document buffering.
    [031208_031527515][oracle.apps.xdo.delivery.webdav.WebDAVDeliveryRequest][STATEMENT] submit(): Start reading the buffered document file. : D:\oracle\product\10.1.3.3.0\BIEE\oc4j_bi\j2ee\home\applications\xmlpserver\xmlpserver\xdo\tmp\dlvrJx5cxXykOd9415.tmp
    [031208_031527515][oracle.apps.xdo.delivery.webdav.WebDAVDeliveryRequest][STATEMENT] submit(): Calling DeliveryRequestHandler.submitRequest()
    [031208_031527515][oracle.apps.xdo.delivery.webdav.WebDAVDeliveryRequestHandler][STATEMENT] submitRequest(): called
    [031208_031527515][oracle.apps.xdo.delivery.webdav.WebDAVDeliveryRequestHandler][STATEMENT] submitRequest(): taget URL :http://pandw001.panamericano.com.br:80/dav_portal/portal/PORTAL_PANAMERICANO/FILIAL_3/Teste_2.html
    [031208_031527515][oracle.apps.xdo.delivery.http.HTTPClient][STATEMENT] openRequest(request) called
    [031208_031527515][oracle.apps.xdo.delivery.http.HTTPClient][STATEMENT] openConnection() called - opening pandw001.panamericano.com.br:80
    [031208_031527515][oracle.apps.xdo.delivery.http.HTTPClient][STATEMENT] openConnection(): Start non-SSL connection.
    [031208_031527515][oracle.apps.xdo.delivery.http.HTTPClient][STATEMENT] start DIGEST auth handshake
    [031208_031527515][oracle.apps.xdo.delivery.http.HTTPClient][STATEMENT] generateRequestHeader() called.
    [031208_031527515][oracle.apps.xdo.delivery.http.HTTPClient][STATEMENT] generateRequestHeader(): generated request header
    PUT http://pandw001.panamericano.com.br:80/dav_portal/portal/PORTAL_PANAMERICANO/FILIAL_3/Teste_2.html HTTP/1.1
    Host: pandw001.panamericano.com.br
    User-Agent: Oracle BI Publisher 10.1.3.3.2
    Connection: Keep-Alive
    Content-Length: 5
    Content-Type: text/html;charset=UTF-8
    <<<
    [031208_031527515][oracle.apps.xdo.delivery.http.HTTPClient][STATEMENT] submitRequest() called
    [031208_031537062][][STATEMENT] ToplinkDataHandler.getOutput() : called
    [031208_031537062][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537062][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537062][][STATEMENT] ToplinkDataHandler.queryOutput() : calling executeQuery().
    [031208_031537078][][STATEMENT] ToplinkDataHandler.queryOutput() : finished calling executeQuery().
    [031208_031537187][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031537203][][STATEMENT] ToplinkDataHandler.getOutput() : called
    [031208_031537203][][STATEMENT] ToplinkDataHandler.getOutput() : obtaining client session.
    [031208_031537203][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537203][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537203][][STATEMENT] ToplinkDataHandler.queryOutput() : calling executeQuery().
    [031208_031537218][][STATEMENT] ToplinkDataHandler.queryOutput() : finished calling executeQuery().
    [031208_031537218][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031537218][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537218][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031537218][][STATEMENT] ToplinkDataHandler.getOutput() : called
    [031208_031537218][][STATEMENT] ToplinkDataHandler.getOutput() : obtaining client session.
    [031208_031537218][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537218][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537218][][STATEMENT] ToplinkDataHandler.queryOutput() : calling executeQuery().
    [031208_031537250][][STATEMENT] ToplinkDataHandler.queryOutput() : finished calling executeQuery().
    [031208_031537250][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031537250][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537250][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031537250][][STATEMENT] ToplinkDataHandler.getOutput() : called
    [031208_031537250][][STATEMENT] ToplinkDataHandler.getOutput() : obtaining client session.
    [031208_031537250][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537250][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537250][][STATEMENT] ToplinkDataHandler.queryOutput() : calling executeQuery().
    [031208_031537265][][STATEMENT] ToplinkDataHandler.queryOutput() : finished calling executeQuery().
    [031208_031537265][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031537265][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537265][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031537281][][STATEMENT] ToplinkDataHandler.getOutput() : called
    [031208_031537281][][STATEMENT] ToplinkDataHandler.getOutput() : obtaining client session.
    [031208_031537281][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537281][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537281][][STATEMENT] ToplinkDataHandler.queryOutput() : calling executeQuery().
    [031208_031537281][][STATEMENT] ToplinkDataHandler.queryOutput() : finished calling executeQuery().
    [031208_031537296][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031537296][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537296][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031537296][][STATEMENT] ToplinkDataHandler.getOutput() : called
    [031208_031537296][][STATEMENT] ToplinkDataHandler.getOutput() : obtaining client session.
    [031208_031537296][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537296][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537296][][STATEMENT] ToplinkDataHandler.queryOutput() : calling executeQuery().
    [031208_031537312][][STATEMENT] ToplinkDataHandler.queryOutput() : finished calling executeQuery().
    [031208_031537312][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031537312][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537312][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031537312][][STATEMENT] ToplinkDataHandler.getOutput() : called
    [031208_031537312][][STATEMENT] ToplinkDataHandler.getOutput() : obtaining client session.
    [031208_031537312][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537312][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537312][][STATEMENT] ToplinkDataHandler.queryOutput() : calling executeQuery().
    [031208_031537328][][STATEMENT] ToplinkDataHandler.queryOutput() : finished calling executeQuery().
    [031208_031537343][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031537343][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537343][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031537343][][STATEMENT] ToplinkDataHandler.getOutput() : called
    [031208_031537343][][STATEMENT] ToplinkDataHandler.getOutput() : obtaining client session.
    [031208_031537343][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537343][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537343][][STATEMENT] ToplinkDataHandler.queryOutput() : calling executeQuery().
    [031208_031537359][][STATEMENT] ToplinkDataHandler.queryOutput() : finished calling executeQuery().
    [031208_031537359][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031537359][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537359][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031537359][][STATEMENT] ToplinkDataHandler.getOutput() : called
    [031208_031537359][][STATEMENT] ToplinkDataHandler.getOutput() : obtaining client session.
    [031208_031537359][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537359][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537359][][STATEMENT] ToplinkDataHandler.queryOutput() : calling executeQuery().
    [031208_031537375][][STATEMENT] ToplinkDataHandler.queryOutput() : finished calling executeQuery().
    [031208_031537375][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031537375][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537375][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031537390][][STATEMENT] ToplinkDataHandler.getOutput() : called
    [031208_031537390][][STATEMENT] ToplinkDataHandler.getOutput() : obtaining client session.
    [031208_031537390][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537390][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537390][][STATEMENT] ToplinkDataHandler.queryOutput() : calling executeQuery().
    [031208_031537406][][STATEMENT] ToplinkDataHandler.queryOutput() : finished calling executeQuery().
    [031208_031537406][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031537406][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537406][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031627531][oracle.apps.xdo.delivery.http.HTTPClient][STATEMENT] closeConnection() called
    [031208_031627531][oracle.apps.xdo.delivery.http.HTTPClient][STATEMENT] closeConnection() exiting
    [031208_031642531][][STATEMENT] [ID:66] Time elapsed for delivery : 75031, time from beggining : 82610
    [031208_031642531][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:66] tmpFile1 for zipping up document : D:\oracle\product\10.1.3.3.0\BIEE\oc4j_bi\j2ee\home\applications\xmlpserver\xmlpserver\xdo\cache\xmlp46449166.tmp
    [031208_031642531][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:66] tmpFile2 for zipping up document : D:\oracle\product\10.1.3.3.0\BIEE\oc4j_bi\j2ee\home\applications\xmlpserver\xmlpserver\xdo\cache\xmlp65297508.tmp
    [031208_031642531][][STATEMENT] Reached the end of InputStream.
    [031208_031642531][][STATEMENT] Writing the parsed HTML file to the zip file : index.html
    [031208_031642531][][STATEMENT] Writing the original HTML file to the zip file : original.html
    [031208_031642531][][STATEMENT] [ID:66] Time elapsed for report archiving : 0, time from beggining : 82610
    [031208_031642531][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:66] Updating the output info in the database.
    [031208_031642531][][STATEMENT] Write connection pool max:10, min:5, total:5, available:5
    [031208_031642562][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031642562][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:66] Done updating the output info in the database.
    [031208_031642562][][STATEMENT] [ID:66] Time elapsed for updating history in db : 31, time from beggining : 82641
    [031208_031642562][][STATEMENT] [ID:66] Time elapsed for notification : 0, time from beggining : 82641
    [031208_031642562][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:66] Scheduler finished the job. Exiting...

    Update: Apparently the problem is related to authentication, here's the Apache's error log for the same request above:
    [Thu Mar 13 10:26:02 2008] [notice] [client 172.17.2.93] [ecid: 3214324639936,1] OraDAV: DAV [Begin Request PUT][dav_portal/portal/PORTAL_PANAMERICANO/FILIAL_3/Teste_2.html]
    [Thu Mar 13 10:26:02 2008] [notice] [client 172.17.2.93] [ecid: 3214324639936,1] OraDAV: Using dbcon (5412-0), usage count = 7
    [Thu Mar 13 10:26:02 2008] [notice] [client 172.17.2.93] [ecid: 3214324639936,1] OraDAV: API [dav_ora_get_resource_for_put]
    BEGIN
    portal.wwdav_api_driver.GET_RESOURCE_FOR_PUT(
         (0):p_ctx,
         (1):p_path,
         (2):p_parentpath,
         (3):p_membername,
         (4):p_contenttype,
         (5):p_extension,
         (6):p_pathexists,
         (7):p_path_element_type,
         (8):p_docid,
         (9):p_lobhandle,
         (10):p_lockcount,
         (11):p_propcount,
         (12):p_is_locknull,
         (13):p_dbstatechanged,
         (14):p_status,
         (15):p_status_text );
    END;
    [Thu Mar 13 10:26:02 2008] [notice] [client 172.17.2.93] [ecid: 3214324639936,1] OraDAV: API [dav_ora_get_resource_for_put][dbcon 5412-0][0 ms][PUT /dav_portal/portal/PORTAL_PANAMERICANO/FILIAL_3/Teste_2.html HTTP/1.1]
    [Thu Mar 13 10:26:02 2008] [notice] [client 172.17.2.93] [ecid: 3214324639936,1] ORA-20504: User not authorized to perform the requested operation
    [Thu Mar 13 10:26:02 2008] [notice] [client 172.17.2.93] [ecid: 3214324639936,1] OraDAV: Using dbcon (5412-0), usage count = 7
    [Thu Mar 13 10:26:02 2008] [notice] [client 172.17.2.93] [ecid: 3214324639936,1] OraDAV: API [dav_ora_finalize_request]
    BEGIN
    portal.wwdav_api_driver.FINALIZE_REQUEST(
         (0):p_ctx,
         (1):p_dbstatechanged,
         (2):p_http_status,
         (3):p_rollback_suggested,
         (4):p_docid,
         (5):p_is_existing_resource,
         (6):p_lobhandle,
         (7):p_contentlength,
         (8):p_contenttype,
         (9):p_status,
         (10):p_status_text );
    END;
    [Thu Mar 13 10:26:02 2008] [notice] [client 172.17.2.93] [ecid: 3214324639936,1] OraDAV: API [dav_ora_finalize_request][dbcon 5412-0][0 ms][PUT /dav_portal/portal/PORTAL_PANAMERICANO/FILIAL_3/Teste_2.html HTTP/1.1]
    [Thu Mar 13 10:26:02 2008] [notice] [client 172.17.2.93] [ecid: 3214324639936,1]
    Bind values for call:
         (0):{
         <ORADAV>
              <DAVPARAM>
                   <ORACONTAINERNAME>wwdav</ORACONTAINERNAME>
                   <ORACOOKIEMAXAGE>28800</ORACOOKIEMAXAGE>
                   <ORAPACKAGENAME>portal.wwdav_api_driver</ORAPACKAGENAME>
                   <ORAPASSWORD>welcome1</ORAPASSWORD>
                   <ORASERVICE>cn=iasdb,cn=oraclecontext</ORASERVICE>
                   <ORATRACEEVENTS>request</ORATRACEEVENTS>
                   <ORATRACELEVEL>4</ORATRACELEVEL>
                   <ORAUSER>portal</ORAUSER>
              </DAVPARAM>
              <INTERNAL>
                   <OraDAVAPICount>2</OraDAVAPICount>
                   <OraDAVModVersion>1.0.3.2.3-0132 (OraDAV enabled)</OraDAVModVersion>
              </INTERNAL>
              <REQUEST>
                   <Method>PUT</Method>
                   <URITrailingSlash>F</URITrailingSlash>
                   <Calypso-Control>H_Req,2886795869,80</Calypso-Control>
                   <Chronos>aggregate</Chronos>
                   <ClientIP>172.17.2.97</ClientIP>
                   <Connection>Keep-Alive, Calypso-Control</Connection>
                   <Content-Length>5</Content-Length>
                   <Content-Type>text/html;charset=UTF-8</Content-Type>
                   <Host>pandw001.panamericano.com.br</Host>
                   <Oracle-Cache-Version>9.0.4</Oracle-Cache-Version>
                   <Oracle-ECID>3214324639936,1</Oracle-ECID>
                   <SSL-Https>off</SSL-Https>
                   <Surrogate-Capability>orcl="webcache/1.0 Surrogate/1.0 ESI/1.0 ESI-Inline/1.0 ESI-INV/1.0 ORAESI/9.0.4"</Surrogate-Capability>
                   <User-Agent>Oracle BI Publisher 10.1.3.3.2</User-Agent>
                   <URI>/dav_portal/portal/PORTAL_PANAMERICANO/FILIAL_3/Teste_2.html</URI>
              </REQUEST>
         </ORADAV>
         (1):0
         (2):401
         (3):0
         (4):{}
         (5):-1
         (6):
         (7):0
         (8):{}
         (9):0
         (10):{}
    [Thu Mar 13 10:26:02 2008] [notice] [client 172.17.2.93] [ecid: 3214324639936,1] OraDAV: Releasing connection [5412-0], usage count = 7
    [Thu Mar 13 10:26:02 2008] [notice] [client 172.17.2.93] [ecid: 3214324639936,1] OraDAV: DAV [Request total PUT][dav_portal/portal/PORTAL_PANAMERICANO/FILIAL_3/Teste_2.html][0 ms]

Maybe you are looking for

  • Modified CRM application doesn't deployed in PROD server.

    Hello SDN! We have DEV and PROD runtime systems for CRM developing. Our custom CRM application successfully deployed to the DEV server many times. But transport to the PROD server hasn't any effect - our application doesn't exists in PROD server. In

  • HELP my audio is not working on my year old laptop

    i need help with my audio. it went out and is saying error 39 realtek audio is out. rtkuhd64sys, 6.0.1.6122 any solutions or is something really wrong with my year old laptop speakers?

  • New Hard drive installed, how to connect old drive to transfer data.

    Hi, I recently had my 13" White Macbook repaired and they upgraded my 120 Gb hard drive to a newer 160 gb version. They told me I would be able to transfer the data across to my new hard drive relatively easily and cheaply, since the hard drive itsel

  • Conversion to txinj to taxinn -urgent

    Hi experts, Could any one tell me the procedure to convert Taxinj to Taxinn My client wants to shift from formula based to condition based help me,

  • Where are contacts saved?

    Hi there, This started off as a loss of all contacts from the address book, which has now turned into a curiosity of where exactly do the contacts get saved? I have removed the folder ~/Library/Applications Support/Address Book/ I have actually delet