At the point of project creation, I'm consistently getting the following error. (The details of the HTTP response are in XML form because that's how my platform logs them.)
We have a configurable timeout that is seems you are running up against, likely because of the large data transfer occuring during the create call. I have upped that limit. Let me know if that works for you.
At the point of project creation, I'm consistently getting the following error. (The details of the HTTP response are in XML form because that's how my platform logs them.)
<response> <code>504</code> <message>Gateway Timeout</message> <headers> <connection>close</connection> <x-mashery-responder>proxyworker-i-4075c629.mashery.com</x-mashery-responder> <x-mashery-error-code>ERR_504_GATEWAY_TIMEOUT</x-mashery-error-code> <content-type>text/xml</content-type> <accept-ranges>bytes</accept-ranges> <content-length>28</content-length> <date>Wed, 06 Jul 2011 14:32:50 GMT</date> <server>Mashery Proxy</server> </headers> </response>
This occurs if, and only if, uploading the book-content PDF prior to project creation takes around 4 minutes or more.
Message edited by Princeton Theological Seminary Library 2 years ago
Josiah Gore – 2 years ago
We have a configurable timeout that is seems you are running up against, likely because of the large data transfer occuring during the create call. I have upped that limit. Let me know if that works for you.
Princeton Theological Seminary Library – 2 years ago
Yes! I can now create projects that failed previously. Many thanks!