Questions tagged [opendaylight]

The OpenDaylight Project is a collaborative open source project that aims to accelerate adoption of Software-Defined Networking (SDN) and create a solid foundation for Network Functions Virtualization (NFV) for a more transparent approach that fosters new innovation and reduces risk.

The OpenDaylight Project is a collaborative open source project that aims to accelerate adoption of Software-Defined Networking (SDN) and create a solid foundation for Network Functions Virtualization (NFV) for a more transparent approach that fosters new innovation and reduces risk.

543 questions
315
votes
68 answers

The forked VM terminated without saying properly goodbye. VM crash or System.exit called

Please help me to solve this issue. I do not exactly understand what the error in the log means. [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO]…
astack
  • 3,837
  • 7
  • 22
  • 21
17
votes
8 answers

Maven MojoExecutionException

I am facing this issue , when i am deploying my application using Maven, please suggest some solution. Error log, [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 19.790s [INFO]…
astack
  • 3,837
  • 7
  • 22
  • 21
8
votes
6 answers

Error executing Maven archetype generate command to create a Opendaylight project structure

When I execute this: mvn archetype:generate -DarchetypeGroupId=org.opendaylight.controller -DarchetypeArtifactId=opendaylight-startup-archetype \ -DarchetypeRepository=http://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/…
ychz
  • 533
  • 2
  • 7
  • 15
7
votes
1 answer

How to configure Denial of Service filters in ODL controller

I am new to ODL controller and the embedded jetty. I would like to add the DoSFilter in jetty.xml to throttle the REST requests if there is a request flooding. I tried searching the internet, but has lot of examples for configuring it in web.xml…
Loganathan Mohanraj
  • 1,736
  • 1
  • 13
  • 22
7
votes
0 answers

OpenDaylight integration with OpenStack: Missing table in database

I have the following OpenStack infrastructure: 2 compute nodes 1 controller node This work fine, I can create network, router, vm, etc... Now, I want to add an OpenDaylight controller in the cloud infrastructure using the service NetVirt. I follow…
Nakrule
  • 511
  • 8
  • 24
6
votes
3 answers

What exactly is Software-Defined Networking (SDN)?

I was poring over the docs for Open DayLight, and can't seem to wrap my head around what software-defined networking even is. All the media hype, blogs and articles I can find on SDN are riddled with buzzwords that don't mean anything to me as an…
smeeb
  • 27,777
  • 57
  • 250
  • 447
5
votes
0 answers

ovs tap "internal" vs tuntap tap

I'm building an SDN testbed consists of an OpenvSwitch switch installed on Linux Ubuntu 18.04 and 5 VMs (Linux Ubuntu 16.04 server) running on VirtualBox. The OVS is managed by OpenDaylight Boron. When I use ip tuntap add mode tap tapN to create…
Ahmed Sallam
  • 51
  • 1
  • 5
5
votes
0 answers

No response for RPC requests from opendaylight testtool simulator devices

I was able to simulate netconf devices with opendaylight simulators. During startup, I provided the yang schemas path too. But, when I login to the device through netconf and send any RPC request applicable for the yang schemas, there is no response…
4
votes
5 answers

OpenDayLight DLUX login: Unable to Login

This seems to be a common issue but I haven't found a solution that actually works. I've tried installing both Lithium and Helium on Ubuntu using the Installation Guide from the wiki. Following this guide the only feature that gets installed is…
Alan
  • 49
  • 1
  • 3
4
votes
1 answer

Maven + ODL osgi.wiring.package javax

I am currently working on an application on top of OpenDaylight. I want to use an ObjectDB. But I can not activate my bundle. opendaylight-user@root>bundle:diag ntf-impl (171) -------------- Status: Installed Unsatisfied…
TheBjoern
  • 45
  • 6
4
votes
4 answers

Opendaylight, Mininet and Ubuntu. No ARP, no ping

Summary: I am unable to ping between hosts using Opendaylight and Mininet, and would appreciate some guidance as to what may be the problem. Setup and what I've done so far: I've been stuck on this for two days now and can't seem to find anything…
OldePhart
  • 81
  • 1
  • 5
4
votes
0 answers

JAXB throwing InstantiationException when accessing Opendaylight northbound APIs

I am trying to access the Opendaylight APIs from my sample project and getting javax.xml.bind.UnmarshalException, when I execute the code. I have figured out that, this exception is caused when trying to instantiate an abstract class. But, this is…
vais
  • 133
  • 1
  • 8
3
votes
1 answer

Where to find examples for parsing YANG files using opendaylight

I added the following dependency in my pom.xml org.opendaylight.yangtools yang-parser-impl 2.1.8
3
votes
1 answer

Force maven to use old compiled java class from Yang in OpenDaylight

How i can force maven to recompile OpenDaylight-Openflowplugin project using previous generated Java classes by Yang, rather then generate new java classes with every compilation? I'm trying to edit the java classes generated by Yang but every time…
Kevin Costa
  • 87
  • 10
3
votes
1 answer

OpenDaylight Oxygen Deploy app built from opendaylight-startup-archetype

OpenDaylight Oxygen Maven 3.3.9 Ubuntu 16.04 karaf 4 ~/.m2/settings.xml - cp -n ~/.m2/settings.xml{,.orig} ; wget -q -O - https://raw.githubusercontent.com/opendaylight/odlparent/master/settings.xml > ~/.m2/settings.xml Process used to create…
Bobs Burgers
  • 761
  • 1
  • 5
  • 26
1
2 3
36 37