Here are links to the related source code:

ira_release.py line 9
<https://github.com/geotools/geotools/blob/master/build/release/jira_release.py#L9>
:

    self.soap = SOAPpy.WSDL.Proxy(
      '%s/rpc/soap/jirasoapservice-v2?wsdl'%jira_host)

SOAPpy/WSDL.py line 85
<https://github.com/kiorky/SOAPpy/blob/0.12.6/src/SOAPpy/WSDL.py#L85>:

        if self.wsdl is None:
            import StringIO
            self.wsdl = reader.loadFromString(str(wsdlsource))

Pinging the rest api configured in versions line 6
<https://github.com/geotools/geotools/blob/master/build/release/properties#L6>
results in a 404 - so I think we are stuck?

--
Jody Garnett

On 16 June 2015 at 14:47, Jody Garnett <jody.garn...@gmail.com> wrote:

> Let's see:
>
>   File "jira_release.py", line 88, in <module>
>     jira = JIRA(opts['host'], opts['key'], opts['user'], opts['passwd'])
>   File "jira_release.py", line 9, in __init__
>     '%s/rpc/soap/jirasoapservice-v2?wsdl'%jira_host)
>
> I recommend releasing manually (I often do in order to fill in the date).
>
> Is it possible to issue the same command via curl and see what the
> response is that that could not be parsed?
>
> aside: wonder if they turned off the SOAP api?
>
>
>
>
> --
> Jody Garnett
>
> On 16 June 2015 at 14:16, Ben Caradoc-Davies <b...@transient.nz> wrote:
>
>> Jody,
>>
>> I have encountered a build failure in geotools-release-jira while
>> starting the release process for 12.4:
>>
>> http://ares.boundlessgeo.com/jenkins/job/geotools-release-jira/40/consoleText
>>
>> This looks different to previous failures. Any ideas? Do you recommend
>> trying to fix this or manually releasing and manually rolling over
>> remaining open issues?
>>
>> I appear to have release privileges in the new Jira.
>>
>> Kind regards,
>>
>> --
>> Ben Caradoc-Davies <b...@transient.nz>
>> Director
>> Transient Software Limited <http://transient.nz/>
>> New Zealand
>>
>
>
------------------------------------------------------------------------------
_______________________________________________
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to