XML file not found

Hello friends,
I am new to JSP.
I have created a small �Conf.xml� file for information and this will be used by the .class files located at WEB-INF/class. But I am always getting �FileNotFoundException�.
I am using NetBeans IDE 3.6. with jakarta-tomcat-5.0.19 installed
Whenever my class refered the Conf.xml file it is looking for the file inside �C:\Program Files\NetBeans3.6\jakarta-tomcat-5.0.19\bin\�, but I want to place the file somewhere in my project directory only.
The .class file is referring to it by:-
File f = new File(�Conf.xml�);
What should I do, where to place it? Please help.
Thanks a lot in advance
Mahesh

Thanks a lot for your suggestion. But my problem is existing. I am still getting the same "FileNotFoundException". Let me give you some more information:-
My Project directory is :-
D:/Projects/GCP/GCPWeb
This is the mounted file system of the project and is the base directory.
NetBeans and Tomcat server is installed at :-
C:\Program Files\NetBeans3.6\
C:\Program Files\NetBeans3.6\jakarta-tomcat-5.0.19\
I am executing the index.jsp directly from NetBeans IDE so all the required files are autometacily deployed in Tomcate server.
I have tried to put the ".xml " file all over the project directories including :-
D:/Projects/GCP/GCPWeb/
D:/Projects/GCP/GCPWeb/WEB-INF/
D:/Projects/GCP/GCPWeb/WEB-INF/classes/
D:/Projects/GCP/GCPWeb/WEB-INF/lib/
D:/Projects/GCP/GCPWeb/META-INF/
But still I have the same problem.
Can you please give me a simple example with the exect path regarding .xml file allocation.

Similar Messages

  • UIXJSP App built off BC4J Project JBO Excep XML File not found for the Container

    Running JDEV 9.0.3 build 960
    Created a new project in folder "UIX JSP"
    "UIX JSP" note the space!
    Create a default UIX JSP Application based on existing BC4J Project
    When running a JSP - Get a JBO Error complaining that the XML File not found for the Container
    If I recreate the project with name UIX_JSP problem does not occur.

    I logged a bug on this.

  • XML File not found for the Container model.cpx

    I can run my application from JDeveloper without receiving the error. But when I deploy the application I get the following:
    500 Internal Server Error
    oracle.jbo.NoXMLFileException: JBO-26001: XML File not found for the Container model.cpx     at oracle.jbo.mom.DefinitionManager.loadProjectDefinition(DefinitionManager.java:751)     at oracle.jbo.uicli.mom.JUMetaObjectManager.createPool(JUMetaObjectManager.java:457)     at oracle.jbo.http.HttpContainer.findSessionCookie(HttpContainer.java:541)     at oracle.jbo.html.struts11.BC4JRequestProcessor.initPageFromPath(BC4JRequestProcessor.java:233)     at oracle.jbo.html.struts11.BC4JRequestProcessor.processMapping(BC4JRequestProcessor.java:123)     at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:234)     at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1292)     at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:510)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)     at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:721)     at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)     at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)     at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)     at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)     at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)     at java.lang.Thread.run(Thread.java:479)
    Any Ideas?

    Hi,
    please explicitly "make" the project. One reason for this problem could be that the model.cpx isn't created properly. Select the model project and compile the complete project before deploying it. Sometimes it helps to clear the "class" directory of the project on teh file system before re-compiling
    Frank

  • "XML File not found for the Container DataBindings.cpx" error after deploy

    Hello,
    I have a problem with my JSP-Javaproject. Local works all fine but when i deploy my project to a Oracle Aplication Server i allway get this XML-File-Not-found exception:
    oracle.jbo.NoXMLFileException: JBO-26001: XML File not found for the Container DataBindings.cpx
    In my EAR-File the DataBindings.cpx is at:
    \WEB-INF\classes\
    My JSP-File:
    <jbo:ApplicationModule id="AippackageModule" definition="DataBindings.DataModule" releasemode="Stateful" />
    My web.xml:
    <context-param>
    <param-name>CpxFileName</param-name>
    <param-value>DataBindings</param-value>
    </context-param>
    My DataBindings.cpx:
    <?xml version='1.0' encoding='windows-1252' ?>
    <Application xmlns="http://xmlns.oracle.com/adfm/application" id="DataBindings"
    Package="" ClientType="Generic">
    <pageMap>
    </pageMap>
    <pageDefinitionUsages>
    <page id="eonerrorPageDef"
    path="de.avacon.ahb.system.tools.pageDefs.eonerrorPageDef"/>
    </pageDefinitionUsages>
    <dataControlUsages>
    <BC4JDataControl Configuration="AppModuleLocal"
    Package="model.data"
    xmlns="http://xmlns.oracle.com/adfm/datacontrol"
    id="DataModule">
    <Parameters/>
    </BC4JDataControl>
    </dataControlUsages>
    </Application>
    What can i do?
    Thanks, steve

    Adding the dependency in the ViewController fixed this for me.
    I'm using two AppModules in the controller and the second one wasn't being picked up.
    I was able to fix this by:
    Go to the Project Properties, select Dependencies, edit the Dependent Projects and Archives, find the model that's failing and add a tick in the Build Output box.
    The model should now be picked up in the ViewController's DataBindings.cpx source file, though I did have to restart JDev for this to be picked up.
    HTH
    Phil

  • XML File not Found for the Container BC4J.cpx

    Hi,
    Have following error when I start a BC4J-JSP/Struts application (with Embedded and standalone OC4J) :
    500 Internal Server Error
    oracle.jbo.NoXMLFileException: JBO-26001: XML File not found for the Container BC4J.cpx
         oracle.jbo.mom.ContainerDefImpl oracle.jbo.mom.DefinitionManager.loadProjectDefinition(java.lang.String)
              DefinitionManager.java:751
         oracle.jbo.mom.ContainerDefImpl oracle.jbo.mom.DefinitionManager.loadProjectDefinition()
              DefinitionManager.java:793
         void oracle.jbo.mom.DefinitionManager.initManager()
              DefinitionManager.java:137
         void oracle.jbo.uicli.mom.JUMetaObjectManager.<init>()
              JUMetaObjectManager.java:57
         oracle.jbo.uicli.mom.JUMetaObjectManager oracle.jbo.uicli.mom.JUMetaObjectManager.getJUMom()
              JUMetaObjectManager.java:131
         oracle.jbo.common.ampool.SessionCookie oracle.jbo.http.HttpContainer.findSessionCookie(javax.servlet.http.HttpSession, java.lang.String, java.lang.String, java.util.Properties)
              HttpContainer.java:541
         boolean oracle.jbo.html.struts11.BC4JRequestProcessor.initPageFromPath(oracle.jbo.html.struts11.BC4JActionMapping, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
              BC4JRequestProcessor.java:222
         org.apache.struts.action.ActionMapping oracle.jbo.html.struts11.BC4JRequestProcessor.processMapping(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, java.lang.String)
              BC4JRequestProcessor.java:124
         void org.apache.struts.action.RequestProcessor.process(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
              RequestProcessor.java:234
         void org.apache.struts.action.ActionServlet.process(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
              ActionServlet.java:1292
         void org.apache.struts.action.ActionServlet.doGet(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
              ActionServlet.java:492
         void javax.servlet.http.HttpServlet.service(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
              HttpServlet.java:740
         void javax.servlet.http.HttpServlet.service(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
              HttpServlet.java:853
         void com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.invoke(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
              ServletRequestDispatcher.java:721
         void com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.forwardInternal(javax.servlet.ServletRequest, javax.servlet.http.HttpServletResponse)
              ServletRequestDispatcher.java:306
         boolean com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.HttpRequestHandler.processRequest(com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.ApplicationServerThread, com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.EvermindHttpServletRequest, com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.EvermindHttpServletResponse, java.io.InputStream, java.io.OutputStream, boolean)
              HttpRequestHandler.java:767
         void com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.HttpRequestHandler.run(java.lang.Thread)
              HttpRequestHandler.java:259
         void com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.HttpRequestHandler.run()
              HttpRequestHandler.java:106
         void EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run()
              PooledExecutor.java:803
         void java.lang.Thread.run()
              Thread.java:484
    Then I make a Reload and it's ok.
    I have a Workspace with two Projects :
    BC4J.jpr for Businnes Components
    Web.jpr for JSP Struts
    In /classes I have the file Web.cpx, but no BC4J.cpx.
    From which does this name come ? Can I change this name ?
    Thanks
    Yves

    I found this on Metalink...
    JBO-26001: NoXMLFileException
    Cause: Could not open the named XML file for read.
    The following is from Note 137429.1. Hope this helps.
    Raja.
    JBO-26001: NoXMLFileException
    Cause: Could not open the named XML file for read.
    Action: 1. Make sure that the file is present. In particular, if the file is to be found in a zip/jar file, make sure that the Zip/JAR file is included in the CLASSPATH.
    2. This error is also reported if the name of the XML file does not match the object Name specified in the XML file. If the file system support case insensitive file names (e.g., Windows NT), make sure that the file name matches the object Name in the XML file in case-sensitive fashion.
    3. For a .JPX file, this error is reported if the JPX file is missing the JboProject XML tag. Check the JPX file to make sure that the valid tag is in there.
    4. One XML file may be extending another XML file (specified by the Extends element in this XML file). This error is reported if the base XML file is not found.
    5. When loading the XML file for a package (JboPackage tag), this error is reported if some unexpected error occurs while loading a containee.
    In all of the above cases, a more descriptive message may be printed on Diagnostic. If you are not seeing Diagnostic messages, you can run your application with Diagnostic turned on, as in "java -Djbo.debugoutput=console ...", to see Diagnostic messages.

  • SMD uninstallation error "ORADBPAR.XML" file not found.

    Hello Experts,
    I was doing  System preparation in solution manager  through Solman_setup.In step 6.5 I came across Install Diagonostic agent .I checked in my system that older version of SMD is installed that may cause problem in future so I decided to uninstall it and install newer version of SMD7.3.I downloaded the SMD file and started sapinst with sudo access to uninstall it.Now I am getting an error saying ORADBPAR.XML file not found.I checked for this file but I could not find .Plz help me out to find this file and resolve the issue.
    Thanks
    Aditya Roushan

    Hi Carole,
    I had older version of SMD(7.01) installed in my system.I tried uninstalling this with sapinst downloaded with SMD7.2 so i got this error.I had to download the SMD7.01 from market place (you willl get this in archive) and then uninstall the SMD using this sapinst (which came with 7.01 version).i could do this successfully.Hope this will help you
    @Jose:Thanx for ur reply but using sudo had no problem.I uninstalled older SMD7.01 and installed SMD7.2 using sudo privilege only.
    Thanks
    Aditya Roushan

  • Pages will not open a downloaded .pages document from iCloud because index.xml file not found?

    New to using iCloud.  I created a large pages document on Mac Air and saved it to my iCloud account.  Found it at home on desktop Mac and downloaded it.  No problem.  However, it will not open due to the index.xml file not being found.  What should I do to open this document?  I've tried several things and no luck yet.  Thanks for any tips!  :-)

    Options posted here: The required index.xml file is missing.
    William Farrar posted:
    Try this. It worked for me:
    1. Single click on the document. This will "highlight" the document icon, but not invoke the error message.
    2. Click on "File" in the menu.
    3. Scroll down to "Open With".
    4. One of my choices in the "Open With" selection is Pages (default) (5.0.1)
    5. Click on that choice and the document should open.
    In my "Open WIth" selection there is also a Pages (4.0.4), but that didn't work for me.
    Now, here is a caveat. If before you open your document you instead first click on an open Internet window, then the "Open With" selection disappears from the File menu. In that case just single click again on the document icon again and the "Open With" selection returns.
    fruhulda posted:
    Try this:
      1. Make a duplicate of the file (cmd D), just to be safe
      2. Select .pages on the copy and change to .zip
      3. When the System asks if you really want to do this, click Use .zip
      4. Double click the new .zip file
      5. It will now appear as a folder with no extension
      6. Append .pages to the end of the folder name
      7. Again click on Use .pages
      8. Double click on this file to open it in Pages.
    What you have done is extracted all the Pages resources from the .pages "package" and reconstructed it.
    or
    http://www.freeforum101.com/iworktipsntrick/viewtopic.php?t=308

  • Scenario-config.xml file not found in CRM system

    Hi All,
    We are on SAP CRM 5.0 SP 12 (Java + ABAP stack) for our eCommerce Scenario (ISA u2013 B2B).
    Currently we are facing an issue where login to XCM (Extended Configuration Management) & the CRM B2B Webshop is giving an error.
    Error message : ISA Framework: No XCM application configuration has been passed and there is no default XCM application configuration defined. Check XCM configuration
    We are unable to login to the XCM as well for any further configuration.
    The root cause we found is that the scenario-config.xml is not there in the root/WEB-INF/xcm/sap/configuration folder.
    Can you please let me know how to get these files deployed. Can it be done thru the local NWDS or do we have to deploy some standard application?
    Thanks in advance lot for your inputs
    Rajeet

    Hi Ecommerce Developer,
    Thanks again for your prompt response.
    Please find below my answers to your questions:
    1 Have you first imported SCA files in Track and then deploy it on your Dev System?
    A)Yes, we imported the SCAs first, deployed in the track to the dev system then
    2 Have your developer has any open activity on their Local NWDS?
    I am checking that with the developers. Incase they are some, they will delete it asap. Also, when they are trying to release any open activity, theya re getting that xcm error as reported earlier. So, they are deleting the same.
    A) After deleting should i check in all the 3 standard components again to the Dev track {not to the consolidation track?}?
    3 I think you have imported SCA files in your eCommerce Developer track and then your developer sync. their code through NWDS and overright their changes and when they deploy it on Their Local or on Development Server Developer lost some of their customization. Is it right?
    A) Yes, absolutely right after the developers synced, they lost lots of customzing things and were able to see a mixed
    4 As you have written developer can see their code, where they can see their code on Local NWDS or in DTR Version History?
    A) They can see there code on there local NWDS system.
    5 Look and feel changed on Developer's local system and Development box or only on Developer Box?
    A) As I said, after the developers synced, they are able to see mixed hybrid webshop. This hybrid webshop has most of the custom code but the look and feel, the graphics, the images and all are missing.
    Also, one strange thing which we have noticed is.
    We had an old ear fille. When we deploy that ear file directly via sdm, the crm webshop on the dev box works fine.
    But when release the same activity from nwds and then deploy via NWDI to the same crm webshop on the dev box, i get the run time error? Why is this happening?
    Thanks again for your feedback.
    Eagerly awaiting your response.
    Regards,
    Rajeet
    +41 76 525 0440

  • Error JBO-26001: XML File not found for the Container FinancingBillUI.cpx

    error occuring when executing a swing application build from many project's
    project 1 : application with login dialog
    project 2 : bc4j
    project 3 : user interface
    All source file compile sucessfully
    What the problem ?

    Michel:
    Could you post the complete stack trace? From the Subject line, it sounds like your app is not able to locate an XML file (which could mean a problem in CLASSPATH), but a stack trace will help. In fact, turn on diagnostics and post the diag output around the error. Here is an instruction on how to turn on diagnostic:
    1. Select the project.
    2. Do right mouse click and select "Project Settings..."
    3. On the Settings dialog, select Configurations/Runner.
    4. In the righthand side pane, you should see a textbox for "Java
    Options". Please add the following JVM switch:
    -Djbo.debugoutput=console
    Then, rerun. The run command should include
    -Djbo.debugoutput=console as in
    "D:\JDev9i\jdk\bin\javaw.exe" -Djbo.debugoutput=console -classpath ...
    You should now see a lot more output on the IDE's message window.
    Thanks.
    Sung

  • XML File not found error

    Hi Guys,
    I have an xml file that says something like below:
    <?xml version ="1.0">
    <!DOCTYPE test SYSTEM "/dtd/tester.dtd">
    <test>
    <testing>hello world</testing>
    <test>
    Thr problem is that my dtd folder inside the same place as my test.class file. but I'm calling my test.class from the root directory using java -cp . It keeps failing with error FileNotFoud:/dtd/tester.dtd. As I understood its looking for dtd folder in the root dir. But it cannot find it there so its failing. Any solution to this problem?????
    Thanks

    Any example would be geart, I'm using a DOM parser to validate see below:
    String parsed = null;
    DocumentBuilderFactory dbf = null;
    try {
    dbf =
    DocumentBuilderFactory.newInstance();
    dbf.setValidating(true);
    dbf.setNamespaceAware(true);
    dbf.setIgnoringElementContentWhitespace(true);
    } catch (Exception e) {
    // Parse the input to produce a parse tree with its root
    // in the form of a Document object
    try {
    DocumentBuilder builder = dbf.newDocumentBuilder();
    builder.setErrorHandler(new XmlErrorHandler());
    Reader readFile = new StringReader(xmlDocument);
    InputSource is = new InputSource(readFile);
    doc = builder.parse(is);
    DOMParse((Node) doc, "");
    parsed = constants.XMLSUCESS;
    } catch (SAXException e) {
    xmlLogging.setServereLog("SAXExceptoin @DeviceHandlerXmlParser82 " +
    e);
    parsed = constants.XMLFAIL;

  • File not found during installation (WinXP)

    Well, I downloaded Oracle 11g for Windows (32 bit) from http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html, and, basically, after having had some trouble configuring a new database, I selected the option to (simply) install a database through the wizard. I breezed through the settings, and, ran the installation wizard, however, some files seem not to be available within \win32_11gR2_database_1of2\database, or perhaps my laptop (Amilo Pro 8210) is too slow to be able to read these files.
    The errors show up during Setting up Oracle Database 11g 11.2.0.10. The errors showing up within the UI are as follows:
    File not found F:\app\Jon\product\11.2.0\dbhome_1\bin\db2gc
    File not found F:\app\Jon\product\11.2.0\dbhome_1\oc4j\OC4J_DBConsole\config\system-application.xml
    File not found F:\app\Jon\product\11.2.0\db_home_1\oc4j\j2ee\OC4j_DBConsole\config\system-jazn-data.xml
    NOTE: It is quite painful that there is no functionality to enable me to upload attachments (e.g. screenshots and log files) because it is very time consuming to copy everything manually, and, it is human nature to get bored typing after a while, so please, Oracle, pimp this profile :~) I did not take exhaustive screenshots, the error log files shows quite a few exceptions as well:
    oraInstall2012-06-17_08-09-30PM.err
    java.io.FileNotFoundException: C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup12.jar (The system cannot find the path specified)
         java.io.FileNotFoundException: C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup12.jar (The system cannot find the path specified)
         java.io.FileNotFoundException: C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup5.jar (The system cannot find the path specified)
         java.io.FileNotFoundException: C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup5.jar (The system cannot find the path specified)
         java.io.FileNotFoundException: C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup19.jar (The system cannot find the path specified)
         java.io.FileNotFoundException: C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup19.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup1.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup1.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup20.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup20.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup15.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup15.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup8.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup8.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup11.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup11.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup4.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup4.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup18.jar (The system cannot find the path specified)
    java.io.FileNotFoundException: C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup18.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup14.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup14.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup7.jar (The system cannot find the path specified)
    java.io.FileNotFoundException: C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup7.jar (The system cannot find the path specified)
    java.io.FileNotFoundException: C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup3.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup3.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup10.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup10.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup17.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup17.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup13.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup13.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup6.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup6.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup2.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup2.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup16.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup16.jar (The system cannot find the path specified)
    java.io.FileNotFoundException: C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup9.jar (The system cannot find the path specified)
    java.io.FileNotFoundException: C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup9.jar (The system cannot find the path specified)
    java.io.FileNotFoundException: C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.sysman.console.db\11.2.0.1.0\1\DataFiles\filegroup3.jar (The system cannot find the path specified)
    NOTE: Due to the message limit of 30000 characters I could not post the log file, nor upload it because no such options is available within
    Database Installation I had to chop off parts of the error file as well, patiently highlighting the filenames of the jar files.
    oraInstall2012-06-17_08-09-30PM.out
    You can find the log of this install session at:
    C:\Program Files\Oracle\Inventory\logs\installActions2012-06-17_08-09-30PM.log
    Dll to load is C:\DOCUME~1\Jon\LOCALS~1\Temp\OraInstall2012-06-17_08-09-30PM\Win32RunProcesses.dll
    Loading psapi.dll from C:\DOCUME~1\Jon\LOCALS~1\Temp\OraInstall2012-06-17_08-09-30PM\psapi.dll
    Microsoft Windows XP [Version 5.1.2600]
    (C) Copyright 1985-2001 Microsoft Corp.

    >
    Your imagination is not limited, my friend. I have already told you that I have unzipped the folders, and, it is not the scope of this forum to have myself insulted in this manner.
    Seriously, one expects forum members to be respectful rather than talk garbage about manuals, I was only asking for help, because I thought that files were missing from the installation pack.
    I might be your next client for all you know.
    >
    No offence was intended - it was merely a tongue-in-cheek observation. If you read my previous two replies in this thread, they are courteous to a fault - as are all my posts.
    The forums are a volunteer organization - people take time out from their personal and professional lives to help others. Some folks, thankfully a very small minority, use the forums as a free personal support/helpdesk tool to read all the documentation on their behalf and look up or solve things on their behalf. The forums work best when there is real dialogue and exchange of information, rather than monosyllabic answers and mudslinging.
    Good luck with your install
    HTH
    Srini

  • 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-

  • JSP file not found. server.xml/web.xml problem?

    Hi there,
    I have a login.jsp that accepts username and password. Once login is approve, it calls main.jsp file as follows using <jsp:forwards>:
    if (login != null){
    out.println("Login Successful!");
    session.setAttribute("sessionUsername", username);
    session.setAttribute("sessionPassword", password);
    out.println("session started!");%>
    <jsp:forward page="main.jsp" />
    Problem is that the server returns "file not found", when I'm sure the main.jsp is right there! I suspect there is some configuration problem with the Tomcat, but I donno what. Do I need to edit the server.xml or web.xml, coz I didn't?

    please check that the jsp file to which you are forwarding the request exist at the same location where forwarding jsp exists.

  • Anyone know why I got this Terminal Error? [ERROR]      CPPathUtils.c:526      The device-file for this operating system, 'osx-12.1.0.xml', was not found.

    Here is the full text:
    [ERROR]          <CPPathUtils.c:526>          The device-file for this operating system, 'osx-12.1.0.xml', was not found. An attempt to revert to a previous revision of the OS device-file: 'osx-12.0.0.xml' has been made. Please file a Radar report with Apple, on the 'CoreProfile' component, version 'X'.
    Appeared after 10.8.1 Friday update while troubleshooting USB/FW issues w/ Mountain Lion.

    OK. To recap:
    1. Open Terminal.app
    2. Type at cursor:
    cd /System/Library/PrivateFrameworks/CoreProfile.framework/Versions/A/Resources/De vices/
    3.  Press Return
    4.  Type at cursor:
    ls
    5.  Press Return
    6.  Type at cursor:
    sudo ln -s osx-12.0.0.xml osx-12.1.0.xml
    7.  Press Return
    8. Enter password if asked
    9. Done.
    Can I then type ls again to verify the change?

  • JBO:33001 bc4j.xcfg file not found in class path

    Hi,
    I am yet another victim of the age-old error JBO:33001 bc4j.xcfg file not found in class path, When i have my BC4JApp.jar in Tomcat Web-inf/lib directory. All the other jar files and class files in my webserver-application web-inf classes and lib directory works.
    But Tomcat server is not able to read this bc4j.xcfg file. I can see in my jar file that this bc4j.xcfg exists and in the specified package directory. still the problem persists. My BC4JApp.jar is perfectly working when i use JDeveloper. but not when i use tomcat4.0 and call a JSP using BC4JApp.jar from browser (My environment is Jdeveloper3.2, Tomcat4.0+IIS in middle tier and oracle 8i as DB, everything on windows2k)
    I have gone through almost all the threads possible that relates to this error in this form. None of them have a answer except to say "put the file in classpath". and last reply is "will fix in jDeveloper 9i. So what happens to us who are working in Jdeveloper 3.2?
    1. I have this file in my jar file.
    2. I also tried creating a seperate directory manually, with the same name as my package under web-inf/classes, web-inf/lib , just under web-inf directory and atlast under approot directory also. I tried having my package directory containing bc4j.xcfg in these folders one at a time and also tried having this directory in all these folders at the same time.
    Still no solution.
    Itz frustrating that neither proper documentation nor a right url page nor i am aware of available addressing this. page links given in above threads only gives me the wonderful page of ie's "Page cannot be displayed".
    Is there a answer to this error and my problem. If this doesn't work, then i have to all the way develop from scratch creating my jsp using JDBC calls and Stored packages etc.
    I don't want to give up on this Jdeveloper at this final moment because if this bc4j.xcfg file is found, my application will work perfectly. on these final moments, if this doesn't work, i am frightened to imagine to develop my application in standard way. Atlast, if thatz the option left,we have to do that bcos our production date is close by.
    Please can some one in this forum or Jdeveloper help me to solve this problem. I am desperate and very urgent.
    Waiting for a reply from Jdev team very much...
    ( I just posted in the other thread which is pretty old, dated backto May 2001, which was relevant to this error. Just to make sure it is noticed, I am posting it seperately too)
    Thanks
    Hari(2/3/02)

    Hi All,
    For those who are following this thread, I got a solution for this error with the help of Jdev Team.
    This solution may work, if you have deployed your application in Tomcat4.0.1. This is the environment in which I work and tested.
    As you may be aware, Tomcat ignores value in CLASSPATH variable.
    To see any files that are existing or newly deployed, it has it own way of detecting it.
    Addition information on Tomcat working, you can follow this link,
    http://jakarta.apache.org/tomcat/tomcat-4.0-doc/index.html
    Coming to point, Tomcat has got five classloaders and each classloader invoked, looks in their related directories for files in following order.
    1. /WEB-INF/classes of your web-application
    2. /WEB-INF/lib/*.jar of your web application
    3. BootStrap classes of your JVM (Tomcat's $JAVA_HOME/jre/lib/ext)
    4. System class loader classes($CATALINA_HOME/bin/bootstrap.jar,CATALINA_HOME/lib/tools.jar)
    5. $CATALINA_HOME/common/classes
    6. $CATALINA_HOME/common/lib/*.jar
    7. $CATALINA_HOME//classes
    8. $CATALINA_HOME/lib/*.jar
    So All your individual application related files should be deployed in your application's WEB-INF/classes or WEB-INF/lib directory accordingly.
    If your application files are unpacked, they should be deployed or copied under WEB-INF/classes directory
    if the files are within a jar, they should be under WEB-INF/lib directory.
    If your Jar-files contains bc4j components, then those jar files should be deployed under WEB-INF/lib directory. Also,do the next step to copy all relavant BC4J runtime libraries under lib directory.
    IMPORTANT: Please remember to copy and paste all the required BC4j runtime libraries in the Same WEB-INF/lib directory along with your application jar files. This is the real reason which can solve this JBO:33001 to disappear. It worked for me.
    To configure your directory for tag-lib uri's, use web.xml to set the taglib-uri attribute.
    Put your web.xml and DataTags.tld in the WEB-INF directory.
    Your simple web.xml may look like as follows.
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <!DOCTYPE web-app
    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
    "http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app>
         <taglib>
              <taglib-uri>
                   /webapp/DataTags.tld
              </taglib-uri>
              <taglib-location>
                   /WEB-INF/DataTags.tld
              </taglib-location>
         </taglib>
    </web-app>
    You may then modify this web.xml to suit further requirements of your application.
    Remember to stop and restart the Tomcat Server (service) by using shutdown and startup scripts after updating any jar files/class files/ JSP or source files deployed in Tomcat.
    Sometimes, only this helps even though your context's reloadable attribute is set to true in Tomcat Server's server.xml file.
    Hope this above information helps you to solve this error in Tomcat environment. My Sincere thanks once again to Juan and Jdev team for their help and efforts to solve this problem.
    Thanks
    Hari

Maybe you are looking for

  • Organisation specific Supplier Payment Terms (R12 EBS-AP)

    Hi, In release 11 EBS you were able to set default supplier payment terms at organisation level (Payables Manager: Setup > Options > Financials), however, we have now implemented release 12 and it appears that this is no longer organisation specific

  • Drop Shipment /Intercompany-FI Config

    Hi, we have a Issue with Intercompnay Drop shipment orders,we made some settings in OBCB and OBCE in EDI,config,but when our vendor sends invoice to us after shipping to customer (our Company"YYYY" makes sales order to Customer A-Vendor,ZZZZ, Ships G

  • Duplicate Printers on Network

    Does anyone know how to find source of duplicate printers on network? First I thought it was because of Mac OS X server and Windows 2003 server on same subnet, both sharing. Turned off Print services for Mac on Win2k3; still had duplicate printers. T

  • Ins lot creation at componenyt Good receipt (Ins type 01)

    Hi We are doing the good receipt of external procured items and for a material (A) and a unique batch (B) if Good receipts are at different point of time still we generate inspection lot/sample plan only at first good receipt. There is no new insp lo

  • Arranging photos in Revel.

    I would just like to say that I really hope the Revel designers/engineers decide to - ASAP please!!! - create a function whereby we users can custom arrange photos (library and albums) in whatever order we would like. So far, that is the only functio