Closed tpokorra closed 9 years ago
it works with base.yml.gz. https://github.com/openpetra/demo-databases/blob/master/demoWith1ledger.yml.gz works as well.
it fails for https://github.com/openpetra/demo-databases/blob/master/demoMultipleYears.yml.gz
this works: openpetra-server loadYmlGz /tmp/demoMultipleYears.yml.gz
it seems that the webconnector call is made twice, because there is no reply: https://github.com/openpetra/openpetra/blob/master/csharp/ICT/Common/IO/HTTPUtils.cs#L261
but timeout is 15 minutes? https://github.com/openpetra/openpetra/blob/master/csharp/ICT/Common/IO/HTTPUtils.cs#L99
actually, it was a gateway timeout: (504) Gatewaytimeout
so I fixed my nginx proxy and added these two lines for a 15 minute timeout:
proxy_send_timeout 6000;
proxy_read_timeout 6000;
that used to work in tests before.
importing via the fat client fails on the server side like this: