XML PUBLISHER/XDO ERROR  - Output file was found but is zero sized - Delete

Hi XML/XDO experts,
I am running a XLM publisher report in an internal 12.1 env (mz1dv213) and have this warning when running.
Beginning post-processing of request 40256141 on node RWS60183REMS at
23-JUL-2010 09:34:48.
Post-processing of request 40256141 failed at 23-JUL-2010 09:34:54 with the
error message:
One or more post-processing actions failed. Consult the OPP service log for
details.
+--------------------------
OPP log shows
[072310_010929110][][EXCEPTION] [DEBUG] [sun.cpu.isalist]:[]
[7/23/10 1:09:31 PM] [1925014:RT40257178] Output file was found but is zero sized - Deleted
[7/23/10 1:09:31 PM] [UNEXPECTED] [1925014:RT40257178]
java.lang.reflect.InvocationTargetException
I also have the same issue at a Customer site (bug is escalated)
Please advise

I'm having the same problem.
I'm getting this error in R12.1.3. Does anyone have solution for this?
I tried the solution given in the link - "http://forums.oracle.com/forums/thread.jspa?messageID=9552336&#9552336", but it didn't work for me.
Thanks in advance.
Thanks,
Satish
----------LOG FILE-------------
GF AP Custom Application: Version : 12.0.0
Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
XXGFAPBAAT_XML module: GF AP Bank Account Audit Trail Report
Current system time is 28-APR-2011 22:47:23
XDO Data Engine Version No: 5.6.3
Resp: 50863
Org ID : 81
Request ID: 1427740
All Parameters: P_CREATION_DATE_FR=:P_CREATION_DATE_TO=:P_CREATED_BY=
Data Template Code: XXGFAPBAAT_XML
Data Template Application Short Name: XXAP
Debug Flag: N
{P_CREATED_BY=, P_CREATION_DATE_TO=, P_CREATION_DATE_FR=}
Calling XDO Data Engine...
[042811_104733608][][STATEMENT] Start process Data
[042811_104733751][][STATEMENT] Process Data ...
[042811_104733752][][STATEMENT] Executing data triggers...
[042811_104733752][][STATEMENT] BEGIN
XXGF_AP_BAAT_XML_PKG.P_CONC_REQUEST_ID := :P_CONC_REQUEST_ID ;
XXGF_AP_BAAT_XML_PKG.P_CREATION_DATE_FR := :P_CREATION_DATE_FR ;
XXGF_AP_BAAT_XML_PKG.P_CREATION_DATE_TO := :P_CREATION_DATE_TO ;
XXGF_AP_BAAT_XML_PKG.P_CREATED_BY := :P_CREATED_BY ;
:XDO_OUT_PARAMETER := 1;
END;
[042811_104733752][][STATEMENT] 1:0 :
[042811_104733752][][STATEMENT] 2: :
[042811_104733753][][STATEMENT] 3: :
[042811_104733753][][STATEMENT] 4: :
[042811_104733763][][STATEMENT] Executing data triggers...
[042811_104733763][][STATEMENT] Declare
l_flag Boolean;
BEGIN
l_flag := XXGF_AP_BAAT_XML_PKG.BeforeReport() ;
if (l_flag) then
:XDO_OUT_PARAMETER := 1;
end if;
end;
[042811_104733771][][STATEMENT] P_CONC_REQUEST_ID
[042811_104733771][][STATEMENT] P_CREATION_DATE_FR
[042811_104733771][][STATEMENT] P_CREATION_DATE_TO
[042811_104733771][][STATEMENT] P_CREATED_BY
[042811_104733771][][STATEMENT] Writing Data ...
[042811_104733780][][STATEMENT] &srwhereclause
[042811_104733795][][STATEMENT] &srwhereclause1
[042811_104733797][][STATEMENT] Sql Query :Q_AUDIT_TRIAL: SELECT DECODE(abaaa.audit_transaction_type,
'I','INSERTION',
'U','UPDATE',
'D','DELETION',
NULL) activity,
SUBSTR(abb.bank_name,1,24) bank_name,
-- SUBSTR(abb.bank_number,1,25) bank_number, -- Commented by Bugoy 18-SEP-2003
SUBSTR(abb.bank_branch_name,1,20) branch_name,
SUBSTR(abb.bank_num,1,15) branch_number,
SUBSTR(abaaa.bank_account_name,1,30) old_bank_account_name,
SUBSTR(abaaa.bank_account_num,1,25) old_bank_account_number,
-- SUBSTR(abaa.bank_account_name,1,30) new_bank_account_name, -- Commented by Bugoy 18-SEP-2003
SUBSTR(abaa.bank_account_name,1,50) new_bank_account_name, -- Added by Bugoy 18-SEP-2003
SUBSTR(abaa.bank_account_num,1,25) new_bank_account_number,
SUBSTR(abaaa.audit_user_name,1,15) created_by,
TO_CHAR(abaaa.audit_timestamp,
'DD-MON-YYYY HH:MI:SS AM') creation_date
FROM ap_bank_branches abb,
xxgf_ap_bank_accounts_all_a abaaa,
ap_bank_accounts_all abaa
WHERE abaaa.bank_account_id = abaa.bank_account_id
AND abaa.bank_branch_id = abb.bank_branch_id
-- AND TRUNC(abaaa.audit_timestamp) BETWEEN to_date(:P_CREATION_DATE_FR,) AND :P_CREATION_DATE_TO
-- AND abaaa.audit_user_name = NVL(:P_CREATED_BY,abaaa.audit_user_name) -- Added By Bugoy 04-SEP-2003
AND abaa.set_of_books_id = FND_PROFILE.VALUE('GL_SET_OF_BKS_ID') -- Added By Bugoy 16-DEC-2003
AND abaa.org_id = FND_PROFILE.VALUE('ORG_ID') -- Added By Adi 12-JUL-2010 PSR-10-4725
and 1=1
and 1=1
ORDER BY SUBSTR(abaa.bank_account_name,1,50);
--SQLException
java.sql.SQLSyntaxErrorException: ORA-00911: invalid character
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:439)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:395)
at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:802)
at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:436)
at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:186)
at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:521)
at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:205)
at oracle.jdbc.driver.T4CPreparedStatement.executeForDescribe(T4CPreparedStatement.java:861)
at oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1145)
at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1267)
at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3449)
at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:3493)
at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeQuery(OraclePreparedStatementWrapper.java:1491)
at oracle.apps.xdo.dataengine.XMLPGEN.processQuery(XMLPGEN.java:1947)
at oracle.apps.xdo.dataengine.XMLPGEN.processSQLDataSource(XMLPGEN.java:501)
at oracle.apps.xdo.dataengine.XMLPGEN.writeData(XMLPGEN.java:445)
at oracle.apps.xdo.dataengine.XMLPGEN.writeGroupStructure(XMLPGEN.java:308)
at oracle.apps.xdo.dataengine.XMLPGEN.processData(XMLPGEN.java:273)
at oracle.apps.xdo.dataengine.XMLPGEN.processXML(XMLPGEN.java:215)
at oracle.apps.xdo.dataengine.XMLPGEN.writeXML(XMLPGEN.java:254)
at oracle.apps.xdo.dataengine.DataProcessor.processDataStructre(DataProcessor.java:390)
at oracle.apps.xdo.dataengine.DataProcessor.processData(DataProcessor.java:355)
at oracle.apps.xdo.oa.util.DataTemplate.processData(DataTemplate.java:334)
at oracle.apps.xdo.oa.cp.JCP4XDODataEngine.runProgram(JCP4XDODataEngine.java:294)
at oracle.apps.fnd.cp.request.Run.main(Run.java:157)
Start of log messages from FND_FILE
P_CREATION_DATE_FR:
P_CREATION_DATE_TO:
P_CREATED_BY:
srwwhereclause 1=1
srwwhereclause1 1=1
End of log messages from FND_FILE
Executing request completion options...
Output file size:
230
------------- 1) PUBLISH -------------
Beginning post-processing of request 1427740 on node SGPERPVMEBSDB1 at 28-APR-2011 22:47:34.
Post-processing of request 1427740 failed at 28-APR-2011 22:47:35 with the error message:
One or more post-processing actions failed. Consult the OPP service log for details.
Finished executing request completion options.
Concurrent request completed
Current system time is 28-APR-2011 22:47:36
---------------------CONCURRENT MANAGER LOG--------------------------
[4/28/11 10:47:35 PM] [OPPServiceThread1] Post-processing request 1427740.
[4/28/11 10:47:35 PM] [96895:RT1427740] Executing post-processing actions for request 1427740.
[4/28/11 10:47:35 PM] [96895:RT1427740] Starting XML Publisher post-processing action.
[4/28/11 10:47:35 PM] [96895:RT1427740]
Template code: XXGFAPBAAT_XML
Template app: XXAP
Language: en
Territory: 00
Output type: null
[4/28/11 10:47:35 PM] [96895:RT1427740] Output file was found but is zero sized - Deleted
[4/28/11 10:47:35 PM] [UNEXPECTED] [96895:RT1427740] java.lang.reflect.InvocationTargetException
at sun.reflect.GeneratedMethodAccessor271.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at oracle.apps.xdo.common.xml.XSLT10gR1.invokeParse(XSLT10gR1.java:570)
at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:235)
at oracle.apps.xdo.common.xml.XSLTWrapper.transform(XSLTWrapper.java:182)
at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:1044)
at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:997)
at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:212)
at oracle.apps.xdo.template.FOProcessor.createFO(FOProcessor.java:1665)
at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:975)
at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:5936)
at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3459)
at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3548)
at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:302)
at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:176)
Caused by: org.xml.sax.SAXParseException: <Line 6, Column 1>: XML-20210: (Fatal Error) Unexpected EOF.
at oracle.xdo.parser.v2.XMLError.flushErrorHandler(XMLError.java:441)
at oracle.xdo.parser.v2.XMLError.flushErrors1(XMLError.java:303)
at oracle.xdo.parser.v2.XMLReader.popXMLReader(XMLReader.java:530)
at oracle.xdo.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1312)
at oracle.xdo.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:338)
at oracle.xdo.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:285)
at oracle.xdo.parser.v2.XMLParser.parse(XMLParser.java:289)
... 16 more
[4/28/11 10:47:35 PM] [96895:RT1427740] Completed post-processing actions for request 1427740.
Edited by: user6665827 on Apr 28, 2011 10:56 PM

Similar Messages

  • XML Publisher - OPP log: Output file was found but is zero sized - Deleted

    Hi,
    I have created one Main template and sub-template is called from it. I am working with Oracle Apps version 12.1.1. XML Source file gets created using rdf file attached to the concurrent program. Now after registering main template with the required concurrent program when i tried to execute it "View Output" button shows XML souce data instead of PDF report which i have called using main template. Log file was showing following error,
    Executing request completion options...
    Output file size:
    33140
    ------------- 1) PUBLISH -------------
    Beginning post-processing of request 3739501 on node ORAAPP13 at 09-AUG-2011 22:16:38.
    Post-processing of request 3739501 failed at 09-AUG-2011 22:16:51 with the error message:
    One or more post-processing actions failed. Consult the OPP service log for details.
    ------------- 2) PRINT   -------------
    Not printing the output of this request because post-processing failed.
    Finished executing request completion options.
    And the OPP service log has following error, Can anyone guide me to solve this error.
    Template code: AERO_INV_MAIN
    Template app: XXAV
    Language: en
    Territory: US
    Output type: PDF
    [8/9/11 10:16:51 PM] [339827:RT3739501] Output file was found but is zero sized - Deleted
    [8/9/11 10:16:51 PM] [UNEXPECTED] [339827:RT3739501] java.lang.reflect.InvocationTargetException
         at sun.reflect.GeneratedMethodAccessor66.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at oracle.apps.xdo.common.xml.XSLT10gR1.invokeNewXSLStylesheet(XSLT10gR1.java:611)
         at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:239)
         at oracle.apps.xdo.common.xml.XSLTWrapper.transform(XSLTWrapper.java:182)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:1044)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:997)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:212)
         at oracle.apps.xdo.template.FOProcessor.createFO(FOProcessor.java:1665)
         at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:975)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:5936)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3459)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3548)
         at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:302)
         at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:176)
    Caused by: java.lang.StackOverflowError
         at java.text.DecimalFormat.subformat(DecimalFormat.java:877)
         at java.text.DecimalFormat.format(DecimalFormat.java:674)
         at java.text.DecimalFormat.format(DecimalFormat.java:608)
         at java.text.SimpleDateFormat.zeroPaddingNumber(SimpleDateFormat.java:1203)
         at java.text.SimpleDateFormat.subFormat(SimpleDateFormat.java:1142)
         at java.text.SimpleDateFormat.format(SimpleDateFormat.java:899)
         at java.text.SimpleDateFormat.format(SimpleDateFormat.java:869)
         at java.text.DateFormat.format(DateFormat.java:316)
         at oracle.apps.fnd.security.CallStack.getInstance(CallStack.java:97)
         at oracle.apps.fnd.security.DBConnObj.setBorrowingThread(DBConnObj.java:990)
         at oracle.apps.fnd.security.DBConnObj.setBorrowingThread(DBConnObj.java:973)
         at oracle.apps.fnd.common.Pool.costBasedSelection(Pool.java:1885)
         at oracle.apps.fnd.common.Pool.selectObject(Pool.java:1686)
         at oracle.apps.fnd.common.Pool.borrowObject(Pool.java:950)
         at oracle.apps.fnd.security.DBConnObjPool.borrowObject(DBConnObjPool.java:584)
         at oracle.apps.fnd.security.AppsConnectionManager.borrowConnection(AppsConnectionManager.java:330)
         at oracle.apps.fnd.common.Context.borrowConnection(Context.java:1719)
         at oracle.apps.fnd.common.AppsContext.getPrivateConnectionFinal(AppsContext.java:2314)
         at oracle.apps.fnd.common.AppsContext.getPrivateConnection(AppsContext.java:2251)
         at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:2108)
         at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:1918)
         at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:1762)
         at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:1775)
         at oracle.apps.fnd.common.Context.getJDBCConnection(Context.java:1453)
         at oracle.apps.fnd.cache.GenericCacheLoader.load(GenericCacheLoader.java:170)
         at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1500)
         at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:362)
         at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(ExtendedProfileStore.java:211)
         at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(ExtendedProfileStore.java:171)
         at oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(ExtendedProfileStore.java:148)
         at oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDatabaseValues(DebugEventManager.java:1294)
         at oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(DebugEventManager.java:1149)
         at oracle.apps.fnd.common.logging.DebugEventManager.internalReinit(DebugEventManager.java:1118)
         at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:1085)
         at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:1072)
         at oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:595)
         at oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:602)
         at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:579)
         at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:533)
         at oracle.apps.fnd.common.AppsContext.<init>(AppsContext.java:301)
         at oracle.apps.xdo.oa.schema.server.OAURLConnection.getAppsContext(OAURLConnection.java:121)
         at oracle.apps.xdo.oa.schema.server.TemplateURLConnection.getInputStream(TemplateURLConnection.java:89)
         at java.net.URL.openStream(URL.java:1009)
         at oracle.xdo.parser.v2.XMLReader.openURL(XMLReader.java:2353)
         at oracle.xdo.parser.v2.XMLReader.pushXMLReader(XMLReader.java:270)
         at oracle.xdo.parser.v2.XMLParser.parse(XMLParser.java:256)
         at oracle.xdo.parser.v2.XSLBuilder.processIncludeHref(XSLBuilder.java:1045)
         at oracle.xdo.parser.v2.XSLBuilder.processImportHref(XSLBuilder.java:984)
         at oracle.xdo.parser.v2.XSLBuilder.processImport(XSLBuilder.java:949)
         at oracle.xdo.parser.v2.XSLBuilder.startElement(XSLBuilder.java:373)
         at oracle.xdo.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1252)
         at oracle.xdo.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:338)
         at oracle.xdo.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:285)
    Regards,
    Priyanka

    And metalink note 1100253.1 states that this issue (java.lang.StackOverflowError) might be caused by a too large set of data to be sorted in the layout file. Recommendation is to removed the sort from the layout file and instead sort the data already in the data definition.
    regards,
    David.

  • Submitting xml publisher not producing output file when submiting from Oracle Procedure

    When Running XML publisher program from Oracle Procedure, Program not generating output file, but same XML publisher program running from Concurrent program runs and produces the output file.
    Here is the code
    CREATE OR REPLACE PROCEDURE apps.wmmgd_sepa_formats (
       p_return_msg      OUT      VARCHAR2,
       p_return_code     OUT      NUMBER,
       p_payment_batch   IN       VARCHAR2                                    ---,
    --- p_bank_name          in varchar2
    IS
       name:      wmmgd_sepa_formats
       purpose: this procedureis to  create SEPA payment formats
       revisions:
       ver      date        author           description
       1.0     6/11/2013  V Gongireddy  Created the Procedure
       l_ret         BOOLEAN;
       l_req_id      NUMBER;
       v_org_id      NUMBER;
       v_cntr        NUMBER;
       v_file_name   fnd_concurrent_requests.outfile_name%TYPE;
       v_language    VARCHAR2 (20);
    BEGIN
       SELECT fnd_profile.VALUE ('ORG_ID')
         INTO v_org_id
         FROM DUAL;
       fnd_file.put_line (fnd_file.LOG, 'org id ' || v_org_id);
       fnd_file.put_line (fnd_file.output, 'Start org id ' || v_org_id);
       FOR i IN 1 .. 10000
       LOOP
          v_cntr := v_cntr + 1;
       END LOOP;
       l_ret :=
          fnd_request.add_layout ('SQLAP',
                                  ' WMMGDSEPAFORMATXSL',
                                  'en',
                                  'US',
                                  'XML'
       IF l_ret = TRUE
       THEN
          BEGIN
             fnd_file.put_line (fnd_file.output,
                                'Payment batch ' || p_payment_batch
             l_req_id :=
                fnd_request.submit_request ('SQLAP',
                                            'WMMGDSEPAFORMAT',
                                            FALSE,
                                            p_payment_batch
             v_cntr := 0;
             FOR i IN 1 .. 10000
             LOOP
                v_cntr := v_cntr + 1;
             END LOOP;
             p_return_msg := 'Request submitted. ID = ' || l_req_id;
             p_return_code := 0;
             COMMIT;
          EXCEPTION
             WHEN OTHERS
             THEN
                p_return_msg :=
                      'Payment Request set submission failed - unknown error: '
                   || SQLERRM;
                p_return_code := 2;
                fnd_file.put_line (fnd_file.LOG,
                                   'the_request_id ' || l_req_id || p_return_msg
          END;
       END IF;
    END wmmgd_sepa_formats;
    Thanks in advance

    And metalink note 1100253.1 states that this issue (java.lang.StackOverflowError) might be caused by a too large set of data to be sorted in the layout file. Recommendation is to removed the sort from the layout file and instead sort the data already in the data definition.
    regards,
    David.

  • Run-time error 53 File not found (makes BI Publisher quite unuseable!)

    Upgraded to BIP v 10.1.3.3.2
    Open a template with the template builder
    Load a source XML file
    Proceed to choose Insert-> Field....
    Microsoft message pops up:
    Microsoft Visual Basic
    Run-time error '53':
    File Not Found.
    This error, according to Microsoft and other technical sources SHOULD actually tell you what the file is that isn't found, however when run through the template builder, it never tells you any file name, just the above error message!
    I saw one other post on this forum about this problem, and it was related to the Java Home, so I went to TOOLS-> OPTIONS and my java home there is:
    C:\Program Files\Java\jre1.5.0_12
    So this should be high enough JRE version.
    ANy suggestions? What file or *.DLL can it not find? We have many people at a client (and me!) that have this issue.
    -Greg

    Pradeep,
    I am not trying to utilize the desktop template builder to log onto BIP enterprise.
    I am using it in an E-business suite environment, not a standalone BIP enterprise reporting environment. I simply use it right now to develop templates when I have valid XML to work with.
    Many other features are working, but any features that seem to be new such as repeating group, conditional region, conditional format, the insert field palet, among others.
    ANY feature that requires a .net service to be kicked off works only 10% of the time.

  • Premiere Pro CS5: please help problem with importing a file error output "there was an error decompressing audio or video"

    please help problem with importing a file error output "there was an error decompressing audio or video"

    this is related to what adobe program/version?

  • ERROR: OUI files not found at their expected location. while cloning 11.5.9

    Dear Friends,
    Getting error when cloning 11.5.9 from PROD to DEV:
    ERROR: OUI files not found at their expected location. Please make sure that the pre-requisit OUI patch was applied correctly: patch should be unzipped directly at the ORACLE_HOME root level so that
    <iAS ORACLE_HOME>/oui21/oui/lib/OraInstaller.jar exists.
    Restart adclone.pl after performing required corrections.
    I applied the patch 5035661 also but still the error exists.
    Please let me know the fix.
    [appldev@betestoracle bin]$ perl adcfgclone.pl appsTier
    First Creating a new context file for the cloned system.
    The program is going to ask you for information about the new system:
    Enter the values for the new APPL_TOP Context:
    Does the target system have more than one application tier server node (y/n) [n] ?:
    Is the target system APPL_TOP divided into multiple mount points (y/n) [n] ?:
    Target system APPL_TOP mount point [apps/applprod/prodappl]:/apps/DEV/devappl
    Target system COMMON_TOP directory [apps/applprod/prodcomn]:/apps/DEV/devcomn
    Location of JDK 1.3.1 on the target system [usr/java/jdk1.3.1_10]:
    The new context file has to contain port numbers related to target system.
    Do you want to preserve the port values from the source system on the target system (y/n) [y] ?:n
    Clone Context uses the same port pool mechanism as the Rapid Install
    Once you choose a port pool, Clone Context will validate the port availability.
    Enter the port pool number:[0-99]
    50
    Checking the port pool 50
    done: Port Pool 50 is free
    Web Listener port is 8050
    Complete port information available at /apps/DEV/devappl/admin/out/PROD_betestoracle/portpool.lst
    Backing up /apps/DEV/devappl/admin/PROD_betestoracle.xml to /apps/DEV/devappl/admin/PROD_betestoracle.xml7.bak
    Creating the new APPL_TOP Context file from :
    /apps/DEV/devappl/ad/11.5.0/admin/template/adxmlctx.tmp
    The new APPL_TOP context file has been created :
    /apps/DEV/devappl/admin/PROD_betestoracle.xml
    Log file located at /tmp/CloneContext_05131045.log
    Please enter the APPS password:
    apps
    Running Rapid Clone with command:
    perl ./adclone.pl java=/apps/DEV/devcomn/util/jre/1.1.8 mode=apply stage=/apps/DEV/devcomn/clone component=appsTier method=CUSTOM appctxtg=/apps/DEV/devappl/admin/PROD_betestoracle.xml
    ERROR: OUI files not found at their expected location. Please make sure that the pre-requisit OUI patch was applied correctly: patch should be unzipped directly at the ORACLE_HOME root level so that
    <iAS ORACLE_HOME>/oui21/oui/lib/OraInstaller.jar exists.
    Restart adclone.pl after performing required corrections.
    Starting application Services for PROD:
    Running:
    /apps/DEV/devcomn/admin/scripts/PROD_betestoracle/adstrtal.sh APPS/<appspwd>
    Regards,
    DB

    ERROR: OUI files not found at their expected location.Please see these docs.
    Troubleshooting RapidClone issues with Oracle Applications R12 [ID 603104.1] -- adcfgclone.pl appsTier fails with "ERROR: OUI files not found at their expected location"
    Preclone DBtier Fails: Error: Oui Files Not Found [ID 739589.1]
    Troubleshooting Guide and Known Issues List for the Oracle Application Management Pack for Oracle E-Business Suite [ID 812294.1]
    Application Management Pack for Oracle E-Business Suite Release 2.0.x Troubleshooting Guide [ID 412044.1]
    Thanks,
    Hussein

  • Quicktime would fail to write/export to server windows share with "Error -43: file not found" errors

    Summary:
    With the combination of Windows 7 and Quicktime 7.x, Quicktime would fail to write/export to server windows share with "Couldn't create output movie storage" and "Error -43: file not found" errors
    Steps to Reproduce:
    Trying to render to Quicktime files using network shared folders as a destination:
    Unable to open file. (-1610153459)
    The funny thing: it only happens when there are at least two shared folders mapped on the workstation, and the destination folder used for the rendered movie is not the first one.
    If we have only two mapped drives, F: and G: for example, and we try to render something to F:, everything works fine and no error is showed. But, when the destination is the G: drive, rendering never works, the error is showed, but a zero-byte file is created in F: (!!). ODD! If we remap F: drive with a different letter, but a letter BEFORE G:, the problem always happens. If we remap drive F: to any letter AFTER G:, making G: the first available network drive, rendering works. Also, simply unmapping F: and leaving G: as the only connected network folder makes render to work.
    We do not have a D: drive in our Windows 7 workstations, they are all C: only.
    It is a 100% reproducible problem. We tried with three different Active Directory networks and workstations. It has all of the features of a software bug.
    Any help would be appreciated.
    Cheers!
    Expected Results:
    Error -43: file not found
    Actual Results:
    The workaround seems to be to use the full path to the servers instead of the mapped mount point (ie //server/z/... instead of Z:/...
    Regression:
    All versions of quicktime 7 in combination with windows 7 client and more than one smb share point mapped in a letter.
    Notes:
    All software that uses quicktime movie exports showed this error.

    Not sure what file your are referencing?  Thanks for your suggestion, however, it's not relavant.
    It renders fine if you render to either the UNC path or the first mapped drive.
    i.e. If you have two mapped drives G: and H:
    they both point to \\fileserver\share1\folder
    If you render to H: it will fail, if you render to G: it works!  Same path, same user, same permissions.
    The only difference is H comes after G, so it fails... BUG.  If it was to do with anything else, underscores, permissions etc, it would fail on both.

  • Error in amconsole - Error 404: File not found: sunportal/dtadmin/DesktopAd

    When I log into amconsole and try to view the Service Configuration of the desktop I get the following
    error - Error 404: File not found: sunportal/dtadmin/DesktopAdminService
    I looked into the setup.log, but I didn't find any error during
    installation.
    So what can be wrong with my Sun One Portal

    web.xml is not added to my project
    web.xml gets created when a JSP page is created. Has the web.xml been deleted or was the JSP created not in JDeveloper? Is the JSP in the public_html directory?

  • Error 15 file not found.

    I was able to install arch linux on a 2 GB flash drive. But I cannot boot into arch linux from the grub menu. I greeted by a message like "error 15 file not found"
    my menu.lst file looks like
    # Config file for GRUB - The GNU GRand Unified Bootloader
    # /boot/grub/menu.lst
    # DEVICE NAME CONVERSIONS
    # Linux Grub
    # /dev/fd0 (fd0)
    # /dev/sda (hd0)
    # /dev/sdb2 (hd1,1)
    # /dev/sda3 (hd0,2)
    # FRAMEBUFFER RESOLUTION SETTINGS
    # +-------------------------------------------------+
    # | 640x480 800x600 1024x768 1280x1024
    # ----+--------------------------------------------
    # 256 | 0x301=769 0x303=771 0x305=773 0x307=775
    # 32K | 0x310=784 0x313=787 0x316=790 0x319=793
    # 64K | 0x311=785 0x314=788 0x317=791 0x31A=794
    # 16M | 0x312=786 0x315=789 0x318=792 0x31B=795
    # +-------------------------------------------------+
    # for more details and different resolutions see
    # https://wiki.archlinux.org/index.php/GRUB#Framebuffer_resolution
    # general configuration:
    timeout 5
    default 0
    color light-blue/black light-cyan/blue
    # boot sections follow
    # each is implicitly numbered from 0 in the order of appearance below
    # TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
    # (0) Arch Linux
    title Arch Linux
    root (hd1,0)
    kernel /vmlinuz-linux root=/dev/disk/by-uuid/9157e8a3-c1bd-499a-95fe-524cd9c07d0e ro
    initrd /initramfs-linux.img
    # (1) Arch Linux
    title Arch Linux Fallback
    root (hd1,0)
    kernel /vmlinuz-linux root=/dev/disk/by-uuid/9157e8a3-c1bd-499a-95fe-524cd9c07d0e ro
    initrd /initramfs-linux-fallback.img
    # (2) Windows
    #title Windows
    #rootnoverify (hd0,0)
    #makeactive
    #chainloader +1
    /etc/fstab file looks like
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    tmpfs /tmp tmpfs nodev,nosuid 0 0
    #UUID=15eb5a8a-dddc-4b28-8183-f81d450b78d5 swap swap defaults 0 0
    #UUID=9157e8a3-c1bd-499a-95fe-524cd9c07d0e / ext3 defaults 0 1
    #UUID=aae9fb61-b5ec-40b5-a3dd-232c9a77f29b /boot ext2 defaults 0 1
    #UUID=f1a9a9ad-8344-4eb5-be91-1af155c756e4 /home ext3 defaults 0 1
    UUID=15eb5a8a-dddc-4b28-8183-f81d450b78d5 swap swap defaults 0 0
    UUID=9157e8a3-c1bd-499a-95fe-524cd9c07d0e / ext3 defaults 0 1
    UUID=aae9fb61-b5ec-40b5-a3dd-232c9a77f29b /boot ext2 defaults 0 1
    UUID=f1a9a9ad-8344-4eb5-be91-1af155c756e4 /home ext3 defaults 0 1
    and result of #blikd is
    /dev/sda1: UUID="edc30674-5e24-46ae-865c-647b5af6a1ca" TYPE="ext4"
    /dev/sda5: UUID="8045e664-17ad-4bfd-8b5e-56d7f17fbcdd" TYPE="swap"
    /dev/sdb1: UUID="aae9fb61-b5ec-40b5-a3dd-232c9a77f29b" TYPE="ext2"
    /dev/sdb2: UUID="15eb5a8a-dddc-4b28-8183-f81d450b78d5" TYPE="swap"
    /dev/sdb3: UUID="9157e8a3-c1bd-499a-95fe-524cd9c07d0e" TYPE="ext3"
    /dev/sdb4: UUID="f1a9a9ad-8344-4eb5-be91-1af155c756e4" TYPE="ext3"

    Here is the result of my  fdisk -l /dev/sdb
    Device Boot Start End Blocks Id System
    /dev/sdb1 * 1 100 102384 83 Linux
    /dev/sdb2 101 356 262144 82 Linux swap / Solaris
    /dev/sdb3 357 1533 1205248 83 Linux
    /dev/sdb4 1534 1926 402432 83 Linux
    Last edited by manish411 (2012-01-14 05:24:14)

  • Solaris 10 boot error 15 file not found

    During a reboot to one of our solaris 10 servers when it reboots it comes up with this error message
    Findroot (pool_rpool,0,a)
         Filesystem type is zfs, partition type 0xbf
    kernel$ /platform/i86pc/multiboot -B $ZFS-BOOTFS
    loading '/platform/i86pc/multiboot -B $ZFS-BootFS' ....
    Error 15: File not found
    press any key to continue...
    The grub file menu.lst content is as follows
    #pragma ident   "@(#)menu.lst   1.2     10/06/11 SMI"
    default 0
    timeout 10
    # Uncomment the following line to enable GRUB splashimage on console
    splashimage /boot/grub/splash.xpm.gz
    #---------- ADDED BY BOOTADM - DO NOT EDIT ----------
    title Oracle Solaris 10 1/13 s10x_u11wos_24a X86
    findroot (pool_rpool,0,a)
    kernel$ /platform/i86pc/multiboot -B $ZFS-BOOTFS
    module /platform/i86pc/boot_archive
    #---------------------END BOOTADM--------------------
    #---------- ADDED BY BOOTADM - DO NOT EDIT ----------
    title Solaris failsafe
    findroot (pool_rpool,0,a)
    kernel /boot/multiboot -s
    module /boot/amd64/x86.miniroot-safe
    #---------------------END BOOTADM--------------------
    During a shell session using a recovery disk i mount the rpool to /a , if I do a zpool status it comes back that rpool mirror-0 with both disks are online
    rpool          ONLINE
    mirror-0      ONLINE
    c0t0d0s0      ONLINE
    c0t1d0s0      ONLINE
    However if I do a zpool import it shows
    rpool          UNAVAIL     insufficient replicas
      mirror-0     UNAVAIL     insufficient replicas
         c0t0d0s0 FAULTED   corrupted data
         c0t1d0s8 UNAVAIL    corrupted data
    This is highly confusing
    Any help would be much appreciated

    What's confusing to me is that the second disk in this mirrored root pool shows c0t1d0s0 in one output and c0t1d0s8 is another output. I hope this is a typo. Otherwise, you need to find out why this device path changed. Its look like the primary disk is faulted. FMA will tell you if the disk is faulted and whether the second disk's device path changed. You will have to boot from media or an install server.
    Thanks, Cindy

  • Have several ringtones in my itune. while synchronising 2 errors appear.1. several objects could not be found,2. an iphone was found but could not be indentified. iph.4s was new reset, ios 6

    have several ringtones in my itune. while synchronising 2 errors appear.1. several objects could not be found,2. an iphone was found but could not be indentified. iph.4s was new reset, ios 6

    Hi Grant,
    Here is what I did and so far seems it is wworking.
    1. I deleted oDesk and ShareFile. I removed them using MacKeeper (I found this application very usefull for uninstalling applications as MacKeeper looks for them all over the computer: cache, preferences, application support etc.) While for oDesk is simple as I can look myself for oDesk in any file names, whith ShareFile was a little tricky to amke it amnually as MacKeeper find files that contain Citrix name then ShareFile. I will not guess unless I would search the internet on how to manually remove sharefile from my system.
    2. I manually delete all cahe files and folders from ~Library and ~User/Library.
    3. After reboot I installed Onyx and order maintanance where I checked all its options, including but not limited to DNS caches, fonts caches, everything.
    4. After I reboot computer, I went in Disk Utility and Repaired permissions.
    Reboot again. Now seems to work fine. At least odesk Team is working properly. I will have a second thought for installing ShareFile.
    Some romanian mac users suggested to check my router connectivity and change some DNS in it. Looks like that was also a problem on some MACs. I recall the few weeks ago I had an issue with TP Link router. My computer wasn't connected to internet, though router showed that there is internet connection. I ping router from my computer and I received answer from ping. I ping google from computer, nothing. I ping google from router, was wroking. I connected the computer directly to internet without router, was wroking. When connected back through router, nothing. I contacted the guys from TP Link and they suggested to use google DNS instead of those my ISP provided. But since then I had not experienced any issue with router and internet, until now. The DNS are still those from google.
    I will keep you updated if any issues are appear again. So far, it is working perfectly as it supposed to work.
    Warm regards,
    Sebastian

  • [SOLVED]getting "error 15: file not found!"

    Hi all, I'm new to Arch and linux in general but i've managed so far and I'm really enjoying it.
    I'm dual booting Arch and Vista.
    Anyway, everything was working fine until I decided that I wanted to stop using GRUB as my bootloader and I used a program called EasyBCD and this guide http://apcmag.com/how_to_dualboot_vista … htm?page=4
    Now, I get "Error 15: File not found!" when i try to boot into arch. I've looked through countless other threads and google results with people with the same problem but none of the solutions in those threads helped me.
    here's my menu.lst
    # Config file for GRUB - The GNU GRand Unified Bootloader
    # /boot/grub/menu.lst
    # DEVICE NAME CONVERSIONS
    # Linux Grub
    # /dev/fd0 (fd0)
    # /dev/sda (hd0)
    # /dev/sdb2 (hd1,1)
    # /dev/sda3 (hd0,2)
    # FRAMEBUFFER RESOLUTION SETTINGS
    # +-------------------------------------------------+
    # | 640x480 800x600 1024x768 1280x1024
    # ----+--------------------------------------------
    # 256 | 0x301=769 0x303=771 0x305=773 0x307=775
    # 32K | 0x310=784 0x313=787 0x316=790 0x319=793
    # 64K | 0x311=785 0x314=788 0x317=791 0x31A=794
    # 16M | 0x312=786 0x315=789 0x318=792 0x31B=795
    # +-------------------------------------------------+
    # for more details and different resolutions see
    # http://wiki.archlinux.org/index.php/GRUB#Framebuffer_Resolution
    # general configuration:
    timeout 3
    default 2
    color light-blue/black light-cyan/blue
    # boot sections follow
    # each is implicitly numbered from 0 in the order of appearance below
    # TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
    # (0) Arch Linux
    title Arch Linux
    root (hd0,2)
    kernel /boot/vmlinuz26 root=/dev/disk/by-uuid/6e30f601-1196-41bf-b9f3-063434fa0c45 ro
    initrd /boot/kernel26.img
    # (1) Arch Linux
    title Arch Linux Fallback
    root (hd0,2)
    kernel /boot/vmlinuz26 root=/dev/disk/by-uuid/6e30f601-1196-41bf-b9f3-063434fa0c45 ro
    initrd /boot/kernel26-fallback.img
    # (2) Windows
    title Windows
    rootnoverify (hd0,0)
    makeactive
    chainloader +1
    Last edited by tooeasyforkevin (2009-07-13 06:48:38)

    ok, try doing it the manual way by booting the cd as if you where to do an installation where it prompts you to log in as root.
    Once your logged in as root do
    grub
    and you will get the grub prompt
    grub>
    then the at the grub> prompt do
    grub> root (hd0,2)
    that tells grub it will find the boot files on the 3rd partition of the 1st hard drive. Then,
    grub> setup (hd0)
    to setup the grub bootloader on the MBR of the first hard drive.
    If all goes well you should see something like 'Checking if "/boot/grub/stage1" exists... yes '.
    grub> quit
    and reboot.

  • Preverify doesn't work. Always return error 2 "File not found"

    Hello,
    I have this configuration:
    - Latest JDK and JRE
    - Ubuntu Linux 7.10 64 bits
    - NetBeans 6RC2 Mobility Pack
    When I try to build a project, NetBeans returns:
    Preverifying 6 file(s) into /home/alfredbaudisch/NetBeansProjects/GameBuilderDemo2/build/preverified directory. 
    java.io.IOException: Cannot run program "/home/alfredbaudisch/Desenvolvimento/Utils/WTK2.5.2/bin/preverify": java.io.IOException: error=2, File not found
    Then I downloaded WTK 2.5.2 by myself and tried to build it using the toolbar:
    Creating project "GameBuilderDemo2" 
    Place Java source files in "/home/alfredbaudisch/j2mewtk/2.5.2/apps/GameBuilderDemo2/src" 
    Place application resource files in "/home/alfredbaudisch/j2mewtk/2.5.2/apps/GameBuilderDemo2/res" 
    Place application library files in "/home/alfredbaudisch/j2mewtk/2.5.2/apps/GameBuilderDemo2/lib" 
    Settings updated 
    Project settings saved 
    Building "GameBuilderDemo2" 
    java.io.IOException: Cannot run program "/home/alfredbaudisch/Desenvolvimento/Utils/WTK2.5.2/bin/preverify": java.io.IOException: error=2, File not found 
    Build failed  Any suggestion?
    Thanks.
    Edited by: AlfredBaudisch on Nov 25, 2007 1:36 PM

    The problem was that WTK was not accepting JRE 64-bits, then I installed JRE 32-bits and set up WTK to look for it.
    I wrote an article about the platform Ubuntu + NetBeans 6:
    http://mobiledeveloper.auriummobile.com/index.php/2007/11/25/perfect-java-development-platform-with-ubuntu-710-and-netbeans-6/
    Edited by: AlfredBaudisch on Nov 25, 2007 6:47 PM

  • Error: Include file not found: /globalinclude.html

    Does anyone have any idea why I would be getting this error everytime I try to make or build my workspace, project or any jsp file within JDev? I have no reference to /globalinclude.html and have never even seen this file anywhere before.
    Error: Include file not found: /globalinclude.html
    Thanks.
    -Teri Kemple
    [email protected]

    Teri,
    The reference is made in ojsp-global-include.xml in your WEB-INF directory.
    globalinclude.html should be located in your html root (default .../public_html) and its content is:
    <% request.setCharacterEncoding("windows-1252");%>.
    with the correct encoding of course.
    Charles.

  • Change Error Output File?

    A problem with Essbase is that it doesn't handle file paths which include spaces. This means that the default error output file "C:\Program Files\IBM\DB2 OLAP Server\Client\" doesn't work. Now I manually direct the error output to "C:\temp\" instead. Is there a parameter in Essbase with which a can set this as the default error output path?John Smith

    This problem has been solved. It was a bug in one of the Oracle programs that creates BI Extract.
    Also, please visit my blog for information on AP Check printing in Oracle R12
    http://ora12apps.blogspot.com/

Maybe you are looking for

  • How do i install a hp laser jet 4l printer on windows7

    how do i install a hp laser jet 4l printer on windows7 Where do I get the drivers

  • How come my apply device on this apple forum can't display the 'and' character?

    I'm sure it dose it at some other places, and I'm sure it's something silly I'm doing wrong. But when I type the &  (numeric then J) instead of typing AND, it dose them extra bits after I hit 'post message'

  • Pivot Query

    Please Help me on pivot Query . I have table Emp with eno,emp_date , salary EMPNO     EMP_DATE     salary 1     2/10/2009     1000 1     2/19/2009     2000 1     2/11/2009     2500 I want to pivot the query like Empno date1 salary1 date2 salar2 date3

  • Apply selection to layer mask

    Hello, iam looking for a solution to apply a previeuws selction to a layer mask of a adjustment layer. My code mange to select the mask - but when i apply the selection it creates layer above. I need to go into the layer mask (alt and click) and then

  • Invalid plugin on install

    I installed firstly acrobat standard 8.3 on my new windows 7 64bit laptop then installed acrobat reader X on it. The programs run when I open them but after 1 or 2 seconds come up with a dialoque with the measage Invalid plugin detected. Adobe Reader