We have a number of scripts dating back to JIRA 4.2.x which use the SOAP interface. These scripts run into errors because SOAP is not returning full data. We get data chunks that are cut off at a power of 2 boundary. We have seen 8192 bytes being returned but also 16384 bytes.
Of course the result is no longer valid XML. GZIP compression is turned off for our instance.
Are there any reports on such a behavior for 5.0.x. These scripts ran absolutely stable under 4.2.x, 4.3.x, 4.4.x.
Although none of the replies really helped, the problem went away after the last upgrade.
It could be a result of the fix for this issue : https://jira.atlassian.com/browse/JRA-24623.
Check this comment : https://jira.atlassian.com/browse/JRA-24623?focusedCommentId=303412&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-303412 that says that this change is also applicable to SOAP and REST api.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
JIRA Command Line Interface has been tested extensively on 5.x without problems. Try running something equivalent to your script using this for comparison. If it fails, it is some sort of server/environment issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.