Skip to content

Instantly share code, notes, and snippets.

@vpickard
Created August 22, 2016 13:46
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save vpickard/3073a0934fe685e7746a3d44514b44db to your computer and use it in GitHub Desktop.
Netvirt IT init error
-------------------------------------------------------
T E S T S
-------------------------------------------------------
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/tmp/r/org/apache/karaf/org.apache.karaf.client/3.0.7/org.apache.karaf.client-3.0.7.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/tmp/r/org/ops4j/pax/logging/pax-logging-api/1.8.4/pax-logging-api-1.8.4.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.SimpleLoggerFactory]
Running org.opendaylight.netvirt.it.NetvirtIT
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.073 sec <<< FAILURE! - in org.opendaylight.netvirt.it.NetvirtIT
initializationError(org.opendaylight.netvirt.it.NetvirtIT) Time elapsed: 0.048 sec <<< ERROR!
org.ops4j.pax.exam.TestContainerException: java.lang.reflect.InvocationTargetException
at org.opendaylight.netvirt.it.NetvirtIT.getOtherOptions(NetvirtIT.java:121)
at org.opendaylight.netvirt.it.NetvirtIT.config(NetvirtIT.java:105)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment