<?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: Problem building OneAgent plugin in Extensions</title>
    <link>https://community.dynatrace.com/t5/Extensions/Problem-building-OneAgent-plugin/m-p/98499#M349</link>
    <description>&lt;P&gt;This is the first time I use the build_plugin command on this machine. &lt;/P&gt;&lt;P&gt;I'll let you know the results of my tests when I'll get the 155 (is it already out ?).&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;JP&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 19 Oct 2018 14:37:18 GMT</pubDate>
    <dc:creator>Jean-Pierre_Rio</dc:creator>
    <dc:date>2018-10-19T14:37:18Z</dc:date>
    <item>
      <title>Problem building OneAgent plugin</title>
      <link>https://community.dynatrace.com/t5/Extensions/Problem-building-OneAgent-plugin/m-p/98497#M347</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I'm trying to write a OneAgent plugin. What I've done:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;installed python 3.5&lt;/LI&gt;
&lt;LI&gt;pip 9.0.3&lt;/LI&gt;
&lt;LI&gt;unzip /usr/local/data/agents/1.151.314.20180920-141612/agent/plugin-sdk/plugin-sdk-1.151.314.20180920-141612.zip&lt;/LI&gt;
&lt;LI&gt;installed sdk : pip install oneagent_sdk-1.151.314.20180920.141612-py3-none-any.whl&lt;/LI&gt;
&lt;LI&gt;tried to build the plugin (as root)&lt;BR /&gt;&lt;BR /&gt;
&lt;UL&gt;
&lt;LI&gt;cd examples/demo_oneagent_plugin&lt;/LI&gt;
&lt;LI&gt;/opt/rh/rh-python35/root/usr/bin/oneagent_build_plugin --no_upload&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;The result :&lt;/P&gt;
&lt;PRE&gt;/opt/rh/rh-python35/root/usr/bin/oneagent_build_plugin --no_upload&lt;BR /&gt;Arguments=Namespace(no_cert_ver=False, no_restart=False, no_upload=True, source_dir='/tmp/plugin-sdk/examples/demo_oneagent_plugin', target_dir=None, verbose=False)&lt;BR /&gt;Starting oneagent_build_plugin&lt;BR /&gt;Checking plugin metadata: /tmp/plugin-sdk/examples/demo_oneagent_plugin/plugin.json&lt;BR /&gt;Validating plugin.json against schema&lt;BR /&gt;Plugin data: Plugin name=custom.python.demo_plugin, version=1.2&lt;BR /&gt;Cleaning up previous build information&lt;BR /&gt;running bdist_wheel&lt;BR /&gt;running build&lt;BR /&gt;running build_py&lt;BR /&gt;creating build&lt;BR /&gt;creating build/lib&lt;BR /&gt;copying /tmp/plugin-sdk/examples/demo_oneagent_plugin/demo_plugin.py -&amp;gt; build/lib&lt;BR /&gt;installing to build/bdist.linux-x86_64/wheel&lt;BR /&gt;running install&lt;BR /&gt;running install_lib&lt;BR /&gt;creating build/bdist.linux-x86_64&lt;BR /&gt;creating build/bdist.linux-x86_64/wheel&lt;BR /&gt;copying build/lib/demo_plugin.py -&amp;gt; build/bdist.linux-x86_64/wheel&lt;BR /&gt;running install_egg_info&lt;BR /&gt;running egg_info&lt;BR /&gt;creating /tmp/plugin-sdk/examples/demo_oneagent_plugin/demo_plugin.egg-info&lt;BR /&gt;writing /tmp/plugin-sdk/examples/demo_oneagent_plugin/demo_plugin.egg-info/PKG-INFO&lt;BR /&gt;writing top-level names to /tmp/plugin-sdk/examples/demo_oneagent_plugin/demo_plugin.egg-info/top_level.txt&lt;BR /&gt;writing dependency_links to /tmp/plugin-sdk/examples/demo_oneagent_plugin/demo_plugin.egg-info/dependency_links.txt&lt;BR /&gt;writing requirements to /tmp/plugin-sdk/examples/demo_oneagent_plugin/demo_plugin.egg-info/requires.txt&lt;BR /&gt;writing manifest file '/tmp/plugin-sdk/examples/demo_oneagent_plugin/demo_plugin.egg-info/SOURCES.txt'&lt;BR /&gt;reading manifest file '/tmp/plugin-sdk/examples/demo_oneagent_plugin/demo_plugin.egg-info/SOURCES.txt'&lt;BR /&gt;writing manifest file '/tmp/plugin-sdk/examples/demo_oneagent_plugin/demo_plugin.egg-info/SOURCES.txt'&lt;BR /&gt;Copying /tmp/plugin-sdk/examples/demo_oneagent_plugin/demo_plugin.egg-info to build/bdist.linux-x86_64/wheel/demo_plugin-1.2-py3.5.egg-info&lt;BR /&gt;running install_scripts&lt;BR /&gt;creating build/bdist.linux-x86_64/wheel/demo_plugin-1.2.dist-info/WHEEL&lt;BR /&gt;creating 'dist/demo_plugin-1.2-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it&lt;BR /&gt;adding 'demo_plugin.py'&lt;BR /&gt;adding 'demo_plugin-1.2.dist-info/METADATA'&lt;BR /&gt;adding 'demo_plugin-1.2.dist-info/WHEEL'&lt;BR /&gt;adding 'demo_plugin-1.2.dist-info/top_level.txt'&lt;BR /&gt;adding 'demo_plugin-1.2.dist-info/RECORD'&lt;BR /&gt;removing build/bdist.linux-x86_64/wheel&lt;BR /&gt;Leaving directory /tmp/tmpereehe53&lt;BR /&gt;Created distribution of the plugin: [('bdist_wheel', '3.5', 'dist/demo_plugin-1.2-py3-none-any.whl')]&lt;BR /&gt;Installing plugin to temporary location&lt;BR /&gt;Requirement 'dist/demo_plugin-1.2-py3-none-any.whl' looks like a filename, but the file does not exist&lt;BR /&gt;Processing ./dist/demo_plugin-1.2-py3-none-any.whl&lt;BR /&gt;Exception:&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;  File "/opt/rh/rh-python35/root/usr/lib/python3.5/site-packages/pip/basecommand.py", line 215, in main&lt;BR /&gt;    status = self.run(options, args)&lt;BR /&gt;  File "/opt/rh/rh-python35/root/usr/lib/python3.5/site-packages/pip/commands/install.py", line 335, in run&lt;BR /&gt;    wb.build(autobuilding=True)&lt;BR /&gt;  File "/opt/rh/rh-python35/root/usr/lib/python3.5/site-packages/pip/wheel.py", line 749, in build&lt;BR /&gt;    self.requirement_set.prepare_files(self.finder)&lt;BR /&gt;  File "/opt/rh/rh-python35/root/usr/lib/python3.5/site-packages/pip/req/req_set.py", line 380, in prepare_files&lt;BR /&gt;    ignore_dependencies=self.ignore_dependencies))&lt;BR /&gt;  File "/opt/rh/rh-python35/root/usr/lib/python3.5/site-packages/pip/req/req_set.py", line 620, in _prepare_file&lt;BR /&gt;    session=self.session, hashes=hashes)&lt;BR /&gt;  File "/opt/rh/rh-python35/root/usr/lib/python3.5/site-packages/pip/download.py", line 809, in unpack_url&lt;BR /&gt;    unpack_file_url(link, location, download_dir, hashes=hashes)&lt;BR /&gt;  File "/opt/rh/rh-python35/root/usr/lib/python3.5/site-packages/pip/download.py", line 715, in unpack_file_url&lt;BR /&gt;    unpack_file(from_path, location, content_type, link)&lt;BR /&gt;  File "/opt/rh/rh-python35/root/usr/lib/python3.5/site-packages/pip/utils/__init__.py", line 599, in unpack_file&lt;BR /&gt;    flatten=not filename.endswith('.whl')&lt;BR /&gt;  File "/opt/rh/rh-python35/root/usr/lib/python3.5/site-packages/pip/utils/__init__.py", line 482, in unzip_file&lt;BR /&gt;    zipfp = open(filename, 'rb')&lt;BR /&gt;FileNotFoundError: [Errno 2] No such file or directory: '/tmp/plugin-sdk/examples/demo_oneagent_plugin/dist/demo_plugin-1.2-py3-none-any.whl'&lt;BR /&gt;You are using pip version 9.0.3, however version 18.1 is available.&lt;BR /&gt;You should consider upgrading via the 'pip install --upgrade pip' command.&lt;BR /&gt;Error occured: Failed to install the plugin into temporary location&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;
&lt;P&gt;Have I done something wrong?&lt;/P&gt;
&lt;P&gt;JP&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2023 05:41:03 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Problem-building-OneAgent-plugin/m-p/98497#M347</guid>
      <dc:creator>Jean-Pierre_Rio</dc:creator>
      <dc:date>2023-05-19T05:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem building OneAgent plugin</title>
      <link>https://community.dynatrace.com/t5/Extensions/Problem-building-OneAgent-plugin/m-p/98498#M348</link>
      <description>&lt;P&gt;The issue is known and has already beeen adressed since 155. Additional question - did you use build_plugin command on this particular machine before? Did it work as expected?&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Oct 2018 14:22:36 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Problem-building-OneAgent-plugin/m-p/98498#M348</guid>
      <dc:creator>radek_j</dc:creator>
      <dc:date>2018-10-19T14:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem building OneAgent plugin</title>
      <link>https://community.dynatrace.com/t5/Extensions/Problem-building-OneAgent-plugin/m-p/98499#M349</link>
      <description>&lt;P&gt;This is the first time I use the build_plugin command on this machine. &lt;/P&gt;&lt;P&gt;I'll let you know the results of my tests when I'll get the 155 (is it already out ?).&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;JP&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Oct 2018 14:37:18 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Problem-building-OneAgent-plugin/m-p/98499#M349</guid>
      <dc:creator>Jean-Pierre_Rio</dc:creator>
      <dc:date>2018-10-19T14:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problem building OneAgent plugin</title>
      <link>https://community.dynatrace.com/t5/Extensions/Problem-building-OneAgent-plugin/m-p/98500#M350</link>
      <description>&lt;P&gt;Not at the moment. It's should be available at the beginning of the November.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Oct 2018 14:24:58 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Problem-building-OneAgent-plugin/m-p/98500#M350</guid>
      <dc:creator>radek_j</dc:creator>
      <dc:date>2018-10-22T14:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem building OneAgent plugin</title>
      <link>https://community.dynatrace.com/t5/Extensions/Problem-building-OneAgent-plugin/m-p/98501#M351</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://answers.dynatrace.com/users/17377/view.html" nodeid="17377"&gt;@Radoslaw J.&lt;/A&gt;, is there yet a date in November to this 155 version?&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Oct 2018 15:24:05 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Problem-building-OneAgent-plugin/m-p/98501#M351</guid>
      <dc:creator>rene_abdon1</dc:creator>
      <dc:date>2018-10-26T15:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem building OneAgent plugin</title>
      <link>https://community.dynatrace.com/t5/Extensions/Problem-building-OneAgent-plugin/m-p/98502#M352</link>
      <description>&lt;P&gt;about 6th of November&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 31 Oct 2018 11:03:57 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Problem-building-OneAgent-plugin/m-p/98502#M352</guid>
      <dc:creator>radek_j</dc:creator>
      <dc:date>2018-10-31T11:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem building OneAgent plugin</title>
      <link>https://community.dynatrace.com/t5/Extensions/Problem-building-OneAgent-plugin/m-p/98503#M353</link>
      <description>&lt;P&gt;Hi, &lt;A href="https://answers.dynatrace.com/spaces/482/dynatrace-open-qa/questions/211117/problem-building-oneagent-plugin.html#"&gt;@Radoslaw S.&lt;/A&gt; I hope you are fine. Was the 155 released? I facing the same FileNotFoundIssue after pip downgrade to 9.0.3&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pablo Silva&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Nov 2018 18:51:42 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Problem-building-OneAgent-plugin/m-p/98503#M353</guid>
      <dc:creator>pablo_silva01</dc:creator>
      <dc:date>2018-11-29T18:51:42Z</dc:date>
    </item>
  </channel>
</rss>

