I am using Vault 3.0.6. I am able to use the GUI Client and Web-browser Client. However, I just installed the 3.0.6 API, and tried a few simple commands.
Code: Select all
vault help
If I enter a command with wrong syntax, I get xml output telling me so.
But when I try a command with correct syntax (like one of those below), the command just hangs.
e.g.
Code: Select all
vault addrepository -host IPaddr -user admin -password admpwd TEST
vault history -host IPaddr -user admin -password admpwd -repository "Main Repository" "$/TEST"
What could be happening here?
Thanks,
-sl