<?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: Newbie question: simple application in Software Defined Networking</title>
    <link>https://community.hpe.com/t5/software-defined-networking/newbie-question-simple-application/m-p/6369119#M1281</link>
    <description>&lt;P&gt;Hi vandewilly,&lt;BR /&gt;thank you very much for your fast response. I'll try it.&lt;BR /&gt;I supose that the output for the logger is /var/log/sdn/virgo/logs/log.log, isn't it?&lt;BR /&gt;Thank you&lt;/P&gt;</description>
    <pubDate>Sun, 09 Feb 2014 02:31:35 GMT</pubDate>
    <dc:creator>dgonzalezmas</dc:creator>
    <dc:date>2014-02-09T02:31:35Z</dc:date>
    <item>
      <title>Newbie question: simple application</title>
      <link>https://community.hpe.com/t5/software-defined-networking/newbie-question-simple-application/m-p/6368951#M1277</link>
      <description>Hello Everybody, I started evaluating the hp sdn van controller. Despite I read the SDN Controller Programming Guide I have found the programming model quite hard (due to my programming limitations). So, what I want to do, just for test, is to develop a module that gets all the switches and hosts in a net and write their mac in a logfile or in an output.&lt;BR /&gt;Could anybody help me or post an example?&lt;BR /&gt;Thanks very much in advance&lt;BR /&gt;&amp;amp;nbsp;&lt;BR /&gt;David</description>
      <pubDate>Sat, 08 Feb 2014 17:51:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/newbie-question-simple-application/m-p/6368951#M1277</guid>
      <dc:creator>dgonzalezmas</dc:creator>
      <dc:date>2014-02-08T17:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie question: simple application</title>
      <link>https://community.hpe.com/t5/software-defined-networking/newbie-question-simple-application/m-p/6369011#M1278</link>
      <description>&lt;P&gt;Hi dgonzalezmas,&lt;BR /&gt;&lt;BR /&gt;I created a simple sample application to illustrate how to handle a packet in and log the dpid from each switch in the network. You can take a look in the MyListener class inside the sample-bl project. I hope this has helped you. Feel free to ask anything that you want about this code.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Sat, 08 Feb 2014 22:46:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/newbie-question-simple-application/m-p/6369011#M1278</guid>
      <dc:creator>vandewilly</dc:creator>
      <dc:date>2014-02-08T22:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie question: simple application</title>
      <link>https://community.hpe.com/t5/software-defined-networking/newbie-question-simple-application/m-p/6369027#M1279</link>
      <description>&lt;P&gt;Hi vandewilly,&lt;/P&gt;&lt;P&gt;I appreciate very much your help.&lt;/P&gt;&lt;P&gt;Building the application I got the following error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[ERROR] Failed to execute goal on project sample-app: Could not resolve dependencies for project com.hp.sample:sample-app:pom:1.0.0-SNAPSHOT: The following artifacts could not be resolved: com.hp.sample:sample-model:jar:1.0.0-SNAPSHOT, com.hp.sample:sample-api:jar:1.0.0-SNAPSHOT: Could not find artifact com.hp.sample:sample-model:jar:1.0.0-SNAPSHOT -&amp;gt; [Help 1]&lt;/P&gt;&lt;P&gt;org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project sample-app: Could not resolve dependencies for project com.hp.sample:sample-app:pom:1.0.0-SNAPSHOT: The following artifacts could not be resolved: com.hp.sample:sample-model:jar:1.0.0-SNAPSHOT, com.hp.sample:sample-api:jar:1.0.0-SNAPSHOT: Could not find artifact com.hp.sample:sample-model:jar:1.0.0-SNAPSHOT&lt;/P&gt;&lt;P&gt;at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:210)&lt;/P&gt;&lt;P&gt;at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies(LifecycleDependencyResolver.java:117)&lt;/P&gt;&lt;P&gt;at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved(MojoExecutor.java:258)&lt;/P&gt;&lt;P&gt;at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:201)&lt;/P&gt;&lt;P&gt;at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)&lt;/P&gt;&lt;P&gt;at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)&lt;/P&gt;&lt;P&gt;at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)&lt;/P&gt;&lt;P&gt;at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)&lt;/P&gt;&lt;P&gt;at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)&lt;/P&gt;&lt;P&gt;at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)&lt;/P&gt;&lt;P&gt;at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)&lt;/P&gt;&lt;P&gt;at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)&lt;/P&gt;&lt;P&gt;at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)&lt;/P&gt;&lt;P&gt;at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)&lt;/P&gt;&lt;P&gt;at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)&lt;/P&gt;&lt;P&gt;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;/P&gt;&lt;P&gt;at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)&lt;/P&gt;&lt;P&gt;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;/P&gt;&lt;P&gt;at java.lang.reflect.Method.invoke(Method.java:606)&lt;/P&gt;&lt;P&gt;at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)&lt;/P&gt;&lt;P&gt;at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)&lt;/P&gt;&lt;P&gt;at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)&lt;/P&gt;&lt;P&gt;at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)&lt;/P&gt;&lt;P&gt;Caused by: org.apache.maven.project.DependencyResolutionException: Could not resolve dependencies for project com.hp.sample:sample-app:pom:1.0.0-SNAPSHOT: The following artifacts could not be resolved: com.hp.sample:sample-model:jar:1.0.0-SNAPSHOT, com.hp.sample:sample-api:jar:1.0.0-SNAPSHOT: Could not find artifact com.hp.sample:sample-model:jar:1.0.0-SNAPSHOT&lt;/P&gt;&lt;P&gt;at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:189)&lt;/P&gt;&lt;P&gt;at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:185)&lt;/P&gt;&lt;P&gt;... 22 more&lt;/P&gt;&lt;P&gt;Caused by: org.sonatype.aether.resolution.DependencyResolutionException: The following artifacts could not be resolved: com.hp.sample:sample-model:jar:1.0.0-SNAPSHOT, com.hp.sample:sample-api:jar:1.0.0-SNAPSHOT: Could not find artifact com.hp.sample:sample-model:jar:1.0.0-SNAPSHOT&lt;/P&gt;&lt;P&gt;at org.sonatype.aether.impl.internal.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:375)&lt;/P&gt;&lt;P&gt;at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:183)&lt;/P&gt;&lt;P&gt;... 23 more&lt;/P&gt;&lt;P&gt;Caused by: org.sonatype.aether.resolution.ArtifactResolutionException: The following artifacts could not be resolved: com.hp.sample:sample-model:jar:1.0.0-SNAPSHOT, com.hp.sample:sample-api:jar:1.0.0-SNAPSHOT: Could not find artifact com.hp.sample:sample-model:jar:1.0.0-SNAPSHOT&lt;/P&gt;&lt;P&gt;at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:538)&lt;/P&gt;&lt;P&gt;at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:216)&lt;/P&gt;&lt;P&gt;at org.sonatype.aether.impl.internal.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:358)&lt;/P&gt;&lt;P&gt;... 24 more&lt;/P&gt;&lt;P&gt;Caused by: org.sonatype.aether.transfer.ArtifactNotFoundException: Could not find artifact com.hp.sample:sample-model:jar:1.0.0-SNAPSHOT&lt;/P&gt;&lt;P&gt;at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:528)&lt;/P&gt;&lt;P&gt;... 26 more&lt;/P&gt;&lt;P&gt;[ERROR]&lt;/P&gt;&lt;P&gt;[ERROR]&lt;/P&gt;&lt;P&gt;[ERROR] For more information about the errors and possible solutions, please read the following articles:&lt;/P&gt;&lt;P&gt;[ERROR] [Help 1] &lt;A target="_blank" href="http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException"&gt;http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException&lt;/A&gt;&lt;/P&gt;&lt;P&gt;[ERROR]&lt;/P&gt;&lt;P&gt;[ERROR] After correcting the problems, you can resume the build with the command&lt;/P&gt;&lt;P&gt;[ERROR] mvn &amp;lt;goals&amp;gt; -rf :sample-app&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I guess that I need to resolve some dependencies, but what dependencies?&lt;/P&gt;&lt;P&gt;Since I am newbie in this way of develop applications I am quite lost.&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Sat, 08 Feb 2014 23:32:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/newbie-question-simple-application/m-p/6369027#M1279</guid>
      <dc:creator>dgonzalezmas</dc:creator>
      <dc:date>2014-02-08T23:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie question: simple application</title>
      <link>https://community.hpe.com/t5/software-defined-networking/newbie-question-simple-application/m-p/6369031#M1280</link>
      <description>&lt;P&gt;Sorry,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I forgot to remove some dependencies in the pom.xml of sample-app project. This new attachment is ok.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 08 Feb 2014 23:49:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/newbie-question-simple-application/m-p/6369031#M1280</guid>
      <dc:creator>vandewilly</dc:creator>
      <dc:date>2014-02-08T23:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie question: simple application</title>
      <link>https://community.hpe.com/t5/software-defined-networking/newbie-question-simple-application/m-p/6369119#M1281</link>
      <description>&lt;P&gt;Hi vandewilly,&lt;BR /&gt;thank you very much for your fast response. I'll try it.&lt;BR /&gt;I supose that the output for the logger is /var/log/sdn/virgo/logs/log.log, isn't it?&lt;BR /&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Sun, 09 Feb 2014 02:31:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/newbie-question-simple-application/m-p/6369119#M1281</guid>
      <dc:creator>dgonzalezmas</dc:creator>
      <dc:date>2014-02-09T02:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie question: simple application</title>
      <link>https://community.hpe.com/t5/software-defined-networking/newbie-question-simple-application/m-p/6369383#M1282</link>
      <description>&lt;P&gt;dgonzalezmas,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can find the log in the following path: /opt/sdn/virgo/serviceability/logs/log.log&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Feb 2014 13:16:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/newbie-question-simple-application/m-p/6369383#M1282</guid>
      <dc:creator>vandewilly</dc:creator>
      <dc:date>2014-02-09T13:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie question: simple application</title>
      <link>https://community.hpe.com/t5/software-defined-networking/newbie-question-simple-application/m-p/6369459#M1283</link>
      <description>&lt;P&gt;Thank you very much,&lt;BR /&gt;this example allowed me to understand a bit more the development model. Sinde I'm newbie in OSGi the example application in the Programming Guide, for me, its quite hard for the first application ;)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2014 09:39:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/newbie-question-simple-application/m-p/6369459#M1283</guid>
      <dc:creator>dgonzalezmas</dc:creator>
      <dc:date>2014-02-10T09:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie question: simple application</title>
      <link>https://community.hpe.com/t5/software-defined-networking/newbie-question-simple-application/m-p/6402597#M1284</link>
      <description>&lt;P&gt;Hello Dgonzalezmas,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Doing a quick follow up to check if you need any further assistance in your application development. Do let us know if we can be of your assistance in anyway.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please do reply if the query is related to the same topic or open a new thread if its new topic.&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, 06 Mar 2014 18:18:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/newbie-question-simple-application/m-p/6402597#M1284</guid>
      <dc:creator>sdnindia</dc:creator>
      <dc:date>2014-03-06T18:18:38Z</dc:date>
    </item>
  </channel>
</rss>

