Quantcast
Channel: Gigaspaces XAP forum - RSS feed
Viewing all articles
Browse latest Browse all 1486

Failed to find active GSM to deploy

$
0
0
I'm getting an strange behavior when I deploy a PU. In the console dump for the command that I run: `su - gigaspaces -c "/opt/gigaspaces/bin/gs.sh deploy -properties embed://web.port=8800 -cluster total_members=1 -max-instances-per-vm 1 -max-instances-per-machine 1 /home/gigaspaces/deploy/application.war"` I get: `Found 3 GSMs Deploying [application.war] with name [application] under groups [gscluster121] and locators [jini://node01:4174/, jini://node03:4174/, jini://node04:4174/]` And then: `Error deploying [-properties, embed://web.port=8800, -cluster, total_members=1, -max-instances-per-vm, 1, -max-instances-per-machine, 1, /home/gigaspaces/deploy/application.war]:org.jini.rio.core.OperationalStringException: Failed to deploy [application]` On the cli log file that was created for the deploy I'm seeing the following: `2019-05-30 15:32:28,737 SEVERE [com.gigaspaces.admin.cli] - Error deploying [-properties, embed://web.port=8800, -cluster, total_members=1, -max-instances-per-vm, 1, -max-instances-per-machine, 1, /home/gigaspaces/deploy/application.war]; Caused by: org.jini.rio.core.OperationalStringException: Failed to deploy [application] at org.jini.rio.monitor.ProvisionMonitorImpl.deploy(ProvisionMonitorImpl.java:546) at org.jini.rio.monitor.ProvisionMonitorAdminImpl.deploy(ProvisionMonitorAdminImpl.java:121) at org.jini.rio.monitor.DeployAdminGigaspacesMethodinternalInvoke3.internalInvoke(Unknown Source) at com.gigaspaces.internal.reflection.fast.AbstractMethod.invoke(AbstractMethod.java:45) at com.gigaspaces.lrmi.LRMIRuntime.invoked(LRMIRuntime.java:441) at com.gigaspaces.lrmi.nio.Pivot.consumeAndHandleRequest(Pivot.java:494) at com.gigaspaces.lrmi.nio.Pivot.handleRequest(Pivot.java:572) at com.gigaspaces.lrmi.nio.Pivot$ChannelEntryTask.run(Pivot.java:173) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Caused by: org.jini.rio.core.OperationalStringException: Failed to find active GSM to deploy [application]` So, mixed feelings here. At the beginning 3 GSM was found, then it failed to find an active one. I don't see any errors on the GSM/GSC errors. Any ideas? Thanks

Viewing all articles
Browse latest Browse all 1486

Trending Articles