EBS BUrsting Problem

Has anyone implemented the Bursting Solution, because I am still getting this error when I run my bursting class
Current system time is 07-MAY-2007 17:42:14
Exception in thread "main" java.lang.ClassCastException
     at oracle.apps.fnd.cp.request.Run.main(Run.java:157)
oracle.apps.fnd.cp.sample.EbsEmail
Program exited with status 1
and this:
APP-FND-01388: Cannot read value for profile option CONC_OUTFILE in routine &ROUTINE.
Concurrent request completed
Current system time is 07-MAY-2007 17:42:30

Actually, I have been using the Delivery Manager ( instead of the Document Processor ) to send the emails, and hence there is no control file.
Sent a copy of the java class.

Similar Messages

  • BI Publisher report bursting problem

    I am not able to make my report burst to separate files for ftp delivery. I am running BI Publisher version 10.1.3.4.1 (stand-alone). My data query looks like this:
    select a.agency_id, b.borr_name
    from agency_tbl a, borr_tbl b
    where a.rpt_date >= 20100101 and a.rpt_date <= 20100110
    and a.borr_id = b.borr_id
    and a.agency_id in (80013,80019)
    order by a.agency_id, b.borr_name
    My bursting/delivery query looks like this:
    select agency_id "KEY",
    'mytemplate' as TEMPLATE,
    'RTF' TEMPLATE_FORMAT,
    'en-US' LOCALE,
    'PDF' OUTPUT_FORMAT,
    'FTP' DEL_CHANNEL,
    'myserver' PARAMETER1,
    'myid' PARAMETER2,
    'mypwd' PARAMETER3,
    '/home1/web-docs-443/files/pdffiles' PARAMETER4,
    convert(varchar,agency_id) || '.pdf' PARAMETER5
    from agency_tbl
    where agency_id in (80013,80019)
    and rpt_date >= 20100101 and rpt_date <= 20100110
    (I have to put "KEY" in quotes because my database is sybase, and KEY is a reserved word.)
    I have verified that both queries return data (6 records each, no null agency_id keys).
    The goal is to create a file for each agency that lists their associated borrowers.
    I can view the report without problems. But when I schedule the report and enable bursting, I get the "Job was failed" email notification, and the report history shows this:
    Job Execution Information
    History ID 218
    Status Failed
    Start Processing Time 3/21/11 10:27 AM
    End Processing Time 3/21/11 10:27 AM
    Time Elapsed 1.68 sec
    System Message oracle.apps.xdo.servlet.scheduler.ProcessingException: java.lang.NullPointerException
         at oracle.apps.xdo.servlet.scheduler.XDOJob.runBurstingReport(XDOJob.java:2116)
         at oracle.apps.xdo.servlet.scheduler.XDOJob.execute(XDOJob.java:358)
         at org.quartz.core.JobRunShell.run(JobRunShell.java:195)
         at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)
    Caused by: java.lang.NullPointerException
         at com.sun.java.util.collections.Hashtable.containsKey(Hashtable.java:300)
         at oracle.apps.xdo.batch.bursting.DeliveryXMLParser.processRow(Unknown Source)
         at oracle.apps.xdo.batch.bursting.DeliveryXMLParser.endDeliveryInfoElement(Unknown Source)
         at oracle.apps.xdo.batch.bursting.DeliveryXMLParser.endElement(Unknown Source)
         at oracle.xml.parser.v2.XMLContentHandler.endElement(XMLContentHandler.java:210)
         at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1318)
         at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:336)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:303)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:263)
         at oracle.apps.xdo.batch.bursting.DeliveryXMLParser.getDeliveryChannels(Unknown Source)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.createEnterpriseReportRequest(Unknown Source)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.setDeliveryControlFile(Unknown Source)
         at oracle.apps.xdo.servlet.scheduler.XDOJob.runBurstingReport(XDOJob.java:1916)
         ... 3 more
    Bursting Definitions
    Bursting Node /ROWSET/ROW/agency_id
    Delivery Node /ROWSET/ROW/agency_id
    Any help will be greatly appreciated. This has me stumped . . . I am out of ideas.

    What caused our bursting problem:
    We had to put the word "KEY" in quotes (in our bursting query), because KEY is a reserved word in sybase. But putting it in quotes caused a problem - the results of the bursting query did not contain a "KEY" tag.
    . . . And the solution:
    We added the connection property "GET_COLUMN_LABEL_FOR_NAME=true" to our sybase datasource definition. Many thanks to Tim Dexter, and to Paul from the sybase forums (http://newsgroupstats.info/article/forums.sybase.com/sybase.public.jconnect/2308/Column-aliases-not-working.html) c. 2007.
    And thanks again to Jorge for the helpful suggestion.
    Steve Z.

  • Bursting problem

    Hi all, i've understood the bursting problem i'he had since my first tests on it, i've posted a couple of threads but without any results. Now i've found the reason and it is very very strange.
    As i wrote in my threads my test was made on a single (an sample query) with a simple rtf layout and this test was succesfully; after that i've tried the same report but using a data template instead of sql query. Panic !!! 2 errors in the log file and bursting not working. Now i can tell you that the problem is .... the data template name. Yes if my first line is
    dataTemplate name="ROWS".... all works fine,
    dataTemplate name="ROWSE".... all works fine,
    dataTemplate name="ROWSET" .... all works fine,
    dataTemplate name="ROWSETxxxxx"... all works fine.
    ANY OTHER dataTemplate name does'nt work at all (error) or bad bursting features.
    I need to know if this is a bug and if there are any workarounds.
    Thanks

    Hi all, i've understood the bursting problem i'he had since my first tests on it, i've posted a couple of threads but without any results. Now i've found the reason and it is very very strange.
    As i wrote in my threads my test was made on a single (an sample query) with a simple rtf layout and this test was succesfully; after that i've tried the same report but using a data template instead of sql query. Panic !!! 2 errors in the log file and bursting not working. Now i can tell you that the problem is .... the data template name. Yes if my first line is
    dataTemplate name="ROWS".... all works fine,
    dataTemplate name="ROWSE".... all works fine,
    dataTemplate name="ROWSET" .... all works fine,
    dataTemplate name="ROWSETxxxxx"... all works fine.
    ANY OTHER dataTemplate name does'nt work at all (error) or bad bursting features.
    I need to know if this is a bug and if there are any workarounds.
    Thanks

  • Bursting Problem on EBS 11.5.10.2

    Hi All,
    I am trying to get the bursting working on EBS 11.5.10. What I am trying to achieve is to email invoice data to a supplier using the remittance email address held against the vendor site in EBS. I have looked at the Bursting 101 info on Gareth Roberts blog and have pretty much used the same logic. What I am getting is a single email sent to the first vendor with 1 attachment that has all the invoices in there.
    My Control FIle is:
    <?xml version="1.0" encoding="UTF-8"?>
    <xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi">
    <xapi:request select="/XXAPXRCTIR/LIST_G_INVOICES/G_INVOICES">
    <xapi:delivery>
    <xapi:email server="smtpserver.somehwere.com" port="25" from="[email protected]" reply-to ="">
    <xapi:message id="${INVOICE_ID}" to="${REMITTANCE_EMAIL}" cc="" attachment="true" subject="Recipient Created Tax Invoice ${INVOICE_NUMBER}">
    Please find attached the Recipient Created Tax Invoice for Invoice Number ${INVOICE_NUMBER}.
    </xapi:message>
    </xapi:email>
    </xapi:delivery>
    <xapi:document output="RCTI_${INVOICE_ID}" output-type="pdf" delivery="${INVOICE_ID}">
    <xapi:template type="rtf" location="xdo://XBOL.XXAPRCTIR_EMAIL.en.00/?getSource=true" filter=".//G_INVOICES[REMITTANCE_EMAIL != '']"></xapi:template>
    </xapi:document>
    </xapi:request>
    </xapi:requestset>
    And a sample of the XML data is:
    <?xml version="1.0"?>
    <!-- Generated by Oracle Reports version 6.0.8.27.0 -->
    <XXAPRCTIR>
    <LIST_G_INVOICES>
    <G_INVOICES>
    <VENDOR_COMPANY_NAME>A Business</VENDOR_COMPANY_NAME>
    <VENDOR_ID>12438</VENDOR_ID>
    <VENDOR_FORMATTED_ADDR>123 High St FERNTREE GULLY
    VIC 3156 AU</VENDOR_FORMATTED_ADDR>
    <VENDOR_ABN></VENDOR_ABN>
    <REMITTANCE_EMAIL>email_address.com</REMITTANCE_EMAIL>
    <INVOICE_ID>30578</INVOICE_ID>
    <INVOICE_NUMBER>AI103407-FERNTREE GULLY-20080125</INVOICE_NUMBER>
    <INVOICE_DATE>25-JAN-08</INVOICE_DATE>
    <INVOICE_AMOUNT>3801.60</INVOICE_AMOUNT>
    <INVOICE_CURRENCY_CODE>AUD</INVOICE_CURRENCY_CODE>
    <TAX_NAME>10% GST</TAX_NAME>
    <TAX_RATE>10</TAX_RATE>
    <INVOICE_AMOUNT_MINUS_TAX>3456.00</INVOICE_AMOUNT_MINUS_TAX>
    <TAX_AMOUNT>345.60</TAX_AMOUNT>
    <LIST_G_INVOICE_LINES>
    <G_INVOICE_LINES>
    <PERSONNEL_NAME>Smith, Mr. Jim</PERSONNEL_NAME>
    <EXPENDITURE_TYPE>9004 - Dir Contr Lab - Regular</EXPENDITURE_TYPE>
    <WEEK_ENDING_DATE>25-JAN-2008</WEEK_ENDING_DATE>
    <HOURS>40</HOURS>
    <RATE>86.4</RATE>
    <AMOUNT>3456.00</AMOUNT>
    </G_INVOICE_LINES>
    </LIST_G_INVOICE_LINES>
    <CS_TOTAL_HRS>40</CS_TOTAL_HRS>
    </G_INVOICES>
    <G_INVOICES>
    <VENDOR_COMPANY_NAME>Another Business</VENDOR_COMPANY_NAME>
    <VENDOR_ID>11006</VENDOR_ID>
    <VENDOR_FORMATTED_ADDR>456 Low Road
    MT ELIZA
    VIC 3930 AU</VENDOR_FORMATTED_ADDR>
    <VENDOR_ABN></VENDOR_ABN>
    <REMITTANCE_EMAIL></REMITTANCE_EMAIL>
    <INVOICE_ID>30540</INVOICE_ID>
    <INVOICE_NUMBER>AI102975-MT ELIZA-20080125</INVOICE_NUMBER>
    <INVOICE_DATE>25-JAN-08</INVOICE_DATE>
    <INVOICE_AMOUNT>935.09</INVOICE_AMOUNT>
    <INVOICE_CURRENCY_CODE>AUD</INVOICE_CURRENCY_CODE>
    <TAX_NAME>10% GST</TAX_NAME>
    <TAX_RATE>10</TAX_RATE>
    <INVOICE_AMOUNT_MINUS_TAX>850.08</INVOICE_AMOUNT_MINUS_TAX>
    <TAX_AMOUNT>85.01</TAX_AMOUNT>
    <LIST_G_INVOICE_LINES>
    <G_INVOICE_LINES>
    <PERSONNEL_NAME>West, Ms. Lucy</PERSONNEL_NAME>
    <EXPENDITURE_TYPE>9004 - Dir Contr Lab - Regular</EXPENDITURE_TYPE>
    <WEEK_ENDING_DATE>25-JAN-2008</WEEK_ENDING_DATE>
    <HOURS>16</HOURS>
    <RATE>53.13</RATE>
    <AMOUNT>850.08</AMOUNT>
    </G_INVOICE_LINES>
    </LIST_G_INVOICE_LINES>
    <CS_TOTAL_HRS>16</CS_TOTAL_HRS>
    </G_INVOICES>
    Any ideas would be greatly appreciated

    That would be right solved my own problem I did a typo in the Burst Control file XXAPXRCTIR should be XXAPRCTIR

  • XML Publisher (EBS) Bursting and Group By

    I have a feeling I already know the answer to this question, but maybe not and there is a way around it. I'm using the seeded report Deposit Advice XML from EBS, and I copied it so I can use bursting. Here is my problem. The xml is not grouped by the way we need it so when I burst it it will either email us the full file or each person in a separate email.
    Here is what I'm TRYING to accomplish. Is there a way in the Bursting Control File to have records grouped, the bursted (either by print/email etc).
    For example I would like to have all organizations_id in ('100','101,'102') grouped into one file then emailed. I don't think this is possible without changing the original xml file and since it's seeded and spawned thats not going to happen. It does filter the records and email me each person separately. But that's because the XML is formatted that way.
    Any ideas?

    I figured it out
    in your select if you want to group your output by say Organization_id change your select in your burst file to the following
    <xapi:request select="/PAYSLIP_REPORT/PAYSLIP/EMPLOYEE_DETAILS/ORGANIZATION_ID">

  • Email Bursting Problems

    Hi,
    I am using the java program to send the invoices to the different customers. I am able to send the email properly.
    There are some issues which I need to resolve.
    1. Password protection with all the attachments with customer number.
    2. Special Char handling. For example if name is - test's goes as test&apos;s in the email subject.
    3. Changes the attachment name as "customer_number.pdf" currently the busting program send the attachments as "1.pdf" "2.pdf"....
    Thanks,
    Rakesh Patel

    Hi Rakesh, you haven't specified the version of XMLP you are using. If its 5.6.2 I'm afraid you will be out of luck. The bursting listener only holds a Vector containing the internal document sequence number (this is used in a temporary directory XMLP uses as a scratch area whilst building the document). As far as I can tell after manually going through the classes there was no way of tying in an xml tag to the listener. The attachment was always named after this number ie. 2.pdf and so on.
    5.6.3 changed this, and you could rename an attachment provided that the tag was available in your select statement bursting control file. This also means you do not need the bursting listener in 5.6.3 if thats all you are using the listener for.
    Under EBS my advice is to upgrade to 5.6.3 as many nice features were added to the API which allows for more flexibility.
    Rob
    http://www.scnet.com.au

  • EBS Bursting woes

    I have been struggling with getting bursting to work in EBS. Trying to output to the file system, nothing seems top be generated. When I switch to trying to print, I find a file is generated, but no print comes off.
    I have also found that if I try to use the URI method of specifying the template file, I get a message bacl saying the file could not be found.
    The bursting control file for attempting to print is:
    <?xml version="1.0" encoding="UTF-8" ?>
    <xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi">
    <xapi:request select="/COESGPO_V084/LIST_G_SETUP/G_SETUP/LIST_G_COLLECTOR_NAME/G_COLLECTOR_NAME">
    <xapi:delivery>
    <xapi:print id="printer1" printer="socket://10.0.16.126" copies="1"/>
    </xapi:delivery>
    <xapi:document output-type="rtf" delivery="printer1,100">
    <xapi:template type="rtf" location="/export/home/mparr/Statement2.rtf">
    </xapi:template>
    </xapi:document>
    </xapi:request>
    </xapi:requestset>
    Does anyone have any suggestions before I go completely mad?

    Actually, I have been using the Delivery Manager ( instead of the Document Processor ) to send the emails, and hence there is no control file.
    Sent a copy of the java class.

  • EBS Login problem

    hi,
    EBS 11.5.10.2
    Database 10.2.0
    OS - RHEL 4.6
    This is multi-node installation.
    My devt instance having one issue, very recently there is a problem with login
    If am trying with http:/hostname:port/oa_servlets/AppsLogin
    Getting error like
    Forbidden
    You dont have permission to access /pls/DEVT_portal30/portal30.home on this server
    Error log of error_log_pls in Apache
    [Wed Jun 16 13:33:09 2010] [error] mod_plsql: /pls/DEVT_portal30/portal30.home HTTP-403 ORA-1017 <B>Proxy log On failed.</B><BR>Please verify that you have specified correct connectivity information i.e. username, password & connect-string in the DAD
    http://hostname:8004/OA_HTML/jsp/fnd/aoljtest.jsp
    result of
    PPS_SERVLET_AGENT = http://hostname:8004/oa_servlets
    Testing http://hostname:8004/OA_HTML/jsp/fnd/fndping.jsp?dbc=devt . . .
    Forbidden
    You don't have permission to access /pls/DEVT_portal30/portal30.home on this server.
    java.lang.StringIndexOutOfBoundsException: String index out of range: -1
    But I can able to login using http://hostname:8004/OA_HTML/AppsLocalLogin.jsp
    After this problem, i have restarted the instance and did the autoconfig in both both application tier and dbtier.
    As development instance, i can't figure-out what may the reason, but one thing i am sure that, recently didnt applied any patches in this development servers.
    Help me to figure out this problem
    Regards
    Santos

    Hi Hussein,
    Thanks for help me.
    As you have suggested, followed the note:249669.1 and the latest logs are
    log from error_log
    [Thu Jun 17 09:34:34 2010] [notice] FastCGI: process manager initialized (pid 27968)
    [Thu Jun 17 09:34:35 2010] [notice] Oracle HTTP Server Powered by Apache/1.3.19 configured -- resuming normal operations
    [Thu Jun 17 09:47:57 2010] [error] [client IPADDRESS] File does not exist: /apps/devtcomn/portal/DEVT_devtapps/favicon.ico
    [Thu Jun 17 09:47:57 2010] [error] [client IPADDRESS] File does not exist: /apps/devtcomn/portal/DEVT_devtapps/favicon.ico
    [Thu Jun 17 09:48:36 2010] [error] [client IPADDRESS] client denied by server configuration: /apps/devtcomn/java/java
    log from error_log_pls
    [Thu Jun 17 09:34:35 2010] [notice] FastCGI: process manager initialized (pid 28061)
    [Thu Jun 17 09:34:36 2010] [notice] Oracle HTTP Server Powered by Apache/1.3.19 configured -- resuming normal operations
    [Thu Jun 17 09:35:29 2010] [error] mod_plsql: /pls/DEVT_portal30/portal30.home HTTP-403 ORA-1017 <B>Proxy log On failed.</B><BR>Please verify that you have specified correct connectivity information i.e. username, password & connect-string in the DAD
    [Thu Jun 17 09:47:56 2010] [error] mod_plsql: /pls/DEVT_portal30/portal30.home HTTP-403 ORA-1017 <B>Proxy log On failed.</B><BR>Please verify that you have specified correct connectivity information i.e. username, password & connect-string in the DAD
    log from Apache/Apache/logs/access_log.1276732800
    IPADDRESS- - [17/Jun/2010:10:18:57 +0400] "GET /oa_servlets/AppsLogin HTTP/1.1" 302 258
    IPADDRESS - - [17/Jun/2010:10:18:57 +0400] "GET /pls/DEVT_portal30/portal30.home HTTP/1.1" 403 241
    IPADDRESS - - [17/Jun/2010:10:19:15 +0400] "GET /servlets/weboam/oam/oamLogin HTTP/1.1" 302 403
    IPADDRESS - - [17/Jun/2010:10:19:15 +0400] "GET /servlets/weboam/redirectURL$url=$|oa*_servlets$|oracle.apps.fnd.sso.AppsLogin_3FrequestUrl$=$|oa*_servlets$|weboam$|oam$|oamLogin_26cancelUrl$=$|oa*_servlets$|oracle.apps.fnd.sso.AppsLogin$forward=oam$|oamLogin HTTP/1.1" 302 335
    IPADDRESS - - [17/Jun/2010:10:19:15 +0400] "GET /oa_servlets/oracle.apps.fnd.sso.AppsLogin?requestUrl=/oa_servlets/weboam/oam/oamLogin&cancelUrl=/oa_servlets/oracle.apps.fnd.sso.AppsLogin HTTP/1.1" 302 258
    IPADDRESS - - [17/Jun/2010:10:19:15 +0400] "GET /pls/DEVT_portal30/portal30.home HTTP/1.1" 403 241
    IPADDRESS - - [17/Jun/2010:10:19:28 +0400] "GET /oa_servlets/AppsLogin HTTP/1.1" 302 258
    IPADDRESS - - [17/Jun/2010:10:19:28 +0400] "GET /pls/DEVT_portal30/portal30.home HTTP/1.1" 403 241
    log from Apache/Apache/logs/access_log_pls.1276732800
    HostName - - [17/Jun/2010:09:35:29 +0400] "GET /pls/DEVT_portal30/portal30.home HTTP/1.0" 403 229
    HostName - - [17/Jun/2010:09:47:56 +0400] "GET /pls/DEVT_portal30/portal30.home HTTP/1.0" 403 229
    HostName - "" [17/Jun/2010:09:48:13 +0400] "GET /pls/DEVT/OracleMyPage.home HTTP/1.0" 200 3635
    HostName - "" [17/Jun/2010:09:48:18 +0400] "GET /pls/DEVT/OracleConfigure.render?p_page_id=45&p_region_id=45&p_mode=0 HTTP/1.0" 200 30415
    HostName - "" [17/Jun/2010:09:48:28 +0400] "GET /pls/DEVT/fnd_icx_launch.launch?resp_app=FND&resp_key=APPLICATION_DEVELOPER_GS&secgrp_key=STANDARD&start_func=FND_FNDFFMSA&other_params= HTTP/1.0" 302 0
    HostName - "" [17/Jun/2010:09:48:36 +0400] "GET /pls/DEVT/fnd_icx_launch.runforms?ICX_TICKET=&resp_app=FND&resp_key=APPLICATION_DEVELOPER_GS&secgrp_key=STANDARD&start_func=FND_FNDFFMSA&other_params= HTTP/1.0" 302 0
    HostName - - [17/Jun/2010:10:18:48 +0400] "GET /pls/DEVT_portal30/portal30.home HTTP/1.0" 403 229
    HostName - - [17/Jun/2010:10:18:57 +0400] "GET /pls/DEVT_portal30/portal30.home HTTP/1.0" 403 229
    HostName - - [17/Jun/2010:10:19:15 +0400] "GET /pls/DEVT_portal30/portal30.home HTTP/1.0" 403 229
    HostName - - [17/Jun/2010:10:19:28 +0400] "GET /pls/DEVT_portal30/portal30.home HTTP/1.0" 403 229
    log from iAS/Apache/Jserv/logs/jserv.log
    [17/06/2010 09:34:34:592 GST] <info> ApacheJServ/1.1.2 is starting...
    [17/06/2010 09:34:34:593 GST] <debug> using confFile /apps/devtora/iAS/Apache/Jserv/etc/jserv.properties
    [17/06/2010 09:34:34:634 GST] <info> Connection authentication enabled
    [17/06/2010 09:34:34:642 GST] <info> Connection allowed from /127.0.0.1
    [17/06/2010 09:34:34:643 GST] <info> Connection allowed from hostname/IPADDRESS
    [17/06/2010 09:34:34:643 GST] <debug> port 16040 is specified in properties file
    [17/06/2010 09:34:34:643 GST] <debug> port 16041 is specified in properties file
    [17/06/2010 09:34:34:643 GST] <debug> port 16042 is specified in properties file
    [17/06/2010 09:34:34:644 GST] <debug> port 16043 is specified in properties file
    [17/06/2010 09:34:34:644 GST] <debug> port 16044 is specified in properties file
    [17/06/2010 09:34:34:644 GST] <debug> port 16045 is specified in properties file
    [17/06/2010 09:34:34:644 GST] <debug> port 16046 is specified in properties file
    [17/06/2010 09:34:34:644 GST] <debug> port 16047 is specified in properties file
    [17/06/2010 09:34:34:644 GST] <debug> port 16048 is specified in properties file
    [17/06/2010 09:34:34:644 GST] <debug> port 16049 is specified in properties file
    [17/06/2010 09:34:34:644 GST] <debug> try to start on port 16040
    [17/06/2010 09:34:34:646 GST] <debug> socket created on port 16040
    [17/06/2010 09:34:34:646 GST] <info> Listening on port 16040 accepting 256 maximum connections
    [17/06/2010 09:34:34:706 GST] <debug> ApacheJServ/1.1.2&&http://HOSTNAME:8104/oprocmgr-service?cmd=Register&index=0&modName=JServ&grpName=OACoreGroup&port=16040
    [17/06/2010 09:34:35:097 GST] <debug> ApacheJServ/1.1.2 register suc
    [17/06/2010 09:34:36:110 GST] <info> Creating Servlet Zones
    [17/06/2010 09:34:36:110 GST] <info> Servlet Zone rootdevtapps initializing...
    [17/06/2010 09:34:36:110 GST] <debug> - Using configuration file: /apps/devtora/iAS/Apache/Jserv/etc/zone.properties
    [17/06/2010 09:34:36:122 GST] <info> Initialisation timeout: 10 seconds
    [17/06/2010 09:34:36:122 GST] <info> Destroy timeout: 10 seconds
    [17/06/2010 09:34:36:122 GST] <info> Session timeout: 1800 seconds
    [17/06/2010 09:34:36:122 GST] <info> New session timeout: 1800 seconds
    [17/06/2010 09:34:36:122 GST] <info> Session check frequency: 30 seconds
    [17/06/2010 09:34:36:122 GST] <info> Autoreload on zone file changes: false
    [17/06/2010 09:34:36:122 GST] <info> Autoreload on classfile changes: false
    [17/06/2010 09:34:36:122 GST] <info> Default initArgs: {cz.activemodel=/nolp|/nodp|/noatp|, FND_TOP=/apps/devtappl/fnd/11.5.0, whitespace_between_scriptlet=true}
    [17/06/2010 09:34:36:123 GST] <warning> Repository /apps/devtcomn/java/apps.zip doesn't exist!
    [17/06/2010 09:34:36:126 GST] <info> Servlet name: weboam
    [17/06/2010 09:34:36:126 GST] <info> Servlet name: page
    [17/06/2010 09:34:36:126 GST] <info> Servlet name: BneComponentService
    [17/06/2010 09:34:36:126 GST] <info> Servlet name: AppsLogin
    [17/06/2010 09:34:36:126 GST] <info> Servlet name: CatalogTemplates
    [17/06/2010 09:34:36:126 GST] <info> Servlet name: BneApplicationService
    [17/06/2010 09:34:36:126 GST] <info> Servlet name: BneCaboTestServlet
    [17/06/2010 09:34:36:126 GST] <info> Servlet name: AppsSSOServlet
    [17/06/2010 09:34:36:126 GST] <info> Servlet name: OAAppModPoolMonitor
    [17/06/2010 09:34:36:126 GST] <info> Servlet name: BneSnoopServlet
    [17/06/2010 09:34:36:126 GST] <info> Servlet name: weboamLocal
    [17/06/2010 09:34:36:126 GST] <info> Servlet name: MonitorServlet
    [17/06/2010 09:34:36:126 GST] <info> Servlet name: ibyecapp
    [17/06/2010 09:34:36:126 GST] <info> Servlet name: ibyscheduler
    [17/06/2010 09:34:36:126 GST] <info> Servlet name: BneDocumentService
    [17/06/2010 09:34:36:126 GST] <info> Servlet name: oms
    [17/06/2010 09:34:36:126 GST] <info> Servlet name: BIExport
    [17/06/2010 09:34:36:126 GST] <info> Servlet name: oramipp_lop
    [17/06/2010 09:34:36:126 GST] <info> Servlet name: BneProxy
    [17/06/2010 09:34:36:126 GST] <info> Servlet name: AppsPwdChange
    [17/06/2010 09:34:36:126 GST] <info> Servlet name: chart
    [17/06/2010 09:34:36:126 GST] <debug> Creating new sessions hashtable.
    [17/06/2010 09:34:36:134 GST] <servletLog> oracle.apps.icx.common.InitSystemProperties: init
    [17/06/2010 09:34:36:149 GST] <servletLog> oracle.apps.fnd.tcf.SocketServer: init
    [17/06/2010 09:34:36:151 GST] <servletLog> weboamLocal/oracle.apps.fnd.oam.servlet.ui.OAMServlet: init
    [17/06/2010 09:34:36:438 GST] <servletLog> weboamLocal/oracle.apps.fnd.oam.servlet.ui.OAMServlet: Sucessfully initialize oaosu.OAMServlet
    [17/06/2010 09:34:36:438 GST] <debug> Servlet Zone rootdevtapps initialization complete
    [17/06/2010 09:34:36:438 GST] <info> Servlet Zone mobile initializing...
    [17/06/2010 09:34:36:438 GST] <debug> - Using configuration file: /apps/devtora/iAS/Apache/Jserv/etc/mobile.properties
    [17/06/2010 09:34:36:439 GST] <info> Initialisation timeout: 10 seconds
    [17/06/2010 09:34:36:439 GST] <info> Destroy timeout: 10 seconds
    [17/06/2010 09:34:36:439 GST] <info> Session timeout: 600 seconds
    [17/06/2010 09:34:36:439 GST] <info> New session timeout: 1800 seconds
    [17/06/2010 09:34:36:440 GST] <info> Autoreload on zone file changes: false
    [17/06/2010 09:34:36:440 GST] <info> Autoreload on classfile changes: false
    [17/06/2010 09:34:36:440 GST] <info> Default initArgs: {}
    [17/06/2010 09:34:36:441 GST] <info> Servlet name: AppsSSOServlet
    [17/06/2010 09:34:36:441 GST] <info> Servlet name: AppsLogout
    [17/06/2010 09:34:36:441 GST] <info> Servlet name: AppsPwdChange
    [17/06/2010 09:34:36:441 GST] <info> Servlet name: AppsLogin
    [17/06/2010 09:34:36:441 GST] <info> Servlet name: start
    [17/06/2010 09:34:36:441 GST] <debug> Creating new sessions hashtable.
    [17/06/2010 09:34:36:470 GST] <servletLog> oracle.apps.mwa.wap.engine.WapServlet: init
    [17/06/2010 09:34:36:470 GST] <servletLog> oracle.apps.mwa = /apps/devtappl/mwa/11.5.0
    [17/06/2010 09:34:42:038 GST] <servletLog> Fatal error in parsing device registration file. See system log file for details.
    [17/06/2010 09:34:42:038 GST] <debug> Servlet Zone mobile initialization complete
    [17/06/2010 09:35:28:815 GST] <debug> Creating noun for: AppsLogin
    [17/06/2010 09:35:28:819 GST] <servletLog> AppsLogin/oracle.apps.fnd.sso.AppsLogin: init
    [17/06/2010 09:48:03:462 GST] <debug> Creating noun for: oracle.jsp.JspServlet
    [17/06/2010 09:48:03:463 GST] <debug> Creating noun for: AppsLocalLogin.jsp
    [17/06/2010 09:48:03:469 GST] <servletLog> oracle.jsp.JspServlet: init
    [17/06/2010 09:48:11:004 GST] <debug> Creating noun for: fndvald.jsp
    [17/06/2010 09:48:19:494 GST] <debug> Creating noun for: RF.jsp
    [17/06/2010 09:48:23:149 GST] <debug> Creating noun for: OA.jsp
    [17/06/2010 10:19:15:648 GST] <debug> Creating noun for: weboam
    [17/06/2010 10:19:15:650 GST] <servletLog> weboam/oracle.apps.fnd.oam.servlet.ui.OAMServlet: init
    [17/06/2010 10:19:15:656 GST] <servletLog> weboam/oracle.apps.fnd.oam.servlet.ui.OAMServlet: Sucessfully initialize oaosu.OAMServlet
    [17/06/2010 10:19:15:819 GST] <debug> Creating noun for: oracle.apps.fnd.sso.AppsLogin
    [17/06/2010 10:19:15:820 GST] <servletLog> oracle.apps.fnd.sso.AppsLogin: init
    log from iAS/Apache/Jserv/logs/mod_jserv.log
    [17/06/2010 09:34:34:004] (INFO) Apache Module was cleaned-up
    [17/06/2010 09:35:28:813] (INFO) balance: new session: HOSTNAME
    [17/06/2010 09:35:28:954] (INFO) balance: continuing to HOSTNAME:16040
    [17/06/2010 09:47:56:420] (INFO) balance: new session: HOSTNAME
    [17/06/2010 09:47:56:422] (INFO) balance: continuing to HOSTNAME:16040
    log from iAS/Apache/Jserv/logs/jvm/OACoreGroup.0.stdout
    ApacheJServ/1.1.2
    0.000: [GC 34940K->1887K(126720K), 0.0251390 secs]
    0.399: [Full GC 4009K->1897K(126720K), 0.0571980 secs]
    803.242: [GC 36969K->3382K(126848K), 0.0194300 secs]
    818.725: [Full GC[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor1]
    [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor4]
    [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor2]
    [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor5]
    [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor3]
    11970K->3440K(126848K), 0.0792960 secs]
    819.663: [Full GC 15883K->4005K(126848K), 0.0972840 secs]
    823.622: [GC 39077K->15585K(126848K), 0.0946650 secs]
    1366.780: [GC 50657K->16654K(126848K), 0.0432780 secs]
    3160.400: [GC 51726K->16588K(126848K), 0.0070660 secs]
    Cau you find any issues on these log files..
    Regards
    Santos

  • EBS Login problem  please help me

    EBS 11.5.10.2
    Database 10.2.3
    OS - AIX 5.31
    WHEN HA TEST , IT HAPPEN
    My devt instance having one issue, very recently there is a problem with login second boot
    If i am trying with http:/hostname:port/oa_servlets/AppsLogin
    input user and password
    it is ok
    but i can not Cannot Launch Forms From The Responsibilities Menu
    cgi is ok
    host
    132.172.1.170 CWApp_Web_pri_boot1
    134.172.1.170 CWApp_Web_pri_boot2
    132.172.1.143 finapp.njcb.com.cn finapp CWApp_Web_svc
    #132.172.1.143 finapp.njcb.com.cn finapp
    132.172.1.157 CWApp_Web_sec_boot1
    134.172.1.157 CWApp_Web_sec_boot2
    Error log of  access_log_pls in Apache
    cwapp_web_sec_boot1 - - [08/Nov/2010:17:00:19 +0800] "GET /pls/PROD/fnd_icx_launch.launch?resp_app=SQLGL&resp_key=NJCB_9900_GL_SU&secgrp_key=STANDARD&start_func=FND_FNDRSRUN&other_params= HTTP/1.0" 403 228
    Error log of  access_log in Apache
    cwapp_web_sec_boot1 - - [08/Nov/2010:16:59:14 +0800] "GET /oprocmgr-service?cmd=Register&index=0&modName=JServ&grpName=FormsGroup&port=18000 HTTP/1.1" 200 15
    cwapp_web_sec_boot1 - - [08/Nov/2010:16:59:14 +0800] "GET /oprocmgr-service?cmd=Register&index=0&modName=JServ&grpName=DiscoGroup&port=17000 HTTP/1.1" 200 15
    cwapp_web_sec_boot1 - - [08/Nov/2010:16:59:14 +0800] "GET /oprocmgr-service?cmd=Register&index=1&modName=JServ&grpName=OACoreGroup&port=16000 HTTP/1.1" 200 15
    cwapp_web_sec_boot1 - - [08/Nov/2010:16:59:14 +0800] "GET /oprocmgr-service?cmd=Register&index=0&modName=JServ&grpName=OACoreGroup&port=16001 HTTP/1.1" 200 15
    cwapp_web_sec_boot1 - - [08/Nov/2010:16:59:14 +0800] "GET /oprocmgr-service?cmd=Register&index=0&modName=JServ&grpName=XmlSvcsGrp&port=19000 HTTP/1.1" 200 15
    132.172.1.169 - - [08/Nov/2010:16:59:35 +0800] "GET / HTTP/1.0" 200 2583
    132.172.1.169 - - [08/Nov/2010:16:59:35 +0800] "GET /apptitle.html HTTP/1.0" 200 1009
    132.172.1.169 - - [08/Nov/2010:16:59:35 +0800] "GET /applist.html HTTP/1.0" 200 1600
    132.172.1.169 - - [08/Nov/2010:16:59:35 +0800] "GET /appdet.html HTTP/1.0" 200 1003
    132.172.1.169 - - [08/Nov/2010:16:59:35 +0800] "GET /appsmed3.gif HTTP/1.0" 200 1981
    132.172.1.169 - - [08/Nov/2010:16:59:36 +0800] "GET /aplogon.html HTTP/1.0" 200 1946
    132.172.1.169 - - [08/Nov/2010:16:59:38 +0800] "GET /oa_servlets/AppsLogin HTTP/1.0" 302 330
    132.172.1.169 - - [08/Nov/2010:16:59:40 +0800] "GET /OA_HTML/AppsLocalLogin.jsp?requestUrl=APPSHOMEPAGE&cancelUrl=http%3A%2F%2Ffinapp.njcb.com.cn%3A8000%2Foa_servlets%2Foracle.apps.fnd.sso.AppsLogin HTTP/1.0" 200 6924
    132.172.1.169 - - [08/Nov/2010:16:59:40 +0800] "GET /OA_HTML/cabo/styles/cache/oracle-desktop-2_2_24-ie-6-windows.css HTTP/1.0" 200 21982
    132.172.1.169 - - [08/Nov/2010:16:59:40 +0800] "GET /OA_HTML/cabo/jsLibs/Common2_2_24.js HTTP/1.0" 200 88306
    132.172.1.169 - - [08/Nov/2010:16:59:40 +0800] "GET /OA_HTML/cabo/images/t.htm HTTP/1.0" 200 28
    132.172.1.169 - - [08/Nov/2010:16:59:40 +0800] "GET /OA_HTML/cabo/images/t.gif HTTP/1.0" 200 85
    132.172.1.169 - - [08/Nov/2010:16:59:40 +0800] "GET /OA_MEDIA/FNDSSCORP.gif HTTP/1.0" 200 1435
    132.172.1.169 - - [08/Nov/2010:16:59:40 +0800] "GET /OA_MEDIA/fndpbs.gif HTTP/1.0" 200 211
    132.172.1.169 - - [08/Nov/2010:16:59:40 +0800] "GET /OA_HTML/cabo/images/cache/cghes.gif HTTP/1.0" 200 136
    132.172.1.169 - - [08/Nov/2010:16:59:40 +0800] "GET /OA_HTML/cabo/images/cache/cghec.gif HTTP/1.0" 200 119
    132.172.1.169 - - [08/Nov/2010:16:59:40 +0800] "GET /OA_HTML/cabo/images/cache/cghee.gif HTTP/1.0" 200 102
    132.172.1.169 - - [08/Nov/2010:16:59:40 +0800] "GET /OA_HTML/cabo/images/cache/zh-cn/bb56lhg.gif HTTP/1.0" 200 741
    132.172.1.169 - - [08/Nov/2010:16:59:40 +0800] "GET /OA_MEDIA/nlsus.gif HTTP/1.0" 200 275
    132.172.1.169 - - [08/Nov/2010:16:59:40 +0800] "GET /OA_MEDIA/lang_bullet.gif HTTP/1.0" 200 404
    132.172.1.169 - - [08/Nov/2010:16:59:40 +0800] "GET /OA_MEDIA/nlszhs_a.gif HTTP/1.0" 200 311
    132.172.1.169 - - [08/Nov/2010:16:59:47 +0800] "POST /OA_HTML/fndvald.jsp HTTP/1.0" 302 243
    132.172.1.169 - - [08/Nov/2010:16:59:54 +0800] "GET /OA_HTML/OA.jsp?OAFunc=OAHOMEPAGE HTTP/1.0" 200 18399
    132.172.1.169 - - [08/Nov/2010:16:59:54 +0800] "GET /OA_HTML/cabo/styles/cache/oracle-desktop-custom-2_2_24-zh_CN_ORACLE9I-ie-6-windows.css HTTP/1.0" 200 26762
    132.172.1.169 - - [08/Nov/2010:16:59:54 +0800] "GET /OA_HTML/cabo/oajsLibs/oafcore510CU3.js HTTP/1.0" 200 25771
    132.172.1.169 - - [08/Nov/2010:16:59:54 +0800] "GET /OA_HTML/cabo/images/pbs.gif HTTP/1.0" 200 151
    132.172.1.169 - - [08/Nov/2010:16:59:54 +0800] "GET /OA_HTML/cabo/images/cache/zhs/bNtfFullListgxG5.gif HTTP/1.0" 200 1318
    132.172.1.169 - - [08/Nov/2010:16:59:54 +0800] "GET /OA_HTML/cabo/images/tip.gif HTTP/1.0" 200 171
    132.172.1.169 - - [08/Nov/2010:16:59:54 +0800] "GET /OA_HTML/cabo/images/cache/zhs/bCustomAppsNavLinktzYD.gif HTTP/1.0" 200 1485
    132.172.1.169 - - [08/Nov/2010:16:59:54 +0800] "GET /OA_HTML/blank.html HTTP/1.0" 200 98
    132.172.1.169 - - [08/Nov/2010:16:59:54 +0800] "GET /OA_MEDIA/fwkhp_folder.gif HTTP/1.0" 200 639
    132.172.1.169 - - [08/Nov/2010:16:59:54 +0800] "GET /OA_HTML/cabo/images/cache/zhs/bCustomLinkc0qb.gif HTTP/1.0" 200 1522
    132.172.1.169 - - [08/Nov/2010:16:59:57 +0800] "GET /OA_MEDIA/fwkhp_formsfunc.gif HTTP/1.0" 200 637
    132.172.1.169 - - [08/Nov/2010:16:59:58 +0800] "GET /OA_MEDIA/fwkhp_sswafunc.gif HTTP/1.0" 200 659
    132.172.1.169 - - [08/Nov/2010:16:59:58 +0800] "GET /OA_HTML/OA.jsp?OAFunc=OAHOMEPAGE&akRegionApplicationId=0&navRespId=50257&navRespAppId=101&navSecGrpId=0&transactionid=1012799754&oapc=2&oas=j41GFDI4fskYC_FpIgGr7A.. HTTP/1.0" 200 110791
    132.172.1.169 - - [08/Nov/2010:17:00:01 +0800] "GET /OA_HTML/RF.jsp?function_id=75&resp_id=50257&resp_appl_id=101&security_group_id=0&lang_code=ZHS&oas=jRtO1Ouj_7g-xjeVNr20Uw..&formsLink=yes HTTP/1.0" 302 355
    132.172.1.169 - - [08/Nov/2010:17:00:01 +0800] "GET /pls/PROD/fnd_icx_launch.launch?resp_app=SQLGL&resp_key=NJCB_9900_GL_SU&secgrp_key=STANDARD&start_func=FND_FNDRSRUN&other_params= HTTP/1.0" 403 228
    132.172.1.169 - - [08/Nov/2010:17:00:18 +0800] "GET /OA_HTML/RF.jsp?function_id=75&resp_id=50257&resp_appl_id=101&security_group_id=0&lang_code=ZHS&oas=jRtO1Ouj_7g-xjeVNr20Uw..&formsLink=yes HTTP/1.0" 302 355
    132.172.1.169 - - [08/Nov/2010:17:00:18 +0800] "GET /pls/PROD/fnd_icx_launch.launch?resp_app=SQLGL&resp_key=NJCB_9900_GL_SU&secgrp_key=STANDARD&start_func=FND_FNDRSRUN&other_params= HTTP/1.0" 403 228
    132.172.1.169 - - [08/Nov/2010:17:00:19 +0800] "GET /OA_HTML/RF.jsp?function_id=75&resp_id=50257&resp_appl_id=101&security_group_id=0&lang_code=ZHS&oas=jRtO1Ouj_7g-xjeVNr20Uw..&formsLink=yes HTTP/1.0" 302 355
    132.172.1.169 - - [08/Nov/2010:17:00:19 +0800] "GET /pls/PROD/fnd_icx_launch.launch?resp_app=SQLGL&resp_key=NJCB_9900_GL_SU&secgrp_key=STANDARD&start_func=FND_FNDRSRUN&other_params= HTTP/1.0" 403 228
    132.172.1.169 - - [08/Nov/2010:17:59:53 +0800] "GET / HTTP/1.0" 200 2583
    132.172.1.169 - - [08/Nov/2010:17:59:53 +0800] "GET /apptitle.html HTTP/1.0" 200 1009
    132.172.1.169 - - [08/Nov/2010:17:59:53 +0800] "GET /applist.html HTTP/1.0" 200 1600
    132.172.1.169 - - [08/Nov/2010:17:59:53 +0800] "GET /appdet.html HTTP/1.0" 200 1003
    132.172.1.169 - - [08/Nov/2010:17:59:53 +0800] "GET /appsmed3.gif HTTP/1.0" 200 1981
    132.172.1.169 - - [08/Nov/2010:17:59:54 +0800] "GET /aplogon.html HTTP/1.0" 200 1946
    132.172.1.169 - - [08/Nov/2010:17:59:57 +0800] "GET /oa_servlets/AppsLogin HTTP/1.0" 302 330
    132.172.1.169 - - [08/Nov/2010:17:59:58 +0800] "GET /OA_HTML/AppsLocalLogin.jsp?requestUrl=APPSHOMEPAGE&cancelUrl=http%3A%2F%2Ffinapp.njcb.com.cn%3A8000%2Foa_servlets%2Foracle.apps.fnd.sso.AppsLogin HTTP/1.0" 200 6924
    132.172.1.169 - - [08/Nov/2010:17:59:58 +0800] "GET /OA_HTML/cabo/styles/cache/oracle-desktop-2_2_24-ie-6-windows.css HTTP/1.0" 200 21982
    132.172.1.169 - - [08/Nov/2010:17:59:58 +0800] "GET /OA_HTML/cabo/jsLibs/Common2_2_24.js HTTP/1.0" 200 88306
    132.172.1.169 - - [08/Nov/2010:17:59:58 +0800] "GET /OA_HTML/cabo/images/t.htm HTTP/1.0" 200 28
    132.172.1.169 - - [08/Nov/2010:17:59:58 +0800] "GET /OA_HTML/cabo/images/t.gif HTTP/1.0" 200 85
    132.172.1.169 - - [08/Nov/2010:17:59:58 +0800] "GET /OA_MEDIA/FNDSSCORP.gif HTTP/1.0" 200 1435
    132.172.1.169 - - [08/Nov/2010:17:59:58 +0800] "GET /OA_MEDIA/fndpbs.gif HTTP/1.0" 200 211
    132.172.1.169 - - [08/Nov/2010:17:59:58 +0800] "GET /OA_HTML/cabo/images/cache/cghes.gif HTTP/1.0" 200 136
    132.172.1.169 - - [08/Nov/2010:17:59:58 +0800] "GET /OA_HTML/cabo/images/cache/cghec.gif HTTP/1.0" 200 119
    132.172.1.169 - - [08/Nov/2010:17:59:58 +0800] "GET /OA_HTML/cabo/images/cache/cghee.gif HTTP/1.0" 200 102
    132.172.1.169 - - [08/Nov/2010:17:59:58 +0800] "GET /OA_HTML/cabo/images/cache/zh-cn/bb56lhg.gif HTTP/1.0" 200 741
    132.172.1.169 - - [08/Nov/2010:17:59:58 +0800] "GET /OA_MEDIA/nlsus.gif HTTP/1.0" 200 275
    132.172.1.169 - - [08/Nov/2010:17:59:58 +0800] "GET /OA_MEDIA/lang_bullet.gif HTTP/1.0" 200 404
    132.172.1.169 - - [08/Nov/2010:17:59:58 +0800] "GET /OA_MEDIA/nlszhs_a.gif HTTP/1.0" 200 311
    132.172.1.169 - - [08/Nov/2010:18:00:05 +0800] "POST /OA_HTML/fndvald.jsp HTTP/1.0" 302 243
    132.172.1.169 - - [08/Nov/2010:18:00:11 +0800] "GET /OA_HTML/OA.jsp?OAFunc=OAHOMEPAGE HTTP/1.0" 200 18399
    132.172.1.169 - - [08/Nov/2010:18:00:11 +0800] "GET /OA_HTML/cabo/styles/cache/oracle-desktop-custom-2_2_24-zh_CN_ORACLE9I-ie-6-windows.css HTTP/1.0" 200 26762
    132.172.1.169 - - [08/Nov/2010:18:00:11 +0800] "GET /OA_HTML/cabo/oajsLibs/oafcore510CU3.js HTTP/1.0" 200 25771
    132.172.1.169 - - [08/Nov/2010:18:00:11 +0800] "GET /OA_HTML/cabo/images/pbs.gif HTTP/1.0" 200 151
    132.172.1.169 - - [08/Nov/2010:18:00:11 +0800] "GET /OA_HTML/cabo/images/cache/zhs/bNtfFullListgxG5.gif HTTP/1.0" 200 1318
    132.172.1.169 - - [08/Nov/2010:18:00:11 +0800] "GET /OA_HTML/cabo/images/tip.gif HTTP/1.0" 200 171
    132.172.1.169 - - [08/Nov/2010:18:00:11 +0800] "GET /OA_HTML/cabo/images/cache/zhs/bCustomAppsNavLinktzYD.gif HTTP/1.0" 200 1485
    132.172.1.169 - - [08/Nov/2010:18:00:11 +0800] "GET /OA_MEDIA/fwkhp_folder.gif HTTP/1.0" 200 639
    132.172.1.169 - - [08/Nov/2010:18:00:11 +0800] "GET /OA_HTML/blank.html HTTP/1.0" 200 98
    132.172.1.169 - - [08/Nov/2010:18:00:11 +0800] "GET /OA_HTML/cabo/images/cache/zhs/bCustomLinkc0qb.gif HTTP/1.0" 200 1522
    132.172.1.169 - - [08/Nov/2010:18:00:23 +0800] "GET /OA_HTML/OA.jsp?OAFunc=OAHOMEPAGE&akRegionApplicationId=0&navRespId=50337&navRespAppId=20003&navSecGrpId=0&transactionid=1627133183&oapc=2&oas=-PgpRkYUs_aLZJ_DOHWyWg.. HTTP/1.0" 200 27787
    132.172.1.169 - - [08/Nov/2010:18:00:23 +0800] "GET /OA_MEDIA/fwkhp_formsfunc.gif HTTP/1.0" 200 637
    132.172.1.169 - - [08/Nov/2010:18:00:24 +0800] "GET /OA_HTML/RF.jsp?function_id=26007&resp_id=50337&resp_appl_id=20003&security_group_id=0&lang_code=ZHS&oas=2po3ZSMT-LNkEhSB0xt2Wg..&formsLink=yes HTTP/1.0" 302 349
    132.172.1.169 - - [08/Nov/2010:18:00:24 +0800] "GET /pls/PROD/fnd_icx_launch.launch?resp_app=CUX&resp_key=CUX_OFSA_RESP&secgrp_key=STANDARD&start_func=CUXOFSACTL&other_params= HTTP/1.0" 403 228
    Error log of  error_log in Apache
    cwapp_web_sec_boot1 - - [08/Nov/2010:17:00:19 +0800] "GET /pls/PROD/fnd_icx_launch.launch?resp_app=SQLGL&resp_key=NJCB_9900_GL_SU&secgrp_key=STANDARD&start_func=FND_FNDRSRUN&other_params= HTTP/1.0" 403 228
    [Mon Nov  8 16:56:12 2010] [notice] caught SIGTERM, shutting down
    [Mon Nov  8 16:59:13 2010] [notice] FastCGI: process manager initialized (pid 446696)
    [Mon Nov  8 16:59:14 2010] [notice] Oracle HTTP Server Powered by Apache/1.3.19 configured -- resuming normal operations
    Error log of  error_log in Apache
    cwapp_web_sec_boot1 - - [08/Nov/2010:17:00:19 +0800] "GET /pls/PROD/fnd_icx_launch.launch?resp_app=SQLGL&resp_key=NJCB_9900_GL_SU&secgrp_key=STANDARD&start_func=FND_FNDRSRUN&other_params= HTTP/1.0" 403 228
    [Mon Nov  8 16:56:12 2010] [notice] caught SIGTERM, shutting down
    [Mon Nov  8 16:59:13 2010] [notice] FastCGI: process manager initialized (pid 446696)
    [Mon Nov  8 16:59:14 2010] [notice] Oracle HTTP Server Powered by Apache/1.3.19 configured -- resuming normal operations
    Error log of  error_log_pls  in Apache
    [Mon Nov  8 18:00:24 2010] [error] [client 132.172.1.157] client denied by server configuration: /app/prodcomn/portal/PROD_finapp/pls
    Help me to figure out this problem
    Regards

    error_log_pls:
    [Mon Nov  8 20:42:32 2010] [notice] caught SIGTERM, shutting down
    [Mon Nov  8 20:42:42 2010] [info] mod_unique_id: using ip addr 132.172.1.143
    [Mon Nov  8 20:42:43 2010] [debug] mod_oprocmgr.c(1260): OPM: Process Manager Module Initialization
    [Mon Nov  8 20:42:43 2010] [debug] opm_tbl.c(230): OPM:Into opm_tbl_create_tbl
    [Mon Nov  8 20:42:43 2010] [debug] opm_sys.c(128): OPM:Into opm_sys_init
    [Mon Nov  8 20:42:43 2010] [notice] FastCGI: process manager initialized (pid 475148)
    [Mon Nov  8 20:42:43 2010] [debug] opm_sys.c(270): OPM:Into opm_sys_init_mtx
    [Mon Nov  8 20:42:43 2010] [debug] opm_sys.c(467): OPM:Create mutex file=/app/prodora/iAS/Apache/Apache/logs/opm_sys_mtx.503906
    [Mon Nov  8 20:42:43 2010] [debug] mod_oprocmgr.c(1292): OPM: LISTEN ip=132.172.1.143 and port=8200
    [Mon Nov  8 20:42:43 2010] [info] OPM: Watcher starts with an id=413998 (pid for unix and thread id for NT)
    [Mon Nov  8 20:42:43 2010] [info] mod_unique_id: using ip addr 132.172.1.143
    [Mon Nov  8 20:42:43 2010] [debug] opm_ew.c(220): OPM: EW: Enters opm_ew_func()
    [Mon Nov  8 20:42:43 2010] [info] OPM: There are no modules registered with the process manager
    [Mon Nov  8 20:42:43 2010] [debug] opm_ew.c(282): OPM: EW: Initial sleep time is 15
    [Mon Nov  8 20:42:44 2010] [notice] Oracle HTTP Server Powered by Apache/1.3.19 configured -- resuming normal operations
    [Mon Nov  8 20:42:44 2010] [info] Server built: Mar 25 2005 15:40:05 (iAS 1.0.2.2.2 rollup 5)
    [Mon Nov  8 20:42:58 2010] [debug] opm_ew.c(469): OPM: EW: Enters opm_ew_broadcast()
    [Mon Nov  8 20:43:13 2010] [debug] opm_ew.c(469): OPM: EW: Enters opm_ew_broadcast()
    [Mon Nov  8 20:43:28 2010] [debug] opm_ew.c(469): OPM: EW: Enters opm_ew_broadcast()
    [Mon Nov  8 20:43:40 2010] [error] [client 132.172.1.157] client denied by server configuration: /app/prodcomn/portal/PROD_finapp/pls
    [Mon Nov  8 20:43:43 2010] [debug] opm_ew.c(469): OPM: EW: Enters opm_ew_broadcast()
    [Mon Nov  8 20:44:43 2010] [debug] opm_ew.c(469): OPM: EW: Enters opm_ew_broadcast()
    error_log:
    [Mon Nov  8 20:42:42 2010] [debug] opm_tbl.c(824): OPM:Into opm_tbl_insert_local_proc, mod=JServ,grp=FormsGroup,host=finapp.njcb.com.cn,bindadd=finapp.njcb.com.cn,index=0,pid=454900
    [Mon Nov  8 20:42:42 2010] [info] OPM: ADM: process 426076 created server process 454900 (group FormsGroup, module JServ), and inserted in proctable as entry 0
    [Mon Nov  8 20:42:42 2010] [info] OPM: ADM: Starting process for group XmlSvcsGrp to register at ProcNode http://finapp.njcb.com.cn:8100/oprocmgr-service
    [Mon Nov  8 20:42:42 2010] [debug] opm_tbl.c(932): OPM:Into opm_tbl_get_entry, mod=JServ,grp=XmlSvcsGrp,host=finapp.njcb.com.cn,entry=0
    [Mon Nov  8 20:42:42 2010] [debug] opm_tbl.c(824): OPM:Into opm_tbl_insert_local_proc, mod=JServ,grp=XmlSvcsGrp,host=finapp.njcb.com.cn,bindadd=finapp.njcb.com.cn,index=0,pid=324092
    [Mon Nov  8 20:42:42 2010] [info] OPM: ADM: process 426076 created server process 324092 (group XmlSvcsGrp, module JServ), and inserted in proctable as entry 0
    [Mon Nov  8 20:42:42 2010] [debug] opm_ew.c(282): OPM: EW: Initial sleep time is 15
    [Mon Nov  8 20:42:42 2010] [debug] opm_adm.c(399): OPM: ADM: Using the following to start server process
    [Mon Nov  8 20:42:42 2010] [debug] opm_adm.c(401): OPM: ADM: arg[0] is /app/prodora/iAS/Apache/Apache/bin/java.sh
    [Mon Nov  8 20:42:42 2010] [debug] opm_adm.c(401): OPM: ADM: arg[1] is -Xmx512M
    [Mon Nov  8 20:42:42 2010] [debug] opm_adm.c(401): OPM: ADM: arg[2] is -Xms128M
    [Mon Nov  8 20:42:42 2010] [debug] opm_adm.c(401): OPM: ADM: arg[3] is -Djava.awt.headless=true
    [Mon Nov  8 20:42:42 2010] [debug] opm_adm.c(401): OPM: ADM: arg[4] is -DFND_TOP=/app/prodappl/fnd/11.5.0
    [Mon Nov  8 20:42:42 2010] [debug] opm_adm.c(401): OPM: ADM: arg[5] is -DOA_HTML=/app/prodcomn/html/
    [Mon Nov  8 20:42:42 2010] [debug] opm_adm.c(401): OPM: ADM: arg[6] is -DOA_MEDIA=/app/prodcomn/java/oracle/apps/media/
    [Mon Nov  8 20:42:42 2010] [debug] opm_adm.c(401): OPM: ADM: arg[7] is -DOASMTPServer=finapp.njcb.com.cn
    [Mon Nov  8 20:42:42 2010] [debug] opm_adm.c(401): OPM: ADM: arg[8] is -DWebProxyHost=
    [Mon Nov  8 20:42:42 2010] [debug] opm_adm.c(401): OPM: ADM: arg[9] is -DWebProxyPort=
    [Mon Nov  8 20:42:42 2010] [debug] opm_adm.c(401): OPM: ADM: arg[10] is -DWebProxyByPassDomain=njcb.com.cn
    [Mon Nov  8 20:42:42 2010] [debug] opm_adm.c(401): OPM: ADM: arg[11] is -DOASSLCACertFile=/app/prodora/iAS/Apache/Apache/conf/ssl.crt/ca-bundle.crt
    [Mon Nov  8 20:42:42 2010] [debug] opm_adm.c(401): OPM: ADM: arg[12] is -DOXTAInPoolSize=1
    [Mon Nov  8 20:42:42 2010] [debug] opm_adm.c(401): OPM: ADM: arg[13] is -DOXTAOutThreads=1
    [Mon Nov  8 20:42:42 2010] [debug] opm_adm.c(401): OPM: ADM: arg[14] is -DCOMMON_TOP=/app/prodcomn
    [Mon Nov  8 20:42:42 2010] [debug] opm_adm.c(401): OPM: ADM: arg[15] is -DOXTALogDebugMsg=false
    [Mon Nov  8 20:42:42 2010] [debug] opm_adm.c(401): OPM: ADM: arg[16] is -DEXTERNAL_URL=http://finapp.njcb.com.cn:8000
    [Mon Nov  8 20:42:42 2010] [debug] opm_adm.c(401): OPM: ADM: arg[17] is -Djbo.323.compatible=true
    [Mon Nov  8 20:42:42 2010] [debug] opm_adm.c(401): OPM: ADM: arg[18] is -DJTFDBCFILE=/app/prodappl/fnd/11.5.0/secure/PROD_finapp/prod.dbc
    [Mon Nov  8 20:42:42 2010] [debug] opm_adm.c(401): OPM: ADM: arg[19] is -Dservice.Logging.common.filename=/app/prodcomn/temp/ibe.log
    [Mon Nov  8 20:42:42 2010] [debug] opm_adm.c(401): OPM: ADM: arg[20] is -Dframework.Logging.system.filename=/app/prodcomn/temp/fwsys.log
    [Mon Nov  8 20:42:42 2010] [debug] opm_adm.c(401): OPM: ADM: arg[21] is -DIMT_COM_PROPERTY_FILE=/app/prodappl/imt/11.5.0/admin/scripts/imtjserv.properties
    [Mon Nov  8 20:42:42 2010] [debug] opm_adm.c(401): OPM: ADM: arg[22] is -Dpoolsize=100
    [Mon Nov  8 20:42:42 2010] [debug] opm_adm.c(401): OPM: ADM: arg[23] is -Dminpoolsize=10
    [Mon Nov  8 20:42:42 2010] [debug] opm_adm.c(401): OPM: ADM: arg[24] is -Dpoolincrement=10
    [Mon Nov  8 20:42:42 2010] [debug] opm_adm.c(401): OPM: ADM: arg[25] is -Dpooldelayincrement=3
    [Mon Nov  8 20:42:42 2010] [debug] opm_adm.c(401): OPM: ADM: arg[26] is -DBNEDBCFILE=/app/prodappl/fnd/11.5.0/secure/PROD_finapp/prod.dbc
    [Mon Nov  8 20:42:42 2010] [debug] opm_adm.c(401): OPM: ADM: arg[27] is -Djserv.session.getValue.instrument=false
    [Mon Nov  8 20:42:42 2010] [debug] opm_adm.c(401): OPM: ADM: arg[28] is org.apache.jserv.JServ
    [Mon Nov  8 20:42:42 2010] [debug] opm_adm.c(401): OPM: ADM: arg[29] is -opmpropfile
    [Mon Nov  8 20:42:42 2010] [debug] opm_adm.c(401): OPM: ADM: arg[30] is /app/prodora/iAS/Apache/Jserv/etc/xmlsvcs.properties
    [Mon Nov  8 20:42:42 2010] [debug] opm_adm.c(401): OPM: ADM: arg[31] is -opmhost
    [Mon Nov  8 20:42:42 2010] [debug] opm_adm.c(401): OPM: ADM: arg[32] is finapp.njcb.com.cn
    [Mon Nov  8 20:42:42 2010] [debug] opm_adm.c(401): OPM: ADM: arg[33] is -opmport
    [Mon Nov  8 20:42:42 2010] [debug] opm_adm.c(401): OPM: ADM: arg[34] is 8100
    [Mon Nov  8 20:42:42 2010] [debug] opm_adm.c(401): OPM: ADM: arg[35] is -opmgrp
    [Mon Nov  8 20:42:42 2010] [debug] opm_adm.c(401): OPM: ADM: arg[36] is XmlSvcsGrp
    [Mon Nov  8 20:42:42 2010] [debug] opm_adm.c(401): OPM: ADM: arg[37] is -opmindex
    [Mon Nov  8 20:42:42 2010] [debug] opm_adm.c(401): OPM: ADM: arg[38] is 0
    [Mon Nov  8 20:42:42 2010] [debug] opm_adm.c(401): OPM: ADM: arg[39] is -opmprocid
    [Mon Nov  8 20:42:42 2010] [debug] opm_adm.c(401): OPM: ADM: arg[40] is 5
    [Mon Nov  8 20:42:42 2010] [debug] opm_adm.c(403): OPM: ADM: env[0] is CLASSPATH=/app/prodora/iAS/Apache/Jserv/libexec/ApacheJServ.jar:/app/prodora/iAS/Apache/Jsdk/lib/jsdk.jar:/app/prodora/iAS/jsp/lib/ojsp.jar:/app/prodora/iAS/jsp/lib/ojsputil.jar:/app/prodora/iAS/lib/servlet.jar:/app/prodcomn/java/ojdigsig.zip:/app/prodcomn/java/sax2.zip:/app/prodcomn/java/xmlparserv2-904.zip:/app/prodora/iAS/soap/webapps/soap/WEB-INF/lib/soap.jar:/app/prodcomn/java/xdoparser.zip:/app/prodora/iAS/sqlj/lib/translator.zip:/app/prodcomn/java/jbojdbcpatch.zip:/app/prodcomn/java/jdbc14.zip:/app/prodcomn/java/nls_charset12.zip:/app/prodcomn/java/apps.zip:/app/prodcomn/java:/app/prodcomn/java/cache.zip:/usr/java14/lib/dt.jar:/usr/java14/lib/tools.jar:/usr/java14/jre/lib/rt.jar:/usr/java14/jre/lib/charsets.jar:/app/prodora/iAS/jlib/jssl-1_1.jar:/app/prodora/iAS/jlib/javax-ssl-1_1.jar:/app/prodora/iAS/rdbms/jlib/aqapi.jar:/app/prodora/8.0.6/forms60/java:/app/prodora/iAS/rdbms/jlib/jmscommon.jar:/app/prodora/iAS/Apache/Jserv/libexec/dms2Server.jar:/app/prodora/iAS/lib/oraclexsql.jar:/app/prodora/iAS/rdbms/jlib/xsu12.jar:/app/prodora/iAS/xdk/lib:/app/prodcomn/java/fndoam.zip:/app/prodappl/bne/11.5.0/conf
    [Mon Nov  8 20:42:42 2010] [debug] opm_adm.c(403): OPM: ADM: env[1] is PATH=/bin:/usr/bin
    [Mon Nov  8 20:42:42 2010] [debug] opm_adm.c(403): OPM: ADM: env[2] is DISPLAY=finapp:1
    [Mon Nov  8 20:42:42 2010] [debug] opm_adm.c(403): OPM: ADM: env[3] is LD_LIBRARY_PATH=/app/prodappl/cz/11.5.0/bin:/app/prodora/iAS/lib:/app/prodora/8.0.6/lib:/app/prodappl/iby/11.5.0/bin:/app/prodappl/pon/11.5.0/bin
    [Mon Nov  8 20:42:42 2010] [debug] opm_adm.c(403): OPM: ADM: env[4] is SHLIB_PATH=/app/prodappl/cz/11.5.0/bin:/app/prodora/iAS/lib:/app/prodora/8.0.6/lib:/app/prodappl/iby/11.5.0/bin:/app/prodappl/pon/11.5.0/bin
    [Mon Nov  8 20:42:42 2010] [debug] opm_adm.c(403): OPM: ADM: env[5] is LIBPATH=/app/prodappl/cz/11.5.0/bin:/app/prodora/iAS/lib:/app/prodora/8.0.6/lib:/app/prodappl/iby/11.5.0/bin:/app/prodappl/pon/11.5.0/bin
    [Mon Nov  8 20:42:43 2010] [notice] Oracle HTTP Server Powered by Apache/1.3.19 configured -- resuming normal operations
    [Mon Nov  8 20:42:43 2010] [info] Server built: Mar 25 2005 15:40:05 (iAS 1.0.2.2.2 rollup 5)
    [Mon Nov  8 20:42:43 2010] [debug] mod_oprocmgr.c(282): OPM: cmd=Register (args:index=0&modName=JServ&grpName=XmlSvcsGrp&port=19000)
    [Mon Nov  8 20:42:43 2010] [debug] opm_tbl.c(1029): OPM:Into opm_tbl_update_proc, mod=JServ,grp=XmlSvcsGrp,host=finapp.njcb.com.cn,index=0,port=19000,stat=2
    [Mon Nov  8 20:42:43 2010] [debug] opm_tbl.c(2532): OPM:Into opm_tbl_update_bcnode, host=finapp.njcb.com.cn,port=-1
    [Mon Nov  8 20:42:43 2010] [debug] mod_oprocmgr.c(282): OPM: cmd=Register (args:index=0&modName=JServ&grpName=FormsGroup&port=18000)
    [Mon Nov  8 20:42:43 2010] [debug] opm_tbl.c(1029): OPM:Into opm_tbl_update_proc, mod=JServ,grp=FormsGroup,host=finapp.njcb.com.cn,index=0,port=18000,stat=2
    [Mon Nov  8 20:42:43 2010] [debug] opm_tbl.c(2532): OPM:Into opm_tbl_update_bcnode, host=finapp.njcb.com.cn,port=-1
    [Mon Nov  8 20:42:43 2010] [debug] mod_oprocmgr.c(282): OPM: cmd=Register (args:index=1&modName=JServ&grpName=OACoreGroup&port=16000)
    [Mon Nov  8 20:42:43 2010] [debug] opm_tbl.c(1029): OPM:Into opm_tbl_update_proc, mod=JServ,grp=OACoreGroup,host=finapp.njcb.com.cn,index=1,port=16000,stat=2
    [Mon Nov  8 20:42:43 2010] [debug] opm_tbl.c(2532): OPM:Into opm_tbl_update_bcnode, host=finapp.njcb.com.cn,port=-1
    [Mon Nov  8 20:42:43 2010] [debug] mod_oprocmgr.c(282): OPM: cmd=Register (args:index=0&modName=JServ&grpName=DiscoGroup&port=17000)
    [Mon Nov  8 20:42:43 2010] [debug] opm_tbl.c(1029): OPM:Into opm_tbl_update_proc, mod=JServ,grp=DiscoGroup,host=finapp.njcb.com.cn,index=0,port=17000,stat=2
    [Mon Nov  8 20:42:43 2010] [debug] opm_tbl.c(2532): OPM:Into opm_tbl_update_bcnode, host=finapp.njcb.com.cn,port=-1
    [Mon Nov  8 20:42:43 2010] [debug] mod_oprocmgr.c(282): OPM: cmd=Register (args:index=0&modName=JServ&grpName=OACoreGroup&port=16001)
    [Mon Nov  8 20:42:43 2010] [debug] opm_tbl.c(1029): OPM:Into opm_tbl_update_proc, mod=JServ,grp=OACoreGroup,host=finapp.njcb.com.cn,index=0,port=16001,stat=2
    [Mon Nov  8 20:42:43 2010] [debug] opm_tbl.c(2532): OPM:Into opm_tbl_update_bcnode, host=finapp.njcb.com.cn,port=-1
    [Mon Nov  8 20:42:57 2010] [debug] opm_ew.c(469): OPM: EW: Enters opm_ew_broadcast()
    [Mon Nov  8 20:42:57 2010] [debug] opm_ew.c(517): OPM: EW: Broadcasts msg: cmd=Broadcast&finapp.njcb.com.cn&8000&1289220163&JServ&DiscoGroup&finapp.njcb.com.cn&1&1&0&397772&17000;FormsGroup&finapp.njcb.com.cn&1&1&0&454900&18000;OACoreGroup&finapp.njcb.com.cn&2&1&0&221552&16001#385072&16000;XmlSvcsGrp&finapp.njcb.com.cn&1&1&0&324092&19000
    [Mon Nov  8 20:43:06 2010] [debug] opm_tbl.c(1618): OPM:selected proc is:mod=JServ,grp=OACoreGroup,host=finapp.njcb.com.cn,bindadd=finapp.njcb.com.cn,port=16000,prot=0
    [Mon Nov  8 20:43:06 2010] [debug] opm_tbl.c(1618): OPM:selected proc is:mod=JServ,grp=OACoreGroup,host=finapp.njcb.com.cn,bindadd=finapp.njcb.com.cn,port=16001,prot=0
    [Mon Nov  8 20:43:13 2010] [debug] opm_ew.c(469): OPM: EW: Enters opm_ew_broadcast()
    [Mon Nov  8 20:43:13 2010] [debug] opm_ew.c(517): OPM: EW: Broadcasts msg: cmd=Broadcast&finapp.njcb.com.cn&8000&1289220163&JServ&DiscoGroup&finapp.njcb.com.cn&1&1&0&397772&17000;FormsGroup&finapp.njcb.com.cn&1&1&0&454900&18000;OACoreGroup&finapp.njcb.com.cn&2&1&0&221552&16001#385072&16000;XmlSvcsGrp&finapp.njcb.com.cn&1&1&0&324092&19000
    [Mon Nov  8 20:43:14 2010] [debug] opm_tbl.c(1618): OPM:selected proc is:mod=JServ,grp=OACoreGroup,host=finapp.njcb.com.cn,bindadd=finapp.njcb.com.cn,port=16000,prot=0
    [Mon Nov  8 20:43:28 2010] [debug] opm_ew.c(469): OPM: EW: Enters opm_ew_broadcast()
    [Mon Nov  8 20:43:28 2010] [debug] opm_ew.c(517): OPM: EW: Broadcasts msg: cmd=Broadcast&finapp.njcb.com.cn&8000&1289220163&JServ&DiscoGroup&finapp.njcb.com.cn&1&1&0&397772&17000;FormsGroup&finapp.njcb.com.cn&1&1&0&454900&18000;OACoreGroup&finapp.njcb.com.cn&2&1&0&221552&16001#385072&16000;XmlSvcsGrp&finapp.njcb.com.cn&1&1&0&324092&19000
    [Mon Nov  8 20:43:40 2010] [debug] proxy_cache.c(984): No CacheRoot, so no caching. Declining.
    [Mon Nov  8 20:43:40 2010] [debug] proxy_http.c(583): Content-Type: text/html; charset=iso-8859-1
    [Mon Nov  8 20:43:43 2010] [debug] opm_ew.c(469): OPM: EW: Enters opm_ew_broadcast()
    [Mon Nov  8 20:43:43 2010] [debug] opm_ew.c(517): OPM: EW: Broadcasts msg: cmd=Broadcast&finapp.njcb.com.cn&8000&1289220163&JServ&DiscoGroup&finapp.njcb.com.cn&1&1&0&397772&17000;FormsGroup&finapp.njcb.com.cn&1&1&0&454900&18000;OACoreGroup&finapp.njcb.com.cn&2&1&0&221552&16001#385072&16000;XmlSvcsGrp&finapp.njcb.com.cn&1&1&0&324092&19000
    [Mon Nov  8 20:44:46 2010] [debug] opm_ew.c(469): OPM: EW: Enters opm_ew_broadcast()
    [Mon Nov  8 20:44:46 2010] [debug] opm_ew.c(517): OPM: EW: Broadcasts msg: cmd=Broadcast&finapp.njcb.com.cn&8000&1289220163&JServ&DiscoGroup&finapp.njcb.com.cn&1&1&0&397772&17000;FormsGroup&finapp.njcb.com.cn&1&1&0&454900&18000;OACoreGroup&finapp.njcb.com.cn&2&1&0&221552&16001#385072&16000;XmlSvcsGrp&finapp.njcb.com.cn&1&1&0&324092&19000

  • EBS 11i Problem when i try to login to the main page

    Hello
    I have tried to access to my login page for ebs 11i  but  the page looks like
    i checked the database status is up and open .
    thanks for reply

    Was this working before? If yes, any changes been done recently?
    Does AutoConfig complete successfully on all tier nodes?
    Please see:
    On 11.5.x, Login failed on "null Cannot Get Connection to the Database" after the Database Upgrade to10g R2(10.2.0.4) (Doc ID 1448586.1)
    Troubleshooting Login Problems in Oracle Applications 11i (11.5.2 – 11.5.10+) ( Framework and OSSWA) (Doc ID 342332.1)
    Thanks,
    Hussein

  • Bursting Problem - A file or directory in the path name does not exist

    I'm trying to burst some data via email using the standard DocumentProcessor java code but receiving an error relating, I assume, to an invalid temporary directory. I've checked that the directory exists, as do the data file and control file. By the way I am not running in Apps, just stand alone mode. Any ideas would be much appreciated.
    [042308_104249440][oracle.apps.xdo.batch.bursting.FileHandler][EXCEPTION] java.io.FileNotFoundException: /u02/DIAS/bursting/BIPublisher/tmp/042308_104249338/xdo2.tmp (A file or directory in the path name does not exist.)
    at java.io.FileOutputStream.open(Native Method)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:205)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:96)
    at oracle.apps.xdo.template.RTFProcessor.setOutput(Unknown Source)
    at oracle.apps.xdo.batch.bursting.FileHandler.rtf2xsl(Unknown Source)
    at oracle.apps.xdo.batch.bursting.ProcessDocument.getXSLFile(Unknown Source)
    at oracle.apps.xdo.batch.bursting.ProcessDocument.processTemplate(Unknown Source)
    at oracle.apps.xdo.batch.bursting.ProcessCoreDocument.processLayout(Unknown Source)
    at oracle.apps.xdo.batch.BurstingProcessorEngine.addDocument2Queue(Unknown Source)
    at oracle.apps.xdo.batch.BurstingProcessorEngine.createBurstingDocument(Unknown Source)
    at oracle.apps.xdo.batch.BurstingProcessorEngine.burstDocument(Unknown Source)
    at oracle.apps.xdo.batch.BurstingProcessorEngine.globalDataEndElement(Unknown Source)
    at oracle.apps.xdo.batch.BurstingProcessorEngine.endElement(Unknown Source)
    at oracle.xml.parser.v2.XMLContentHandler.endElement(XMLContentHandler.java:196)
    at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1212)
    at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:301)
    at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:268)
    at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:201)
    at oracle.apps.xdo.batch.BurstingProcessorEngine.burstingRequest(Unknown Source)
    at oracle.apps.xdo.batch.BurstingProcessorEngine.burstingEndElement(Unknown Source)
    at oracle.apps.xdo.batch.BurstingProcessorEngine.endElement(Unknown Source)
    at oracle.xml.parser.v2.XMLContentHandler.endElement(XMLContentHandler.java:196)
    at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1212)
    at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:301)
    at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:268)
    at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:201)
    at oracle.apps.xdo.batch.BurstingProcessorEngine.burstingConfigParser(Unknown Source)
    at oracle.apps.xdo.batch.BurstingProcessorEngine.process(Unknown Source)
    at oracle.apps.xdo.batch.DocumentProcessor.process(Unknown Source)
    at PIreportburst.bEngine(PIreportburst.java:24)
    at PIreportburst.main(PIreportburst.java:51)
    -Below is the java code I'm using
    public void bEngine(String ctrlFile, String dataFile, String tmpDir) {
    try {
    DocumentProcessor dp = new DocumentProcessor(ctrlFile,dataFile,tmpDir);
    dp.process();
    catch (Exception e) {
    System.out.println(e);
    }

    Thanks Ike
    Where do you suggest setting the temp directory:
    DocumentProcessor("control.xml","data.xml","/u02/DIAS/bursting/BIPublisher/tmp/042308_104249338/xdo2.tmp")
    or in the xdo.cfg:
    <property name="system-temp-dir">/u02/DIAS/bursting/BIPublisher/tmp/042308_104249338/xdo2.tmp</property>
    ..and thanks for the link to the BIPublisherIDE
    Cheers, Mike

  • EBS Bursting and routing AR Statements/Invoices to email/print

    Hi
    I've just read Gareth Roberts' really cool blog on a simple method to process AR statements (or any other Concurrent Request report) in XML.
    http://garethroberts.blogspot.com/2008/01/beautiful-statements-in-1-easy-step.html
    I'm looking for direction on how to burst the XMLP output and route the individual customer documents to email and / or printers.
    Bursting is quite well descriped in the stand-alone BIP with the control file but I see no documentation of doing this with Concurrent Manager - (Nor any of the other XDOxxxxx concurrent programmes!!)
    I've started looking at the XDOBURSTRPT concurrent programme but without documentation have not yet had any success.
    Should XDOBURSTRPT be called with a fnd_request.submit_request directly after the request_submit for XDOREPPB?
    How do these things hang together?
    Thanks for any help.
    Mike Mac

    Hi Gareth
    With your and Tim's help - just revisited his blog on bursting at
    http://blogs.oracle.com/xmlpublisher/2007/04/05#a189 - I'm now getting close.
    The fundamental change that has happened since Tim's blog is that XMLP now allows for the accessing of the RTF template file from the XMLP Responsibility Data Definintion upload (of the control file onto the Data definition).
    But there's absolutely no documentation, that I can find, for the updated syntax of the control file itself where reference is made to the RTF Template also being managed by Concurrent Manager / Template Manager - instead of having to place the RTF on the server file system, and directly reference it in a hard-coded path.
    A secondary question is how to access alternate ".rtf" formatting templates within one Bursting Control File (different templates for different conditions).
    Tim also mentions the referencing of CUPS defined printers by name, and the ability to issue a regular unix lp command - its this documented anywhere?
    Is there a new comprehensive reference for the 5.6.3 Bursting Control File and its use with Concurent Manager?
    Thanks in anticipation
    Mike

  • Email Bursting problem when there is not email - Urgent solution requried

    Hi,
    I am using the bursting API to send the invoices to multiple mail a/c for each invoice.
    If the email id not exist on the .out file(It has different invoices with different customers), If takes the previous email id from the different invoice, Which is not correct.
    If it is the case then the program will send the invoice to the customer which even not belog to the customer.
    Thanks & Regards,
    Rakesh Patel

    Rakesh
    I also faced this issue. I think it's a bug and Oracle Development will fix this.
    I think its the issue with Bursting API is not able to clear Buffer/variable holding this values.
    I have used another approach to fix this ,did not get time to raise TAR.
    There are various workarounds to fix it based on the requirement of client
    If Customer's email address is stored as blank in Customer Master then there is no point in sending them automatic mail ,in this case this has to be sent to Manually by client ( i mean this invoice mail should go to Admin person who has generated Invoice and that person in turn will take care to sent it to actual customer either by email or fax or manually by post)
    -- So in summary solution here is ,if Customer's email address is null then send it to person who has generated the invoice ( use his email ID).
    Functional folks have to play role here to convience client rgarding this
    In my case client agreed on it and subsequently I followed below approach.
    I was generating/extracting Data by XML publisher's Data Template [i was not using Oracle Report(RDF)],so in Data Template itself i handled it in SQL by NVL function in a such way that whenever email_address is blank then use originator email Address.
    If you are using Oracle reports then you can use same approach or handle it through formula column.
    Hope it will be useful to you at the certain extent.You can use this untill Oracle released the patch to fix this.
    With Best Regards
    Darshan Bhavsar

  • EBS performance problem 10g

    Hi,
    This an outpout of two hours awr report of EBS oracle version 10203.
    Its shows few ITL locks that should be fixed by increasing the size of the INITRANS to 20.
    Currently the INITRANS is set to 11.
    The FREELIST is set to 4 and also the FREELIST GROUP is set to 4
    There are 8 indexes on this table (they are all have the same INITRANS+FREELIST+FREELIST GROUP)
    The table contain 250 million records.
    The table is not partitioned.
    How can i find which of the 8 indexes i should deal with ?
    They are all start with the name: "RA_CUST_TRX_LINE_GL_" ?
    Would you consider doing more things beside increasing the INITRANS ?
    My second question is regarding the last section which shows the
    same indexes waiting on Buffer Busy Waits .
    Is there an event that i can use in order to find what cause the
    index to wait so many times ?
    Please note that the issue is not if to partition the table or not , i already working in test env. to partition the table.
    I would like to get your advices regarding the current situation.
    Thanks
    tagSegments by ITL Waits                     DB/Inst: xxx/xxx  Snaps: 8311-8313
    -> % of Capture shows % of ITL waits for each top segment compared
    -> with total ITL waits for all segments captured by the Snapshot
               Tablespace                      Subobject  Obj.           ITL    % of
    Owner         Name    Object Name            Name     Type         Waits Capture
    AR         AR_INDEX1  RA_CUST_TRX_LINE_GL_            INDEX           10   18.18
    AR         AR_INDEX1  RA_CUSTOMER_TRX_LINE            INDEX            9   16.36
    AR         AR_INDEX1  RA_CUST_TRX_LINE_GL_            INDEX            9   16.36
    AR         AR_INDEX1  AR_PAYMENT_SCHEDULES            INDEX            5    9.09
    AR         AR_INDEX1  AR_PAYMENT_SCHEDULES            INDEX            5    9.09
    Segments by Buffer Busy Waits             DB/Inst: xxx/xxx  Snaps: 8311-8313
    -> % of Capture shows % of Buffer Busy Waits for each top segment compared
    -> with total Buffer Busy Waits for all segments captured by the Snapshot
                                                                      Buffer
               Tablespace                      Subobject  Obj.          Busy    % of
    Owner         Name    Object Name            Name     Type         Waits Capture
    AR         AR_INDEX1  RA_CUST_TRX_LINE_GL_            INDEX       41,671   20.30
    AR         AR_INDEX1  RA_CUST_TRX_LINE_GL_            INDEX       22,248   10.84
    AR         AR_INDEX1  IL_RA_CUST_TRX_LINE_            INDEX       18,067    8.80
    AR         AR_INDEX1  RA_CUST_TRX_LINE_GL_            INDEX       15,571    7.58
    AR         AR_DATA    RA_CUST_TRX_LINE_GL_            TABLE       15,075    7.34
    tag

    Hi Mr Lewis,
    You wrote :
    tagChecking buffer busy waits - you need to know whether these are "read by other session"
    or "real" buffer busy waits as this part of the report doesn't distinguish the classes.
    So check the wait times again for "read by other session" and "buffer busy waits" to see what the spread is.I recheck the AWR report and found at the top 5 events: read by other session
    tagTop 5 Timed Events                                         Avg %Total
    ~~~~~~~~~~~~~~~~~~                                        wait   Call
    Event                                 Waits    Time (s)   (ms)   Time Wait Class
    CPU time                                         10,998          39.9
    db file sequential read           2,545,797       8,793      3   31.9   User I/O
    read by other session             1,081,643       2,852      3   10.4   User I/O
    library cache pin                    18,450       1,253     68    4.5 Concurrenc
    db file scattered read              115,039       1,226     11    4.5   User I/O
              -------------------------------------------------------------And also:
    tag                                                                    Avg
                                                 %Time  Total Wait    wait     Waits
    Event                                 Waits  -outs    Time (s)    (ms)      /txn
    db file sequential read           2,545,797     .0       8,793       3     142.3
    read by other session             1,081,643     .0       2,852       3      60.4
    library cache pin                    18,450     .1       1,253      68       1.0
    db file scattered read              115,039     .0       1,226      11       6.4
    log file parallel write             111,366     .0         803       7       6.2
    SQL*Net more data from clien         28,701     .0         661      23       1.6
    enq: TX - index contention           25,492     .0         303      12       1.4
    log file sync                        14,065     .0         205      15       0.8
    latch: cache buffers chains         670,408     .0         135       0      37.5
    Log archive I/O                       6,751     .0         120      18       0.4
    library cache load lock               1,539     .0          97      63       0.1
    buffer busy waits                   234,058     .0          61       0      13.1So, there is 5 times more : "read by other session" than "buffer busy waits".
    What that mean ? what should i check ?
    Thanks Again

  • BI Publisher Bursting Problem

    Hi,
    I am trying to burst my report from BI Publisher.
    When I mention a FORMAT of PDF the bursting happens perfectly.
    But when I mention a FORMAT of EXCEL and file name as SAMPLE2401201412.xls, system goes nuts and give the below error.
    Output failed.
    [INSTANCE_ID=xxxxxxxxxxx.1383223600258] [SUBJOB_ID=2173015]
    Document generation failed
    [INSTANCE_ID=xxxxxxxxxxx.1383223600258] [OUTPUT_ID=2158251][ReportProcessor]Error rendering documentoracle.xdo.servlet.scheduler.ProcessingException: [ReportProcessor]Error rendering document
    at oracle.xdo.enterpriseScheduler.bursting.BurstingReportProcessor.renderReport(BurstingReportProcessor.java:447)
    at oracle.xdo.enterpriseScheduler.bursting.BurstingReportProcessor.onMessage(BurstingReportProcessor.java:127)
    at oracle.xdo.enterpriseScheduler.uti
    My Bursting parameters are coming from table
    KEY = 'ABC'
    TEMPLATE = 'DWPIA'
    TEMPLATE_FORMAT = 'RTF'
    LOCALE = en-US
    OUTPUT_FORMAT = EXCEL
    DEL_CHANNEL = FILE
    PARAMETER1 = /mnt/Business_Intelligence/Interim/2014/2014-P04/2014-P04-W2/Business Week SUMMARY/
    PARAMETER2 = SAMPLE2401201412.xls
    I have no clue why it runs OK for PDF and not for EXCEL...... any suggestion will be helpful.
    Cheers

    Exactly Same thing for me : (Here bipublisher log file (TRACE 32)) :
    [2014-03-25T12:36:34.207+01:00] [bi_server1] [WARNING] [] [oracle.xdo] [tid: 42] [userId: *****] [ecid: 0000KJsywYNAlJh5TB^Ayc1JCMTS000005,0] [APP: bipublisher#11.1.1]  !!!!!!! BurstingReportProcessor.renderReport :: [ReportProcessor]Error rendering document for [INSTANCE_JOB_ID=8552][[
    [JOB_ID=8568]
    [OUTPUT_ID=7851]
    [REPORT_URL=/~weblogic/TEST/report.xdo]
    [TEMPLATE=report]
    [OUTPUT_FORMAT=excel]
    ::oracle.xdo.servlet.data.DataException: Invalid format requested: excel
        at oracle.xdo.servlet.ReportException.fillInStackTrace(ReportException.java:124)
        at oracle.xdo.servlet.data.DataException.fillInStackTrace(DataException.java:127)
        at java.lang.Throwable.<init>(Throwable.java:196)
        at java.lang.Exception.<init>(Exception.java:41)
        at oracle.xdo.servlet.ReportException.<init>(ReportException.java:36)
        at oracle.xdo.servlet.data.DataException.<init>(DataException.java:39)
        at oracle.xdo.servlet.ReportImpl.renderScheduledJob(ReportImpl.java:882)
        at oracle.xdo.enterpriseScheduler.bursting.BurstingReportProcessor.renderReport(BurstingReportProcessor.java:386)
        at oracle.xdo.enterpriseScheduler.bursting.BurstingReportProcessor.onMessage(BurstingReportProcessor.java:127)
        at oracle.xdo.enterpriseScheduler.util.CheckpointEnabledListener.onMessage(CheckpointEnabledListener.java:25)
        at oracle.xdo.enterpriseScheduler.jmswrapper.client.JMSMessageConsumer.processMessage(JMSMessageConsumer.java:231)
        at oracle.xdo.enterpriseScheduler.jmswrapper.client.ThreadedMessageDispatcher$DispatchWorker.run(ThreadedMessageDispatcher.java:157)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
        at java.lang.Thread.run(Thread.java:662)
    [2014-03-25T12:36:34.209+01:00] [bi_server1] [WARNING] [] [oracle.xdo] [tid: 42] [userId: *****] [ecid: 0000KJsywYNAlJh5TB^Ayc1JCMTS000005,0] [APP: bipublisher#11.1.1]  !!!!!!! BurstingReportProcessor.renderReport :: [ReportProcessor]Error rendering document::oracle.xdo.servlet.scheduler.ProcessingException: [ReportProcessor]Error rendering document[[
        at oracle.xdo.enterpriseScheduler.bursting.BurstingReportProcessor.renderReport(BurstingReportProcessor.java:447)
        at oracle.xdo.enterpriseScheduler.bursting.BurstingReportProcessor.onMessage(BurstingReportProcessor.java:127)
        at oracle.xdo.enterpriseScheduler.util.CheckpointEnabledListener.onMessage(CheckpointEnabledListener.java:25)
        at oracle.xdo.enterpriseScheduler.jmswrapper.client.JMSMessageConsumer.processMessage(JMSMessageConsumer.java:231)
        at oracle.xdo.enterpriseScheduler.jmswrapper.client.ThreadedMessageDispatcher$DispatchWorker.run(ThreadedMessageDispatcher.java:157)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
        at java.lang.Thread.run(Thread.java:662)

Maybe you are looking for

  • Can I move albums from one library to another

    I relatively new to Aperture. I have used iPhoto since it's beginning. I have suceeded in exporting a set of selected Projects from my main Aperture Library to create a new library on another HD. I have a lot of albums (not smart albums) that I use t

  • File is picked by XI but not placed in Receiver

    Hi All, Im working on file to file scenario, i hav done with the design and configuration.The problem is the file is been picked up by the server but it is not placing in the receiver folder.Im using NFS but no content conversion is been done. I have

  • Account 410100 requires an assignment to a Co object

    Hi Team, I am Trying to post one entry T code F-02 ( fast entry screen) , In the fast entry screen we require WBS element  as Co object , we added  WBS element  but system still gives  error message  Account 410100 requires an assignment to a Co obje

  • WebDAV error when doing a client push ConfigMgr 2012 R2

    Hi everyone, I am getting an error message when doing a client push, only on some DPs. Here is the setup: ConfigMgr 2012 R2 on Server 2012 R2. DP are on Server 2008 R2 (for the most part). DP are installed using the exact same way, adding the Primary

  • Why do filler colors change when the orientation changes?

    Hi, I'm working with a template but don't like the colors of the fill boxes, so I have manually changed them.  I've noticed, however, at least when look at a proof that when I change the orientation of the iPad, the filler color reverts to the origin