Ticket #2698 (new defect)

Opened 5 years ago

--enable-ignore-missing-data does not suppress warnings in mapserver

Reported by: woodbri Owned by: sdlime
Priority: normal Milestone: 5.6 release
Component: MapServer C Library Version: unspecified
Severity: normal Keywords:
Cc:

Description

If I configure mapserver with --enable-ignore-missing-data is does NOT suppress the warning messages. This is problematic as it fills the apache errorlog and can potentially overflow the filesystem.

  ./configure \
    --enable-ignore-missing-data \
    --enable-debug \
    --with-httpd=/usr/sbin/apache \
    --with-proj=/usr \
    --with-agg=../agg-2.4 \
    --with-gd=static,/usr/local \
    --with-freetype \
    --with-postgis \
    --without-tiff \
    --with-wmsclient \
    --with-fribidi-config=/usr/local/lib/pkgconfig/fribidi.pc

Errors reported:

msShapefileOpen(): Unable to access file. (/u/data/maps/./tiger2k/15/15005/place) <br>
msShapefileOpen(): Unable to access file. (/u/data/tiger-maps/./tiger2k/15/15005/place) <br>
msShapefileOpen(): Unable to access file. (/u/data/tiger-maps/./tiger2k/15/15005/place) <br>
msShapefileOpen(): Unable to access file. (/u/data/maps/./tiger2k/55/55037/place) <br>
msShapefileOpen(): Unable to access file. (/u/data/tiger-maps/./tiger2k/55/55037/place) <br>
msShapefileOpen(): Unable to access file. (/u/data/tiger-maps/./tiger2k/55/55037/place) <br>
msShapefileOpen(): Unable to access file. (/u/data/maps/./tiger2k/31/31117/place) <br>
msShapefileOpen(): Unable to access file. (/u/data/tiger-maps/./tiger2k/31/31117/place) <br>
msShapefileOpen(): Unable to access file. (/u/data/tiger-maps/./tiger2k/31/31117/place) <br>
msShapefileOpen(): Unable to access file. (/u/data/maps/./tiger2k/31/31117/place) <br>
msShapefileOpen(): Unable to access file. (/u/data/tiger-maps/./tiger2k/31/31117/place) <br>
msShapefileOpen(): Unable to access file. (/u/data/tiger-maps/./tiger2k/31/31117/place) <br>
Note: See TracTickets for help on using tickets.