Added known issues to getting started guide - installation 72/41272/2
authorMartin Sunal <msunal@cisco.com>
Mon, 4 Jul 2016 12:48:54 +0000 (14:48 +0200)
committerColin Dixon <colin@colindixon.com>
Tue, 5 Jul 2016 17:11:42 +0000 (13:11 -0400)
Issue about running karaf on win10 described + workaround

Change-Id: Iaf35561f64bb20009065b169b3e84524fceac1a4
Signed-off-by: Martin Sunal <msunal@cisco.com>
docs/getting-started-guide/installing_opendaylight.rst

index dbf99c64a93a0ff739964797bdb6821d1fad4f1d..f45b47348d12e33fdd7f007c6e8de0bd7af6b66d 100644 (file)
@@ -112,6 +112,28 @@ To list the installed Karaf features, run the following command::
 Features to implement networking functionality provide release notes, which
 you can find in the :ref:`proj_rel_notes` section.
 
+Karaf running on Windows 10
+^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Windows 10 cannot be identify by Karaf (equinox).
+Issue occurs during installation of karaf features e.g.::
+
+   opendaylight-user@root>feature:install odl-restconf
+   Error executing command: Can't install feature odl-restconf/0.0.0:
+   Could not start bundle mvn:org.fusesource.leveldbjni/leveldbjni-all/1.8-odl in feature(s) odl-akka-leveldb-0.7: The bundle "org.fusesource.leveldbjni.leveldbjni-all_1.8.0 [300]" could not be resolved. Reason: No match found for native code: META-INF/native/windows32/leveldbjni.dll; processor=x86; osname=Win32, META-INF/native/windows64/leveldbjni.dll; processor=x86-64; osname=Win32, META-INF/native/osx/libleveldbjni.jnilib; processor=x86; osname=macosx, META-INF/native/osx/libleveldbjni.jnilib; processor=x86-64; osname=macosx, META-INF/native/linux32/libleveldbjni.so; processor=x86; osname=Linux, META-INF/native/linux64/libleveldbjni.so; processor=x86-64; osname=Linux, META-INF/native/sunos64/amd64/libleveldbjni.so; processor=x86-64; osname=SunOS, META-INF/native/sunos64/sparcv9/libleveldbjni.so; processor=sparcv9; osname=SunOS
+
+Workaround is to add 
+
+   org.osgi.framework.os.name = Win32
+
+to the karaf file
+
+   etc/system.properties
+
+The workaround and further info are in this thread:
+http://stackoverflow.com/questions/35679852/karaf-exception-is-thrown-while-installing-org-fusesource-leveldbjni
+
+
 Beryllium features
 ------------------