When writing to GigaSpace we are getting a Connection refused error. Following is the error we see in the GigaSpaces log file
"WARNING [net.jini.discovery.LookupLocatorDiscovery] - Failed to connect to LUS on xxxxxx.xxx.xxxx.xxxx.com:4174, retry in 9093ms; Caused by: java.net.ConnectException: **Connection refused: connect**
2019-03-13 15:52:44,926 WARNING [org.openspaces.admin.internal.admin.DefaultAdmin] - Failed to get GSM details; Caused by: java.lang.ArrayIndexOutOfBoundsException: 0
at com.gigaspaces.grid.gsm.GSMImpl.getPUsDetails(GSMImpl.java:371)
at com.gigaspaces.grid.gsm.GSMGigaspacesMethodinternalInvoke5.internalInvoke(Unknown Source)
at com.gigaspaces.internal.reflection.fast.AbstractMethod.invoke(AbstractMethod.java:41)
at com.gigaspaces.lrmi.LRMIRuntime.invoked(LRMIRuntime.java:450)
at com.gigaspaces.lrmi.nio.Pivot.consumeAndHandleRequest(Pivot.java:557)
at com.gigaspaces.lrmi.nio.Pivot.handleRequest(Pivot.java:658)
at com.gigaspaces.lrmi.nio.Pivot$ChannelEntryTask.run(Pivot.java:196)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:722)"
Please advise on this issue.
↧