<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Thu Feb 08 23:28:42 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary add field=key&field=summary to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>FOLIO Jira</title>
    <link>https://folio-org.atlassian.net</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>1001.0.0-SNAPSHOT</version>
        <build-number>100246</build-number>
        <build-date>07-02-2024</build-date>
    </build-info>

<item>
            <title>[FOLIO-3512] folio-snapshot-2 build failure while adding eholdings/EBSCO RMI config</title>
                <link>https://folio-org.atlassian.net/browse/FOLIO-3512</link>
                <project id="10290" key="FOLIO">FOLIO</project>
                    <description>&lt;p&gt;The folio-snapshot-2 build has consecutive build failures configuring the EBSCO RMI credentials for eholdings.    Ansible generated error message:&lt;/p&gt;

&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;TASK [ebsco-rmapi-config : Configure RM API credentials] ***********************
fatal: [10.36.1.203]: FAILED! =&amp;gt; {&quot;changed&quot;: false, &quot;connection&quot;: &quot;close&quot;, &quot;content&quot;: &quot;{\n  \&quot;errors\&quot; : [ {\n    \&quot;title\&quot; : \&quot;Limit Exceeded\&quot;\n  } ],\n  \&quot;jsonapi\&quot; : {\n    \&quot;version\&quot; : \&quot;1.0\&quot;\n  }\n}&quot;, &quot;content_type&quot;: &quot;application/vnd.api+json&quot;, &quot;elapsed&quot;: 0, &quot;json&quot;: {&quot;errors&quot;: [{&quot;title&quot;: &quot;Limit Exceeded&quot;}], &quot;jsonapi&quot;: {&quot;version&quot;: &quot;1.0&quot;}}, &quot;msg&quot;: &quot;Status code was 429 and not [204]: HTTP Error 429: Too Many Requests&quot;, &quot;redirected&quot;: false, &quot;status&quot;: 429, &quot;transfer_encoding&quot;: &quot;chunked&quot;, &quot;url&quot;: &quot;http://10.36.1.203:9130/eholdings/kb-credentials/80898dee-449f-44dd-9c8e-37d5eb469b1d&quot;}
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="82413">FOLIO-3512</key>
            <summary>folio-snapshot-2 build failure while adding eholdings/EBSCO RMI config</summary>
                <type id="10001" iconUrl="https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10303?size=medium">Bug</type>
                                            <priority id="10002" iconUrl="https://dev.folio.org/assets/jira-priority/jira-p3.svg">P3</priority>
                        <status id="6" iconUrl="https://folio-org.atlassian.net/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10003">Done</resolution>
                                                        <assignee accountid="5f9abc1eb45b2e007453f423">John Malconian</assignee>
                                                                <reporter accountid="5f9abc1eb45b2e007453f423">John Malconian</reporter>
                                    <labels>
                            <label>back-end</label>
                            <label>epam-spitfire</label>
                    </labels>
                <created>Thu, 26 May 2022 17:05:02 +0000</created>
                <updated>Wed, 17 Aug 2022 05:35:34 +0000</updated>
                            <resolved>Tue, 19 Jul 2022 19:11:29 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>9</watches>
                                                                <comments>
                                                            <comment id="198040" author="5f9abc1eb45b2e007453f423" created="Thu, 26 May 2022 17:07:26 +0000"  >&lt;p&gt;Not sure what has changed here.   I don&apos;t see any related recent changes to mod-kb-ebsco-java.    Perhaps it&apos;s related to the credentials themselves.  Maybe they are no longer valid or perhaps something has changed so that the credentials can only be configured for one instance of FOLIO? &lt;/p&gt;</comment>
                                                            <comment id="198041" author="5f9abc1eb45b2e007453f423" created="Thu, 26 May 2022 17:09:53 +0000"  >&lt;p&gt;For now,  I&apos;ve disabled the ebsco-rmapi-config role in the folio-snapshot playbook. &lt;/p&gt;</comment>
                                                            <comment id="198043" author="5f9abc1eb45b2e007453f423" created="Thu, 26 May 2022 19:12:48 +0000"  >&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;curl -w &apos;\n&apos; -i https://folio-snapshot-2-okapi.dev.folio.org/eholdings/kb-credentials/80898dee-449f-44dd-9c8e-37d5eb469b1d -H &apos;Accept: application/vnd.api+json&apos; -H &apos;Content-Type: application/vnd.api+json&apos; -H &apos;X-Okapi-Tenant: diku&apos; -H &quot;X-Okapi-Token: $OKAPI_TOKEN&quot; -X PUT -d@rmi.json           
HTTP/2 429 
date: Thu, 26 May 2022 19:11:42 GMT
content-type: application/vnd.api+json

{
  &quot;errors&quot; : [ {
    &quot;title&quot; : &quot;Limit Exceeded&quot;
  } ],
  &quot;jsonapi&quot; : {
    &quot;version&quot; : &quot;1.0&quot;
  }
}
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                                                            <comment id="198046" author="62a96ae7192edb006f9f1bf9" created="Thu, 26 May 2022 20:32:38 +0000"  >&lt;p&gt;Hey &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5f9abc1eb45b2e007453f423&quot; class=&quot;user-hover&quot; rel=&quot;5f9abc1eb45b2e007453f423&quot; data-account-id=&quot;5f9abc1eb45b2e007453f423&quot; accountid=&quot;5f9abc1eb45b2e007453f423&quot; rel=&quot;noreferrer&quot;&gt;John Malconian&lt;/a&gt; - EBSCO KB team is trying to resolve this issue. Hopefully it will be up and running again soon. &lt;/p&gt;

&lt;p&gt;cc: &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5eb44b5a96bbcb0b8585c98d&quot; class=&quot;user-hover&quot; rel=&quot;5eb44b5a96bbcb0b8585c98d&quot; data-account-id=&quot;5eb44b5a96bbcb0b8585c98d&quot; accountid=&quot;5eb44b5a96bbcb0b8585c98d&quot; rel=&quot;noreferrer&quot;&gt;Pavlo Smahin&lt;/a&gt; and &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=70121%3A26da6b78-0d8a-4d47-b80e-9541f5e4cea5&quot; class=&quot;user-hover&quot; rel=&quot;70121:26da6b78-0d8a-4d47-b80e-9541f5e4cea5&quot; data-account-id=&quot;70121:26da6b78-0d8a-4d47-b80e-9541f5e4cea5&quot; accountid=&quot;70121:26da6b78-0d8a-4d47-b80e-9541f5e4cea5&quot; rel=&quot;noreferrer&quot;&gt;Natalia Zaitseva&lt;/a&gt;&lt;/p&gt;
</comment>
                                                            <comment id="198048" author="62a96ae7192edb006f9f1bf9" created="Sun, 3 Jul 2022 12:48:08 +0000"  >&lt;p&gt;Issue happens on snapshot too. &lt;/p&gt;</comment>
                                                            <comment id="198050" author="557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d" created="Mon, 11 Jul 2022 14:30:46 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=70121%3A26da6b78-0d8a-4d47-b80e-9541f5e4cea5&quot; class=&quot;user-hover&quot; rel=&quot;70121:26da6b78-0d8a-4d47-b80e-9541f5e4cea5&quot; data-account-id=&quot;70121:26da6b78-0d8a-4d47-b80e-9541f5e4cea5&quot; accountid=&quot;70121:26da6b78-0d8a-4d47-b80e-9541f5e4cea5&quot; rel=&quot;noreferrer&quot;&gt;Natalia Zaitseva&lt;/a&gt; is there a specific issue that this should be blocked on?&lt;/p&gt;</comment>
                                                            <comment id="198051" author="70121:26da6b78-0d8a-4d47-b80e-9541f5e4cea5" created="Fri, 15 Jul 2022 14:13:36 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5f9abc1eb45b2e007453f423&quot; class=&quot;user-hover&quot; rel=&quot;5f9abc1eb45b2e007453f423&quot; data-account-id=&quot;5f9abc1eb45b2e007453f423&quot; accountid=&quot;5f9abc1eb45b2e007453f423&quot; rel=&quot;noreferrer&quot;&gt;John Malconian&lt;/a&gt; could you confirm that issue is still reproducible?&lt;/p&gt;</comment>
                                                            <comment id="198053" author="5f9abc1eb45b2e007453f423" created="Tue, 19 Jul 2022 18:10:08 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=70121%3A26da6b78-0d8a-4d47-b80e-9541f5e4cea5&quot; class=&quot;user-hover&quot; rel=&quot;70121:26da6b78-0d8a-4d47-b80e-9541f5e4cea5&quot; data-account-id=&quot;70121:26da6b78-0d8a-4d47-b80e-9541f5e4cea5&quot; accountid=&quot;70121:26da6b78-0d8a-4d47-b80e-9541f5e4cea5&quot; rel=&quot;noreferrer&quot;&gt;Natalia Zaitseva&lt;/a&gt; - It looks like this issue has been resolved.  I am able to manually post the EBSCO RMI configuration to both folio-snapshot and folio-snapshot-2.    I&apos;ve re-enabled setting this configuration in the daily folio-snapshot and folio-snapshot-2 builds. &lt;/p&gt;</comment>
                                                            <comment id="198055" author="5f9abc1eb45b2e007453f423" created="Tue, 19 Jul 2022 19:11:09 +0000"  >&lt;p&gt;test build of folio-snapshot is successful.  Closing this as resolved. &lt;/p&gt;</comment>
                                                            <comment id="198057" author="61cd0ca0bce5e00069e98be7" created="Wed, 17 Aug 2022 05:35:34 +0000"  >&lt;p&gt;This happened again today with build of [folio-snapshot-2/1436|&lt;a href=&quot;https://jenkins-aws.indexdata.com/job/FOLIO_Reference_Builds/job/folio-snapshot-2/1436/consoleFull&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://jenkins-aws.indexdata.com/job/FOLIO_Reference_Builds/job/folio-snapshot-2/1436/consoleFull&lt;/a&gt;,] but was okay for subsequent builds. So somthing is erratic.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10000" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummarycf">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10057" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Development Team</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10155"><![CDATA[FOLIO DevOps]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10063" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>PO Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10106" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>RCA Group</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10367"><![CDATA[TBD]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10019" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i04rea:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10020" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="1971">DevOps Sprint 144</customfieldvalue>
    <customfieldvalue id="1605">DevOps Sprint 142</customfieldvalue>
    <customfieldvalue id="2005">DevOps Sprint 140</customfieldvalue>
    <customfieldvalue id="2006">DevOps Sprint 141</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10024" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>[CHART] Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 26 May 2022 20:32:38 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10025" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>[CHART] Time in Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                    </customfields>
    </item>
</channel>
</rss>