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

new version of solr image continuously restarting #3

Closed
hwrichter opened this issue Jul 25, 2018 · 3 comments
Closed

new version of solr image continuously restarting #3

hwrichter opened this issue Jul 25, 2018 · 3 comments

Comments

@hwrichter
Copy link

the lates docker image has changed location of log4j.properties
this is causing to restart loops

lines log-config.sh

cp /opt/solr/server/resources/log4j.properties /opt/solr/server/resources/log4j.properties.orig
cp /docker-entrypoint-initdb.d/log4j.properties /opt/solr/server/resources/

failing

@freedev
Copy link
Owner

freedev commented Jul 29, 2018

Hi, thanks for contributing. I've just fixed the problem.

@freedev
Copy link
Owner

freedev commented Jul 29, 2018

The file /opt/solr/server/resources/log4j.properties has been removed.
The new log configuration file is /opt/solr/server/resources/log4j2.xml and finally has rotate log configured by default. So there is no need anymore to fix it.

@freedev
Copy link
Owner

freedev commented Sep 10, 2018

The bug is resolved. Can you test it?

@freedev freedev closed this as completed Sep 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants