1 Reply Latest reply on May 14, 2015 6:24 AM by prashant.thakur

    I encountered  an issue when i  used infinispan 7.1.1(The service of infinispan had ran a period of time):   ISPN004007: Exception encountered. Retry 10 out of 10 org.infinispan.client.hotrod.exceptions.TransportException:: Could not fetch transport

    zp_502

      org.infinispan.client.hotrod.impl.operations.RetryOnFailureOperation:logErrorAndThrowExceptionIfNeeded 85] ISPN004007: Exception encountered. Retry 10 out of 10

      org.infinispan.client.hotrod.exceptions.TransportException:: Could not fetch transport

        at org.infinispan.client.hotrod.impl.transport.tcp.TcpTransportFactory.borrowTransportFromPool(TcpTransportFactory.java:360)

        at org.infinispan.client.hotrod.impl.transport.tcp.TcpTransportFactory.getTransport(TcpTransportFactory.java:213)

        at org.infinispan.client.hotrod.impl.operations.FaultTolerantPingOperation.getTransport(FaultTolerantPingOperation.java:27)

        at org.infinispan.client.hotrod.impl.operations.RetryOnFailureOperation.execute(RetryOnFailureOperation.java:49)

        at org.infinispan.client.hotrod.impl.RemoteCacheImpl.ping(RemoteCacheImpl.java:573)

        at org.infinispan.client.hotrod.RemoteCacheManager.ping(RemoteCacheManager.java:664)

        at org.infinispan.client.hotrod.RemoteCacheManager.createRemoteCache(RemoteCacheManager.java:631)

        at org.infinispan.client.hotrod.RemoteCacheManager.getCache(RemoteCacheManager.java:549)

        at org.infinispan.client.hotrod.RemoteCacheManager.getCache(RemoteCacheManager.java:544)

        at com.huawei.augur.alarm.util.cache.AlarmCacheImpl.init(AlarmCacheImpl.java:45)

        at com.huawei.augur.alarm.util.cache.AlarmCacheImpl.<init>(AlarmCacheImpl.java:34)

        at com.huawei.augur.alarm.util.timer.AlarmPolicyHandler.getAlarmPolicyFromCache(AlarmPolicyHandler.java:73)

        at com.huawei.augur.alarm.util.timer.AlarmPolicyHandler.getAlarmPolicyInfoFromCache(AlarmPolicyHandler.java:52)

        at com.huawei.augur.alarm.util.timer.AlarmTimer.alarmTimerTask(AlarmTimer.java:91)

        at com.huawei.augur.alarm.util.timer.AlarmTimer.access$000(AlarmTimer.java:16)

        at com.huawei.augur.alarm.util.timer.AlarmTimer$1.run(AlarmTimer.java:69)

        at java.util.TimerThread.mainLoop(Timer.java:555)

        at java.util.TimerThread.run(Timer.java:505)

      Caused by: org.infinispan.client.hotrod.exceptions.TransportException:: Could not connect to server: /192.144.51.13:11222

        at org.infinispan.client.hotrod.impl.transport.tcp.TcpTransport.<init>(TcpTransport.java:77)

        at org.infinispan.client.hotrod.impl.transport.tcp.TransportObjectFactory.makeObject(TransportObjectFactory.java:36)

        at org.infinispan.client.hotrod.impl.transport.tcp.TransportObjectFactory.makeObject(TransportObjectFactory.java:16)

        at org.apache.commons.pool.impl.GenericKeyedObjectPool.borrowObject(GenericKeyedObjectPool.java:1220)

        at org.infinispan.client.hotrod.impl.transport.tcp.TcpTransportFactory.borrowTransportFromPool(TcpTransportFactory.java:356)

        ... 17 more

      Caused by: java.net.ConnectException: Connection refused

        at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)

        at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717)

        at sun.nio.ch.SocketAdaptor.connect(SocketAdaptor.java:111)

        at org.infinispan.client.hotrod.impl.transport.tcp.TcpTransport.<init>(TcpTransport.java:67)

        ... 21 more