Open jirik opened 4 years ago
Maybe related, from travis
Maybe related, https://github.com/jirik/layman/commit/f3a4ef1bc4e15c518d1d6ffd8a91ff2a841a1533 from travis
It does not happen on https://github.com/jirik/layman/commit/4bc9593cfb9e9192c989d829d2e459cc051638c7, probably because REWE/REWO tests are commented out
Strikes back :) Version https://github.com/jirik/layman/commit/95242c8384644c335d277c656853741170de7453 , https://github.com/jirik/layman/runs/1459779768?check_suite_focus=true
However, this is different situation, geoserver returns 500 on WFS-T:
E AssertionError: r.status_code=500
E <?xml version="1.0" encoding="UTF-8"?><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://localhost:8000/geoserver/schemas/ows/1.1.0/owsAll.xsd">
E <ows:Exception exceptionCode="OperationProcessingFailed" locator="Transaction">
E <ows:ExceptionText>org.geoserver.wfs.WFSTransactionException: Error performing insert: Source was null in trying to create a reprojected feature collection!
E Error performing insert: Source was null in trying to create a reprojected feature collection!
E Source was null in trying to create a reprojected feature collection!</ows:ExceptionText>
E </ows:Exception>
E </ows:ExceptionReport>
Another one
E AssertionError: r.status_code=400
E <?xml version="1.0" encoding="UTF-8"?><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://localhost:8000/geoserver/schemas/ows/1.1.0/owsAll.xsd">
E <ows:Exception exceptionCode="NoApplicableCode">
E <ows:ExceptionText>{http://testmissingattr}inexisting_attribute_layer is not available: nullNo code &quot;EPSG:3857&quot; from authority &quot;European Petroleum Survey Group&quot; found for object of type &quot;IdentifiedObject&quot;.</ows:ExceptionText>
E </ows:Exception>
E </ows:ExceptionReport>
Report after day of trying and playing:
reset-data-directories
did not helpMaybe it can be solved by turning off / adjusting GeoServer's brute force attack prevention
Versions:
Steps to reproduce:
Then test always stops on
test_missing_attribute
ortest_missing_attribute_authz
. Some research shown, that it stops on different places, always onrequest.<http method>
calls from Layman to GeoServer. Such requests hangs on forever.