<?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: Install SDK 2.3.5 on Virtualbox VM with proxy in Software Defined Networking</title>
    <link>https://community.hpe.com/t5/software-defined-networking/install-sdk-2-3-5-on-virtualbox-vm-with-proxy/m-p/6661158#M557</link>
    <description>&lt;P&gt;Hi Dave&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Two items&lt;/P&gt;&lt;P&gt;1. You are using Java 1.6 and should use 1.7&lt;/P&gt;&lt;P&gt;2. Here is my settings.xml and I know it works you should be able to adept it;)&lt;/P&gt;&lt;P&gt;&amp;lt;settings&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;proxies&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;proxy&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;active&amp;gt;true&amp;lt;/active&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;protocol&amp;gt;http&amp;lt;/protocol&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;host&amp;gt;web-proxy.company.com&amp;lt;/host&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;port&amp;gt;8888&amp;lt;/port&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/proxy&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;/proxies&amp;gt;&lt;BR /&gt;&amp;lt;/settings&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On a side note your wait might for the duration fix might be over in the near future.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Gerhard&lt;/P&gt;&lt;P&gt;HP SDN Team&lt;/P&gt;</description>
    <pubDate>Fri, 31 Oct 2014 16:40:15 GMT</pubDate>
    <dc:creator>Gerhard Roets</dc:creator>
    <dc:date>2014-10-31T16:40:15Z</dc:date>
    <item>
      <title>Install SDK 2.3.5 on Virtualbox VM with proxy</title>
      <link>https://community.hpe.com/t5/software-defined-networking/install-sdk-2-3-5-on-virtualbox-vm-with-proxy/m-p/6661144#M556</link>
      <description>&lt;P&gt;I'm trying to build a dev enviroment in a Virtualbox VM, using Ubuntu 12.04&lt;/P&gt;&lt;P&gt;$ lsb_release -a&lt;BR /&gt;No LSB modules are available.&lt;BR /&gt;Distributor ID:&amp;nbsp;&amp;nbsp; &amp;nbsp;Ubuntu&lt;BR /&gt;Description:&amp;nbsp;&amp;nbsp; &amp;nbsp;Ubuntu 12.04.4 LTS&lt;BR /&gt;Release:&amp;nbsp;&amp;nbsp; &amp;nbsp;12.04&lt;BR /&gt;Codename:&amp;nbsp;&amp;nbsp; &amp;nbsp;precise&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've installed the HP VAN 2.3.5 controller, JDK 1.6 and maven 3.0.4&lt;/P&gt;&lt;P&gt;$ lsb_release -a&lt;BR /&gt;No LSB modules are available.&lt;BR /&gt;Distributor ID:&amp;nbsp;&amp;nbsp; &amp;nbsp;Ubuntu&lt;BR /&gt;Description:&amp;nbsp;&amp;nbsp; &amp;nbsp;Ubuntu 12.04.4 LTS&lt;BR /&gt;Release:&amp;nbsp;&amp;nbsp; &amp;nbsp;12.04&lt;BR /&gt;Codename:&amp;nbsp;&amp;nbsp; &amp;nbsp;precise&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Based on a number of on-line tutorilas, I have set my proxy info in settings, and in /etc/apt/apt.conf.d/80proxy.&lt;BR /&gt;&lt;BR /&gt;$ sudo pico /etc/apt/apt.conf.d/80proxy&lt;BR /&gt;Acquire::http::proxy "&lt;A target="_blank" href="http://myproxy.xxx.co.uk:8080/&amp;quot;;"&gt;http://myproxy.xxx.co.uk:8080/";&lt;/A&gt;&lt;BR /&gt;Acquire::ftp::proxy "ftp:// &lt;A target="_blank" href="http://myproxy.xxx.co.uk:8080/&amp;quot;;"&gt;http://myproxy.xxx.co.uk:8080/";&lt;/A&gt;&lt;BR /&gt;Acquire::https::proxy "https://&lt;A target="_blank" href="http://myproxy.xxx.co.uk:8080/&amp;quot;;"&gt;http://myproxy.xxx.co.uk:8080/";&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also copied the setting.xml to ~.m2/ and edited the proxy settings&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;proxy&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;id&amp;gt;optional&amp;lt;/id&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;active&amp;gt;true&amp;lt;/active&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;protocol&amp;gt;http&amp;lt;/protocol&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;username&amp;gt;proxyuser&amp;lt;/username&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;password&amp;gt;proxypass&amp;lt;/password&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;host&amp;gt;&lt;A target="_blank" href="https://community.hpe.com/"&gt;http://myproxy.xxx.co.uk&amp;lt;/host&amp;gt;&lt;/A&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;port&amp;gt;8080&amp;lt;/port&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;nonProxyHosts&amp;gt;local.net|some.host.com&amp;lt;/nonProxyHosts&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/proxy&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also&lt;/P&gt;&lt;P&gt;$ chown -R username.username /home/username/.m2/&lt;BR /&gt;$ chmod -R 0777 /home/username/.m2/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However when I run the install-sdk command from the HP SDK folder it times out.&lt;/P&gt;&lt;P&gt;~/hp-sdn-sdk-2.3.5$ bin/install-sdk&lt;BR /&gt;[INFO] Scanning for projects...&lt;BR /&gt;Downloading: &lt;A target="_blank" href="http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.3/maven-clean-plugin-2.3.pom"&gt;http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.3/maven-clean-plugin-2.3.pom&lt;/A&gt;&lt;BR /&gt;31-Oct-2014 11:43:00 org.apache.commons.httpclient.HttpMethodDirector executeWithRetry&lt;BR /&gt;INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection timed out&lt;BR /&gt;31-Oct-2014 11:43:00 org.apache.commons.httpclient.HttpMethodDirector executeWithRetry&lt;BR /&gt;INFO: Retrying request&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$ mvn -X&lt;BR /&gt;Apache Maven 3.0.4&lt;BR /&gt;Maven home: /usr/share/maven&lt;BR /&gt;Java version: 1.6.0_30, vendor: Sun Microsystems Inc.&lt;BR /&gt;Java home: /usr/lib/jvm/java-6-openjdk-amd64/jre&lt;BR /&gt;Default locale: en_GB, platform encoding: UTF-8&lt;BR /&gt;OS name: "linux", version: "3.11.0-18-generic", arch: "amd64", family: "unix"&lt;BR /&gt;[INFO] Error stacktraces are turned on.&lt;BR /&gt;[DEBUG] Reading global settings from /usr/share/maven/conf/settings.xml&lt;BR /&gt;[DEBUG] Reading user settings from /home/username/.m2/settings.xml&lt;BR /&gt;[DEBUG] Using local repository at /home/username/.m2/repository&lt;BR /&gt;[DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10 for /home/username/.m2/repository&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also setup socksify using dante-client, this made no difference.&lt;/P&gt;&lt;P&gt;~/hp-sdn-sdk-2.3.5$ socksify bin/install-sdk&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I use wget, e.g.&lt;/P&gt;&lt;P&gt;$ wget &lt;A target="_blank" href="http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.3/maven-install-plugin-2.3.pom"&gt;http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.3/maven-install-plugin-2.3.pom&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The proxy is resolved and downloads the .pom file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone know the fix for this problem?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance. Dave.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Oct 2014 15:56:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/install-sdk-2-3-5-on-virtualbox-vm-with-proxy/m-p/6661144#M556</guid>
      <dc:creator>Dave-B</dc:creator>
      <dc:date>2014-10-31T15:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: Install SDK 2.3.5 on Virtualbox VM with proxy</title>
      <link>https://community.hpe.com/t5/software-defined-networking/install-sdk-2-3-5-on-virtualbox-vm-with-proxy/m-p/6661158#M557</link>
      <description>&lt;P&gt;Hi Dave&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Two items&lt;/P&gt;&lt;P&gt;1. You are using Java 1.6 and should use 1.7&lt;/P&gt;&lt;P&gt;2. Here is my settings.xml and I know it works you should be able to adept it;)&lt;/P&gt;&lt;P&gt;&amp;lt;settings&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;proxies&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;proxy&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;active&amp;gt;true&amp;lt;/active&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;protocol&amp;gt;http&amp;lt;/protocol&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;host&amp;gt;web-proxy.company.com&amp;lt;/host&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;port&amp;gt;8888&amp;lt;/port&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/proxy&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;/proxies&amp;gt;&lt;BR /&gt;&amp;lt;/settings&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On a side note your wait might for the duration fix might be over in the near future.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Gerhard&lt;/P&gt;&lt;P&gt;HP SDN Team&lt;/P&gt;</description>
      <pubDate>Fri, 31 Oct 2014 16:40:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/install-sdk-2-3-5-on-virtualbox-vm-with-proxy/m-p/6661158#M557</guid>
      <dc:creator>Gerhard Roets</dc:creator>
      <dc:date>2014-10-31T16:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: Install SDK 2.3.5 on Virtualbox VM with proxy</title>
      <link>https://community.hpe.com/t5/software-defined-networking/install-sdk-2-3-5-on-virtualbox-vm-with-proxy/m-p/6663142#M558</link>
      <description>&lt;P&gt;Gerhard,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thansk for the reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem was extreme stupidity on my part.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had edited the proxy host name in .m2/settings.xml, but I had not uncommented the sectionat the start and end of the proxy settings.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="https://developer.atlassian.com/display/DOCS/Explore+the+Installed+SDK+and+the+atlas+Commands"&gt;https://developer.atlassian.com/display/DOCS/Explore+the+Installed+SDK+and+the+atlas+Commands&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My only excuse is that I don't use xml very often.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dave.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Nov 2014 16:28:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/install-sdk-2-3-5-on-virtualbox-vm-with-proxy/m-p/6663142#M558</guid>
      <dc:creator>Dave-B</dc:creator>
      <dc:date>2014-11-03T16:28:24Z</dc:date>
    </item>
  </channel>
</rss>

