Ive done more testing and have found the following related to the errors I am encountering:I have two errors that occur depending on how I run the select by location.1. When selecting monitoring locations (points) that are contained in eco-zones (polys), i get the following error :[RPC Fault faultString="Unable to complete operation." faultCode="400" faultDetail="Unable to complete Query operation."]
When i check the server log is displays the following error:ERROR INFO = Linestring or poly boundary is self-intersecting.</Msg>
2. When selecting monitoring locations that are contained in All eco-zones (no eco-zones previouslt selected), i get the following error:[RPC Fault faultString="HTTP request error" faultCode="Server.Error.Request" faultDetail="Error: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032"]. URL: http://geoserver/ArcGIS/rest/services/ec_catalogue/ec_catalogue/MapServer/0/query"]
When i check the server log no errors are logged. However when i run fiddler, i get an HTML 500 error.Does anybody know of any potential causes for these errors..Thanks in advance.