Apache Log says "File does not exist:"
A developer wrote:
My Apache error log is filling up with the following errors:
[Mon Aug 22 13:55:50 2005] [error] [client 24.72.15.52] File does not exist:
/home/joe/public_html/listenup/codebase/com/softsynth/javasonics/natdev/SonicNativeSystem.class
We responded:
We need to try to instantiate the SonicNativeSystem.class and AudioFormat.class in order to determine the audio capabilities of the client. This check can generate those errors because the class may not exist.
The ListenUp application should still work even though that error is printed.
To remove the error message, you could set the Apache log level higher:
http://httpd.apache.org/docs/2.0/mod/core.html#loglevel
LogLevel crit
Unfortunately you will also not get "File does not exist" message for other files.
Also please see this discussion:
http://www.imint.com/support/sp108.htm