Page 1 of 1

Apache error messages

Posted: Sat Mar 22, 2008 3:19 pm
by dstonek
Since 2004 or 2005, each time this applet is loaded my apache error log file displays this list of error messages. I use my own translated i18n_es.properties version.
Is it possible to avoid them?
Thank you.
[Sat Mar 22 00:17:22 2008] [error] [client 190.64.157.20] File does not exist: /home/domain/public_html/commons-logging.properties
[Sat Mar 22 00:17:22 2008] [error] [client 190.64.157.20] File does not exist: /home/domain/public_html/org
[Sat Mar 22 00:17:23 2008] [error] [client 190.64.157.20] File does not exist: /home/domain/public_html/org
[Sat Mar 22 00:17:23 2008] [error] [client 190.64.157.20] File does not exist: /home/domain/public_html/jfileupload
[Sat Mar 22 00:17:23 2008] [error] [client 190.64.157.20] File does not exist: /home/domain/public_html/jfileupload
[Sat Mar 22 00:17:23 2008] [error] [client 190.64.157.20] File does not exist: /home/domain/public_html/jfileupload
[Sat Mar 22 00:17:24 2008] [error] [client 190.64.157.20] File does not exist: /home/domain/public_html/jfileupload
[Sat Mar 22 00:17:24 2008] [error] [client 190.64.157.20] File does not exist: /home/domain/public_html/jfileupload
[Sat Mar 22 00:17:24 2008] [error] [client 190.64.157.20] File does not exist: /home/domain/public_html/i18n_es.class
[Sat Mar 22 00:17:24 2008] [error] [client 190.64.157.20] File does not exist: /home/domain/public_html/i18n_es_es.class
[Sat Mar 22 00:17:25 2008] [error] [client 190.64.157.20] File does not exist: /home/domain/public_html/i18n_es_es.properties
[Sat Mar 22 00:17:25 2008] [error] [client 190.64.157.20] File does not exist: /home/domain/public_html/i18n_es_es_ES.class
[Sat Mar 22 00:17:25 2008] [error] [client 190.64.157.20] File does not exist: /home/domain/public_html/i18n_es_es_ES.properties

Re: Apache error messages

Posted: Sun Mar 23, 2008 7:48 pm
by support
See "unexcepted HTTP request" section at:
http://www.jfileupload.com/products/jfi ... oting.html

Re: Apache error messages

Posted: Mon Mar 24, 2008 3:28 pm
by dstonek
I don't understand this.
I don't know what "install" means in this case. I created and uploaded blank files 'commons-logging.properties' and 'simplelog.properties'
"just search/replace "debug" string by "info" in simplelog.properties" -> they are empty, I don't know what to put inside.
And there are also other 404 errors like /org and /jfileupload
[Mon Mar 24 11:48:43 2008] [error] [client 190.64.158.15] File does not exist: /home/albumes/public_html/jfileupload/transfer/client
[Mon Mar 24 11:48:42 2008] [error] [client 190.64.158.15] File does not exist: /home/albumes/public_html/org/apache
Thank you.

Re: Apache error messages

Posted: Mon Mar 24, 2008 10:44 pm
by support
I know such request could be annoying in log files. In fact you have to create empty file (and folders) for each HTTP 404 request. No more than 10 empty files should be needed.

Re: Apache error messages

Posted: Tue Mar 25, 2008 12:37 am
by dstonek
Ok. We'll do it. Thanks!