You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by vkulichenko <va...@gmail.com> on 2015/12/22 23:52:56 UTC

Re: Ignite not able to load igniteshmem library

Hi,

Can you please properly subscribe to the mailing list so that the community
receives email notifications? Jus follow the instruction here:
http://apache-ignite-users.70518.x6.nabble.com/mailing_list/MailingListOptions.jtp?forum=1


sahilnarwal wrote
> Getting below logs :
> 2015-12-22 21:49:36.128 IST(+0530) default WARN [localhost-startStop-1]
> o.a.i.s.c.tcp.TcpCommunicationSpi Slf4jLogger.java:97 - Failed to load
> 'igniteshmem' library from classpath. Will try to load it from
> IGNITE_HOME.
> 2015-12-22 21:49:36.194 IST(+0530) default WARN [localhost-startStop-1]
> o.a.i.s.c.tcp.TcpCommunicationSpi Slf4jLogger.java:97 - Failed to start
> shared memory communication server.
> 
> However grid were started successfully and caches were initialized.

This means that communication SPI was not able to load shared memory library
and use shared memory communication. Most likely ignite-shmem-1.0.0.jar is
not on classpath and IGNITE_HOME variable is not set.

Node is still functional in this case, because it transparently switches to
TCP communication. This can potentially cause slight performance degradation
in communication between nodes located on one physical box. If you don't
observe this, warning can be safely ignored.

-Val



--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Ignite-not-able-to-load-igniteshmem-library-tp2276p2278.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.