Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

password.sh requires absolute path #45

Closed
ypujante opened this issue Apr 19, 2011 · 1 comment
Closed

password.sh requires absolute path #45

ypujante opened this issue Apr 19, 2011 · 1 comment
Labels
Milestone

Comments

@ypujante
Copy link
Member

Step to reproduce:

./agent-cli/bin/password.sh ./setup/zookeeper-config/agent.keystore

Exception in thread "main" java.io.FileNotFoundException: ./setup/zookeeper-config/agent.keystore (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.(FileInputStream.java:106)
at org.linkedin.glu.agent.tools.Password.readFile(Password.java:67)
at org.linkedin.glu.agent.tools.Password.main(Password.java:57)

but the file exists...

./agent-cli/bin/password.sh $PWD/setup/zookeeper-config/agent.keystore

works

ypujante added a commit that referenced this issue May 20, 2011
@ypujante
Copy link
Member Author

Fixed with 2.4.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant