<?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: SDN Sample Application in Software Defined Networking</title>
    <link>https://community.hpe.com/t5/software-defined-networking/sdn-sample-application/m-p/6491114#M1391</link>
    <description>&lt;P&gt;I used the steps as mentioned above and a document with name "Sample Application Generation and Installation" but still it says the error as "gen-sdn-app: command not found"...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was able install the SDK and later got stuck with this. Please help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ankur@ankur-comp2:~$ cd /media/sf_SDN/1VANcontroller/hp-sdn-sdk-2.0.0/&lt;BR /&gt;ankur@ankur-comp2:/media/sf_SDN/1VANcontroller/hp-sdn-sdk-2.0.0$ gen-sdn-app ~sdn-hm mango DeviceHealth "Device Health Monitor" "Mango Agile Networks" "Application for monitoring health of network devices." health&lt;BR /&gt;gen-sdn-app: command not found&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ankur&lt;/P&gt;</description>
    <pubDate>Wed, 28 May 2014 18:28:52 GMT</pubDate>
    <dc:creator>ankur_aggarwal</dc:creator>
    <dc:date>2014-05-28T18:28:52Z</dc:date>
    <item>
      <title>SDN Sample Application</title>
      <link>https://community.hpe.com/t5/software-defined-networking/sdn-sample-application/m-p/6430538#M1388</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been following the HP VAN SDN Controller Programming Guide to create the sample application "health-monitor". In the guide it says that the complete sample application source code can be found in the HP VAN SDN Controller SDK. I have searched through the hp-sdn-sdk-2.0.0 folder that I recieved from HP and have been unable to find it. Can you point me in the right direction?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Stephanie&lt;/P&gt;</description>
      <pubDate>Mon, 31 Mar 2014 02:57:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/sdn-sample-application/m-p/6430538#M1388</guid>
      <dc:creator>stephshaf</dc:creator>
      <dc:date>2014-03-31T02:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: SDN Sample Application</title>
      <link>https://community.hpe.com/t5/software-defined-networking/sdn-sample-application/m-p/6433588#M1389</link>
      <description>&lt;P&gt;Hello Stephanie,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for posting your query.&lt;/P&gt;&lt;P&gt;You can follow below steps to get the code of sample application health-monitor -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;1. Unzip hp-sdn-sdk-2.0.0.zip&lt;/P&gt;&lt;P&gt;2. Under bin directory you can find installer-sdk script, just run this script without any argument.&lt;/P&gt;&lt;P&gt;3. Then run gen-sdn-app script (which is also under bin directory) without any argument. This will show the sample usage at the bottom of the screen.&lt;/P&gt;&lt;P&gt;4. Run the gen-sdn-app with arguments as mentioned in the sample usage. This will generate the code for the sample application.&lt;/P&gt;&lt;P&gt;You can take help from SDN Programming guide [page 8 - HP Van SDN Controller SDK and page 113 onwards- Application Generator (Automatic Workspace Creation) ].&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let us know if you still face the problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;HP SDN Team&lt;/P&gt;</description>
      <pubDate>Tue, 01 Apr 2014 14:27:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/sdn-sample-application/m-p/6433588#M1389</guid>
      <dc:creator>sdnindia</dc:creator>
      <dc:date>2014-04-01T14:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: SDN Sample Application</title>
      <link>https://community.hpe.com/t5/software-defined-networking/sdn-sample-application/m-p/6442126#M1390</link>
      <description>&lt;P&gt;Hello Stephanie,&lt;BR /&gt;&lt;BR /&gt;Doing a follow up to check if you need any further assistance with respect to the query posted.&lt;BR /&gt;Please do let us know&amp;nbsp; if your problem is solved.&lt;BR /&gt;&lt;BR /&gt;If you have more questions on the same topic please do reply on the same thread or open a new post if new topic.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;HP SDN Team&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Apr 2014 09:49:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/sdn-sample-application/m-p/6442126#M1390</guid>
      <dc:creator>sdnindia</dc:creator>
      <dc:date>2014-04-09T09:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: SDN Sample Application</title>
      <link>https://community.hpe.com/t5/software-defined-networking/sdn-sample-application/m-p/6491114#M1391</link>
      <description>&lt;P&gt;I used the steps as mentioned above and a document with name "Sample Application Generation and Installation" but still it says the error as "gen-sdn-app: command not found"...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was able install the SDK and later got stuck with this. Please help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ankur@ankur-comp2:~$ cd /media/sf_SDN/1VANcontroller/hp-sdn-sdk-2.0.0/&lt;BR /&gt;ankur@ankur-comp2:/media/sf_SDN/1VANcontroller/hp-sdn-sdk-2.0.0$ gen-sdn-app ~sdn-hm mango DeviceHealth "Device Health Monitor" "Mango Agile Networks" "Application for monitoring health of network devices." health&lt;BR /&gt;gen-sdn-app: command not found&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ankur&lt;/P&gt;</description>
      <pubDate>Wed, 28 May 2014 18:28:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/sdn-sample-application/m-p/6491114#M1391</guid>
      <dc:creator>ankur_aggarwal</dc:creator>
      <dc:date>2014-05-28T18:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: SDN Sample Application</title>
      <link>https://community.hpe.com/t5/software-defined-networking/sdn-sample-application/m-p/6491840#M1392</link>
      <description>&lt;P&gt;Hi Ankur,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you mentioned that you were able to install the SDK , so please make sure that &amp;nbsp;you have the gen-sdn-app script in the same directory (i.e. &amp;nbsp;under hp-sdn-sdk-2.0.0/bin)&lt;/P&gt;&lt;P&gt;gen-sdn-app script is in bin directory while you are trying to run this script from hp-sdn-sdk-2.0.0 directory so you get the error “gen-sdn-app: command not found”&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also please check if your PATH variable has &amp;nbsp;dot (.) to search in the current directory.&lt;/P&gt;&lt;P&gt;If PATH variable has dot, you can run as below from the bin directory -&lt;/P&gt;&lt;P&gt;/media/sf_SDN/1VANcontroller/hp-sdn-sdk-2.0.0/bin$ gen-sdn-app&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If PATH variable does not have a dot , you have to run as below-&lt;/P&gt;&lt;P&gt;/media/sf_SDN/1VANcontroller/hp-sdn-sdk-2.0.0/bin$ ./gen-sdn-app&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please&amp;nbsp; let us know if you still face the issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;HP SDN Team&lt;/P&gt;</description>
      <pubDate>Thu, 29 May 2014 08:57:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/sdn-sample-application/m-p/6491840#M1392</guid>
      <dc:creator>sdnindia</dc:creator>
      <dc:date>2014-05-29T08:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: SDN Sample Application</title>
      <link>https://community.hpe.com/t5/software-defined-networking/sdn-sample-application/m-p/6494242#M1393</link>
      <description>&lt;P&gt;&amp;gt;Also please check if your PATH variable has dot (.) to search in the current directory.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The best solution is to make sure PATH has the path to the script/executable:&lt;/P&gt;&lt;P&gt;/media/sf_SDN/1VANcontroller/hp-sdn-sdk-2.0.0/bin&lt;/P&gt;</description>
      <pubDate>Fri, 30 May 2014 22:35:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/sdn-sample-application/m-p/6494242#M1393</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2014-05-30T22:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: SDN Sample Application</title>
      <link>https://community.hpe.com/t5/software-defined-networking/sdn-sample-application/m-p/6497266#M1394</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the response,, i followed the suggesstions and I'm gettign a new error now as "&lt;EM&gt;Error: Could not find or load main class Health&lt;/EM&gt;":-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ankur@ankur-comp2:~$ cd /media/sf_SDN/1VANcontroller/hp-sdn-sdk-2.0.0/ankur@ankur-comp2:/media/sf_SDN/1VANcontroller/hp-sdn-sdk-2.0.0$ cd bin&lt;BR /&gt;ankur@ankur-comp2:/media/sf_SDN/1VANcontroller/hp-sdn-sdk-2.0.0/bin$ ./gen-sdn-app ~/sdn-hm/ mango DeviceHealth "Device Health Monitor" "Mango Agile Networks" "Application for monitoring health of network devices." health&lt;BR /&gt;Creating module /home/ankur/sdn-hm//mango-root...&lt;BR /&gt;Error: Could not find or load main class Health&lt;BR /&gt;Creating module /home/ankur/sdn-hm//mango-model...&lt;BR /&gt;Error: Could not find or load main class Health&lt;BR /&gt;Creating module /home/ankur/sdn-hm//mango-api...&lt;BR /&gt;Error: Could not find or load main class Health&lt;BR /&gt;Creating module /home/ankur/sdn-hm//mango-bl...&lt;BR /&gt;Error: Could not find or load main class Health&lt;BR /&gt;Creating module /home/ankur/sdn-hm//mango-rs...&lt;BR /&gt;Error: Could not find or load main class Health&lt;BR /&gt;Creating module /home/ankur/sdn-hm//mango-ui...&lt;BR /&gt;Error: Could not find or load main class Health&lt;BR /&gt;Creating module /home/ankur/sdn-hm//mango-app...&lt;BR /&gt;Error: Could not find or load main class Health&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Its creating the directories though empty..I'm a bit confused on what is being missed. Please guide.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ankur&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jun 2014 09:37:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/sdn-sample-application/m-p/6497266#M1394</guid>
      <dc:creator>ankur_aggarwal</dc:creator>
      <dc:date>2014-06-03T09:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: SDN Sample Application</title>
      <link>https://community.hpe.com/t5/software-defined-networking/sdn-sample-application/m-p/6501742#M1395</link>
      <description>&lt;P&gt;Hi Ankur,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You are missing one argument (i.e. hm) while running the gen-sdn-app script.&lt;/P&gt;&lt;P&gt;Please include hm as below while running the script -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="mailto:ankur@ankur-comp2:/media/sf_SDN/1VANcontroller/hp-sdn-sdk-2.0.0/bin$"&gt;ankur@ankur-comp2:/media/sf_SDN/1VANcontroller/hp-sdn-sdk-2.0.0/bin$&lt;/A&gt; gen-sdn-app ~/sdn-hm/ hm mango DeviceHealth "Device Health Monitor" "Mango Agile Networks" "Application for monitoring health of network devices." health&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please follow the commands/steps as per the guide/reference docs and you will be able to successfully build the sample app.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please&amp;nbsp; let us know if you still face the issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;HP SDN Team&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jun 2014 08:28:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/sdn-sample-application/m-p/6501742#M1395</guid>
      <dc:creator>sdnindia</dc:creator>
      <dc:date>2014-06-06T08:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: SDN Sample Application</title>
      <link>https://community.hpe.com/t5/software-defined-networking/sdn-sample-application/m-p/6511718#M1396</link>
      <description>&lt;P&gt;Hello Ankur,&lt;BR /&gt;&lt;BR /&gt;Doing a follow up to check if you need any further assistance with respect to the query posted.&lt;BR /&gt;Please do let us know&amp;nbsp; if your problem is solved.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;If you have more questions on the same topic please do reply on the same thread or open a new post if new topic.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;HP SDN Team&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jun 2014 07:41:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/sdn-sample-application/m-p/6511718#M1396</guid>
      <dc:creator>sdnindia</dc:creator>
      <dc:date>2014-06-17T07:41:34Z</dc:date>
    </item>
  </channel>
</rss>

