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]

Similar Messages

  • How to publish - Circular / News - all oracle portal users

    Dear friend,
    I am new to Oracle Portal,
    want to design two pages
    one contains about news about our organization or any new updates everyday or week those will be updated here
    another one page contains about circular for all our portal users
    anyone help with details, will be appreciated
    Thanks in advance
    Regs...
    selvan
    [email protected]

    Can you do with wikis? http://docs.oracle.com/cd/E21764_01/webcenter.1111/e10149/content_wikis.htm#WCSUG7207
    If not, take a look also here: http://www.oracle.com/technetwork/middleware/ias/index-089317.html or at discussion in this thread: Re: Metadata through user input from portal application while new check In

  • Can we send the documents in oracle portal as attachment to a mail ?

    Hi,
    Our Client using Oracle APPlication Server Portal 10.1.2 for data management and employee portal purpose.
    our users used to attach or store the files/documents in Portal i.e. like a file item.
    They want to send some selected files/documents as attachments to a group of people via email
    Is there any possiblity to achieve this please let me know.
    Regards,
    Rajesh

    Hi Rajesh,
    If you are just have one email procedure which you want to use to send files from both your desktop and from the Portal repository, you could consider to connect the Portal repository to your desktop through WebDAV. I assume however that you are looking for a sort of 'Email This' button next to file items.
    I have not programmed this before but I guess you can do this with a custom item based on file item. Add an attribute based on PL/SQL which will do the email for you. The PL/SQL procedure in the custom attribute can use wwsbr_all_items view to retrieve the content of the item and send it with utl_smtp. Easier said than done - have not programmed it myself. But then, I am not a programmer, so I reckon Portal developers on this forum would be able to help.
    Regards,
    Erik

  • How can i change login.jsp in oracle portal

    Hi every body,
    I want to change login.jsp page or replace another page instead of it.How can i do this?
    can i build a page and add login portlet to it and replace it instead of login.jsp

    I have tried this. (But I just modify the jsp code directly)
    But page doesn't change at all.
    Also there is another question.
    Where should i put image file???

  • Oracle Portal

    Is Oracle Portal for Intranet Development only? Can you create a portlet and post it on your company web site for the access by external users?
    We want to post a form on our company web site for the access by the public to get some data in. Can this be done by using Oracle Portal.

    I have installed Oracle Portal from 9i Application Server CD. I chose HTTP only option for this installation and allowed the installation to do the configuration of the Portal.
    After that I created a form and report portlet as a part of application. Then I created a page and was able to publish portlets on this page. I checked this page for public access which indicates that users can view this page without loging in the portal.
    Now I am stuck, since I am not sure what URL user need to provide to access this page without loging in the portal? From Portal home page user have to login to access this portal, but that is not what we want. We would like to publish this page, so any external user will be able to view the page, enter and submit data back to us.
    Can you provide details on how to publish Portal page for external users so they can view and enter data over the web?
    null

  • Oracle Portal development without JDeveloper

    hi,
    I have a web application that serves JSP pages that I need to use as a provider with oracle portal. Could someone kindly point me to a tutorial that explains how to do that?
    Please note that I am using websphere application developer as my ide and test environment - so the provider will run on my local machine. This is the present folder structure:
    web content
    - jsp
    - helloworld.jsp
    web-inf
    - lib
    - pdkjava.jar
    - deployment
    - _default.properties
    - myappname.properties
    - provider
    - provider.xml
    Thanks!
    Anu

    Hi Anu,
    First up, is your provider page up and running?
    Next, can you register your provider with Oracle Portal?
    Then, do you see any issues when the portlets are dropped?
    Since you are using JPDK, you could copy over the files like provider.xml and _default.properties and tweak them to suit your project structure.
    Make sure that the servlets have been properly configured in your web.xml file.
    I guess, these should get you going in no time.
    thanks,
    Harsha

  • Errors:Installing Oracle Portal, Forms, Reports and Discoverer on Win7

    Someone can help me?
    I installed Oracle Portal, Forms, Reports and Discoverer on Win7.
    I have install:
    jdk 64bit
    Oracle db 11g (64bit)
    Oracle Weblogic 1033 (wls1033_generic.jar)
    Oracle Portal, Forms, Reports and Discoverer (ofm_pfrd_win_11.1.1.2.0_64/ofm_pfrd_win_11.1.1.3.0_64)
    Configure Components Screen:I just choose the Oracle Forms/reports Oracle Forms/reports builder Enterprise Manager Oracle Web Cache .
    Configure Ports Screen:Auto Port Configuration.
    Specify Proxy Details Screen:No
    Specify Application OID Screen:NO
    But when I configure the "Configuring the Classic Instance" under the "Oracle Classic 11g-Home1". It's always pending in "Creating the domain". No any Error information.
    the related log information:
    Creating a new AdminServer Object ...
    AdminServer port is 7001
    Starting the domain ...
    LOADING DLL : C:\Oracle\Middleware\as_2\install\config\\StartUtil64.dll

    Since your weblogic is on version 10.3.3, you can only succesfully configure your fusion middleware when you are on version 11.1.1.3.
    So (1) restart the install of fusion middleware 11.1.1.2, (2) choose install type INSTALL ONLY, (3) start installation of fusion middleware 11.1.1.3 and finally (4) configure fusion middleware using AS_ORACLE_HOME\bin\config.bat

  • Using Struts with Oracle Portal

    Hello,
    I am trying to run my applications developed using Struts Framework in Oracle Portal.Though Oracle Portal uses jpdk api's is there any way I can try to integrate Struts with Oracle Portal so that I can work test my application on any server and then develop portlet and run them on Oracle Portal as well?

    Check out these other discussions:
    Portletizing a struts JSP application
    Urgent: Portletizing an struts JSP application
    Similar but different detail:
    struts

  • Shopping cart support in Oracle Portal

    I need to integrate a shopping cart with the functionality of Oracle Portal.
    Can I do this with the Oracle Portal product?
    Thank you.
    /Madan Valluri

    The answer is yes, with caveats. Most shopping carts assign cookies to visitors to uniquely identify them and their carts. If this is done when the user first adds an item to the cart, this is no problem. If the cart system, for some strange reason, needs to set the cookie on first entry to the site (I've seen this), you'll need to front your portal w/ a static page only seen once that sets this cookie.
    There are a huge number of scenarios for different carts. This just covers two cases. Short answer, yes, you should be able to use a cart w/ portal.

  • Oracle Portal 10g Powerpoint Presentation needed

    Dear Friends,
    Will you guys please point me to right location (URL) where i can download the powerpoint presentation of Oracle Portals 10g complete product presentation?
    Thanks
    Rengarajan

    Rengarajan ,
    I would check the following URL
    http://www.oracle.com/technology/products/ias/portal/product_overview_10g1014.html
    is the Product Overview page for portal product center and there is a section Demos and Presentations that should contain the OpenWorld presentation .
    Cheers
    Diego

  • Can we publish to web portal?

    hi all,
    can we publish reports and dashboards to web portal if so how ?
    please give some information on this.
    thanks
    kapil.

    Hi,
    Out-of-the-box it gives you a JSR-168 portlet which can be deployed on any compliant portal (Oracle, BEA, Websphere, etc.).
    If it is more proprietary like Microsoft you can use the Go URL approach or the Webservices interface.
    See this excellent blog for more details (and lots of other good stuff):
    http://oraclebizint.wordpress.com/2008/01/28/oracle-bi-ee-101332-integration-into-external-applicationsportals/
    Regards

  • 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

  • Can no longer connect to iProjects using Oracle Portal

    From one day to the other, I can no longer connect to iProjects using Oracle Portal. It gives the message "Cannot connect to iprojects-files.oracle.com" because the username or password is incorrect. I can connect using the web interface though, using the same username and password. I type my username in uppercase and password in lowercase. Tried other combinations (upper and lower) as well, to no avail.
    Any Idea?
    Jan Kettenis

    JEM24 , your suggestion is included in:
    - iOS: Troubleshooting Wi-Fi networks and connections
    Turn your Wi-Fi router off and on2. If your ISP also provides cable or phone service, check with them before attempting this step to avoid interruption of service.
    JEM24 wrote:
    Sorry Mindi, also have your tried rebooting your router? That's all. Try that before you attempt to Restore. Cheers.

  • Publish a BI Publisher HTML output to the Oracle Portal

    We currently use multiple JSPs to assemble and display employee data in portlets in our Oracle Portal. We're interested in redoing the display of this data using BI Publisher and would still like to send it to a portlet in our Oracle Portal. Essentially we would pass the userid as a parameter to BI Publisher when the employee logs on to the portlet. I was wondering if anyone ever published the HTML formatted output to an Oracle Portal?

    Hi,
    I am facing the same problem. Any updates on this issue.
    Thanks

  • Where can I download oracle portal 10.1.4.2 patch

    Dear All,
    I have installed ORacle Portal 10.1.2.0.2 and patched with version 10.1.4.
    I would like to get patchset 10.1.4.2 and do the patching. Can someone point out the location from where I can download the patch set.
    Best Regards,
    Bala

    On My Oracle Support/Metalink, look for
    Patch No: 5983622
    Oracle® Application Server and Oracle Developer Suite Patch Set
    10g Release 2 (10.1.2) Patch Set 3 (10.1.2.3.0)

Maybe you are looking for

  • Time Management automatic Quota accrual rule

    Hi Experts, I want to configure leaves as per following basis... we want to generate quota based on ES group, also based on days worked on off days with accrual period.  Example: Mr X (Employee sub group 01) works 24 days continuously and also works

  • Rolling back to Snow Leopard

    I waited for two OSX versions to install a new one, Mavericks. I did not upgraded before because of certain software incompatibilities and some news about Lion and Mountain Lion being very inefficient regarding battery life on older models (mine is a

  • Garritan 64 bit

    I just made the changeover from 32 to 64 bit after going from 4 to 12 GB of RAM. There seem to be some significant advantages. Both the Spectrasonics and Native Instruments VIs show up and work well in 64 bit mode. However, the Garritan Personal Orch

  • Creative ZEN firmware V1.21.01e - loss of track from playlist upon p

    I find that on the 8GB ZEN here, occasionally playing a playlist causes one of the track entries within the playlist to disappear. E.g. there were three entries, but after play, there are only two . The loss can occur at any position. The track itsel

  • Two select lists in tabular form

    I have two Select Lists which one of them depends on the another -the second one's query depends on the first one's - ..... This operation can be done in a form or a page, but how it could be done in a tabular form??? Saad