SEVERE: java.io.FileNotFoundException: ./config/jps-config.xml (No such file or directory)

I am installing OIM/OAM in a cluster configuration using release 11.1.1.7.
I looked at the EDG here:
http://docs.oracle.com/cd/E28280_01/core.1111/e12035/toc.htm
And its pointing me to the 11.1.1.5 version
http://docs.oracle.com/cd/E21764_01/core.1111/e12035/toc.htm
So that is the guide I am following.
I am at this step:
18.1.5.2 Integrating Oracle Access Manager with Oracle Identity Manager by Using idmConfigTool
http://docs.oracle.com/cd/E21764_01/core.1111/e12035/wiring.htm#sthref356
When I run the config tool I get SEVERE messages like this one:
SEVERE: java.io.FileNotFoundException: ./config/jps-config.xml (No such file or directory)
Any suggestions on how to fix this ?
Please note that I can see jps-config.xml under the domain configuration in the fmwconfig directory.
Here is the complete output
Enter sso access gate password :
Enter sso keystore jks password :
Enter sso global passphrase :
Enter mds db schema password :
Enter idstore admin password :
Enter admin server user password :
********* Seeding OAM Passwds in OIM *********
Completed loading user inputs for - CSF Config
Completed loading user inputs for - Dogwood Admin WLS
Connecting to t3://admin.mycompany.com:7001
Connection to domain runtime mbean server established
Seeding credential :SSOAccessKey
Seeding credential :SSOGlobalPP
Seeding credential :SSOKeystoreKey
********* Activating OAM Notifications *********
Completed loading user inputs for - MDS DB Config
Jun 6, 2013 1:46:05 PM oracle.mds
NOTIFICATION: PManager instance is created without multitenancy support as JVM flag "oracle.multitenant.enabled" is not set to enable multitenancy support.
Jun 6, 2013 1:46:06 PM oracle.security.jps.internal.config.xml.XmlConfigurationFactory initDefaultConfiguration
SEVERE: java.io.FileNotFoundException: ./config/jps-config.xml (No such file or directory)
Jun 6, 2013 1:46:06 PM oracle.mds
NOTIFICATION: Auditing is disabled for component MDS.
Initialized MDS resources
Jun 6, 2013 1:46:06 PM oracle.mds
NOTIFICATION: PManager instance is created without multitenancy support as JVM flag "oracle.multitenant.enabled" is not set to enable multitenancy support.
Jun 6, 2013 1:46:06 PM oracle.security.jps.internal.config.xml.XmlConfigurationFactory initDefaultConfiguration
SEVERE: java.io.FileNotFoundException: ./config/jps-config.xml (No such file or directory)
Jun 6, 2013 1:46:06 PM oracle.mds
NOTIFICATION: Auditing is disabled for component MDS.
Jun 6, 2013 1:46:07 PM oracle.mds
NOTIFICATION: transfer operation started.
Jun 6, 2013 1:46:08 PM oracle.mds
NOTIFICATION: transfer is completed. Total number of documents successfully processed : 1, total number of documents failed : 0.
Upload to DB completed
Releasing all resources
Notifications activated.
********* Seeding OAM Config in OIM *********
Completed loading user inputs for - OAM Access Config
Validated input values
Initialized MDS resources
Jun 6, 2013 1:46:08 PM oracle.mds
NOTIFICATION: PManager instance is created without multitenancy support as JVM flag "oracle.multitenant.enabled" is not set to enable multitenancy support.
Jun 6, 2013 1:46:08 PM oracle.security.jps.internal.config.xml.XmlConfigurationFactory initDefaultConfiguration
SEVERE: java.io.FileNotFoundException: ./config/jps-config.xml (No such file or directory)
Jun 6, 2013 1:46:08 PM oracle.mds
NOTIFICATION: Auditing is disabled for component MDS.
Jun 6, 2013 1:46:08 PM oracle.mds
NOTIFICATION: transfer operation started.
Jun 6, 2013 1:46:08 PM oracle.mds
NOTIFICATION: transfer is completed. Total number of documents successfully processed : 1, total number of documents failed : 0.
Download from DB completed
Releasing all resources
Updated /oracle/product/fmw/Oracle_IAM/server/oamMetadata/db/oim-config.xml
Initialized MDS resources
Jun 6, 2013 1:46:08 PM oracle.mds
NOTIFICATION: PManager instance is created without multitenancy support as JVM flag "oracle.multitenant.enabled" is not set to enable multitenancy support.
Jun 6, 2013 1:46:08 PM oracle.security.jps.internal.config.xml.XmlConfigurationFactory initDefaultConfiguration
SEVERE: java.io.FileNotFoundException: ./config/jps-config.xml (No such file or directory)
Jun 6, 2013 1:46:08 PM oracle.mds
NOTIFICATION: Auditing is disabled for component MDS.
Jun 6, 2013 1:46:08 PM oracle.mds
NOTIFICATION: transfer operation started.
Jun 6, 2013 1:46:09 PM oracle.mds
NOTIFICATION: transfer is completed. Total number of documents successfully processed : 1, total number of documents failed : 0.
Upload to DB completed
Releasing all resources
OAM configuration seeded. Please restart oim server.
********* Configuring Authenticators in OIM WLS *********
Completed loading user inputs for - LDAP connection info
Connecting to t3://admin.mycompany.com:7001
Connection to domain runtime mbean server established
Starting edit session
Edit session started
Connected to security realm.
Validating provider configuration
Validated desired authentication providers
OAM Asserter already exists in the security realm
OAMIDAsserter is already configured to support 11g webgate
OIM Signature Authenticator already exists in the security realm
A type of LDAP Authenticator already exists in the security realm. Please create authenticator manually if different LDAP provider is required.
Control flags for authenticators set sucessfully
Reordering of authenticators done sucessfully
Saving the transaction
Transaction saved
Activating the changes
Changes Activated. Edit session ended.
Connection closed sucessfully
The tool has completed its operation. Details have been logged to automation.log

i found this task :
JDev 11.1.1.1.0 + ADF+ BC4J application on Tomcat6

Similar Messages

  • Java.io.FileNotFoundException: d:/tmp/dummylog.txt (No such file or directo

    We are using WL 8.1 SP4 on RH Linux 7.2 and have this (non-critical, but annoying) error during runtime. When it hits, the same error gets printed out like a 100 times.
    This one is really blowing my mind. I have searched through all our files (including binaries) for "dummylog" and "dummylog.txt" and can't find anything referring to this log file, so where the heck could it be coming from?
    This error happens at least each time a user logs in to our application:
    java.io.FileNotFoundException: d:/tmp/dummylog.txt (No such file or directory)
    at java.io.FileOutputStream.openAppend(Native Method)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:177)
    at java.io.FileWriter.<init>(FileWriter.java:90)
    at com.takecargo.utils.SimpleDebugger.write(SimpleDebugger.java:27)
    at com.takecargo.utils.SimpleDebugger.debug(SimpleDebugger.java:17)
    at com.takecargo.services.ldap.authentication.LdapLoginModuleImpl.abort(LdapLoginModuleImpl.java:251)
    at weblogic.security.service.DelegateLoginModuleImpl.abort(DelegateLoginModuleImpl.java:87)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at javax.security.auth.login.LoginContext.invoke(LoginContext.java:675)
    at javax.security.auth.login.LoginContext.access$000(LoginContext.java:129)
    at javax.security.auth.login.LoginContext$4.run(LoginContext.java:610)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.login.LoginContext.invokeModule(LoginContext.java:607)
    at javax.security.auth.login.LoginContext.login(LoginContext.java:540)
    at weblogic.security.service.PrincipalAuthenticator.authInternal(PrincipalAuthenticator.java:331)
    at weblogic.security.service.PrincipalAuthenticator.authenticate(PrincipalAuthenticator.java:284)
    at weblogic.jndi.WLInitialContextFactoryDelegate.authenticateLocally(WLInitialContextFactoryDelegate.java:582)
    at weblogic.jndi.WLInitialContextFactoryDelegate.pushSubject(WLInitialContextFactoryDelegate.java:525)
    at weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialContextFactoryDelegate.java:341)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:313)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:239)
    at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:135)
    at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662)
    at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
    at javax.naming.InitialContext.init(InitialContext.java:219)
    at javax.naming.InitialContext.<init>(InitialContext.java:195)
    at com.takecargo.utils.jms.asp.MessageSenderClient.getInitialContext(MessageSenderClient.java:170)
    at com.takecargo.utils.jms.asp.MessageSenderClient.initialize(MessageSenderClient.java:46)
    at com.takecargo.utils.jms.asp.MessageSenderClient.sendMessage(MessageSenderClient.java:89)
    at com.takecargo.facade.message.messagesender.transportXml.TransportXmlSender.sendMessage(TransportXmlSender.java:1239)
    at com.takecargo.facade.message.messagesender.transportXml.TransportXmlSender.sendTransportXml(TransportXmlSender.java:243)
    at com.takecargo.facade.message.messagesender.MessageSenderBean.sendMessage(MessageSenderBean.java:210)
    at com.takecargo.facade.message.messagesender.MessageSenderBean.sendMessage(MessageSenderBean.java:148)
    at com.takecargo.facade.message.messagesender.MessageSender_uog2mo_ELOImpl.sendMessage(MessageSender_uog2mo_ELOImpl.java:46)
    at com.takecargo.facade.message.JMSSendMessageQueueDispatcher.onMessage(JMSSendMessageQueueDispatcher.java:98)
    at weblogic.ejb20.internal.MDListener.execute(MDListener.java:370)
    at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:262)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:2678)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:2598)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    Message was edited by:
    nickleus

    From the stacktrace,
    com.takecargo.utils.SimpleDebugger.write(SimpleDebugger.java:27)
    this seems to try to write the file. Do you know what that is? Also create the file with that name manually and see if it works.
    Thanks,
    -satya

  • Jps-config.xml (No such file or directory)

    Hi Experts,
    I created a Java proxy for a web service, deployed on a separate server (not WLS), with no ws policy. When I used POJO client, the invocation of the web service worked fine. But when I put the same invocation code in a concurrent program in EBS R12.2 (running on WLS), I got error when running the program:
    oracle.security.jps.internal.config.xml.XmlConfigurationFactory initDefaultConfiguration
    SEVERE: java.io.FileNotFoundException: /u01/R122_EBS/inst/apps/xxxx/logs/appl/conc/log/./config/jps-config.xml (No such file or directory)
    I didn't use any JPS related feature in the proxy client. I don't know why it asks for jps-config.xml in EBS 12.2.
    Any input is appreciated.
    Thanks.

    Thanks Hussein!
    I saw this from the note ID 972284.1:
    Output:-
    30/11/2009 6:27:24 PM oracle.security.jps.internal.config.xml.XmlConfigurationFactory initDefaultConfiguration
    SEVERE: java.io.FileNotFoundException: D:\JDeveloper\Middleware_JDev11.1.1.2\jdeveloper\jdev\mywork\SimpleOWSM_Application\Proxy\.\config\jps-config.xml (The system cannot find the path specified)
    INFO: WSM-09004 Component auditing cannot be initialized.
    INFO: WSMAgent is initialized for category=security, function=agent.function.client, topologyNodePath=TopologyRoot/Service/null/SimpleWSPort, isJ2EE=false
    INFO: empty.bindings
    INFO: empty.bindings
    INFO: Recipient Alias property not configured in the policy. Defaulting to encrypting with signers certificate.
    Hello >> Peter Pan
    Looks like it's the output when successful. Does that mean the SEVERE FileNotFound Exception can be ignored? If the jps-config.xml is not used in the example, why the runtime keeps looking for it?
    Appreciate your help very much.

  • Receiving java.io.FileNotFoundException: (No such file or directory)

    Hi,
    I'm trying to use XML Bursting program in 11.5.10. I have uploaded the control file, data template. But the XML Publisher Bursting program completes with error and below is the error message in the log file:
    XML/BI Publisher Version : 5.6.3
    Request ID: 51460124
    All Parameters: ReportRequestID=51460123:DebugFlag=Y
    Report Req ID: 51460123
    Debug Flag: Y
    Updating request description
    Updated description
    Retrieving XML request information
    Node Name:WWWPDCDSORACD01
    Preparing parameters
    null output =/wdevp/ora/applmgr/comn/admin/out/WDEVP_wwwpdcdsoracd01/o51460124.out
    inputfilename =/wdevp/ora/applmgr/comn/admin/out/WDEVP_wwwpdcdsoracd01/o51460123.out
    Data XML File:/wdevp/ora/applmgr/comn/admin/out/WDEVP_wwwpdcdsoracd01/o51460123.out
    Set Bursting parameters..
    Temp. Directory:/tmp
    [060211_015430388][][STATEMENT] Oracle XML Parser version ::: Oracle XDK Java 9.0.4.0.0 Production
    [060211_015430412][][STATEMENT] setOAProperties called..
    Bursting propertes.....
    {user-variable:cp:territory=US, user-variable:cp:ReportRequestID=51460123, user-variable:cp:language=en, user-variable:cp:responsibility=54886, user-variable.OA_MEDIA=http://wwwpdcdsoraca01.wyn.wyndhamworldwide.com:8018/OA_MEDIA, burstng-source=EBS, user-variable:cp:DebugFlag=Y, user-variable:cp:parent_request_id=51460123, user-variable:cp:locale=en-US, user-variable:cp:user=CDUSER, user-variable:cp:application_short_name=XDO, user-variable:cp:request_id=51460124, user-variable:cp:org_id=6188, user-variable:cp:reportdescription=Separate Remittance Advice - BIP}
    Start bursting process..
    Bursting process complete..
    Generating Bursting Status Report..
    --Exception
    /tmp/060211_015430711/Remit_Advice_100454.pdf (No such file or directory)
    java.io.FileNotFoundException: /tmp/060211_015430711/Remit_Advice_100454.pdf (No such file or directory)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:106)
         at java.io.FileInputStream.<init>(FileInputStream.java:66)
         at oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine.zipOutputFiles(JCP4XDOBurstingEngine.java:523)
         at oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine.runProgram(JCP4XDOBurstingEngine.java:292)
         at oracle.apps.fnd.cp.request.Run.main(Run.java:161)
    I do not see any sub folder 060211_015430711 under /tmp folder.
    Any help ...
    Thanks
    Anand

    Hi,
    Yes, i was able to fix the issue. The template associated with the bursting process needs to be in a single table. I had 2 separate tables due to which the program was completing with error. When i placed both those tables in a single table the issue was resolved.
    Regards,
    Anand

  • Error     1     fatal error C1083: Cannot open include file: 'boost/config.hpp': No such file or directory     C

    Newbie to VC++
    Getting the below error in VC++ 2005, Indesign CS4
    1>------ Build started: Project: WriteFishPrice, Configuration: Debug Win32 ------
    1>Performing Custom Build Step
    1>Compiling...
    1>WFPNoStrip.cpp
    1>C:\Program Files\Adobe\adobe_indesign_cs4_products_sdk_578win\source\precomp\common\ShukHeaders.cp(19) : fatal error C1083: Cannot open include file: 'boost/config.hpp': No such file or directory
    1>WFPID.cpp
    1>C:\Program Files\Adobe\adobe_indesign_cs4_products_sdk_578win\source\precomp\common\ShukHeaders.cp(19) : fatal error C1083: Cannot open include file: 'boost/config.hpp': No such file or directory
    1>VCPlugInHeaders.cpp
    1>C:\Program Files\Adobe\adobe_indesign_cs4_products_sdk_578win\source\precomp\common\ShukHeaders.cp(19) : fatal error C1083: Cannot open include file: 'boost/config.hpp': No such file or directory
    1>TriggerResourceDeps.cpp
    1>C:\Program Files\Adobe\adobe_indesign_cs4_products_sdk_578win\source\precomp\common\ShukHeaders.cp(19) : fatal error C1083: Cannot open include file: 'boost/config.hpp': No such file or directory
    1>SDKPlugInEntrypoint.cpp
    1>C:\Program Files\Adobe\adobe_indesign_cs4_products_sdk_578win\source\precomp\common\ShukHeaders.cp(19) : fatal error C1083: Cannot open include file: 'boost/config.hpp': No such file or directory
    1>Generating Code...
    1>Build log was saved at "file://c:\id6sdk\build\win\objD\WriteFishPrice\BuildLog.htm"
    1>WriteFishPrice - 5 error(s), 0 warning(s)
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
    I have added the path of config.hpp in "addition include directories" still it is throwing the same error.
    Regards,
    Suresh

    Neither the first not the second one:
    am using the following path:
    C:\Program Files\Adobe\adobe_indesign_cs4_products_sdk_578win\external\asl\boost_libraries\boost
    Now i have copied the complete 'external' folder to C:\id6sdk\ and added the directory now it is showing the following error:
    Getting the following error:
    fatal error C1083: Cannot open include file: 'IPMUnknown.h': No such file or directory C:\Program Files\Adobe\adobe_indesign_cs4_products_sdk_578win\source\precomp\common\ShukHeaders.cp 46
    Don't understand the concept one error leading to the other error.
    How to come out of these kind of problem.
    Regards,
    Suresh

  • Error: null/config/deploy.properties (No such file or directory)

    Hi,
    I installed Weblogic 10.3.5, SOA Suite 11.1.1.5 and the installed AIA 11.1.1.5. Install completes successfully and everything seems to be up and running for AIA in the Enterprise Manager but when I go to the following
    http://hostname:8001/AIA
    Login and click on the 'About AIA' on the top right hand corner I get the following error
    Error: null/config/deploy.properties (No such file or directory)
    I have re-installed and installed it in 3 environments with same results, so I am thinking I am missing a step somewhere. Any advice on how to fix this issue?
    Thanks
    Jaco

    Hi Jaco,
    This issue is fixed in AIA 11.1.1.6.0 version. Either upgrade your AIA version to 11.1.1.6.0 or apply RUP2(Patch#13247584) on AIA 11.1.1.5.0.
    Regards
    Siva Shankar
    Tech Democracy

  • Java.io.FileNotFoundException: atg/data/Publishing/versionFileStore/PublishingFiles/fa103/0/_FeaturedCategories_xproperties._fa103307#2 (No such file or directory)

    Hi All,
    While updating featuredTargetters though BCC UI, getting below exceptions and not able to save targetters after editing
    Found file (_FeaturedCategories_xproperties._fa103307#3) in versionFileStore. But in exception stacktrace ,it is complaining about file (FeaturedCategories_xproperties._fa103307#2).
    Not sure whether #2 and #3 really matters and causing this issue. Dont have backup folder to copy files from.
    In DB, EPUB_FILE_ASSET table data is attached in excel.
    Please help me to resolve this issue.
    Caused by :java.io.FileNotFoundException: atg/data/Publishing/versionFileStore/PublishingFiles/fa103/0/_FeaturedCategories_xproperties._fa103307#2 (No such file or directory)
    **** Error Fri  14:25:40 PDT 2015 1428096340676 /atg/dynamo/servlet/sessiontracking/GenericSessionManager/IaCAn7QNWVuxMCU0W3B_koGxo-fWE4syJueTzY2iHefWGuTs6VtS!786562057!1428092210169/atg/web/assetmanager/editor/targeting/TargeterFormHandler at java.io.FileInputStream.open(Native Method)
    **** Error Fri 14:25:40 PDT 2015 1428096340676 /atg/dynamo/servlet/sessiontracking/GenericSessionManager/IaCAn7QNWVuxMCU0W3B_koGxo-fWE4syJueTzY2iHefWGuTs6VtS!786562057!1428092210169/atg/web/assetmanager/editor/targeting/TargeterFormHandler at java.io.FileInputStream.<init>(FileInputStream.java:146)
    **** Error Fri14:25:40 PDT 2015 1428096340676 /atg/dynamo/servlet/sessiontracking/GenericSessionManager/IaCAn7QNWVuxMCU0W3B_koGxo-fWE4syJueTzY2iHefWGuTs6VtS!786562057!1428092210169/atg/web/assetmanager/editor/targeting/TargeterFormHandler at atg.core.util.JarUtils.copy(JarUtils.java:412)
    **** Error Fri 14:25:40 PDT 2015 1428096340676 /atg/dynamo/servlet/sessiontracking/GenericSessionManager/IaCAn7QNWVuxMCU0W3B_koGxo-
    **** Error Fri  14:25:40 PDT 2015 1428096340676 /atg/dynamo/servlet/sessiontracking/GenericSessionManager/IaCAn7QNWVuxMCU0W3B_koGxo-fWE4syJueTzY2iHefWGuTs6VtS!786562057!1428092210169/atg/web/assetmanager/editor/targeting/TargeterFormHandler at
    /atg/web/assetmanager/editor/targeting/TargeterFormHandler --- java.lang.RuntimeException: Unable to set the file content into atg/data/Publishing/versionFileStore//PublishingFiles/fa103/0/_FeaturedCategories_xproperties._fa103307#3 from /atg/data/Publishing/versionFileStore/PublishingFiles/fa103/0/_FeaturedCategories_xproperties._fa103307#2. The copy operation failed.
    Thanks
    Sri

    Never mind, I solved the problem by simply putting an absolute path in packaging.conf. Still, I'd like to understand what happened with Tomcat after my restart...
    -JMD, Paris

  • I am getting (No such file or directory) in xml report

    Hi All
    XML Publisher: Version : 12.0.0
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    XDOBURSTREP module: XML Publisher Report Bursting Program
    Current system time is 20-JUL-2011 11:57:05
    XML/BI Publisher Version : 5.6.3
    Request ID: 21777521
    All Parameters: Dummy for Data Security=Y:ReportRequestID=21777518:DebugFlag=Y
    Report Req ID: 21777518
    Debug Flag: Y
    Updating request description
    Updated description
    Retrieving XML request information
    Node Name:ADTCERP
    Preparing parameters
    null output =/oracle-new/ora/prod/inst/apps/ADTCTEST_adtcerp/logs/appl/conc/out/o21777521.out
    inputfilename =/oracle-new/ora/prod/inst/apps/ADTCTEST_adtcerp/logs/appl/conc/out/o21777518.out
    Data XML File:/oracle-new/ora/prod/inst/apps/ADTCTEST_adtcerp/logs/appl/conc/out/o21777518.out
    Set Bursting parameters..
    Temp. Directory:/oracle-new/ora/prod/apps/apps_st/appl/admin/ADTCTEST/out
    [072011_115708595][][STATEMENT] Oracle XML Parser version ::: Oracle XML Developers Kit 10.1.3.5.0 - Production
    [072011_115708597][][STATEMENT] setOAProperties called..
    Bursting propertes.....
    {user-variable:cp:territory=US, user-variable:cp:ReportRequestID=21777518, user-variable:cp:language=en, user-variable:cp:responsibility=20707, user-variable.OA_MEDIA=http://adtcerp.tawteencouncil.ae:8001/OA_MEDIA, burstng-source=EBS, user-variable:cp:DebugFlag=Y, user-variable:cp:parent_request_id=21777518, user-variable:cp:locale=en-US, user-variable:cp:user=TRANSSYS, user-variable:cp:application_short_name=XDO, user-variable:cp:request_id=21777521, user-variable:cp:org_id=161, user-variable:cp:reportdescription=ADTC Receipt Note to Supplier, user-variable:cp:Dummy for Data Security=Y}
    Start bursting process..
    Bursting process complete..
    Generating Bursting Status Report..
    --Exception
    /oracle-new/ora/prod/apps/apps_st/appl/admin/ADTCTEST/out/072011_115708688/Receipt_ Ack_.pdf (No such file or directory)
    java.io.FileNotFoundException: /oracle-new/ora/prod/apps/apps_st/appl/admin/ADTCTEST/out/072011_115708688/Receipt_ Ack_.pdf (No such file or directory)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:120)
         at java.io.FileInputStream.<init>(FileInputStream.java:79)
         at oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine.zipOutputFiles(JCP4XDOBurstingEngine.java:523)
         at oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine.runProgram(JCP4XDOBurstingEngine.java:292)
         at oracle.apps.fnd.cp.request.Run.main(Run.java:157)
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    Executing request completion options...
    Output file size:
    0
    ------------- 1) PUBLISH -------------
    Disabling requested Output Post Processing. Nothing to process. The output of the request is zero byte.

    I am also this same issue... did you get this one resolved?
    --Nani                                                                                                                                                                                           

  • "No Such File or Directory" in Oracle Java Stored Procedure

    The following code:
    import java.io.*;
    public class CWoodTest {
    public static String go(){
    String result = null;
    File file = null;
    try{
    file = new File( "/data/oracle/cwoodACH.test" );
    FileWriter fileWriter = new FileWriter( file );
    fileWriter.write("Working");
    fileWriter.close();
    } catch( IOException e ){
    if( file != null)
    result = e.getMessage() + " " + file.toString();
    else
    result = e.getMessage() + " file null";
    if( result != null ) return result;
    else return "Working";
    is published to PL/SQL as
    CREATE OR REPLACE PACKAGE CWoodTest AS
    FUNCTION go
    RETURN VARCHAR2
    AS LANGUAGE JAVA
    NAME 'CWoodTest.go() return java.lang.String';
    END CWoodTest;
    show errors
    And the result is "No Such File or Directory", even though the user oracle owns /data/oracle and the user I'm logged in as has JAVAUSERPRIV and JAVASYSPRIV . I am able to use UTL_FILE from PL/SQL to write to /data/oracle, so I know that init.ora has the correct UTL_FILE_DIR settings (if this matters). Similar Java code works fine on my desktop. Ideas?
    Thanks in advance

    Did you grant execute rights on your FUNCTION go?
    No better idea atm.

  • What is Java Grahphics Format?  How to view/open such file? (.jgf)

    Hi,
    I find a format 'Java Grahphics Format', where the file is created with .jgf extention. Can any body know how to use this?
    Many Thanx in advance.

    The Java Graphics format is a generated set of binary graphical instructions which maps to the Java Graphics API (java.awt.Graphics). This allows you to create soft copies of your reports. The generated report has a .jgf extension. You can view .jpf files with Elixir Reports Professional software which is used to create java reports. You can download a free evaluation from here:
    http://www.elixirtech.com/ElixirReport/Registration.html

  • FILE not found error: j2ee/home/applib/applications-mapping.xml (No such fi

    Hi EveryBody
    i have my applications-mapping.xml file already in the applib directory, but when i try to conect to a remote ejb i had this error[b]
    FILE not found error: j2ee/home/applib/applications-mapping.xml (No such file or directory)
    can anyone help??

    gday
    Is the error on the client or server?
    What role in the application does applications-mapping.xml fulfill?
    How are you loading the file in?
    -steve-

  • XML Publisher post-processing error 'java.io.FileNotFoundException'

    Hi,
    We are getting following XML Publisher post-processing error while running XML Publisher report.
    It was working earlier but suddenly its erroring out.
    [9/07/10 9:00:17 PM] [OPPServiceThread1] Post-processing request 559655.
    [9/07/10 9:00:18 PM] [39177:RT559655] Executing post-processing actions for request 559655.
    [9/07/10 9:00:18 PM] [39177:RT559655] Starting XML Publisher post-processing action.
    [9/07/10 9:00:18 PM] [39177:RT559655]
    Template code: XXHPOXPRRFLR
    Template app: XXH
    Language: en
    Territory: 00
    Output type: PDF
    [9/07/10 9:00:18 PM] [UNEXPECTED] [39177:RT559655] java.io.FileNotFoundException: /apps/oracle/DEV/inst/apps/DEV_hlt439erplap001/logs/appl/conc/out/o559655.out (No such file or directory)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:106)
         at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:274)
         at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:173)
    [9/07/10 9:00:18 PM] [39177:RT559655] Completed post-processing actions for request 559655.
    Please help me out to resolve this issue.
    Thanks & Regards,
    Sagarika

    Hi,
    java.io.FileNotFoundException: /apps/oracle/DEV/inst/apps/DEV_hlt439erplap001/logs/appl/conc/out/o559655.out (No such file or directory)Most probably this file is not created (since no changes have been done recently, so definitely it is not a permission issue), and if there are any log files generate at the client side it should help in investigating the issue.
    Thanks,
    Hussein

  • [UNEXPECTED] [2275:RT915351] java.io.FileNotFoundException: /tmp/xml/xdo117

    Hi All,
    Currently i am developing RTF template for standard RDF, 'INVOICE PRINT
    SELECTED INVOICES' in AR module.
    After we registered template in oracle applications we tried to run the xml output
    concurrent program (this gives input to template) which gives “Completed and
    Warning”
    And log file shows following error
    [UNEXPECTED] [2275:RT915351] java.io.FileNotFoundException: /tmp/xml/xdo1172562108722.fo (No such file or directory)
    at java.io.FileOutputStream.open(Native Method)
         at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
         at java.io.FileOutputStream.<init>(FileOutputStream.java:131)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:967)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:209)
         at oracle.apps.xdo.template.FOProcessor.createFO(FOProcessor.java:1561)
         at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:951)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:5975)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3555)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3614)
         at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:229)
         at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:153)
    [2/27/07 2:41:48 AM] [2275:RT915351] Completed post-processing actions for request 915351.
    [2/27/07 2:42:51 AM] [OPPServiceThread0] Post-processing request 915353.
    [2/27/07 2:42:51 AM] [2275:RT915353] Executing post-processing actions for request 915353.
    [2/27/07 2:42:51 AM] [2275:RT915353] Starting XML Publisher post-processing action.
    [2/27/07 2:42:51 AM] [2275:RT915353]
    Template code: CSIT
    Template app: AR
    Language: en
    Territory: US
    Output type: PDF
    could any one help from this problem.
    thanks and regards,
    sai krishna @cavaya.com

    Hi
    Can u please run standalone 'XML report Publisher' concurrent Program .Choose request_id of program which went in warning.
    You can check one thing as well.Check temp directory in Adminstration page of XML Publisher.
    Thanks
    Darshan

  • Java.io.FileNotFoundException: when calling the parse() method of XMLReader

    Hi all, I'm getting the next exception:
    java.io.FileNotFoundException: C:\OP2\< (The name of the file, directory or volumn's label is not invalid)
    Which file is talking that exception about?
    I've no idea of what do this exception means.
    Please help me as it's very urgent.
    Thanks on advance.

    here you are the code:
    package com.saincotrafico.optimus.jms;
    import javax.jms.*;
    import com.saincotrafico.optimus.xml.*;
    import javax.xml.parsers.*;
    import org.xml.sax.*;
    import org.xml.sax.helpers.*;
    import java.io.*;
    import com.saincotrafico.optimus.client.gui.*;
    import javax.swing.SwingUtilities;
    * Description of the Class
    *@author root
    *@created 15 de febrero de 2002
    public class XMLListener implements MessageListener
    DataManager dm;
    InputSource input = new InputSource();
    DefaultHandler mh = null;
    SAXParserFactory spf = null;
    XMLReader xmlReader = null;
    * Constructor for the XMLListener object
    *@param dm Description of the Parameter
    public XMLListener(DataManager dm)
    System.out.println("AQUI");
    this.dm = dm;
    //mh=dm.getHandler();
    spf = SAXParserFactory.newInstance();
    try
    SAXParser saxParser = spf.newSAXParser();
    xmlReader = saxParser.getXMLReader();
    } catch (Exception ex)
    System.err.println(ex);
    //System.exit(1);
    * Description of the Method
    *@param message Description of the Parameter
    public void onMessage(Message message)
    if (message instanceof TextMessage)
    TextMessage msg = (TextMessage) message;
    try
    creaObjeto(msg.getText());
    Runnable doSetDatos =
    new Runnable()
    private DefaultHandler miHandler=mh;
    public void run()
    System.out.println("EN RUN!!!");
    dm.setDatos(miHandler);
    try { Thread.sleep(30);}catch (Exception ex) { ex.printStackTrace();}
    SwingUtilities.invokeLater(doSetDatos);
    } catch (JMSException e)
    System.out.println("Exception in onMessage(): " + e.toString());
    * Description of the Method
    *@param msg Description of the Parameter
    private void creaObjeto(String msg)
    mh = dm.getHandler();
    xmlReader.setContentHandler(mh);
    try
    System.out.println(msg);
    input.setCharacterStream(new StringReader(msg));
    xmlReader.parse(msg);
    }catch(Exception ex){ex.printStackTrace();}
    the exception happens at xmlReader.parse(msg).

  • Java.io.FileNotFoundException: /gpsst117/erpcsf/temp/xdol9rmcVP5L7.fo

    Hi,
    I am trying to Intergrate OAF and XML Publisher(BIP).
    I am getting error as
    [616]:EXCEPTION:[MODULE_UNKNOWN]:java.io.FileNotFoundException: /gpsst117/erpcsf/temp/xdol9rmcVP5L7031010_0224125953.fo (No such file or directory)
         at java.io.FileOutputStream.open(Native Method)
         at java.io.FileOutputStream.(FileOutputStream.java:179)
         at java.io.FileOutputStream.(FileOutputStream.java:131)
         at oracle.apps.xdo.common.tmp.TmpFile.createTmpFileJDK118(TmpFile.java:146)
         at oracle.apps.xdo.common.tmp.TmpFile.createTmpFile(TmpFile.java:113)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:987)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:212)
         at oracle.apps.xdo.template.FOProcessor.createFO(FOProcessor.java:1657)
         at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:967)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:5888)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3438)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3527)
         at oracle.apps.xdo.oa.common.DocumentHelper.getOutputURL(DocumentHelper.java:635)
         at oracle.apps.xdo.oa.common.webui.XDOCommonRnCO.processRequest(XDOCommonRnCO.java:251)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:587)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:959)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:926)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:646)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:959)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:926)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:646)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.beans.layout.OAHeaderBean.processRequest(OAHeaderBean.java:389)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:959)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:926)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:646)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:959)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:926)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:646)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1136)
         at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:959)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:926)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:646)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:959)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:926)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:646)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
         at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2336)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1735)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:509)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:430)
         at oa_html._OA._jspService(_OA.java:82)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:385)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:259)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:178)
         at oracle.jsp.JspServlet.service(JspServlet.java:148)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162)
         at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:175)
         at oa_html._OA._jspService(_OA.java:92)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:385)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:259)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:178)
         at oracle.jsp.JspServlet.service(JspServlet.java:148)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:619)
    Anybody has any idea. where this FO file is begin created on server?
    Thanks and Regards,
    Akshay

    Hi,
    I was able to resolve the issue. Issue was in XML / BI publisher for the temporary directory.
    I have setup a temp directory which was coming in error message. After removing that directory I was able to solve the error and Document Viewer Region started working as expected.
    Thanks and Regards,
    Akshay

Maybe you are looking for

  • How do I restore my phone from a back on icloud

    I had trouble updating to OS6. I had to restore my phone but when it asked which back up to use it didnt offer the cloud. How do I get it to restore my phone from the cloud

  • WRT160Nv3 problem with blocking traffic using Access Restrictions

    Hi. I want something quite simple. Block Youtube. I go into "Access Restrictions", choose a name for policy 1, enable it, choose the pc from the pc list, but then... if a click Deny, all other options will be disabled (greyed out, can't click nor wri

  • Connecting iMac 24" and HP 4MV

    Just got a new iMac 24" and have it connected to my wireless router as well as my trusty HP 4MV. The machine sees the HP 4mv and it's selected in the printer window but will not print to it. I downloaded and installed most recent driver from HP site

  • Kde printing and cups-pdf

    This was working before, but I don't know what changed, nor where to look to find anything. What's happening is that anything printing through KDE's print system (ie Konqueror, Kate, KMail) produces defunct .pdf files when I print to my cups-pdf prin

  • IPhoto '08 7.1.4 not Printing

    My iphoto won't print anything. It says that I don't have any themes installed. The themes folder is correctly located in the application support folder in HD. I tried reinstalling and am still having the same problem. Does anyone have any other solu