Paul Wallace <[EMAIL PROTECTED]> (Wednesday, September 10, 2003 5:27 PM):

> OK,
>         I added DEBUG C, and in the error file the asterisk you talk of
> was pointing to (for each entry accessed (7,080)): 

> C: 203.16.203.67 - - [01/Aug/2003:00:00:11 00] "GET /index.jsp HTTP/1.0"
> 2004851                                             *

> In case the format of this email has been corrupted across email
> clients, note the asterisk is directly below the forward slash
> immediately after each entry of "GET. I unfortunately do not know what
> this means in terms of rectifying the problem!

Well, what it means is that Analog found a '/' when it was expecting
something else. When you compare to the log format that it tells you
is not working often you can see the problem. For example, you might
check to make sure that there isn't an extra space in the LOGFORMAT at
that point.


> There is further confusion because the same format exists in a log
> file that was successfully read by Analog.

Yes, this is confusing, because Analog should process this line
without complaint.



> Why does this format ("GET /index.jsp) suggest a corrupt log file?
> Particularly when the same "GET /myfile... format was read just fine in
> a previous log file? A difference in format that I have noticed is the
> date/time suffix: 

> Error:  [01/Aug/2003:00:00:11 00]
> Success:        [16/Jun/2003:17:44:31 +1000]

Hmmm... Analog *should* put the error marker (*) under the ']' then.
Or thereabouts. But since Analog ignores the seconds and timezone,
this really should not matter. Presumably your LOGFORMAT includes
something like this?

  [%d/%M/%Y:%h:%n:%j]

If you list three different formats (for HTTP 0.9 and HTTP/1.0 and
later), like those listed in http://analog.cx/docs/logfmt.html, make
sure you list the one with the one like this:

  LOGFORMAT (%S %j %u [%d/%M/%Y:%h:%n:%j] "%j%w%r%wHTTP%j" %c %b)

before this:

  LOGFORMAT (%S %j %u [%d/%M/%Y:%h:%n:%j] "%r" %c %b)




-- 

Jeremy Wadsack
Wadsack-Allen Digital Group

+------------------------------------------------------------------------
|  TO UNSUBSCRIBE from this list:
|    http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  Digest version: http://lists.isite.net/listgate/analog-help-digest/
|  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
|  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
+------------------------------------------------------------------------

Reply via email to