Http404-File not found  - again

First let me say I've scoured this forum and cannot solve my problem.
I was attempting to expose my server to the internet and appear to have done a fine job of messing things up. I have been using AppEx 1.6, 10g db and the Http server from the companion cd since January. Now all I get is the 404- file not found error.
Here's my DAD which I just created because it originally was blank:
# ============================================================================
# mod_plsql DAD Configuration File
# ============================================================================
# 1. Please refer to dads.README for a description of this file
# ============================================================================
# Note: This file should typically be included in your plsql.conf file with
# the "include" directive.
# Hint: You can look at some sample DADs in the dads.README file
# ============================================================================
Alias /i/ "D:\oracle\product\10.2.0\db\htmldb\images/"
<Location /htmldb>
SetHandler pls_handler
Order deny,allow
Allow from all
AllowOverride None
PlsqlDatabaseUsername HTMLDB_PUBLIC_USER
PlsqlDatabasePassword <mypassword>
PlsqlDatabaseConnectString localhost:1521:orcl ServiceNameFormat
PlsqlDefaultPage htmldb
PlsqlDocumentTablename wwv_flow_file_objects$
PlsqlDocumentPath docs
PlsqlDocumentProcedure wwv_flow_file_mgr.process_download
PlsqlAuthenticationMode Basic
PlsqlNLSLanguage AMERICAN_AMERICA.WE8MSWIN1252
</Location>
my most recent access_log:
192.168.1.20 - - [26/Apr/2006:20:04:38 -0500] "GET / HTTP/1.1" 304 -
192.168.1.20 - - [26/Apr/2006:20:04:38 -0500] "GET /ohs_images/portals.css HTTP/1.1" 304 -
192.168.1.20 - - [26/Apr/2006:20:04:38 -0500] "GET /ohs_images/home_banner_2.gif HTTP/1.1" 304 -
192.168.1.20 - - [26/Apr/2006:20:04:38 -0500] "GET /ohs_images/space.gif HTTP/1.1" 304 -
192.168.1.20 - - [26/Apr/2006:20:04:38 -0500] "GET /Tab_files/asytlse.gif HTTP/1.1" 304 -
192.168.1.20 - - [26/Apr/2006:20:04:39 -0500] "GET /Tab_files/asytrsm.gif HTTP/1.1" 304 -
192.168.1.20 - - [26/Apr/2006:20:04:39 -0500] "GET /Tab_files/asytrnse.gif HTTP/1.1" 304 -
192.168.1.20 - - [26/Apr/2006:20:04:39 -0500] "GET /Tab_files/green-green.gif HTTP/1.1" 304 -
192.168.1.20 - - [26/Apr/2006:20:04:39 -0500] "GET /Tab_files/asysrt.gif HTTP/1.1" 304 -
192.168.1.20 - - [26/Apr/2006:20:04:39 -0500] "GET /Tab_files/asylrhs.gif HTTP/1.1" 304 -
192.168.1.20 - - [26/Apr/2006:20:04:39 -0500] "GET /Tab_files/asybase.gif HTTP/1.1" 304 -
192.168.1.20 - - [26/Apr/2006:20:04:39 -0500] "GET /ohs_images/tree_document.gif HTTP/1.1" 304 -
192.168.1.20 - - [26/Apr/2006:20:04:39 -0500] "GET /Tab_files/lowerbox.gif HTTP/1.1" 304 -
192.168.1.20 - - [26/Apr/2006:20:04:40 -0500] "GET /ohs_images/relatedapps_cctitle.gif HTTP/1.1" 304 -
192.168.1.20 - - [26/Apr/2006:20:04:40 -0500] "GET /ohs_images/slieghright.gif HTTP/1.1" 304 -
192.168.1.20 - - [26/Apr/2006:20:04:40 -0500] "GET /Tab_files/blue-content.gif HTTP/1.1" 304 -
192.168.1.20 - - [26/Apr/2006:20:04:40 -0500] "GET /Tab_files/green-content.gif HTTP/1.1" 304 -
192.168.1.20 - - [26/Apr/2006:20:04:40 -0500] "GET /ohs_images/bisspace.gif HTTP/1.1" 304 -
192.168.1.20 - - [26/Apr/2006:20:04:40 -0500] "GET /ohs_images/art3.gif HTTP/1.1" 304 -
192.168.1.20 - - [26/Apr/2006:20:04:40 -0500] "GET /ohs_images/welcomeHTTP.gif HTTP/1.1" 304 -
192.168.1.20 - - [26/Apr/2006:20:04:40 -0500] "GET /Tab_files/upperbox.gif HTTP/1.1" 304 -
192.168.1.20 - - [26/Apr/2006:20:04:40 -0500] "GET /ohs_images/rhshadow.gif HTTP/1.1" 304 -
192.168.1.20 - - [26/Apr/2006:20:04:40 -0500] "GET /Tab_files/asysrtb.gif HTTP/1.1" 304 -
192.168.1.20 - - [26/Apr/2006:20:04:41 -0500] "GET /Tab_files/asylttb.gif HTTP/1.1" 304 -
192.168.1.20 - - [26/Apr/2006:20:04:45 -0500] "GET /pls/htmldb/f?p=4550:1:6413350672579291785 HTTP/1.1" 404 338
my most recent error_log:
[Wed Apr 26 19:56:24 2006] [notice] FastCGI: process manager initialized
[Wed Apr 26 20:04:45 2006] [error] [client 192.168.1.20] [ecid: 1146099885:192.168.1.20:2844:1976:3,0] File does not exist: d:/oracle/product/10.2.0/db/apache/apache/htdocs/pls/htmldb/f
When I try to access http://valued-cb7d4c82:7777/pls/htmldb all I get is the 404 message. I can access the Http Server Welcome page.
Could someone please look at these. I'm at a loss after two days. Thanks.
Message was edited by:
calysto10

Usually if an image in a page cannot be retrieved, Firefox does not redirect the entire page to an error message; the area of the image is just left blank. So this is not normal.
On the error page, what do you see in the address bar, if anything?
To test whether one of your extensions might be the culprit, could you test some problem pages in Firefox's Safe Mode? That's a standard diagnostic tool to deactivate extensions and some advanced features of Firefox. More info: [[Troubleshoot Firefox issues using Safe Mode]].
You can restart Firefox in Safe Mode using either:
* "3-bar" menu button > "?" button > Restart with Add-ons Disabled
* Help menu > Restart with Add-ons Disabled
Not all add-ons are disabled: Flash and other plugins still run
After Firefox shuts down, a small dialog should appear. Click "Start in Safe Mode" (''not'' Reset).
Any difference?

Similar Messages

  • 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

  • ITunes:  "File not found"

    I have been having a problem for quite some time with iTunes and I can't seem to get an answer as to how to resolve it. On many of my songs listed in the iTunes library, when I click on the song I get an error message to the effect of "File not found. Would you like iTunes to try to locate this file?", and when I say "yes" to this, I get my "iTunes Music" folder (where my music files are stored) and I have to search around and find the file (which I am usually able to do) and then it plays. However, when sometime later I may try to play the song again, I get the same error message and have to go through the same process. Can anyone explain why this may be happening and how I can prevent it from happening again? What is the simplest way to store your music files on your hard drive to ensure iTunes captures everything and does not have difficulty locating files? Many thanks for your help and advice!

    This really shouldn't happen. There are no setting in iTunes to prevent it.
    If you want to do a bit of detective work, you find out where iTunes this the missing file is located.
    If you want to try this, identify a track or two with exclamation marks.
    Open iTunes Library.xml with WORDPAD. (it's in the iTunes folder)
    Use search to look for the track or album name. If you know the actual file name you can use that but watch out for spaces, the space character is represented by %20.
    WHen you have found a track or album you need to scroll to the line starting:
    <key>Location</key>
    This contains the path and file name.
    Is it correct, or something different?
    That might give you clue about files being moved or renamed.
    If it is all correct them something odd is happening with iTunes.
    Message was edited by: polydorus

  • 'Error loading plugin: Plugin file not found' message on ONLY 5 sites, but all others OK.  Help, please!

    Hi Again!
    I posted this problem here before, but since I really need to access the sites that receive this error message in less than a month, I had to re-post; hopefully someone who didn't see it before will see it & have a solution for me.
    Here are the details:  I'm running windows 8.1 & I use Firefox 33.1.1, Pale Moon 25.1.0 or Opera 26.0 as my browsers, (I have IE installed & up-to-date, but I never use it).  I followed the 10-point checklist on Adobe & everything was done, except for "uncheck Hardware Acceleration" in Flash 'Settings'; I tried to uncheck it on this site, where it's indicated, as well as in my 4 browsers when I'm doing something that uses Flash, but no matter how hard I try, I can't 'uncheck' the check mark in that tiny box!  Since this error problem only affects 5 web sites, & I can watch streaming media on all other sites, I don't think it's an issue. 
    Here's how this problem began:  I was watching a live, streaming nest-cam on 5/09/14 around 11:00AM, (yes, I DO know the exact time & date, because it happened so suddenly while I was watching this website that I'd been watching since the end of February, 2014), when my screen went black.  I thought it was probably an Adobe Crash, but when the usual Crash Report window didn't show up, I just closed Firefox & reopened it, expecting to resume watching the nest-cam.  When I went back to the site, I got the black screen with the "Error loading plugin: Plugin file not found" message.  The chat portion on the site still works, though. I know there are other sites with this nest-cam feed, so I started trying them, but it took several tries for me to find one that didn't get the error message! I posted this problem on "Windows BBS" forum, & someone else posted that the same thing happened to them AND on the same sites!  They didn't have a solution, either.  I cleared my cache, rebooted my PC & even did a System Restore, but whatever happened in that brief second made using ONLY 5 sites impossible.  Here are the sites that receive the error message:
    http://pixcontroller.com/eagles, (but I CAN go to http://pixcontroller.com, but there isn't any streaming media)
    http://cbslocal.com/eagles
    http://westmorelandconservancy.org/BlueBirdwebcam-1.htm
    http://wildearth.tv/cam/pittsburgh-bald-eagles, (I get the error message on ALL cams on this site)
    http://aviary.org/BE-NestCam1 (I get the error message on ALL cams on this site)
    Now if any videos from the 5 websites above are uploaded to YouTube, I can watch them perfectly...no error message if I watch the videos elsewhere.  Luckily, I found Ustream, & they have most of the nest cams I watch, but I need to fix this issue, because it's nearing nesting time!  I'm an amateur nest-watcher & it's vital that I have access to these 5 sites, so if anyone knows how to fix this, PLEASE tell me!
    Thanks for taking the time to read my post.
    All suggestions/solutions are gratefully accepted.
    Thanks in advance for your help!
    DogPal 

    File Not Found Error in Welcome Screen
    07-Nov-2013 10:25
    Tags: #dreamweaver_cs6_update
    Help please!
    Live preview also not working.
    I have exactly the exact problem described below but do not have a folder with the same name as the volume created under the volume. Please can someone help - I've tried everything. This problem only happened when I upgraded to Dreaweaver CC!
    "On launching Dreamweaver on your Macintosh if your Welcome Screen is not loading and if you see a "File not found" error, please check if you have a folder with the same name as your volume created under the volume. For more info on this please go through the attached pdf document. Other dialogs/panels in dreamweaver that will be blank due to this issue are Jquery Swatches panel, Adobe Edge Webfonts tab in Manage Fonts dialog,W3c Error Info dialog, Externalise Javascript dialog and svn revert dialog. After following the changes mentioned in the attached document please check all the affected dialogs/panels to confirm everything is working as expected."
    Thanks,
    Martin Bond
    [personal information removed by moderator]

  • [SOLVED] == ERROR: file not found: `/sbin/dmsetup'

    [EDIT] A much simpler way to deal with this is to explicitly ignore the kernel update during a full system update:
    pacman -Syu --ignore linux
    Then explicitly update the kernel alone:
    pacman -S linux
    [EDIT] First, after a full system update I had to move the STUB kernel image from the UEFI directory back to /boot, them recreate the images a second time. The systemd service moved it back to the UEFI directory.
    [EDIT] The use of 'mdadm_udev' in HOOKS= also seems to be no longer just 'preferred' to the 'mdadm' hook but instead is now mandatory.
    I've read the news item...
    Changes to LVM
    2013-02-12 - Thomas Bächler
    With lvm2 2.02.98-3, we now utilize lvmetad to activate LVM volumes automatically. This implies the following changes:
        The lvm2 initramfs hook now requires the udev hook.
        The use_lvmetad = 1 must be set in /etc/lvm/lvm.conf. This is the default now - if you have a lvm.conf.pacnew file, you must merge this change.
        You can restrict the volumes that are activated automatically by setting the auto_activation_volume_list in /etc/lvm/lvm.conf. If in doubt, leave this option commented out.
        If you need monitoring (needed for snapshots), run systemctl enable lvm-monitoring.service.
        The lvmwait kernel command line option is no longer needed and has no effect.
    If you run pacman -Syu and update device-mapper, linux and lvm2 at the same time, you will get an error message that /sbin/dmsetup is missing. Run mkinitcpio -p linux again after the update to avoid any problems.
    ...and I do get the message...
    ==> ERROR: file not found: `/sbin/dmsetup'
    ...but after a full system update with...
    pacman -Syu
    ...when I execute...
    mkinitcpio -p linux
    ...this is what I get...
    Building image from preset: 'default'
    /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    ERROR:specified kernel image does not exist: `/boot/vmlinuz-linux'
    Building image from preset: 'fallback'
    /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    ERROR:specified kernel image does not exist: `/boot/vmlinuz-linux'
    So of course if I reboot I get the dreaded 'No volume groups found' message.
    I should mention that I use the systemd path and service to move the kennel after it has been updated.
    Last edited by KairiTech (2013-04-07 02:45:12)

    With lvm2 2.02.98-3, we now utilize lvmetad to activate LVM volumes automatically. This implies the following changes:
        The lvm2 initramfs hook now requires the udev hook.
        The use_lvmetad = 1 must be set in /etc/lvm/lvm.conf. This is the default now - if you have a lvm.conf.pacnew file, you must merge this change.
        You can restrict the volumes that are activated automatically by setting the auto_activation_volume_list in /etc/lvm/lvm.conf. If in doubt, leave this option commented out.
        If you need monitoring (needed for snapshots), run systemctl enable lvm-monitoring.service.
        The lvmwait kernel command line option is no longer needed and has no effect.
    Just to confirm. You did all these steps, right?
    EDIT: I just noticed something:
    KairiTech wrote:HOOKS="base udev autodetect sata mdadm usbinput keymap encrypt lvm2 filesystems timestamp shutdown"
    Replace
    mdadm
    with
    mdadm_udev
    . Maybe this is nothing, but it is recommended to use this one instead of the other.
    NEW EDIT: Expecially this one
    The use_lvmetad = 1 must be set in /etc/lvm/lvm.conf. This is the default now - if you have a lvm.conf.pacnew file, you must merge this change.
    Last edited by s1ln7m4s7r (2013-03-24 20:42:55)

  • How can I stop Firefox from opening (to "File Not Found") when opening my Opera browser?

    Ever since I installed Opera 10.61 on my new computer (Windows 7 Ultimate operating system), whenever I open Opera, Firefox opens one second later with the following error message:
    '''File not found '''
    Firefox can't find the file at /C:/Users/Nasheed/AppData/Local/Opera/Opera/temporary_downloads/client-en.xml.
    * Check the file name for capitalization or other typing errors.
    * Check to see if the file was moved, renamed or deleted.
    TRY AGAIN.
    <nowiki>****************************************************</nowiki><br />
    This happens EVERY TIME I OPEN THE OPERA BROWSER. How can I stop this from happening? I'm stumped.
    [EXTRA INFO - I was unable to enable Firefox to access my previous profile on the new computer (despite putting the old profile in the appropriate Mozilla Firefox folder. So, there are now two profiles in that location.
    After reading the answer to another forum member's question, I attempted to resolve the problem using Profile Manager, but I was unable to locate the Profile Manager. The Windows "Search" feature is not enabled on my new computer (nor can it be enabled from the Customize Start Menu options).]

    Thank you for your response, Cor-el.
    I had Opera set as my default browser since this began happening. I changed my default browser back to Firefox mainly because having Firefox open one or two seconds every time I open Opera was/is such a nuisance.
    I believe this problem began because I attempted to manually transfer the files from my old computer to the new one (via the backed up files in my external drive). I was unfamiliar with Windows 7 when I did this. Microsoft changed the file set up from what I had been used to in Windows XP. I used XP for six years before being exposed to Windows 7 (I never had Vista).
    I'm almost sure this problem has something to do with where I placed the application data when I was trying to reestablish the program set up on the new computer.

  • Error File not Found in CS 5.5

    When I go to open up PP CS 5.5 it provides a list of possible projects I can open up. Click on a project and it opens accordingly. However, over the past 2 days it has become problematic. I can click on the listed project but I now receive an error message: Error file not found. PP will not open up. I haven't moved any files, folders or projects around. I have simply closed the project, quit PP and then opened it again when wanting to edit. I have tried opening up the auto saved project file and I receive the same message?

    Hi Todd both your solutions (and the one suggested by Colin) works initially. Dbl click the project file and it opens PPro.  However, I tried this on another project which has a 3rd party pllugin (Smartsound Sonic Fire Pro) in it. Things get interesting with Smartsound being activated with me unable to quit out of it and I am not able to access Premier Pro. I have to Force Quit both programs. Then when I try to dbl click on the program that opened up OK the error message returns: File format not supported. There is no Smartsound file involved in this project? Same thread? New thread? many thanks for your responses

  • File not found error when tried to open Document ID settings page

    Hi
    when i open sitesettings>site collection administratin >Document
    ID settings
    it shows
    file not found error
    adil

    Hi,
    first we need to figure out the error. change the web.config so that you can see the error on browser
    1) Obtain the complete call stack instead of the default error page:
    <SafeMode MaxControls="200" CallStack="false"/>
    to
    <SChangeafeMode MaxControls="200" CallStack="true"/>
    2) CustomeErrors mode value (in the system.web section) is set to Off:
    <customErrors mode="On">
    to
    <customErrors mode="Off">
    Change these value in "c:\inetpub\wssroot"  CA dirctory web.config and
    C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\LAYOUTS\web.config .
    now again try to do the action. you will get the error on screen.
    Whenever you see a reply and if you think is helpful,Vote As Helpful! And whenever you see a reply being an answer to the question of the thread, click Mark As Answer

  • FILE NOT FOUND ERROR WHILE INSTALLING ORACLE EM GRID CONTROL 10.2.0.1

    FILE NOT FOUND ERROR ON FILES: generalstup, seedstup during the setup phase and when i click ignore from a list of cancel, retry and ignore it moves to the configuration phase and rapidly moves from 63% to 100% and gives the error OUI-10133 invalid staging area. i have tried the install 3 times and dont know what the problem is. i am doing the oracle EM GC INSTALL WITH NEW DATABASE OPTION. i downloaded the full version disks 1-3 from the website:http://www.oracle.com/technology/software/products/oem/index.html
    Enterprise Manager 10g Grid Control Release 2 (v10.2.x)
    Full Installers (Agent, Repository, OMS, and Management Packs)
    Oracle Enterprise Manager 10g Grid Control Release 2 (10.2.0.1) for Linux x86
    when this is extracted it leaves me with Disk1, 2, and 3
    install started from 1, then it later asks for two whick happens to instead be but under Dist 3-but there are two disk2's under Disk 3- one under oms and one under rdbms folder. i have tried both and alas same errors
    i even triwd the same download from edelivery.oracle.com and gives the same madness
    am stuck.

    i followed the link and all the instructions things seemed to go well: it still asked for two files i did not have or could not locate: first its asked for generalstub, then it asked for seedstup and then generalstup again. at this point the installation was at 67% and had passed the link succesful stage and was at the setup succeful stage. when i clicked ignore on generalstub, seedstup and then generalstup again it quicly moved to 100% and never took me to the stage for me to run oraInstroot.sh and allroot.sh
    the configuration assistant stage never cameup and it skipped to the page Specify Repository Database Configuration
    where it asked for repository database hostname port, service/sid and SYSMAN password and also manament service security password. whe i input all the infor mation it will give errors. i have tries deleting all oracle 3 or 4 times and all files that oracle has and repeated the process and am always stuck here.
    error reads :
    -error cheching the existence of the SYSMAN user in Management repository
    -exception occured while connecting to database . please check the connection details you specified and retry
    -io exception connection refused: (DESCRIPTION=(TMP=)(VSNUMM=168821760)(ERR=12514)(ERRO_STACK=(ERROR=(CODE=12514)(EMFI=4))))
    REP DB HOSTNAME:SA-OMS-01
    PORT:1521
    SERVICE/SID:OMSDB01
    SYSMAN PASSWORD:PASS
    THE REST I PUT PASS AS PASSWORD
    NOT SURE WHAT TO DO NEXT.

  • Error 7: File not found occurs in 8.2 from transition of 4.1. Specifying the file in file dialog returns error although file is in the directory.

    Copied a program from 4.1 to 8.2 recently and receive an error 7: File not found at open file+.vi.  The program is built so a file dialog will pop up and ask for the destination of the file.  Eventhough there is a file in the specified directory, an error is returned.  Running open file+.vi by itself returns no error with the same file designation.  Any clues?

    noviceak,
    Welcome to the NI Discussion Forums.
    I created a quick VI in LabVIEW 4.1 that displays a file dialog and then passes that file path to "Read Characters from File.vi" (which in turn calls Open File+.vi).  I then opened this file in LabVIEW 8.2 and ran it successfully (see code screenshot below).
    When you say there is a file in the specified directory are you using the file dialog to browse to the directory or to select the specific file?  Open File+.vi expects the path to a file rather than a directory - that is C:\folder\file.txt rather than C:\folder.  You might also want to create an indicator or probe to see what path is being passed to Open File+ to ensure it is what you expect.
    I feel like I should also say that in the days (years) inbetween LabVIEW 4.1 and 8.2 the file operation VIs have changed significantly.  While the old Open File+.vi still lives in vi.lib for compatibility purposes we no longer recommend using it for new applications.
    I hope this helps and again, welcome to the community.
    Regards,
    Simon H
    Applications Engineer
    National Instruments
    http://www.ni.com/support/
    Message Edited by Simon H on 01-18-2007 08:01 PM
    Message Edited by Simon H on 01-18-2007 08:03 PM
    Attachments:
    LV4 File Dialog.png ‏3 KB

  • Moved my files to external hard drive, now files not found.  Help?

    My Itunes folder having outgrown my memory, I moved all the files to my external hard drive, following the directions in Itunes. I was able to play the songs as long as the hard drive was connected. However, I opened Itunes mistakenly without the E: Drive connected, and it opened blank, with no files in place. I closed, hooked up the hard drive, and opened Itunes again, holding down the shift key and choosing the library on E: (the xmp file). The files now show up, but when I try to play them, I get a message indicating that the file isn't found, do I want to find it? I can, but I don't want to go through 5000 files and add each one individually. If I try adding or importing the folder again, the file is simply in itunes twice. I can always import everything again, but I don't want to lose all my ratings, last-played, etc. It took a lot of time to listen to and rate all those songs. Any help would certainly be appreciated. Thanks.

    I am having the same problem. I moved my itunes library to an external drive to free up the space on my notebook and now I "get files not found do you want to search" If I search I can find the song in Windows but have to find each song individually, I have 2600 songs I burned from my CD collection, it would take way too long. I have tried copying the file to the same drive, I have reintalled itunes multiple times. I have checked Apple and my computer is "authorized". Is there any way out of this? Otherwise I will be limited to just having the music I already have on my ipod and being unable to add any more, and if that ever bocomes compromised I would be unable to restore it. None of my music is purchased from itunes, it is all burned from my CD's.

  • Error while rendering: Export file not found - what to do?

    Hi,
    I have been editing my video in four different premiere pro projects (as I got adviced to do from these forums because it's AVCHD clips). I have rendered these four projects and burned to four DVD's (total playtime is around 1.5hours) - which is working fine.
    But then I try to import all four projects into one big master project because I want to make a blu-ray iso. The import goes fine (I import like this: File > Import > Choose project > Import entire project)
    I export to encore, make the menus etc. and click "build" to start rendering. The problem is that after some time I get this error:
    Blu-ray Object: "sequence-name-here/project-name-here.prproj", Export file not found
    I have seen this error before while rendering some of the four individual projects - but when I saw them I simply just tried again by exporting to encore from the projects again. This seemed to work - but with the big master project I have tried several times with no luck.
    Can anyone help me fix this issue? :)

    Yes, I got this too:
    For posterity, here is what I have found that completely fixes this error, repeatedly:  Clear Encore's cache.  Specifically:
    Close your Encore project and exit Encore
    Go to the cache subdirectory named for your project (ie. if your save file is c:\projects\mymovie.ncor then go to c:\projects\mymovie\cache)
    Delete the file "mlf.cache.v10"
    If your Encore project contains any Premiere Pro dynamically-linked assets, start Premiere Pro and load at least one of the projects used in Encore.  (I have found that this reduces memory usage -- for some reason, Premiere Pro takes up less memory than if Encore spawns the PProHeadless.exe media server to serve the same function)
    Restart Encore and load your project
    ...and wait, patiently, for Encore to re-scan all of your assets and build up the cache again and don't touch it until it's finished.  I use Process Explorer (http://technet.microsoft.com/en-us/sysinternals/bb896653) to watch my disk activity and CPU to know when Encore is finished (just hover on the cyan-colored graph and you can see what program is performing the most disk activity).  Once it's all finished, I save, then immediately try to build my project again.  For proof of concept, my 40GB BD-50 project just built last night after getting this error yesterday afternoon.
    If any of your assets are not transcoded before you begin this process, transcode them all, then start this process over again from step one.  Clearing the cache does not clear the transcodes.
    I hope this helps someone.  I was not looking forward to completely re-authoring my project, which I've been working on (on and off) for a few months.

  • IPod cannot be synced. Required file not found?

    I havent had any trouble syncing my ipod until last week when i purchased a song. When i dragged the song to a playlist on my ipod, it appeared grey in my playlist (because it was still loading) and then disappeared. I repeated this until i gave up and I reported this as an issue to itunes. When i tried again it worked and i thought maybe the problem had fixed itself, but i tried to add a CD to my ipod a few days ago and it only synced half of the songs. Now when i try to sync the leftover songs an error box pops up saying "The iPod (name of ipod) cannot be synced. Required file not found."
    Some songs will sync perfectly normal, some load but disappear, some eventually just sync, and some won't sync at all. Has anyone had this problem/ can anyone help SOLVE it? please and thank you!!!

    Try this:
    Let your iPod charge up.
    Attempt to sync a large play list.
    When the iPod shuts down and you get the error message, quickly click through the dialog boxes on iTunes so when the iPod comes back up iTunes will attempt to sync again.
    When the sync starts again after the iPod reboot, click the little X in the bar that shows how many tracks have been loaded. This will stop the sync and you'll be able to eject your iPod.
    After it's been ejected, unplug the connector from the iPod and see what happens to the battery indicator. Mine goes down to almost gone and red - then after a few minutes it comes up to about 2/3 strength - but it should be full after being fully charged and just syncing a few hundred tracks.

  • File not found: Title

    I created a custom web part that I have deployed, but when I tried to add it to my web parts page, I first got the error that the said
    "a web part or web form control on this page cannot be displayed or imported. the type is not registered as safe". To resolve this, I added the assembly to the web.config file and that seems to have addressed that issue.
    However, now when I try to add the web part, am getting the error that says
    "File not found: Title". I have not been able to find any post that addresses this. Does anyone have a clue why this is occuring and what I can do to get past this?
    Thanks.
    UPDATE: This is Sharepoint 2010. Also all am getting on ULS is 
    Attemping to add webpart id 0819E2D6-F950-4634-B04B-AD9C19DE4038 to web http://local.mysite.
    Adding web part calling SPRequest::AddWebPartToList.  Web part id 0819E2D6-F950-4634-B04B-AD9C19DE4038, web http://local.mysite.
    Leaving Monitored Scope (EnsureListItemsData#2). Execution Time=4.14629200498887
    WebPartAdder_ItemCannotBeAddedULS

    Hello,
    IT seems something is wrong with your webpart. You first need to delete webpart from page by adding  "?contents=1" at the end of the URL of respective page and SharePoint will open the Web Part Maintenance Page for it. For example: if page url is
    http://test/default.aspx then use
    http://test/default.aspx?contents=1
    Then try to add your webpart again. If still face issue then delete again and uninstall your webpart. Then rebuild your package and create WSP. Finally use powershell to deploy WSP.
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • "File Not Found" MPG4 / Protected (?) songs unable to play on PC or on iPod

    I burned about 150 songs from my iTunes Music Library on another computer onto CDs and then inserted the CDs into a new computer with my iTunes Music Library on it. The songs on these CDs DO NOT play in the iTunes Library or on the iPod, although the track titles and artists appear on my computer screen and hence they look as though they are included in the Library. When I try to play those songs I get an error message with an exclamation mark next to the problem songs saying "File not found. Do you want to locate file?"
    I tried the option to convert them to AAC but that does not work. Is it a copyright problem or a technical one?
    Many thanks for your replies!
      Windows XP  

    Checking the "copy" box will solve the problem for future importing but not the current problem.
    You could do two things after checking the "copy" box:
    1) Delete the dead tracks and add them again from the CD(s).
    2) With the CD in the drive, select Consolidate library on the Advanced menu. This will copy all files not currently in the iTunes Music folder into the iTunes Music folder, you may not want that if you have your music in other places as well. Also if the music you want is on more than one CD you may get a lot of error messages as it tries to consolidate tracks it can't find.
    One other thing - you mention protected files in the thread title, iTunes will not import files protected by other programs.

Maybe you are looking for