have gfsh on a server running an embedded locator inside a tcServer instance.
try to connect to the locator and run a command
get an error
gfsh>connect --locator=gemfire-locator-01.delta.na.rtdom.net[10083]
Connecting to Locator at [host=gemfire-locator-01.delta.na.rtdom.net, port=10083] ..
Connecting to Manager at [host=ny-java-51.na.rtdom.net, port=1099] ..
Successfully connected to: [host=ny-java-51.na.rtdom.net, port=1099]
gfsh>list members
Exception occurred. Command can not be processed as Command Service did not get initialized. Reason: Could not find Spring Shell library which is needed for CLI/gfsh in classpath. Internal support for CLI & gfsh is not enabled.
Thought this was because the spring-shell library wasn't in the server.
Added it and redeployed.
Same problem.
Creating and connecting to a Locator natively works just fine.
Anyone know if I can get it to work from within the tcServer instance, and if so what I missed?
Shell libraries at container level perhaps?