Tagged Questions
The file-not-found tag has no wiki summary.
6
votes
2answers
68k views
Linux error while loading shared libraries: cannot open shared object file: No such file or directory
Program is part of the Xenomai test suite, cross-compiled from Linux PC into Linux+Xenomai ARM toolchain.
# echo $LD_LIBRARY_PATH ...
6
votes
5answers
287 views
What are the most helpful features of effective 404 File Not Found error pages?
When a user comes across your site's 404 File Not Found error page, it is most likely not what they were looking for. Here, you have the opportunity to turn a dead end into a resource that can help ...
2
votes
1answer
71 views
Dundas Charts File Not Found
I'm looking through a legacy system and have found that the Dundas charts throws a file not found exception quite often, but not all the time.
The system has multiple servers picking up requests and ...
2
votes
3answers
524 views
Too many open files Error on Lucene
The project I'm working on is indexing a certain number of data (with long texts) and comparing them with list of words per interval (about 15 to 30 minutes).
After some time, say 35th round, while ...
1
vote
1answer
74 views
Android - Can not find the file although it exists in the data folder?
I am trying to copy the SQLite database from the data folder to SDCard using Emulator, i am using below code, which i found here.
try {
File sd = Environment.getExternalStorageDirectory();
...
1
vote
2answers
3k views
The system cannot find the path specified with FileWriter
I have this code:
private static void saveMetricsToCSV(String fileName, double[] metrics) {
try {
FileWriter fWriter = new FileWriter(
...
1
vote
2answers
2k views
aapt not found when building new Android app in NetBeans
I just installed NetBeans and the Android SDK following the instructions here. I am running Ubuntu 9.10 (Karmic). NetBeans is 6.7.1. The Android SDK is version 7.
When I try to compile a new project ...
1
vote
2answers
112 views
File not found system error when entering into a function
While running some code I am getting a unhanded exception for file not found with no file location or file name specified. If I break I can see the function that the error is being reported from. I ...
1
vote
1answer
840 views
Delphi 2010 - package problem, File not found error
I have a problem with a application with plugins. Originally, everything was compiled into a single exe, but now, I want to take out some of the code into a bpl on its own. The code that is shared by ...
1
vote
3answers
162 views
How to have a specific 404 for a folder using ASP.NET?
This is a bit tricky and I'd be glad if you guys could give me some pointers on this one. Here is what I want to do:
A user tries to access
myapp.com/data/123456.mp3
test.mp3 doesn't exist
The ...
1
vote
3answers
455 views
Include all files when debugging in Visual Studio?
How do I setup Visual Studio 2008 to include all files in the project root when debugging?
I have a few files in the project root folder which are not copied to the bin/debug folder so when I am ...
1
vote
3answers
1k views
Silverlight WebPart in SharePoint
I'm making a WebPart for SharePoint that will instantiate a Silverlight UserControl and feed it some data. My problem is that when I have created my sample-WebPart and just instantiate a Silverlight ...
0
votes
0answers
11 views
grails wsclient “file not found” consuming a .net web service
first of all, I want to apologize if my question is stupid, but I'm really new in consuming .net web service in grails.
There's a SOAP WS (wich I can't manipulate in any way) that I consume whis way:
...
0
votes
1answer
63 views
iPhone - ShareKit , SHK.m giving the compiler error for FileNot Found
I am facing the issue while compiling my iphone project with ShareKit Integrated .I was working on that , everything was working fine till now , all of a sudden now its giving me the error. In SHK.m ...
0
votes
3answers
72 views
ASP.NET MVC properly handling invalid URLs
I'm trying to properly handle and return a 404 for this URL: http://localhost:2867/dd./xml (notice the dot before the slash)
In my current implementation I get 4 exceptions/errors in ...
0
votes
2answers
157 views
Establishing connection from java to access 2010 64bit
After going through several tutorials and blog posts, i have unsuccessfully tried to set up a connection from java to a microsoft access database. my system specifications are
win 7 [64 bit] ...
0
votes
2answers
373 views
FileReader for text file in Android
Good times!
My Android app is trying to read simple text file, using usual Java combination
FileReader fr = new FileReader("file:///android_asset/example.txt");
BufferedReader bfr = new ...
0
votes
2answers
70 views
External Image resizing
So I have a PHP script file that resizes images on the fly. While this has worked for many sites and servers I have one server where it just won't work.
The script works like this:
<img ...
0
votes
2answers
116 views
Can't read file from a C++ program on a Mac
First of all, this is part of my code:
....
string input;
getline(cin, input);
ifstream openFile;
openFile.open(input.c_str(), ios::in);
if(openFile.is_open()){
cout << "File opened" ...
0
votes
1answer
103 views
com.sleepycat.je.DatabaseNotFoundException Database not found
I have the database /home/panayk/Desktop/panag_3/panag_3.tld:
$ db_verify /home/panayk/Desktop/panag_3/panag_3.tld
Verification of /home/panayk/Desktop/panag_3/panag_3.tld succeeded.
BerkeleyDB ...
0
votes
2answers
1k views
Error “no such file to load” — sqlite3/sqlite3_native (LoadError)
My OS is a Windows 7
My problem is that when i try to do a "rails server" occur an error.
well, i have installed the sqlite3, even the sqlite-ruby, and nothing =(
i already dont know what to do ...
0
votes
3answers
168 views
Flash CS4 Loader Class: Image Loads Initially, but Error Returned When Loading New Image
This is extremely difficult to explain in the title... First, here is my code in Actionscript:
var digitalGallery:Loader = new Loader();
digitalGallery.x = 730
digitalGallery.y = 210
...
0
votes
1answer
47 views
Is there a web browser that automatically looks for an /images directory? [closed]
In my error log there are a bunch of lines like this (line breaks added for legibility):
[Thu Jul 15 22:20:14 2010] [error] [client 76.199.65.55]
File does not exist: ...
0
votes
1answer
176 views
Why does ruby's '$:' or '$LOAD_PATH' change when I run it with sudo?
I am trying to run a ruby script as root. When I try to require a gem, ruby says it can't be found. This is because of $:
$ ruby -e "puts $:"
...
0
votes
1answer
210 views
CSS File is Not Loading Properly
I set up a secure version of my CSS server which points to a different folder which contains a version of the stylesheet with secure images in it, the robots.txt and .htaccess files are exactly the ...
0
votes
2answers
1k views
Websphere logs report {0} File not found, but application continues to work without issues
A websphere 6.1 server is running a struts application that seems to be working fine. In the logs, however, I'm seeing the following error message, which is being continually emailed to the support ...
0
votes
1answer
700 views
Flex RemoteObject Source not found
Our flex project, which works fine in its current environment with coldfusion 7 single server.
We moved this project to Coldfusion 8 multi server, and updated the remoteobject paths relative to the ...
0
votes
2answers
250 views
Visual C# error when changing anchor for multiple controls
Visual C# 2008 is giving an error when I attempt to change the anchor for multiple controls simultaneously. This error does not occur when done individually.
Property value is not valid.
...
0
votes
2answers
820 views
no such file or directory but the directory is in the path
Hello I am compiling a program with make but I get the error of No such file or directory but the file is in a directory of the path.
I have this #include "genetic.h", that file is in a directory ...