-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Link to import errors file not shown #462
Comments
Unlikely to be relevant but there is a javascript bug in the code to request the final page of the importer which I can fix. |
Experienced in person, rather than reported, this time without the OPcache error.
This shows
|
I enabled the failed request tracing in IIS and captured some more detail, portions of which look as follows From the request for https://testwarehouse.indicia.org.uk:443/index.php/occurrence/importer/1?uploaded_csv=1663763991820.csv
From the request for https://testwarehouse.indicia.org.uk:443/index.php/services/security/get_read_write_nonces
Which is then followed by the timeout of the original request.
|
I captured another example with a different sequence of timings from the order above. They were consistent with the following explanation of events.
At the time the request was blocked, there was only one It seems that the conditions in which the fault arises are
|
I have set |
has there been any solution to this: I am facing an exactly similar problem. |
The proposed solution was to set |
I've remembered that I previously made the change to
|
On 1st February we reverted warehouse1.indicia.org.uk back to |
After importing occurrences there is an occasional problem with showing the final page of the import wizard on which there should be a button to download errors.
When it works correctly the web server log looks as follows:
This shows
occurrence/importer/1
is initiated,On failure we see the following
This shows
occurrence/importer/1
is initiated,In the warehouse error log, at the time of the second auth failure, there is an IIS error message with the following information
Requested URL: https://testwarehouse.indicia.org.uk:443/index.php/services/security/get_read_write_nonces
Module: FastCgiModule
Notification: ExecuteRequestHandler
Handler: php-8.0.22
Error Code: 0xfffffffe
0xfffffffe is the hex representation of 4294967294 seen in the IIS log.
The Windows Event Viewer shows a corresponding error in the Application log from Zend OPcache.
This second error may just be a consequence of the first.
The text was updated successfully, but these errors were encountered: