its a problem with libstdc++.so.6, i have installed wrong libstdc++ version
On Fri, Oct 27, 2017 at 7:37 PM, Michael Vorburger <[email protected]> wrote: > On Fri, Oct 27, 2017 at 3:20 PM, Saravanakumar Murugesan < > [email protected]> wrote: > >> i am running centos, problem is fixed after disabling native leveldb in >> akka.conf, but java level db is not supported with production quality. i >> think we need to include leveldbjni.so in the LD_LIBRARY_PATH . but is it >> not part of opendaylight installation? >> > > it is and normally just works out of the box > > I'm still not entirely convinced re. 32/64bit .. the message does > show native/linux32.. if you have a 64bit centos, are you really sure > you're not running on a 32bit JVM? > > else it probably has something to do with that "libstdc++.so.6: cannot > open shared object file: No such file or directory".. perhaps you have an > old cents that doesn't have that version of libstdc++ available? > > >> On Fri, Oct 27, 2017 at 6:44 PM, Tom Pantelis <[email protected]> >> wrote: >> >>> >>> >>> On Fri, Oct 27, 2017 at 9:03 AM, Michael Vorburger <[email protected] >>> > wrote: >>> >>>> On Fri, Oct 27, 2017 at 2:55 PM, Saravanakumar Murugesan < >>>> [email protected]> wrote: >>>> >>>>> Hi >>>>> >>>>> >>>>> >>>>> I set JDK 8 home (/home/msk/software/jdk1.8.0_44 as java home and >>>>> staring opendaylight. >>>>> >>>>> >>>>> >>>>> Server is started properly and an error is thrown after starting karaf >>>>> and it crashes. >>>>> >>>>> >>>>> >>>>> Exception is given below. how to fix this issue? >>>>> >>>> >>>> are you by any chance still running on a 32bit Linux OS instead ofa >>>> 64bit Linux? >>>> >>> >>> Or running on a platform/OS not supported by leveldb. >>> >>> >>>> >>>> Tx, >>>> M. >>>> -- >>>> Michael Vorburger, Red Hat >>>> [email protected] | IRC: vorburger @freenode | ~ = >>>> http://vorburger.ch >>>> >>>> >>>> >>>>> >>>>> >>>>> ht-user@root>Uncaught error from thread [opendaylight-cluster-data-akk >>>>> a.persistence.dispatchers.default-plugin-dispatcher-24] shutting down >>>>> JVM since 'akka.jvm-exit-on-fatal-error' is enabled for >>>>> ActorSystem[opendaylight-cluster-data] >>>>> >>>>> java.lang.UnsatisfiedLinkError: Could not load library. Reasons: [no >>>>> leveldbjni32-1.8 in java.library.path, no leveldbjni-1.8 in >>>>> java.library.path, /home/msk/software/karaf-0.7.0 >>>>> /data/cache/org.eclipse.osgi/162/0/.cp/META-INF/native/linux32/libleveldbjni.so: >>>>> libstdc++.so.6: cannot open shared object file: No such file or directory, >>>>> /home/msk/software/karaf-0.7.0/data/tmp/libleveldbjni-32-1-7252102046539545939.8: >>>>> libstdc++.so.6: cannot open shared object file: No such file or directory] >>>>> >>>>> at org.fusesource.hawtjni.runtime.Library.doLoad(Library.java:187) >>>>> >>>>> at org.fusesource.hawtjni.runtime.Library.load(Library.java:143) >>>>> >>>>> at org.fusesource.leveldbjni.JniDBFactory.<clinit>(JniDBFactory >>>>> .java:48) >>>>> >>>>> at akka.persistence.journal.leveldb.LeveldbStore$class.leveldbF >>>>> actory(LeveldbStore.scala:52) >>>>> >>>>> at akka.persistence.journal.leveldb.LeveldbJournal.leveldbFacto >>>>> ry(LeveldbJournal.scala:23) >>>>> >>>>> at akka.persistence.journal.leveldb.LeveldbStore$class.preStart >>>>> (LeveldbStore.scala:178) >>>>> >>>>> at akka.persistence.journal.leveldb.LeveldbJournal.preStart(Lev >>>>> eldbJournal.scala:23) >>>>> >>>>> at akka.actor.Actor$class.aroundPreStart(Actor.scala:510) >>>>> >>>>> at akka.persistence.journal.leveldb.LeveldbJournal.aroundPreSta >>>>> rt(LeveldbJournal.scala:23) >>>>> >>>>> at akka.actor.ActorCell.create(ActorCell.scala:590) >>>>> >>>>> at akka.actor.ActorCell.invokeAll$1(ActorCell.scala:461) >>>>> >>>>> at akka.actor.ActorCell.systemInvoke(ActorCell.scala:483) >>>>> >>>>> at akka.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:282) >>>>> >>>>> at akka.dispatch.Mailbox.run(Mailbox.scala:223) >>>>> >>>>> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPool >>>>> Executor.java:1149) >>>>> >>>>> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoo >>>>> lExecutor.java:624) >>>>> >>>>> at java.lang.Thread.run(Thread.java:748) >>>>> >>>>> [msk@node1 bin]$ >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for >>>>> Windows 10 >>>>> >>>>> >>>>> >>>>> _______________________________________________ >>>>> controller-dev mailing list >>>>> [email protected] >>>>> https://lists.opendaylight.org/mailman/listinfo/controller-dev >>>>> >>>>> >>>> >>>> _______________________________________________ >>>> controller-dev mailing list >>>> [email protected] >>>> https://lists.opendaylight.org/mailman/listinfo/controller-dev >>>> >>>> >>> >> >
_______________________________________________ controller-dev mailing list [email protected] https://lists.opendaylight.org/mailman/listinfo/controller-dev
