On Wed, 6 Mar 2019 at 23:49, Rob C <[email protected]> wrote: > When I open the URL I get: > > *1. **Proxy Error* > > The proxy server received an invalid response from an upstream server. > The proxy server could not handle the request *GET /wfs* > <http://mapserver.trc.local/wfs>. > > Reason: *Error reading from remote server* > > > > When I open the Get /wfs link I get: > > > <ows:ExceptionReport xmlns:xs="http://www.w3.org/2001/XMLSchema > " xmlns:ows="http://www.opengis.net/ows/1.1" xmlns:xsi=" > http://www.w3.org/2001/XMLSchema-instance > " version="2.0.0"xsi:schemaLocation="http://www.opengis.net/ows/1.1 > http://mapserver......./schemas/ows/1.1.0/owsAll.xsd"> > > <ows:Exception exceptionCode="MissingParameterValue" locator="request"> > > <ows:ExceptionText> > > Could not determine geoserver request from http request > org.geoserver.platform.AdvancedDispatchFilter$AdvancedDispatchHttpRequest@3871d01b > > </ows:ExceptionText> > > </ows:Exception> > > </ows:ExceptionReport> > > > It looks like you need to add "?request=getFeatures" to the url
Ian > > On Wed, Mar 6, 2019 at 6:47 PM Ian Turton <[email protected]> wrote: > >> It's hard to tell with out looking at the response the server is sending >> back but it looks as if the server is sending an HTML response when >> GeoServer is expecting an XML response. This usually indicates an error has >> occured and you got an error message back instead of the expected data. >> >> Try opening the URL in a browser and seeing what happens. >> >> Ian >> >> On Wed, 6 Mar 2019 at 05:36, Rob C <[email protected]> wrote: >> >>> GeoServer 2.8.2 >>> I am getting the following error when trying to update our WFS MapInfo >>> asset data stored in a Pitney Bowes Confirm database. This error only >>> effects one dataset. there are several other datasets that update from the >>> same database without any problem. >>> This dataset updated fine up until recently. >>> >>> Sending HTTP 'GET' request to 'http://mapserver---------, waiting for >>> response ... >>> Received HTTP response header: *'HTTP/1.1 502 Proxy Error*' >>> Received HTTP response header: 'Date: Tue, 26 Feb 2019 22:54:00 GMT' >>> Received HTTP response header: 'Server: Apache/2.4.7 (Ubuntu)' >>> Received HTTP response header: 'Content-Length: 469' >>> Received HTTP response header: 'Content-Type: text/html; >>> charset=iso-8859-1' >>> HTTP transfer summary - download-size: '469 bytes', download-time: >>> '300.11 seconds', url: 'http://mapserver---------- >>> *XML Parser error: 'Error in input dataset: *http://mapserver--------- >>> *line:1 column:50 message:whitespace expected'* >>> *The XML Module halted on error,* see the logfile for details >>> A fatal error has occurred. Check the logfile above for details >>> Translation FAILED with 3 error(s) and 0 warning(s) (0 feature(s) output) >>> FME Session Duration: 5 minutes 1.0 seconds. (CPU: 0.3s user, 0.7s >>> system) >>> END - ProcessID: 6244, peak process memory usage: 84052 kB, current >>> process memory usage: 81936 kB >>> A fatal error has occurred. Check the logfile above for details >>> Program Terminating >>> Translation FAILED. >>> >>> Am I right to assume the error is on the database server and not a >>> problem with the GeoServer? >>> >>> I don't know where to find the file that the error refers to:* line:1 >>> column:50 message:whitespace expected' * >>> >>> If someone can shed some light on this problem it would be appreciated. >>> I am a GeoServer novice. >>> >>> Thanks for your time. >>> Rob >>> _______________________________________________ >>> Geoserver-users mailing list >>> >>> Please make sure you read the following two resources before posting to >>> this list: >>> - Earning your support instead of buying it, but Ian Turton: >>> http://www.ianturton.com/talks/foss4g.html#/ >>> - The GeoServer user list posting guidelines: >>> http://geoserver.org/comm/userlist-guidelines.html >>> >>> If you want to request a feature or an improvement, also see this: >>> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer >>> >>> >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/geoserver-users >>> >> >> >> -- >> Ian Turton >> > -- Ian Turton
_______________________________________________ Geoserver-users mailing list Please make sure you read the following two resources before posting to this list: - Earning your support instead of buying it, but Ian Turton: http://www.ianturton.com/talks/foss4g.html#/ - The GeoServer user list posting guidelines: http://geoserver.org/comm/userlist-guidelines.html If you want to request a feature or an improvement, also see this: https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
