Hi alltogether!

First a great word of thanks to Stephen for his great programme and his loooooooong support.

I'm generating a log report using java servlets [no byte count, since unknown], which lines look like
 

210.177.77.1 - oooo [Fri Aug 18 16:06:59 CST 2000] "GET
/servlet/com.rawmart.Browse?show=nothing&display=profile&profile=preferences HTTP/1.0" 200 -
210.177.77.1 - oooo [Fri Aug 18 16:07:09 CST 2000] "GET
/servlet/com.rawmart.Browse?action=personalinfo&display=profile&show=nothing HTTP/1.0" 200 -
210.177.77.1 - oooo [Fri Aug 18 16:07:13 CST 2000] "GET
/servlet/com.rawmart.Browse?show=nothing&display=profile&action=personalinfo&error=6 HTTP/1.0" 200 -

and I like to get statistics on the use of let's say "show=" parameter. The lines:

LOGFORMAT (%s - %u [%j %M %d %h:%n:%j %j %Y] "%j %r %j" %c -)
SEARCHQUERY ON
SEARCHWORD ON
SEARCHWORDFLOOR 1r
SEARCHQUERYFLOOR 1r
ARGSINCLUDE /servlet/com.*
SEARCHENGINE /servlet/com.rawmart.Browse* level
SEARCHENGINE /servlet/com.rawmart.Browse id
SEARCHENGINE *Browse* lang
SEARCHENGINE *Browse search
SEARCHENGINE *Browse display
SEARCHENGINE *Browse show
SEARCHENGINE http://* level
SEARCHENGINE * action

Doesn't do anything. I always get:

./analog: Warning R: Turning off empty Search Query Report
./analog: Warning R: Turning off empty Search Word Report

I've debugged the programme: it seems never to call any of Nnextname() or nnextname()
functions. It calls checksearchrep() with NULL as first parameter twice.

I don't know what to do anymore. Can anyone see, what I'm doing wrong?

Your help is greatly appreciated!
 

--

   Michael Janich, Chief Technology Officer, RawMart.com, Hong Kong
   17/F MassMutual Tower, 38 Gloucester Rd, Hong Kong SAR, China
   Tel: +852 2861-4615. Fax: +852 2865-3865. http://www.rawmart.com
 


Reply via email to