Hi all,
I have a workspace that uses a FeatureReader to pull data from a WFS. This works perfectly well in FME 2015.1 32-bit (build 15575). However, in FME 2016.1 32-bit (build 16609), the same FeatureReader fails with the following message:
2017-02-24 11:32:16| 3.3| 0.0|ERROR |<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://geodata.nationaalgeoregister.nl/schemas/ows/1.1.0/owsAll.xsd=">
<ows:Exception exceptionCode="NoApplicableCode=">
<ows:ExceptionText>org.eclipse.emf.common.util.BasicEList$BasicIndexOutOfBoundsException: index=0, size=0
index=0, size=0</ows:ExceptionText>
</ows:Exception>
</ows:ExceptionReport>
2017-02-24 11:32:16| 3.3| 0.0|ERROR |Received error report: ExceptionReport
2017-02-24 11:32:16| 3.3| 0.0|ERROR |The XML Module halted on error, see the logfile for details
2017-02-24 11:32:16| 3.3| 0.0|ERROR |A fatal error has occurred. Check the logfile above for details
I'm not sure why this happens. I've tried upgrading the transformer to the latest version, and tried tinkering with the transformer's settings a bit, but without success. Any ideas are appreciated!