<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Appdynamics Android gradle plugin not able to upload mapping.txt through proxy in Splunk AppDynamics</title>
    <link>https://community.splunk.com/t5/Splunk-AppDynamics/Appdynamics-Android-gradle-plugin-not-able-to-upload-mapping-txt/m-p/735935#M9623</link>
    <description>&lt;P&gt;Hello Hari,&lt;/P&gt;

&lt;P&gt;Before we make any suggestions we would like some clarity on the following queries:&lt;/P&gt;
&lt;P&gt;Is that you are only not able to upload this&lt;SPAN&gt;proguard mapping&lt;/SPAN&gt;&amp;nbsp;file if proxy is in use but rest of everything is fine?&lt;/P&gt;
&lt;P&gt;OR EUM at all is not working for you?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also if there is no proxy, are you able to upload this same file successfully?&lt;/P&gt;

&lt;P&gt;Because if that is the case you are hitting a&amp;nbsp;&lt;SPAN&gt;feature deficiency&lt;/SPAN&gt; here&amp;nbsp;and which&amp;nbsp;is already being worked upon by the Eng teams. But for now in order to get this resolved, you have&amp;nbsp;following options to opt from:&lt;/P&gt;

&lt;P&gt;1) You can try uploading the file manually from UI as mentioned here: &lt;A href="https://docs.appdynamics.com/display/PRO43/Manually+Upload+the+ProGuard+Mapping+File" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.appdynamics.com/display/PRO43/Manually+Upload+the+ProGuard+Mapping+File&lt;/A&gt;&lt;/P&gt;


&lt;P&gt;&lt;SPAN&gt;2) Or As a workaround you can use a curl (or similar) command in&amp;nbsp;your CI/CD process. This is documented here -&amp;nbsp;&lt;A href="https://docs.appdynamics.com/display/PRO43/Manually+Upload+the+ProGuard+Mapping+File#ManuallyUploadtheProGuardMappingFile-restAUploadwiththeAPI" rel="noreferrer nofollow noopener" target="_blank"&gt;https://docs.appdynamics.com/display/PRO43/Manually+Upload+the+ProGuard+Mapping+File#ManuallyUploadtheProGuardMappingFile-restAUploadwiththeAPI&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;Note: The rest API does not work with a proxy.&amp;nbsp; But the curl command should:&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;curl -v -H Content-Type:text/plain --upload-file mapping.txt --user Example+account:Example-License-Key-4e8ec2ae6cfe https://api.eum-appdynamics.com/v2/account/Example+account/com.example.networklogger/1/proguard-mapping&amp;nbsp;&lt;/PRE&gt;

&lt;P&gt;Let me know in case you have any questions.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thank You,&lt;/P&gt;
&lt;P&gt;Chitra&lt;/P&gt;</description>
    <pubDate>Wed, 01 Nov 2017 09:25:27 GMT</pubDate>
    <dc:creator>Chitra_Lal</dc:creator>
    <dc:date>2017-11-01T09:25:27Z</dc:date>
    <item>
      <title>Appdynamics Android gradle plugin not able to upload mapping.txt through proxy</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Appdynamics-Android-gradle-plugin-not-able-to-upload-mapping-txt/m-p/735934#M9622</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;I'm an android developer and I am trying to use&amp;nbsp;appdynamics-gradle-plugin 2.0 to automatically upload the mapping.txt through gradle build.&lt;/P&gt;
&lt;P&gt;Unfortunately I get the following error all the time.&lt;/P&gt;
&lt;P&gt;Error uploading proguard mapping fileorg.apache.http.conn.HttpHostConnectException: Connection to &lt;A href="https://api.eum-appdynamics.com" target="_blank" rel="nofollow noopener noreferrer"&gt;https://api.eum-appdynamics.com&lt;/A&gt; refused&lt;/P&gt;

&lt;P&gt;it looks like appdynamics-gradle-plugin 2.0 doesnt work well with proxy. Even thought the proxy is configured through systemProp, it seems to be ignoring the proxy and trying to make direct connection to api-eum-appdynamics.com.&lt;/P&gt;
&lt;P&gt;I have checked the connection directly through brower and connection goes through, so it looks like gradle plugin is not considering the proxy settings.&lt;/P&gt;
&lt;P&gt;Could someone confirm if there are any parameters that need to be configured in the appdynamics plugin or is this is a known issue?&lt;/P&gt;
&lt;P&gt;is there any solution.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2017 14:53:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Appdynamics-Android-gradle-plugin-not-able-to-upload-mapping-txt/m-p/735934#M9622</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2017-10-30T14:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: Appdynamics Android gradle plugin not able to upload mapping.txt through proxy</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Appdynamics-Android-gradle-plugin-not-able-to-upload-mapping-txt/m-p/735935#M9623</link>
      <description>&lt;P&gt;Hello Hari,&lt;/P&gt;

&lt;P&gt;Before we make any suggestions we would like some clarity on the following queries:&lt;/P&gt;
&lt;P&gt;Is that you are only not able to upload this&lt;SPAN&gt;proguard mapping&lt;/SPAN&gt;&amp;nbsp;file if proxy is in use but rest of everything is fine?&lt;/P&gt;
&lt;P&gt;OR EUM at all is not working for you?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also if there is no proxy, are you able to upload this same file successfully?&lt;/P&gt;

&lt;P&gt;Because if that is the case you are hitting a&amp;nbsp;&lt;SPAN&gt;feature deficiency&lt;/SPAN&gt; here&amp;nbsp;and which&amp;nbsp;is already being worked upon by the Eng teams. But for now in order to get this resolved, you have&amp;nbsp;following options to opt from:&lt;/P&gt;

&lt;P&gt;1) You can try uploading the file manually from UI as mentioned here: &lt;A href="https://docs.appdynamics.com/display/PRO43/Manually+Upload+the+ProGuard+Mapping+File" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.appdynamics.com/display/PRO43/Manually+Upload+the+ProGuard+Mapping+File&lt;/A&gt;&lt;/P&gt;


&lt;P&gt;&lt;SPAN&gt;2) Or As a workaround you can use a curl (or similar) command in&amp;nbsp;your CI/CD process. This is documented here -&amp;nbsp;&lt;A href="https://docs.appdynamics.com/display/PRO43/Manually+Upload+the+ProGuard+Mapping+File#ManuallyUploadtheProGuardMappingFile-restAUploadwiththeAPI" rel="noreferrer nofollow noopener" target="_blank"&gt;https://docs.appdynamics.com/display/PRO43/Manually+Upload+the+ProGuard+Mapping+File#ManuallyUploadtheProGuardMappingFile-restAUploadwiththeAPI&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;Note: The rest API does not work with a proxy.&amp;nbsp; But the curl command should:&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;curl -v -H Content-Type:text/plain --upload-file mapping.txt --user Example+account:Example-License-Key-4e8ec2ae6cfe https://api.eum-appdynamics.com/v2/account/Example+account/com.example.networklogger/1/proguard-mapping&amp;nbsp;&lt;/PRE&gt;

&lt;P&gt;Let me know in case you have any questions.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thank You,&lt;/P&gt;
&lt;P&gt;Chitra&lt;/P&gt;</description>
      <pubDate>Wed, 01 Nov 2017 09:25:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Appdynamics-Android-gradle-plugin-not-able-to-upload-mapping-txt/m-p/735935#M9623</guid>
      <dc:creator>Chitra_Lal</dc:creator>
      <dc:date>2017-11-01T09:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: Appdynamics Android gradle plugin not able to upload mapping.txt through proxy</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Appdynamics-Android-gradle-plugin-not-able-to-upload-mapping-txt/m-p/735936#M9624</link>
      <description>&lt;P&gt;Hi Chitra,&lt;/P&gt;

&lt;P&gt;Is there any update on this? We are facing the same issue.&lt;/P&gt;

&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Akhilesh&lt;/P&gt;</description>
      <pubDate>Tue, 14 Aug 2018 10:15:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Appdynamics-Android-gradle-plugin-not-able-to-upload-mapping-txt/m-p/735936#M9624</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2018-08-14T10:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: Appdynamics Android gradle plugin not able to upload mapping.txt through proxy</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Appdynamics-Android-gradle-plugin-not-able-to-upload-mapping-txt/m-p/735937#M9625</link>
      <description>&lt;P&gt;Hi Akhilesh,&lt;/P&gt;

&lt;P&gt;This is a feature&lt;SPAN&gt;&amp;nbsp;deficiency;&amp;nbsp;&lt;/SPAN&gt;the plugin does not consider the proxy definitions in System Properties. Though Eng is actively working on the fix but as of now the only way ahead would be to use&amp;nbsp;the below workaround.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN&gt;You&amp;nbsp;can use a curl (or similar) command in&amp;nbsp;your CI/CD process as documented here to upload the file manually:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.appdynamics.com/display/PRO45/Manually+Upload+the+ProGuard+Mapping+File#ManuallyUploadtheProGuardMappingFile-restAUploadwiththeAPI" target="_self" rel="nofollow noopener noreferrer"&gt;https://docs.appdynamics.com/display/PRO45/Manually+Upload+the+ProGuard+Mapping+File#ManuallyUploadtheProGuardMappingFile-restAUploadwiththeAPI&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN&gt;The rest API does not work with a proxy.&amp;nbsp; But the curl command should:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE&gt;curl -v -H Content-Type:text/plain --upload-file mapping.txt --user Example+account:Example-License-Key-xxxxxxxxxx https://api.eum-appdynamics.com/v2/account/Example+account/com.example.networklogger/1/proguard-mapping&amp;nbsp;&amp;nbsp;&lt;/PRE&gt;



&lt;P&gt;Thank You,&lt;/P&gt;
&lt;P&gt;Chitra&lt;/P&gt;</description>
      <pubDate>Wed, 15 Aug 2018 20:26:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Appdynamics-Android-gradle-plugin-not-able-to-upload-mapping-txt/m-p/735937#M9625</guid>
      <dc:creator>Chitra_Lal</dc:creator>
      <dc:date>2018-08-15T20:26:50Z</dc:date>
    </item>
  </channel>
</rss>

