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

Startup failed error message #4

Open
Aloren opened this issue Oct 20, 2016 · 2 comments
Open

Startup failed error message #4

Aloren opened this issue Oct 20, 2016 · 2 comments
Labels

Comments

@Aloren
Copy link

Aloren commented Oct 20, 2016

In case of Redis startup failed I get "Can't start redis server. Check logs for details." message.
What logs should be checked? Logs of Redis? Then it would be better to add path to the temporary folder with logs. Error message should be more concrete.
Thanks

@fmonniot
Copy link
Owner

Hi,

I know that error pretty well, it's a known problem for which I'm not to sure what the lib should do.

For now, you have the Redis.errors() method which will return you an InputStream containing redis standard output. It does the trick for basic problem, and I hope it will help you.

Concerning the temporary path, the problem comes from the fact that it is deleted when the JVM is terminated. So unless you have a breakpoint somewhere in your code, I'm not too sure about its usefulness.

Feel free to add your though on that, I don't have much time for this library unfortunately but any contribution are welcomed 😃

@Aloren
Copy link
Author

Aloren commented Nov 15, 2016

Okay. Thank you for the response. I will look into it.

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

2 participants