I have a similar problem with null log entries. I am running GeoServer 1.4.1
on Windows, using IIS as the web server and Jetty as the servlet container.
However, the problem is indeed in the GeoServer request log.
I think some of what makes your response look strange is that line wrapping
is making one line in the log look like 3 lines in your post. My log is
more concise, so it may be easier for other users to read. Here is a few
line exerpt from the file 2007-05-18.request.log:
null - - [18/05/2007:20:46:54 +0000] "POST /geoserver/wfs HTTP/1.1" 200
12053
null - - [18/05/2007:20:48:18 +0000] "POST /geoserver/wfs HTTP/1.1" 200
12575
null - - [18/05/2007:20:50:10 +0000] "POST /geoserver/wfs HTTP/1.1" 200
12589
66.238.192.50 - - [18/05/2007:20:52:00 +0000] "POST /geoserver/wfs
HTTP/1.1" 200 1745
66.238.192.50 - - [18/05/2007:21:00:44 +0000] "POST /geoserver/wfs
HTTP/1.1" 200 2074
Like the previous poster, the requests are always coming from the same IP
address (66.238.192.50).
This produces a serious bug for my application. We are using GeoServer to
provide data to a limited group of customers, thus we limit our service to
just a few blocks of IP addresses. When the "null" IP address is logged,
the client application making the GeoServer request gets an error that looks
like this:
Error returned from http://ogc.wsiwxconnect.com:7777/geoserver/wfs
500 Server closed connection without sending any data back
500 Server closed connection without sending any data back
I suspect that the error is due to our system configuration, in which we
only allow responses to certain known blocks of IP addresses.
We are currently unable to reliably reproduce the problem, but it happens
fairly frequently (multiple times per day). If anyone has insights into
what causes this problem, or even how to reproduce it consistantly, it would
be a great help.
Yours,
Steve
---------
i got a question about the log file.
what does that mean ?
192.168.2.4 - - [02/05/2007:12:19:42 +0000] "GET /geoserver/wfs?VERSION=
1.0.0&SERVICE=WFS&REQUEST=GetFeature&typename=topp:deud70________pi&bbox=7.059917449951172
,51.49108352620136,7.085666656494141,51.50470902423732 HTTP/1.0" 200 39592
192.168.2.4 - - [02/05/2007:12:24:56 +0000] "GET /geoserver/wfs?VERSION=
1.0.0&SERVICE=WFS&REQUEST=GetFeature&typename=topp:deud70________pi&bbox=7.068843841552734
,51.490121572426,7.094593048095703,51.503747357988686 HTTP/1.0" 200 54397
null - - [02/05/2007:13:05:57 +0000] "GET /geoserver/wfs?VERSION=
1.0.0&SERVICE=WFS&REQUEST=GetFeature&typename=topp:deud70________pi&bbox=8.032550811767578
,51.391065489647175,8.084049224853515,51.41837215879149 HTTP/1.0" 200 562
null - - [02/05/2007:13:05:59 +0000] "GET /geoserver/wfs?VERSION=
1.0.0&SERVICE=WFS&REQUEST=GetFeature&typename=topp:deud70________pi&bbox=8.037958145141601
,51.422921685158144,8.089456558227539,51.450209333905384 HTTP/1.0" 200 562
the request always comes from 192.168.2.4...why are the last logs going to
null ??
Regards,
Jan
--
View this message in context: http://www.nabble.com/null-value-in-log-file-tf3680605.html#a10767274
Sent from the GeoServer - User mailing list archive at Nabble.com.