Giriş
Şöyle bir hata alabiliriz
ERROR TcpCommunicationSpi: Failed to read data from remote connection (will wait for 2000ms)
Örnek
Şöyle yaparız
IgniteConfiguration cfg = new IgniteConfiguration();...TcpCommunicationSpi communicationSpi = new TcpCommunicationSpi();communicationSpi.setLocalPort(47100);cfg.setCommunicationSpi(communicationSpi);
Hiç yorum yok:
Yorum Gönder