GithubHelp home page GithubHelp logo

docker-solr / docker-solr Goto Github PK

View Code? Open in Web Editor NEW
442.0 442.0 293.0 981 KB

A Docker build for Solr, to manage the official Docker hub solr image

License: Apache License 2.0

Shell 78.35% Dockerfile 21.47% Python 0.18%

docker-solr's Introduction

This Repository is Archived

This Repository is now read-only, and will not be accepting Issues or PRs. The official Apache Solr Docker image is now managed in the following places:

  • For all continuing feature-work, the 9.x and further Solr images are managed in the Apache Solr repository.
    Please follow the community guidelines for asking question, contributing and raising issues.
  • As of now, the Solr 8.11.y line is still supported for security fixes. These images are not maintained in the Solr repository, but instead in the Solr Docker repository.
    This repository is meant to be a means to store already released Dockerfiles for the Docker Official Images team, but will also be the host for the 8.11.z Solr image until it is no-longer supported (when Solr 10.0 is released).
    You can raise issues and ask questions the same way, following the community guidelines.

Please do not raise issues for CVEs found in dependencies in the base docker image. The Official Docker images team handles upgrades of the base images, and we do not have control over that process. For CVEs found in the Solr dependency libraries, please take the Solr Security Wiki into consideration before raising an issue or sending a message to the Security mailing-list.

For those looking for Log4J 2 "Log4shell" information, please read Solr's security bulletin.

License

Solr is licensed under the Apache License, Version 2.0.

This repository is licensed under the Apache License, Version 2.0.

Copyright 2015-2020 The Apache Software Foundation

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

History

This project was started in 2015 by Martijn Koster. In 2019 maintainership and copyright was transferred to the Apache Lucene/Solr project. Many thanks to Martijn for all your contributions over the years!

docker-solr's People

Contributors

1ed avatar acdha avatar ahubold avatar chatman avatar colvinco avatar csandanov avatar dgtlmoon avatar dsmiley avatar gadilashashank avatar heralden avatar hossman avatar houstonputman avatar ilyasemenov avatar jaceq avatar janhoy avatar jeetchris avatar joelowrance avatar lamera avatar laurentgoderre avatar madrob avatar makuk66 avatar morissm avatar ninjaaron avatar rosk0 avatar saily avatar sepal avatar shalinmangar avatar tianon avatar tkaessmann avatar vboginskey avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

docker-solr's Issues

Mistake in readme

Please fix typo:
$ mkdir mycores
$ sudo chown 8983:8983 mycores
$ docker run -d -P -v $PWD/mycores:/opt/solr/server/solr/mycores solr solr-precreate mycore

ssl_helper error when building

When running build_all.sh I get:

Step 12 : ENV SOLR_URL ${SOLR_DOWNLOAD_SERVER:-https://archive.apache.org/dist/lucene/solr}/$SOLR_VERSION/solr-$SOLR_VERSION.tgz
 ---> Using cache
 ---> 2e81f5852e8b
Step 13 : RUN mkdir -p /opt/solr &&   wget $SOLR_URL -O /opt/solr.tgz &&   wget $SOLR_URL.asc -O /opt/solr.tgz.asc &&   echo "$SOLR_SHA256 */opt/solr.tgz" | sha256sum -c - &&   (>&2 ls -l /opt/solr.tgz /opt/solr.tgz.asc) &&   gpg --batch --verify /opt/solr.tgz.asc /opt/solr.tgz &&   tar -C /opt/solr --extract --file /opt/solr.tgz --strip-components=1 &&   rm /opt/solr.tgz* &&   mkdir -p /opt/solr/server/solr/lib /opt/solr/server/solr/mycores &&   sed -i -e 's/#SOLR_PORT=8983/SOLR_PORT=8983/' /opt/solr/bin/solr.in.sh &&   sed -i -e '/-Dsolr.clustering.enabled=true/ a SOLR_OPTS="$SOLR_OPTS -Dsun.net.inetaddr.ttl=60 -Dsun.net.inetaddr.negative.ttl=60"' /opt/solr/bin/solr.in.sh &&   chown -R $SOLR_USER:$SOLR_USER /opt/solr &&   mkdir /docker-entrypoint-initdb.d /opt/docker-solr/
 ---> Running in b4da0dcb995a
Connecting to archive.apache.org (163.172.17.199:443)
wget: can't execute 'ssl_helper': No such file or directory
wget: error getting response: Connection reset by peer

Short reproduction with just alpine:

mak@cylon:~/docker-solr/docker-solr$ docker run -it alpine wget https://archive.apache.org/dist/lucene/solr/
Connecting to archive.apache.org (163.172.17.199:443)
wget: can't execute 'ssl_helper': No such file or directory
wget: error getting response: Connection reset by peer

and it seems we want (per Yelp/dumb-init#73):

mak@cylon:~/docker-solr/docker-solr$ docker run -it alpine sh
/ # apk update
fetch http://dl-cdn.alpinelinux.org/alpine/v3.3/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.3/community/x86_64/APKINDEX.tar.gz
v3.3.3-62-gfd77c7a [http://dl-cdn.alpinelinux.org/alpine/v3.3/main]
v3.3.3-47-g150c9b2 [http://dl-cdn.alpinelinux.org/alpine/v3.3/community]
OK: 5856 distinct packages available
/ # apk add ca-certificates
(1/2) Installing openssl (1.0.2h-r0)
(2/2) Installing ca-certificates (20160104-r2)
Executing busybox-1.24.1-r7.trigger
Executing ca-certificates-20160104-r2.trigger
OK: 6 MiB in 13 packages
/ # update-ca-certificates
WARNING: ca-certificates.crt does not contain exactly one certificate or CRL: skipping
/ # wget https://archive.apache.org/dist/lucene/solr/
Connecting to archive.apache.org (163.172.17.199:443)
index.html           100% |*********************************************************************************************************************************************************************|  7083   0:00:00 ETA
/ # 

How to increase memory for the JVM

I understand that one can increase the memory limit in, say, docker-compose.xml with the mem_limit parameter. However, even if the container gets , say, 2GB memory, the JVM that runs the solr application still only has 500 MB memory. So, my question is how to increase the memory assigned to the JVM for this specific docker image?
setting environment variables such as the following did not work
JAVA_OPTS="-XX:PermSize=1024m -XX:MaxPermSize=1024m"

When I Build docker 6 I get a no such file error on osx

I downloaded the Dockerfile for the 6.0.0 version,

I am on osx.

When I try to build the image, I get:
Removing intermediate container 6af39af5996d
Step 14 : COPY scripts /opt/docker-solr/scripts
lstat scripts: no such file or directory
And the image is not built.
Thanks for your assistance

How can I use CloudSolrClient ?

Hi,
I followed the steps on how to launch a solrcloud setup with one zookeeper and 2 nodes.
I can access solr through a browser, pointing to any of the 2 nodes and their corresponding IP ports.
However, when I try to add documents through solrj on my local host, using CloudSolrClient, Zookeeper sends the data to the docker container internal IP addresses (172.17...), which are not reachable from my local machine.

Is there a way to configure my network so that it sees the docker internal addresses ? Sorry for my lack of skills in network configuration. I tried going over the docker network configuration manual, but I'm not able to find my answer there.

Start problem in kubernetes

Hi,

I have noticed that you can`t start the docker image in kubernetes, because kubernetes will set the following env vars:

PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
HOSTNAME=solr-rrdd1
SOLR_PORT_8983_TCP_PROTO=tcp
SOLR_PORT_8983_TCP=tcp://10.254.219.195:8983
SOLR_SERVICE_HOST=10.254.219.195
SOLR_SERVICE_PORT_SOLR=8983
SOLR_PORT=tcp://10.254.219.195:8983
SOLR_PORT_8983_TCP_ADDR=10.254.219.195
SOLR_PORT_8983_TCP_PORT=8983
SOLR_SERVICE_PORT=8983
SOLR_USER=solr
SOLR_UID=8983
SOLR_KEY=25C13C58807E90004AB8597AE48025ED13E57FFC
SOLR_VERSION=5.4.0
SOLR_SHA256=84c0f04a23047946f54618a092d4510d88d7205a756b948208de9e5afb42f7cd

The /opt/solr/bin/solr bin will act on SOLR_PORT set by kubernetes and will crash since it will have the value tcp://10.254.219.195:8983. I sugest using the var SOLR_SERVICE_PORT_SOLR, if var is set.

Else you have to change the name of your server in kubernetes from solr to solr2 for example.

Handling Environment Differences in Data Import Handler Data Sources

As it stands, I'm pulling in my cores via volumes.

Since I'm in the process of upgrading a Solr 4 server, I'm used to specifying the data source as a JNDI reference in data-config.xml.

<dataSource jndiName="jdbc/mydsn" />

What was nice about that is that I could keep the same core config files and use them for any environment, because of that JNDI indirection: Dev server's data source had dev DB connection info, stage had stage's, etc., but all data-config.xml files didn't change among environments.

As far as I know, the modern way to configure data-config.xml is like this:

<dataSource
    driver="org.mariadb.jdbc.Driver"
    url="jdbc:mysql://myhost:3306/myschema"
    user="me"
    password="mypass"
/>

Is there still a way to achieve this indirection?

One idea is something like this:

<!-- custom properties -->
<dataSource
    driver="org.mariadb.jdbc.Driver"
    url="${dataimporter.datasource.url}"
    user="${dataimporter.datasource.user}"
    password="${dataimporter.datasource.password}"
/>

However, I'm unsure:

  • Whether this is a decent way to do it.
  • Where is a decent place to set the properties.

I might have this all sideways, and I might have some fundamental/foundational issues in my thinking, so any tips are welcome.

Push test builds to docker hub

The automated builds should publish test builds to docker hub, so team members can easily test without having to build locally.

cannot set environment var

Hi,
I'm trying to enable JMX, but the document does not metion it. So i had a look at the solr script, there is an environment var ENABLE_REMOTE_JMX_OPTS which add JMX options to start paramters.
And i tried this command:

docker run --rm -it -e ENABLE_REMOTE_JMX_OPTS=true -p 8983:8983 -p 18983:18983 solr /opt/solr/bin/solr -f -V

which display the start setting, and the REMOTE_JMX_OPTS option(toggled by $ENABLE_REMOTE_JMX_OPTS) is not enabled, neither the JMX enabled.

I'm confused because the 'env' command give me 'ENABLE_REMOTE_JMX_OPTS=true', but why the solr start script cannot get it?

Solr process become zombie with Drupal configs

Hello,
when I copy config files for core into /opt/solr/server/solr and restart container, then it is sensitive to crash with becoming zombie. This zombie then consumes almost 100% of CPU core and only one solution is to restart machine (I run it in boot2docker).

There is example:

Bobik-MacBook-Pro:repo Bobik$ docker run -p 8912:8983 solr
Bobik-MacBook-Pro:repo Bobik$ docker start furious_rosalind
furious_rosalind
# Checked that web interface is working
Bobik-MacBook-Pro:repo Bobik$ docker cp config.tgz furious_rosalind:/opt/solr/server/solr/
Bobik-MacBook-Pro:repo Bobik$ docker exec -it furious_rosalind bash
solr@0983b638ec4a:/opt/solr$ cd server/solr
solr@0983b638ec4a:/opt/solr/server/solr$ ls
README.txt  config.tgz  configsets  lib  solr.xml  zoo.cfg
solr@0983b638ec4a:/opt/solr/server/solr$ tar xf config.tgz 
solr@0983b638ec4a:/opt/solr/server/solr$ ls
README.txt  collection1  config.tgz  configsets  lib  solr.xml  zoo.cfg
solr@0983b638ec4a:/opt/solr/server/solr$ exit
exit
Bobik-MacBook-Pro:repo Bobik$ docker stop furious_rosalind
furious_rosalind
Bobik-MacBook-Pro:repo Bobik$ docker start furious_rosalind
furious_rosalind
# Checked that web interface is working
Bobik-MacBook-Pro:repo Bobik$ docker stop furious_rosalind
furious_rosalind
Bobik-MacBook-Pro:repo Bobik$ docker start furious_rosalind
furious_rosalind
# Checked that web interface is working
Bobik-MacBook-Pro:repo Bobik$ docker stop furious_rosalind
furious_rosalind
Bobik-MacBook-Pro:repo Bobik$ docker start furious_rosalind
furious_rosalind

Web interface is not workingnow, I see VBoxHeadless consuming almost all one core of CPU.
snimek obrazovky 2015-11-22 v 23 57 43

Here is log from this container, but I don't know if there is something interesting or if it is complete:

Bobik-MacBook-Pro:repo Bobik$ docker logs furious_rosalind

Starting Solr on port 8983 from /opt/solr/server

0    INFO  (main) [   ] o.e.j.u.log Logging initialized @917ms
594  INFO  (main) [   ] o.e.j.s.Server jetty-9.2.11.v20150529
639  WARN  (main) [   ] o.e.j.s.h.RequestLogHandler !RequestLog
647  INFO  (main) [   ] o.e.j.d.p.ScanningAppProvider Deployment monitor [file:/opt/solr/server/contexts/] at interval 0
2115 INFO  (main) [   ] o.e.j.w.StandardDescriptorProcessor NO JSP Support for /solr, did not find org.apache.jasper.servlet.JspServlet
2149 WARN  (main) [   ] o.e.j.s.SecurityHandler [email protected]@57fffcd7{/solr,file:/opt/solr/server/solr-webapp/webapp/,STARTING}{/opt/solr/server/solr-webapp/webapp} has uncovered http methods for path: /
2183 INFO  (main) [   ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): WebAppClassLoader=1926764753@72d818d1
2239 INFO  (main) [   ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
2242 INFO  (main) [   ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /opt/solr/server/solr
2253 INFO  (main) [   ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/opt/solr/server/solr/'
2676 INFO  (main) [   ] o.a.s.c.SolrXmlConfig Loading container configuration from /opt/solr/server/solr/solr.xml
2984 INFO  (main) [   ] o.a.s.c.CoresLocator Config-defined core root directory: /opt/solr/server/solr
3107 INFO  (main) [   ] o.a.s.c.CoreContainer New CoreContainer 1613095350
3109 INFO  (main) [   ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/opt/solr/server/solr/]
3111 INFO  (main) [   ] o.a.s.c.CoreContainer loading shared library: /opt/solr/server/solr/lib
3113 WARN  (main) [   ] o.a.s.c.SolrResourceLoader No files added to classloader from lib: lib (resolved as: /opt/solr/server/solr/lib).
3187 INFO  (main) [   ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
3932 INFO  (main) [   ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
3940 INFO  (main) [   ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
3943 INFO  (main) [   ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
3947 INFO  (main) [   ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
3948 INFO  (main) [   ] o.a.s.c.CoreContainer No authentication plugin used.
4031 INFO  (main) [   ] o.a.s.c.CoresLocator Looking for core definitions underneath /opt/solr/server/solr
4054 INFO  (main) [   ] o.a.s.c.CoresLocator Found 0 core definitions
4059 INFO  (main) [   ] o.a.s.s.SolrDispatchFilter user.dir=/opt/solr/server
4063 INFO  (main) [   ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
4102 INFO  (main) [   ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@57fffcd7{/solr,file:/opt/solr/server/solr-webapp/webapp/,AVAILABLE}{/opt/solr/server/solr-webapp/webapp}
4142 INFO  (main) [   ] o.e.j.s.ServerConnector Started ServerConnector@5c047011{HTTP/1.1}{0.0.0.0:8983}
4144 INFO  (main) [   ] o.e.j.s.Server Started @5063ms
9648 INFO  (qtp5592464-15) [   ] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/cores params={indexInfo=false&wt=json&_=1448257167292} status=0 QTime=74 
9734 INFO  (qtp5592464-17) [   ] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/info/system params={wt=json&_=1448257167423} status=0 QTime=50 
13040 INFO  (Thread-0) [   ] o.e.j.s.ServerConnector Stopped ServerConnector@5c047011{HTTP/1.1}{0.0.0.0:8983}
13043 INFO  (Thread-0) [   ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1613095350
13060 INFO  (Thread-0) [   ] o.e.j.s.h.ContextHandler Stopped o.e.j.w.WebAppContext@57fffcd7{/solr,file:/opt/solr/server/solr-webapp/webapp/,UNAVAILABLE}{/opt/solr/server/solr-webapp/webapp}

Starting Solr on port 8983 from /opt/solr/server

0    INFO  (main) [   ] o.e.j.u.log Logging initialized @598ms
533  INFO  (main) [   ] o.e.j.s.Server jetty-9.2.11.v20150529
565  WARN  (main) [   ] o.e.j.s.h.RequestLogHandler !RequestLog
568  INFO  (main) [   ] o.e.j.d.p.ScanningAppProvider Deployment monitor [file:/opt/solr/server/contexts/] at interval 0
1823 INFO  (main) [   ] o.e.j.w.StandardDescriptorProcessor NO JSP Support for /solr, did not find org.apache.jasper.servlet.JspServlet
1865 WARN  (main) [   ] o.e.j.s.SecurityHandler [email protected]@57fffcd7{/solr,file:/opt/solr/server/solr-webapp/webapp/,STARTING}{/opt/solr/server/solr-webapp/webapp} has uncovered http methods for path: /
1879 INFO  (main) [   ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): WebAppClassLoader=1926764753@72d818d1
1927 INFO  (main) [   ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
1928 INFO  (main) [   ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /opt/solr/server/solr
1930 INFO  (main) [   ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/opt/solr/server/solr/'
2256 INFO  (main) [   ] o.a.s.c.SolrXmlConfig Loading container configuration from /opt/solr/server/solr/solr.xml
2417 INFO  (main) [   ] o.a.s.c.CoresLocator Config-defined core root directory: /opt/solr/server/solr
2473 INFO  (main) [   ] o.a.s.c.CoreContainer New CoreContainer 1613095350
2474 INFO  (main) [   ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/opt/solr/server/solr/]
2474 INFO  (main) [   ] o.a.s.c.CoreContainer loading shared library: /opt/solr/server/solr/lib
2475 WARN  (main) [   ] o.a.s.c.SolrResourceLoader No files added to classloader from lib: lib (resolved as: /opt/solr/server/solr/lib).
2521 INFO  (main) [   ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
3151 INFO  (main) [   ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
3156 INFO  (main) [   ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
3162 INFO  (main) [   ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
3165 INFO  (main) [   ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
3165 INFO  (main) [   ] o.a.s.c.CoreContainer No authentication plugin used.
3230 INFO  (main) [   ] o.a.s.c.CoresLocator Looking for core definitions underneath /opt/solr/server/solr
3245 INFO  (main) [   ] o.a.s.c.CoresLocator Found 0 core definitions
3252 INFO  (main) [   ] o.a.s.s.SolrDispatchFilter user.dir=/opt/solr/server
3253 INFO  (main) [   ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
3275 INFO  (main) [   ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@57fffcd7{/solr,file:/opt/solr/server/solr-webapp/webapp/,AVAILABLE}{/opt/solr/server/solr-webapp/webapp}
3292 INFO  (main) [   ] o.e.j.s.ServerConnector Started ServerConnector@3f510042{HTTP/1.1}{0.0.0.0:8983}
3293 INFO  (main) [   ] o.e.j.s.Server Started @3896ms
18673 INFO  (qtp5592464-16) [   ] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/cores params={indexInfo=false&wt=json&_=1448257220984} status=0 QTime=62 
18759 INFO  (qtp5592464-20) [   ] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/info/system params={wt=json&_=1448257221081} status=0 QTime=55 
23695 INFO  (qtp5592464-18) [   ] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/info/threads params={wt=json&_=1448257226022} status=0 QTime=33 
80001 INFO  (Thread-0) [   ] o.e.j.s.ServerConnector Stopped ServerConnector@3f510042{HTTP/1.1}{0.0.0.0:8983}
80002 INFO  (Thread-0) [   ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1613095350
80014 INFO  (Thread-0) [   ] o.e.j.s.h.ContextHandler Stopped o.e.j.w.WebAppContext@57fffcd7{/solr,file:/opt/solr/server/solr-webapp/webapp/,UNAVAILABLE}{/opt/solr/server/solr-webapp/webapp}

Starting Solr on port 8983 from /opt/solr/server

0    INFO  (main) [   ] o.e.j.u.log Logging initialized @648ms
472  INFO  (main) [   ] o.e.j.s.Server jetty-9.2.11.v20150529
517  WARN  (main) [   ] o.e.j.s.h.RequestLogHandler !RequestLog
519  INFO  (main) [   ] o.e.j.d.p.ScanningAppProvider Deployment monitor [file:/opt/solr/server/contexts/] at interval 0
1732 INFO  (main) [   ] o.e.j.w.StandardDescriptorProcessor NO JSP Support for /solr, did not find org.apache.jasper.servlet.JspServlet
1784 WARN  (main) [   ] o.e.j.s.SecurityHandler [email protected]@57fffcd7{/solr,file:/opt/solr/server/solr-webapp/webapp/,STARTING}{/opt/solr/server/solr-webapp/webapp} has uncovered http methods for path: /
1800 INFO  (main) [   ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): WebAppClassLoader=1926764753@72d818d1
1830 INFO  (main) [   ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
1832 INFO  (main) [   ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /opt/solr/server/solr
1836 INFO  (main) [   ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/opt/solr/server/solr/'
2123 INFO  (main) [   ] o.a.s.c.SolrXmlConfig Loading container configuration from /opt/solr/server/solr/solr.xml
2248 INFO  (main) [   ] o.a.s.c.CoresLocator Config-defined core root directory: /opt/solr/server/solr
2286 INFO  (main) [   ] o.a.s.c.CoreContainer New CoreContainer 1613095350
2294 INFO  (main) [   ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/opt/solr/server/solr/]
2294 INFO  (main) [   ] o.a.s.c.CoreContainer loading shared library: /opt/solr/server/solr/lib
2295 WARN  (main) [   ] o.a.s.c.SolrResourceLoader No files added to classloader from lib: lib (resolved as: /opt/solr/server/solr/lib).
2328 INFO  (main) [   ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
2817 INFO  (main) [   ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
2822 INFO  (main) [   ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
2823 INFO  (main) [   ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
2826 INFO  (main) [   ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
2827 INFO  (main) [   ] o.a.s.c.CoreContainer No authentication plugin used.
2883 INFO  (main) [   ] o.a.s.c.CoresLocator Looking for core definitions underneath /opt/solr/server/solr
2898 INFO  (main) [   ] o.a.s.c.CoresLocator Found 0 core definitions
2905 INFO  (main) [   ] o.a.s.s.SolrDispatchFilter user.dir=/opt/solr/server
2907 INFO  (main) [   ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
2926 INFO  (main) [   ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@57fffcd7{/solr,file:/opt/solr/server/solr-webapp/webapp/,AVAILABLE}{/opt/solr/server/solr-webapp/webapp}
2944 INFO  (main) [   ] o.e.j.s.ServerConnector Started ServerConnector@3f510042{HTTP/1.1}{0.0.0.0:8983}
2944 INFO  (main) [   ] o.e.j.s.Server Started @3595ms
58622 INFO  (Thread-0) [   ] o.e.j.s.ServerConnector Stopped ServerConnector@3f510042{HTTP/1.1}{0.0.0.0:8983}
58624 INFO  (Thread-0) [   ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1613095350
58637 INFO  (Thread-0) [   ] o.e.j.s.h.ContextHandler Stopped o.e.j.w.WebAppContext@57fffcd7{/solr,file:/opt/solr/server/solr-webapp/webapp/,UNAVAILABLE}{/opt/solr/server/solr-webapp/webapp}

Starting Solr on port 8983 from /opt/solr/server

0    INFO  (main) [   ] o.e.j.u.log Logging initialized @752ms
482  INFO  (main) [   ] o.e.j.s.Server jetty-9.2.11.v20150529
515  WARN  (main) [   ] o.e.j.s.h.RequestLogHandler !RequestLog
519  INFO  (main) [   ] o.e.j.d.p.ScanningAppProvider Deployment monitor [file:/opt/solr/server/contexts/] at interval 0
1741 INFO  (main) [   ] o.e.j.w.StandardDescriptorProcessor NO JSP Support for /solr, did not find org.apache.jasper.servlet.JspServlet
1776 WARN  (main) [   ] o.e.j.s.SecurityHandler [email protected]@57fffcd7{/solr,file:/opt/solr/server/solr-webapp/webapp/,STARTING}{/opt/solr/server/solr-webapp/webapp} has uncovered http methods for path: /
1808 INFO  (main) [   ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): WebAppClassLoader=1926764753@72d818d1
1848 INFO  (main) [   ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
1854 INFO  (main) [   ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /opt/solr/server/solr
1858 INFO  (main) [   ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/opt/solr/server/solr/'
2130 INFO  (main) [   ] o.a.s.c.SolrXmlConfig Loading container configuration from /opt/solr/server/solr/solr.xml
2270 INFO  (main) [   ] o.a.s.c.CoresLocator Config-defined core root directory: /opt/solr/server/solr
2310 INFO  (main) [   ] o.a.s.c.CoreContainer New CoreContainer 1613095350
2321 INFO  (main) [   ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/opt/solr/server/solr/]
2321 INFO  (main) [   ] o.a.s.c.CoreContainer loading shared library: /opt/solr/server/solr/lib
2321 WARN  (main) [   ] o.a.s.c.SolrResourceLoader No files added to classloader from lib: lib (resolved as: /opt/solr/server/solr/lib).
2350 INFO  (main) [   ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
2837 INFO  (main) [   ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
2851 INFO  (main) [   ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
2852 INFO  (main) [   ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
2855 INFO  (main) [   ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
2855 INFO  (main) [   ] o.a.s.c.CoreContainer No authentication plugin used.
2902 INFO  (main) [   ] o.a.s.c.CoresLocator Looking for core definitions underneath /opt/solr/server/solr
2922 INFO  (main) [   ] o.a.s.c.CoresLocator Found 0 core definitions
2926 INFO  (main) [   ] o.a.s.s.SolrDispatchFilter user.dir=/opt/solr/server
2927 INFO  (main) [   ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
2956 INFO  (main) [   ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@57fffcd7{/solr,file:/opt/solr/server/solr-webapp/webapp/,AVAILABLE}{/opt/solr/server/solr-webapp/webapp}
2973 INFO  (main) [   ] o.e.j.s.ServerConnector Started ServerConnector@5c047011{HTTP/1.1}{0.0.0.0:8983}
2975 INFO  (main) [   ] o.e.j.s.Server Started @3729ms
19663 INFO  (qtp5592464-15) [   ] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/cores params={indexInfo=false&wt=json&_=1448257654213} status=0 QTime=56 
19725 INFO  (qtp5592464-13) [   ] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/info/system params={wt=json&_=1448257654307} status=0 QTime=34 
19779 INFO  (qtp5592464-14) [   ] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/info/threads params={wt=json&_=1448257654374} status=0 QTime=19 
125758 INFO  (qtp5592464-14) [   ] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/cores params={indexInfo=false&wt=json&_=1448257760301} status=0 QTime=4 
125806 INFO  (qtp5592464-20) [   ] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/info/system params={wt=json&_=1448257760345} status=0 QTime=21 
125877 INFO  (qtp5592464-16) [   ] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/info/threads params={wt=json&_=1448257760398} status=0 QTime=26 
131295 INFO  (qtp5592464-19) [   ] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/info/properties params={wt=json&_=1448257765847} status=0 QTime=0 
134212 INFO  (qtp5592464-17) [   ] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/cores params={wt=json&_=1448257768764} status=0 QTime=0 
145376 INFO  (Thread-0) [   ] o.e.j.s.ServerConnector Stopped ServerConnector@5c047011{HTTP/1.1}{0.0.0.0:8983}
145377 INFO  (Thread-0) [   ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1613095350
145388 INFO  (Thread-0) [   ] o.e.j.s.h.ContextHandler Stopped o.e.j.w.WebAppContext@57fffcd7{/solr,file:/opt/solr/server/solr-webapp/webapp/,UNAVAILABLE}{/opt/solr/server/solr-webapp/webapp}

Starting Solr on port 8983 from /opt/solr/server

0    INFO  (main) [   ] o.e.j.u.log Logging initialized @634ms
537  INFO  (main) [   ] o.e.j.s.Server jetty-9.2.11.v20150529
598  WARN  (main) [   ] o.e.j.s.h.RequestLogHandler !RequestLog
603  INFO  (main) [   ] o.e.j.d.p.ScanningAppProvider Deployment monitor [file:/opt/solr/server/contexts/] at interval 0
1876 INFO  (main) [   ] o.e.j.w.StandardDescriptorProcessor NO JSP Support for /solr, did not find org.apache.jasper.servlet.JspServlet
1915 WARN  (main) [   ] o.e.j.s.SecurityHandler [email protected]@57fffcd7{/solr,file:/opt/solr/server/solr-webapp/webapp/,STARTING}{/opt/solr/server/solr-webapp/webapp} has uncovered http methods for path: /
1940 INFO  (main) [   ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): WebAppClassLoader=1926764753@72d818d1
1987 INFO  (main) [   ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
1989 INFO  (main) [   ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /opt/solr/server/solr
1996 INFO  (main) [   ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/opt/solr/server/solr/'
2377 INFO  (main) [   ] o.a.s.c.SolrXmlConfig Loading container configuration from /opt/solr/server/solr/solr.xml
2548 INFO  (main) [   ] o.a.s.c.CoresLocator Config-defined core root directory: /opt/solr/server/solr
2594 INFO  (main) [   ] o.a.s.c.CoreContainer New CoreContainer 1613095350
2594 INFO  (main) [   ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/opt/solr/server/solr/]
2594 INFO  (main) [   ] o.a.s.c.CoreContainer loading shared library: /opt/solr/server/solr/lib
2595 WARN  (main) [   ] o.a.s.c.SolrResourceLoader No files added to classloader from lib: lib (resolved as: /opt/solr/server/solr/lib).
2627 INFO  (main) [   ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
3140 INFO  (main) [   ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
3143 INFO  (main) [   ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
3145 INFO  (main) [   ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
3150 INFO  (main) [   ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
3150 INFO  (main) [   ] o.a.s.c.CoreContainer No authentication plugin used.
3191 INFO  (main) [   ] o.a.s.c.CoresLocator Looking for core definitions underneath /opt/solr/server/solr
3211 INFO  (main) [   ] o.a.s.c.CoresLocator Found 0 core definitions
3217 INFO  (main) [   ] o.a.s.s.SolrDispatchFilter user.dir=/opt/solr/server
3219 INFO  (main) [   ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
3239 INFO  (main) [   ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@57fffcd7{/solr,file:/opt/solr/server/solr-webapp/webapp/,AVAILABLE}{/opt/solr/server/solr-webapp/webapp}
3256 INFO  (main) [   ] o.e.j.s.ServerConnector Started ServerConnector@6947ac00{HTTP/1.1}{0.0.0.0:8983}
3256 INFO  (main) [   ] o.e.j.s.Server Started @3894ms
20913 INFO  (qtp5592464-20) [   ] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/cores params={indexInfo=false&wt=json&_=1448257821107} status=0 QTime=104 
21034 INFO  (qtp5592464-17) [   ] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/info/system params={wt=json&_=1448257821284} status=0 QTime=70 
21071 INFO  (qtp5592464-13) [   ] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/cores params={wt=json&_=1448257821391} status=0 QTime=0 
90027 INFO  (qtp5592464-20) [   ] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/cores params={indexInfo=false&wt=json&_=1448257890307} status=0 QTime=0 
90083 INFO  (qtp5592464-18) [   ] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/info/system params={wt=json&_=1448257890350} status=0 QTime=17 
96822 INFO  (Thread-0) [   ] o.e.j.s.ServerConnector Stopped ServerConnector@6947ac00{HTTP/1.1}{0.0.0.0:8983}
96824 INFO  (Thread-0) [   ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1613095350
96831 INFO  (Thread-0) [   ] o.e.j.s.h.ContextHandler Stopped o.e.j.w.WebAppContext@57fffcd7{/solr,file:/opt/solr/server/solr-webapp/webapp/,UNAVAILABLE}{/opt/solr/server/solr-webapp/webapp}

Starting Solr on port 8983 from /opt/solr/server

0    INFO  (main) [   ] o.e.j.u.log Logging initialized @647ms
570  INFO  (main) [   ] o.e.j.s.Server jetty-9.2.11.v20150529
610  WARN  (main) [   ] o.e.j.s.h.RequestLogHandler !RequestLog
613  INFO  (main) [   ] o.e.j.d.p.ScanningAppProvider Deployment monitor [file:/opt/solr/server/contexts/] at interval 0
1992 INFO  (main) [   ] o.e.j.w.StandardDescriptorProcessor NO JSP Support for /solr, did not find org.apache.jasper.servlet.JspServlet
2042 WARN  (main) [   ] o.e.j.s.SecurityHandler [email protected]@57fffcd7{/solr,file:/opt/solr/server/solr-webapp/webapp/,STARTING}{/opt/solr/server/solr-webapp/webapp} has uncovered http methods for path: /
2056 INFO  (main) [   ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): WebAppClassLoader=1926764753@72d818d1
2112 INFO  (main) [   ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
2114 INFO  (main) [   ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /opt/solr/server/solr
2119 INFO  (main) [   ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/opt/solr/server/solr/'
2451 INFO  (main) [   ] o.a.s.c.SolrXmlConfig Loading container configuration from /opt/solr/server/solr/solr.xml
2593 INFO  (main) [   ] o.a.s.c.CoresLocator Config-defined core root directory: /opt/solr/server/solr
2629 INFO  (main) [   ] o.a.s.c.CoreContainer New CoreContainer 1613095350
2636 INFO  (main) [   ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/opt/solr/server/solr/]
2636 INFO  (main) [   ] o.a.s.c.CoreContainer loading shared library: /opt/solr/server/solr/lib
2641 WARN  (main) [   ] o.a.s.c.SolrResourceLoader No files added to classloader from lib: lib (resolved as: /opt/solr/server/solr/lib).
2682 INFO  (main) [   ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
3226 INFO  (main) [   ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
3230 INFO  (main) [   ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
3232 INFO  (main) [   ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
3235 INFO  (main) [   ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
3236 INFO  (main) [   ] o.a.s.c.CoreContainer No authentication plugin used.
3295 INFO  (main) [   ] o.a.s.c.CoresLocator Looking for core definitions underneath /opt/solr/server/solr
3345 INFO  (main) [   ] o.a.s.c.SolrCore Created CoreDescriptor: {solr.replication.pollInterval=00:00:60, solr.autoCommit.MaxDocs=10000, solr.contrib.dir=../../../contrib, absoluteInstDir=/opt/solr/server/solr/collection1/, solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml, loadOnStartup=true, solr.replication.master=false, solr.mlt.timeAllowed=2000, solr.pinkPony.timeAllowed=-1, solr.autoSoftCommit.MaxTime=10000, schema=schema.xml, instanceDir=/opt/solr/server/solr/collection1, solr.replication.masterUrl=http://localhost:8983/solr, solr.autoSoftCommit.MaxDocs=2000, solr.luceneMatchVersion=5.0.0, configSetProperties=configsetprops.json, solr.autoCommit.MaxTime=120000, dataDir=data/, transient=false, config=solrconfig.xml, solr.replication.slave=false, name=collection1}
3351 INFO  (main) [   ] o.a.s.c.CoresLocator Found core collection1 in /opt/solr/server/solr/collection1/
3374 INFO  (main) [   ] o.a.s.c.CoresLocator Found 1 core definitions
3380 INFO  (coreLoadExecutor-6-thread-1) [   ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/opt/solr/server/solr/collection1/'
3386 INFO  (main) [   ] o.a.s.s.SolrDispatchFilter user.dir=/opt/solr/server
3386 INFO  (main) [   ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
3430 INFO  (main) [   ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@57fffcd7{/solr,file:/opt/solr/server/solr-webapp/webapp/,AVAILABLE}{/opt/solr/server/solr-webapp/webapp}
3468 INFO  (main) [   ] o.e.j.s.ServerConnector Started ServerConnector@3f510042{HTTP/1.1}{0.0.0.0:8983}
3469 INFO  (main) [   ] o.e.j.s.Server Started @4119ms
3641 INFO  (coreLoadExecutor-6-thread-1) [   ] o.a.s.c.SolrConfig current version of requestparams : 0
3648 INFO  (coreLoadExecutor-6-thread-1) [   ] o.a.s.c.SolrConfig Adding specified lib dirs to ClassLoader
3658 INFO  (coreLoadExecutor-6-thread-1) [   ] o.a.s.c.SolrResourceLoader Adding 'file:/opt/solr/contrib/extraction/lib/metadata-extractor-2.6.2.jar' to classloader
3659 INFO  (coreLoadExecutor-6-thread-1) [   ] o.a.s.c.SolrResourceLoader Adding 'file:/opt/solr/contrib/extraction/lib/poi-3.11.jar' to classloader
3660 INFO  (coreLoadExecutor-6-thread-1) [   ] o.a.s.c.SolrResourceLoader Adding 'file:/opt/solr/contrib/extraction/lib/bcmail-jdk15-1.45.jar' to classloader
3662 INFO  (coreLoadExecutor-6-thread-1) [   ] o.a.s.c.SolrResourceLoader Adding 'file:/opt/solr/contrib/extraction/lib/xmpcore-5.1.2.jar' to classloader
3663 INFO  (coreLoadExecutor-6-thread-1) [   ] o.a.s.c.SolrResourceLoader Adding 'file:/opt/solr/contrib/extraction/lib/jdom-1.0.jar' to classloader
3663 INFO  (coreLoadExecutor-6-thread-1) [   ] o.a.s.c.SolrResourceLoader Adding 'file:/opt/solr/contrib/extraction/lib/juniversalchardet-1.0.3.jar' to classloader
3664 INFO  (coreLoadExecutor-6-thread-1) [   ] o.a.s.c.SolrResourceLoader Adding 'file:/opt/solr/contrib/extraction/lib/tagsoup-1.2.1.jar' to classloader
3668 INFO  (coreLoadExecutor-6-thread-1) [   ] o.a.s.c.SolrResourceLoader Adding 'file:/opt/solr/contrib/extraction/lib/vorbis-java-core-0.6.jar' to classloader
3668 INFO  (coreLoadExecutor-6-thread-1) [   ] o.a.s.c.SolrResourceLoader Adding 'file:/opt/solr/contrib/extraction/lib/boilerpipe-1.1.0.jar' to classloader
3668 INFO  (coreLoadExecutor-6-thread-1) [   ] o.a.s.c.SolrResourceLoader Adding 'file:/opt/solr/contrib/extraction/lib/xmlbeans-2.6.0.jar' to classloader
3669 INFO  (coreLoadExecutor-6-thread-1) [   ] o.a.s.c.SolrResourceLoader Adding 'file:/opt/solr/contrib/extraction/lib/tika-core-1.7.jar' to classloader
3669 INFO  (coreLoadExecutor-6-thread-1) [   ] o.a.s.c.SolrResourceLoader Adding 'file:/opt/solr/contrib/extraction/lib/rome-1.0.jar' to classloader
3669 INFO  (coreLoadExecutor-6-thread-1) [   ] o.a.s.c.SolrResourceLoader Adding 'file:/opt/solr/contrib/extraction/lib/isoparser-1.0.2.jar' to classloader
3670 INFO  (coreLoadExecutor-6-thread-1) [   ] o.a.s.c.SolrResourceLoader Adding 'file:/opt/solr/contrib/extraction/lib/pdfbox-1.8.8.jar' to classloader
3670 INFO  (coreLoadExecutor-6-thread-1) [   ] o.a.s.c.SolrResourceLoader Adding 'file:/opt/solr/contrib/extraction/lib/aspectjrt-1.8.0.jar' to classloader
3670 INFO  (coreLoadExecutor-6-thread-1) [   ] o.a.s.c.SolrResourceLoader Adding 'file:/opt/solr/contrib/extraction/lib/xz-1.5.jar' to classloader
3670 INFO  (coreLoadExecutor-6-thread-1) [   ] o.a.s.c.SolrResourceLoader Adding 'file:/opt/solr/contrib/extraction/lib/poi-ooxml-schemas-3.11.jar' to classloader
3671 INFO  (coreLoadExecutor-6-thread-1) [   ] o.a.s.c.SolrResourceLoader Adding 'file:/opt/solr/contrib/extraction/lib/jempbox-1.8.8.jar' to classloader
3671 INFO  (coreLoadExecutor-6-thread-1) [   ] o.a.s.c.SolrResourceLoader Adding 'file:/opt/solr/contrib/extraction/lib/java-libpst-0.8.1.jar' to classloader
3671 INFO  (coreLoadExecutor-6-thread-1) [   ] o.a.s.c.SolrResourceLoader Adding 'file:/opt/solr/contrib/extraction/lib/bcprov-jdk15-1.45.jar' to classloader
3677 INFO  (coreLoadExecutor-6-thread-1) [   ] o.a.s.c.SolrResourceLoader Adding 'file:/opt/solr/contrib/extraction/lib/xercesImpl-2.9.1.jar' to classloader
3677 INFO  (coreLoadExecutor-6-thread-1) [   ] o.a.s.c.SolrResourceLoader Adding 'file:/opt/solr/contrib/extraction/lib/commons-compress-1.8.1.jar' to classloader
3678 INFO  (coreLoadExecutor-6-thread-1) [   ] o.a.s.c.SolrResourceLoader Adding 'file:/opt/solr/contrib/extraction/lib/apache-mime4j-dom-0.7.2.jar' to classloader
3678 INFO  (coreLoadExecutor-6-thread-1) [   ] o.a.s.c.SolrResourceLoader Adding 'file:/opt/solr/contrib/extraction/lib/tika-java7-1.7.jar' to classloader
3678 INFO  (coreLoadExecutor-6-thread-1) [   ] o.a.s.c.SolrResourceLoader Adding 'file:/opt/solr/contrib/extraction/lib/vorbis-java-tika-0.6.jar' to classloader
3678 INFO  (coreLoadExecutor-6-thread-1) [   ] o.a.s.c.SolrResourceLoader Adding 'file:/opt/solr/contrib/extraction/lib/apache-mime4j-core-0.7.2.jar' to classloader
3681 INFO  (coreLoadExecutor-6-thread-1) [   ] o.a.s.c.SolrResourceLoader Adding 'file:/opt/solr/contrib/extraction/lib/icu4j-54.1.jar' to classloader
3682 INFO  (coreLoadExecutor-6-thread-1) [   ] o.a.s.c.SolrResourceLoader Adding 'file:/opt/solr/contrib/extraction/lib/tika-xmp-1.7.jar' to classloader
3682 INFO  (coreLoadExecutor-6-thread-1) [   ] o.a.s.c.SolrResourceLoader Adding 'file:/opt/solr/contrib/extraction/lib/poi-ooxml-3.11.jar' to classloader
3682 INFO  (coreLoadExecutor-6-thread-1) [   ] o.a.s.c.SolrResourceLoader Adding 'file:/opt/solr/contrib/extraction/lib/poi-scratchpad-3.11.jar' to classloader
3683 INFO  (coreLoadExecutor-6-thread-1) [   ] o.a.s.c.SolrResourceLoader Adding 'file:/opt/solr/contrib/extraction/lib/jmatio-1.0.jar' to classloader
3683 INFO  (coreLoadExecutor-6-thread-1) [   ] o.a.s.c.SolrResourceLoader Adding 'file:/opt/solr/contrib/extraction/lib/tika-parsers-1.7.jar' to classloader
3683 INFO  (coreLoadExecutor-6-thread-1) [   ] o.a.s.c.SolrResourceLoader Adding 'file:/opt/solr/contrib/extraction/lib/fontbox-1.8.8.jar' to classloader
3691 INFO  (coreLoadExecutor-6-thread-1) [   ] o.a.s.c.SolrResourceLoader Adding 'file:/opt/solr/contrib/clustering/lib/mahout-collections-1.0.jar' to classloader
3692 INFO  (coreLoadExecutor-6-thread-1) [   ] o.a.s.c.SolrResourceLoader Adding 'file:/opt/solr/contrib/clustering/lib/jackson-mapper-asl-1.9.13.jar' to classloader
3692 INFO  (coreLoadExecutor-6-thread-1) [   ] o.a.s.c.SolrResourceLoader Adding 'file:/opt/solr/contrib/clustering/lib/carrot2-mini-3.9.0.jar' to classloader
3692 INFO  (coreLoadExecutor-6-thread-1) [   ] o.a.s.c.SolrResourceLoader Adding 'file:/opt/solr/contrib/clustering/lib/simple-xml-2.7.jar' to classloader
3693 INFO  (coreLoadExecutor-6-thread-1) [   ] o.a.s.c.SolrResourceLoader Adding 'file:/opt/solr/contrib/clustering/lib/mahout-math-0.6.jar' to classloader
3693 INFO  (coreLoadExecutor-6-thread-1) [   ] o.a.s.c.SolrResourceLoader Adding 'file:/opt/solr/contrib/clustering/lib/jackson-core-asl-1.9.13.jar' to classloader
3693 INFO  (coreLoadExecutor-6-thread-1) [   ] o.a.s.c.SolrResourceLoader Adding 'file:/opt/solr/contrib/clustering/lib/attributes-binder-1.2.1.jar' to classloader
3693 INFO  (coreLoadExecutor-6-thread-1) [   ] o.a.s.c.SolrResourceLoader Adding 'file:/opt/solr/contrib/clustering/lib/hppc-0.5.2.jar' to classloader
3992 INFO  (coreLoadExecutor-6-thread-1) [   ] o.a.s.u.SolrIndexConfig IndexWriter infoStream solr logging is enabled
4043 INFO  (coreLoadExecutor-6-thread-1) [   ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.0.0
4442 INFO  (coreLoadExecutor-6-thread-1) [   ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
4473 INFO  (coreLoadExecutor-6-thread-1) [   ] o.a.s.s.IndexSchema Reading Solr Schema from /opt/solr/server/solr/collection1/conf/schema.xml
4555 INFO  (coreLoadExecutor-6-thread-1) [   ] o.a.s.s.IndexSchema [collection1] Schema name=drupal-4.3-solr-5.x
5188 INFO  (coreLoadExecutor-6-thread-1) [   ] o.a.s.s.IndexSchema unique key field: id
5319 INFO  (coreLoadExecutor-6-thread-1) [   ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/opt/solr/server/solr/collection1/conf'
5320 INFO  (coreLoadExecutor-6-thread-1) [   ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /opt/solr/server/solr/collection1/
5322 INFO  (coreLoadExecutor-6-thread-1) [   x:collection1] o.a.s.c.SolrCore solr.NRTCachingDirectoryFactory
5340 INFO  (coreLoadExecutor-6-thread-1) [   x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/opt/solr/server/solr/collection1/], dataDir=[null]
5340 INFO  (coreLoadExecutor-6-thread-1) [   x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
5351 INFO  (coreLoadExecutor-6-thread-1) [   x:collection1] o.a.s.c.SolrCore [[collection1] ] Added SolrEventListener for newSearcher: [org.apache.solr.core.QuerySenderListener{queries=[]}]
5352 INFO  (coreLoadExecutor-6-thread-1) [   x:collection1] o.a.s.c.SolrCore [[collection1] ] Added SolrEventListener for firstSearcher: [org.apache.solr.core.QuerySenderListener{queries=[{q=solr rocks,start=0,rows=10}]}]
5387 INFO  (coreLoadExecutor-6-thread-1) [   x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /opt/solr/server/solr/collection1/data
5392 INFO  (coreLoadExecutor-6-thread-1) [   x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/opt/solr/server/solr/collection1/data/index/
5393 INFO  (coreLoadExecutor-6-thread-1) [   x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /opt/solr/server/solr/collection1/data/index
5438 INFO  (coreLoadExecutor-6-thread-1) [   x:collection1] o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
5439 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [   x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /opt/solr/server/solr/collection1/data/
6025 INFO  (coreLoadExecutor-6-thread-1) [   x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
6111 INFO  (coreLoadExecutor-6-thread-1) [   x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
6113 INFO  (coreLoadExecutor-6-thread-1) [   x:collection1] o.a.s.c.PluginBag requestHandler : '/update/json' created with startup=lazy 
6114 INFO  (coreLoadExecutor-6-thread-1) [   x:collection1] o.a.s.c.PluginBag requestHandler : '/update/csv' created with startup=lazy 
6116 INFO  (coreLoadExecutor-6-thread-1) [   x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
6151 INFO  (coreLoadExecutor-6-thread-1) [   x:collection1] o.a.s.c.PluginBag requestHandler : '/update/extract' created with startup=lazy 
6152 INFO  (coreLoadExecutor-6-thread-1) [   x:collection1] o.a.s.c.PluginBag requestHandler : '/update/xslt' created with startup=lazy 
6153 INFO  (coreLoadExecutor-6-thread-1) [   x:collection1] o.a.s.c.PluginBag requestHandler : '/analysis/field' created with startup=lazy 
6153 INFO  (coreLoadExecutor-6-thread-1) [   x:collection1] o.a.s.c.PluginBag requestHandler : '/analysis/document' created with startup=lazy 
6157 INFO  (coreLoadExecutor-6-thread-1) [   x:collection1] o.a.s.c.PluginBag requestHandler : '/spell' created with startup=lazy 
6157 INFO  (coreLoadExecutor-6-thread-1) [   x:collection1] o.a.s.c.PluginBag requestHandler : '/tvrh' created with startup=lazy 
6157 INFO  (coreLoadExecutor-6-thread-1) [   x:collection1] o.a.s.c.PluginBag requestHandler : '/terms' created with startup=lazy 
6157 INFO  (coreLoadExecutor-6-thread-1) [   x:collection1] o.a.s.c.PluginBag requestHandler : '/elevate' created with startup=lazy 
6158 INFO  (coreLoadExecutor-6-thread-1) [   x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,,/update/json/docs,/admin/luke,/export,pinkPony,/get,/admin/properties,/elevate,/update/json,/admin/threads,/query,/analysis/field,/analysis/document,/spell,/update/csv,/tvrh,/admin/segments,/admin/system,/replication,mlt,/config,/schema,/update/xslt,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/debug/dump,/terms,/update/extract
6158 WARN  (coreLoadExecutor-6-thread-1) [   x:collection1] o.a.s.c.RequestHandlers no default request handler is registered (either '/select' or 'standard')
6161 INFO  (coreLoadExecutor-6-thread-1) [   x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
6174 INFO  (coreLoadExecutor-6-thread-1) [   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
6174 INFO  (coreLoadExecutor-6-thread-1) [   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
6189 INFO  (coreLoadExecutor-6-thread-1) [   x:collection1] o.a.s.c.SolrCore Hard AutoCommit: if uncommited for 120000ms; if 10000 uncommited docs 
6190 INFO  (coreLoadExecutor-6-thread-1) [   x:collection1] o.a.s.c.SolrCore Soft AutoCommit: if uncommited for 10000ms; if 2000 uncommited docs 
6237 INFO  (coreLoadExecutor-6-thread-1) [   x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
    commit{dir=NRTCachingDirectory(MMapDirectory@/opt/solr/server/solr/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5aee0ded; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
6238 INFO  (coreLoadExecutor-6-thread-1) [   x:collection1] o.a.s.c.SolrCore newest commit generation = 1
6255 INFO  (coreLoadExecutor-6-thread-1) [   x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@5770b857[collection1] main
6266 INFO  (coreLoadExecutor-6-thread-1) [   x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /opt/solr/server/solr/collection1/conf
6267 INFO  (coreLoadExecutor-6-thread-1) [   x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/opt/solr/server/solr/collection1/conf}
6291 INFO  (coreLoadExecutor-6-thread-1) [   x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/opt/solr/server/solr/collection1/conf
6292 INFO  (coreLoadExecutor-6-thread-1) [   x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
6300 INFO  (coreLoadExecutor-6-thread-1) [   x:collection1] o.a.s.h.c.QueryElevationComponent Loading QueryElevation from: /opt/solr/server/solr/collection1/conf/elevate.xml
6321 INFO  (coreLoadExecutor-6-thread-1) [   x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
6337 INFO  (coreLoadExecutor-6-thread-1) [   x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: default
6337 INFO  (coreLoadExecutor-6-thread-1) [   x:collection1] o.a.s.h.c.SpellCheckComponent No queryConverter defined, using default converter
6343 INFO  (coreLoadExecutor-6-thread-1) [   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
6346 INFO  (searcherExecutor-7-thread-1-processing-x:collection1) [   x:collection1] o.a.s.c.SolrCore QuerySenderListener sending requests to Searcher@5770b857[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
6352 INFO  (coreLoadExecutor-6-thread-1) [   x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
6353 INFO  (coreLoadExecutor-6-thread-1) [   x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
6356 INFO  (coreLoadExecutor-6-thread-1) [   x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
6357 INFO  (coreLoadExecutor-6-thread-1) [   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1518608501399617536
6375 INFO  (coreLoadExecutor-6-thread-1) [   x:collection1] o.a.s.u.UpdateLog Took 22 ms to seed version buckets with highest version 1518608501399617536
6378 INFO  (coreLoadExecutor-6-thread-1) [   x:collection1] o.a.s.c.CoreContainer registering core: collection1
6429 INFO  (searcherExecutor-7-thread-1-processing-x:collection1) [   x:collection1] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=solr+rocks&distrib=false&start=0&rows=10&event=firstSearcher} hits=0 status=0 QTime=78 
6430 INFO  (searcherExecutor-7-thread-1-processing-x:collection1) [   x:collection1] o.a.s.c.SolrCore QuerySenderListener done.
6431 INFO  (searcherExecutor-7-thread-1-processing-x:collection1) [   x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
6433 INFO  (searcherExecutor-7-thread-1-processing-x:collection1) [   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5770b857[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
18753 INFO  (qtp5592464-16) [   ] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/cores params={indexInfo=false&wt=json&_=1448257938922} status=0 QTime=11 
18880 INFO  (qtp5592464-19) [   ] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/info/system params={wt=json&_=1448257939006} status=0 QTime=55 
31155 INFO  (Thread-0) [   ] o.e.j.s.ServerConnector Stopped ServerConnector@3f510042{HTTP/1.1}{0.0.0.0:8983}
31156 INFO  (Thread-0) [   ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1613095350
31159 INFO  (Thread-0) [   x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4bc30850
31162 INFO  (Thread-0) [   x:collection1] o.a.s.u.UpdateHandler closing DirectUpdateHandler2{commits=0,autocommit maxDocs=10000,autocommit maxTime=120000ms,autocommits=0,soft autocommit maxDocs=2000,soft autocommit maxTime=10000ms,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
31163 INFO  (Thread-0) [   x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
31163 INFO  (Thread-0) [   x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
31163 INFO  (Thread-0) [   x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
31176 INFO  (Thread-0) [   x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
31177 INFO  (Thread-0) [   x:collection1] o.a.s.c.CachingDirectoryFactory Closing NRTCachingDirectoryFactory - 2 directories currently being tracked
31178 INFO  (Thread-0) [   x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /opt/solr/server/solr/collection1/data [CachedDir<<refCount=0;path=/opt/solr/server/solr/collection1/data;done=false>>]
31178 INFO  (Thread-0) [   x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /opt/solr/server/solr/collection1/data
31179 INFO  (Thread-0) [   x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /opt/solr/server/solr/collection1/data/index [CachedDir<<refCount=0;path=/opt/solr/server/solr/collection1/data/index;done=false>>]
31179 INFO  (Thread-0) [   x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /opt/solr/server/solr/collection1/data/index
31195 INFO  (Thread-0) [   x:collection1] o.e.j.s.h.ContextHandler Stopped o.e.j.w.WebAppContext@57fffcd7{/solr,file:/opt/solr/server/solr-webapp/webapp/,UNAVAILABLE}{/opt/solr/server/solr-webapp/webapp}

Starting Solr on port 8983 from /opt/solr/server

0    INFO  (main) [   ] o.e.j.u.log Logging initialized @666ms
454  INFO  (main) [   ] o.e.j.s.Server jetty-9.2.11.v20150529
490  WARN  (main) [   ] o.e.j.s.h.RequestLogHandler !RequestLog
493  INFO  (main) [   ] o.e.j.d.p.ScanningAppProvider Deployment monitor [file:/opt/solr/server/contexts/] at interval 0
1674 INFO  (main) [   ] o.e.j.w.StandardDescriptorProcessor NO JSP Support for /solr, did not find org.apache.jasper.servlet.JspServlet
1730 WARN  (main) [   ] o.e.j.s.SecurityHandler [email protected]@57fffcd7{/solr,file:/opt/solr/server/solr-webapp/webapp/,STARTING}{/opt/solr/server/solr-webapp/webapp} has uncovered http methods for path: /
1768 INFO  (main) [   ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): WebAppClassLoader=1926764753@72d818d1
1816 INFO  (main) [   ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
1818 INFO  (main) [   ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /opt/solr/server/solr
1824 INFO  (main) [   ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/opt/solr/server/solr/'
2144 INFO  (main) [   ] o.a.s.c.SolrXmlConfig Loading container configuration from /opt/solr/server/solr/solr.xml
2286 INFO  (main) [   ] o.a.s.c.CoresLocator Config-defined core root directory: /opt/solr/server/solr
2330 INFO  (main) [   ] o.a.s.c.CoreContainer New CoreContainer 1613095350
2330 INFO  (main) [   ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/opt/solr/server/solr/]
2330 INFO  (main) [   ] o.a.s.c.CoreContainer loading shared library: /opt/solr/server/solr/lib
2338 WARN  (main) [   ] o.a.s.c.SolrResourceLoader No files added to classloader from lib: lib (resolved as: /opt/solr/server/solr/lib).
2368 INFO  (main) [   ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
2954 INFO  (main) [   ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
2958 INFO  (main) [   ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
2959 INFO  (main) [   ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
2962 INFO  (main) [   ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
2962 INFO  (main) [   ] o.a.s.c.CoreContainer No authentication plugin used.
3011 INFO  (main) [   ] o.a.s.c.CoresLocator Looking for core definitions underneath /opt/solr/server/solr
3064 INFO  (main) [   ] o.a.s.c.SolrCore Created CoreDescriptor: {solr.replication.pollInterval=00:00:60, solr.autoCommit.MaxDocs=10000, solr.contrib.dir=../../../contrib, absoluteInstDir=/opt/solr/server/solr/collection1/, solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml, loadOnStartup=true, solr.replication.master=false, solr.mlt.timeAllowed=2000, solr.pinkPony.timeAllowed=-1, solr.autoSoftCommit.MaxTime=10000, schema=schema.xml, instanceDir=/opt/solr/server/solr/collection1, solr.replication.masterUrl=http://localhost:8983/solr, solr.autoSoftCommit.MaxDocs=2000, solr.luceneMatchVersion=5.0.0, configSetProperties=configsetprops.json, solr.autoCommit.MaxTime=120000, dataDir=data/, transient=false, config=solrconfig.xml, solr.replication.slave=false, name=collection1}
3064 INFO  (main) [   ] o.a.s.c.CoresLocator Found core collection1 in /opt/solr/server/solr/collection1/
3084 INFO  (main) [   ] o.a.s.c.CoresLocator Found 1 core definitions
3097 INFO  (coreLoadExecutor-6-thread-1) [   ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/opt/solr/server/solr/collection1/'
3099 INFO  (main) [   ] o.a.s.s.SolrDispatchFilter user.dir=/opt/solr/server
3099 INFO  (main) [   ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done

Config files what cause this situation (without them is is working OK) are there for download.

I'll also report issue to boot2docker about why zombie is not reaped. Do you know how it is possible that it becomes zombie?

Sharing volume with host

I need share the solr data of my core with host, if i share in docker-compose like

volumes:
 - /opt/solr/mycore/data:/opt/solr/server/solr/mycore/data

I can't create the core mycore because i have problem of permission

/opt/solr/bin/solr create -c mycore
ERROR: Error CREATEing SolrCore 'mycore': Unable to create core [mycore] Caused by: Can't find resource 'solrconfig.xml' in classpath or '/opt/solr/server/solr/mycore/conf'

there is a way to share data of core?

Solr user has a low gid

The groupadd in the Dockerfile does not specify a gid, so you end up with 999. That can get in the way of host groups. We should use the same value as the solr user: 8983.

The create command does not exit on failure

The docker-solr create/pre-create commands do not exit when a core could not be created.

For example, here I'm creating a core with an invalid core name:

$ docker run -P solr solr-create -c 'bad%c*ren@me!'
Executing solr-create command
Configuring Solr to bind to 127.0.0.1
Running solr in the background. Logs are in /opt/solr/server/logs
Waiting up to 30 seconds to see Solr running on port 8983 [-]  
Started Solr server on port 8983 (pid=108). Happy searching!

solr is running
Creating core with: -c bad%c*ren@me!

Copying configuration to new core instance directory:
/opt/solr/server/solr/bad%c*ren@me!

Creating new core 'bad%c*ren@me!' using command:
http://localhost:8983/solr/admin/cores?action=CREATE&name=bad%c*ren@me!&instanceDir=bad%c*ren@me!


ERROR: Malformed escape pair at index 61: http://localhost:8983/solr/admin/cores?action=CREATE&name=bad%c*ren@me!&instanceDir=bad%c*ren@me!

Created core with: -c bad%c*ren@me!
Shutting down the background Solr
Sending stop command to Solr running on port 8983 ... waiting 5 seconds to allow Jetty process 108 to stop gracefully.
Restoring Solr configuration
Running Solr in the foreground

which prints an error and does not actually create the core, but the subsequent output claims the core was created and Solr starts as normal.

This is because bin/solr create does not return an error exit code, which is an upstream bug.
It looks like it may be https://issues.apache.org/jira/browse/SOLR-8801

We could work around this on our side by checking wget -O - 'http://localhost:8983/solr/admin/cores?action=STATUS&core=mycore' | grep -q instanceDir or check for the existence of /opt/solr/server/solr/mycore/.

How to use this repo with Drupal 7

I saw this issue on Drupal #4 and wondering if it is possible to use this with the Drupal 7 module: https://www.drupal.org/project/apachesolr

It looks as though only 1.4 and 4.x versions are supported and I only see 5.x versions in this repo.

I was trying to get a docker-compose to integrate with your deprecated repo makuk66/docker-solr

solr:
  build: ../build/docker-solr
  ports:
    - "8983:8983"
  expose:
    - "8983"

Which points to the repo and Dockerfile here using this deprecated solr container:

FROM makuk66/docker-solr:4.10.4
MAINTAINER M Parker "[email protected]"

ENV SOLR_VERSION solr-4.x

COPY apachesolr/solr-conf/$SOLR_VERSION/* /opt/$SOLR/example/solr/collection1/conf/

Anyway, I was getting a few errors when I build the machine which I posted on the associated repo: mparker17/docker-solr-apachesolr#1 and this made me wonder why official support for Drupal compatible Solr version seems unavailable. Thanks.

docker entry point is always verbose

mak@cylon:~$ docker run -it dockersolr/docker-solr:6.0-alpine bash
+ INIT_LOG=/opt/docker-solr/init.log
+ [[ bash = \s\o\l\r ]]
+ [[ bash = \s\o\l\r\-\c\r\e\a\t\e ]]
+ [[ bash = \s\o\l\r\-\p\r\e\c\r\e\a\t\e ]]
+ [[ bash = \s\o\l\r\-\d\e\m\o ]]

those bash commands should not be displayed by default.

Add Solr 6.0

When Solr 6 is released, we should package it.

data file doest not exist

When following the specified steps, post command results in following error:

docker exec -it --user=solr my_solr bin/post -c gettingstarted ~/Downloads/baseballdatabank-master/core/*.csv

Unrecognized argument: /Users/user/Downloads/baseballdatabank-master/core/AllstarFull.csv

If this was intended to be a data file, it does not exist relative to /opt/solr

The issue is not having the file in the docker volume, obviously.
The docs and docker hub instructions need to reflect this.

When I run image I get such error.

I build Dockerfile and then run image.The command of run like this, and I got such error.
I have tried 5.3 and 5.5 version.

root@sxwlinux:~# docker run --name my_solr2 -d -p 8983:8983 -t 147
5a9e328035097b23b3f4dfd5a4b7b048315592448761ae724c9053a487c81873
docker: Error response from daemon: Cannot start container 5a9e328035097b23b3f4dfd5a4b7b048315592448761ae724c9053a487c81873: [10] System error: json: cannot unmarshal string into Go value of type libcontainer.genericError.

How can I do? Thanks.

CI error for pull requests

From https://s3.amazonaws.com/archive.travis-ci.org/jobs/157691487/log.txt

DOCKER_EMAIL not set
...
Done. Your build exited with 1.

This build is trying to do a push, which it shouldn't, because it's for a PR.
The problem is in https://github.com/docker-solr/docker-solr/blob/master/build-all.sh#L213 where the logic assumes TRAVIS_PULL_REQUEST is set to true for a PR, whereas per https://docs.travis-ci.com/user/environment-variables/ it is set to the pull request number.
Instead of looking for true, it should look for not false.

unsecured admin interface

i want to deploy the solr docker image for use by the public but I have to secure it upfront. what is the preferred way to do that? it would be nice to have a config parameter for the image to set a password.

JDBC Libraries for Data Import Handler

I'm still somewhat new to Docker, so you might find that parts of my question reflect some misunderstandings about Docker, in general.

I figure anybody who uses Data Import Handler with JDBC is going to go down a similar road:

I'd like to be able to:

  • On docker-compose up, download the MariaDB driver from a specific URL, preferably only if it hasn't been downloaded already, and make it available to Solr.
  • Do the above without an intermediate base image.

I tried jumping through some hoops to make this happen: I figured I'd have a directory on the host where downloaded assets like this are persisted, then have a volume mounted to that spot, then put a script (that does the conditional download) into /docker-entrypoint-initdb.d (which itself is a volume). All that almost worked, but it seems that my init script can't write to the assets folder (because only root can write there).

I could, of course, manually download the jar to the host box and share that volume, but wherever possible, I'd like to eliminate manual steps like this (so it's straightforward to docker-compose up on any docker host).

Do I just need to bite the bullet and have an intermediate image? Something like this?

FROM solr:5

ADD https://downloads.mariadb.com/enterprise/1prc-8jnh/connectors/java/connector-java-1.4.6/mariadb-java-client-1.4.6.jar /opt/solr/server/lib

The problems that (I think) I see:

  • One extra moving part (the extra base image) as far as maintenance/management goes.
  • ADD doesn't do anything smart to locally cache downloads, so they download on every build.

Any tips would be welcome.

Hangs on "registering core" when using docker-compose

Using this setup:

  solr:
    image: solr
    ports:
     - "8983:8983"
    volumes:
      - ./.docker/solr_cores:/opt/solr/server/solr/mycores
    entrypoint:
      - docker-entrypoint.sh
      - solr-precreate
      - test_core

with docker-compose run solr

Result:
Hangs at
4580 INFO (coreLoadExecutor-6-thread-1) [ x:test_core] o.a.s.c.CoreContainer registering core: test_core

Environment:
macOS 10.12
Docker: Version 1.12.1-beta26.1 (build: 12100)
12c3e636425f8d73622261cdc0efed28f8202db7
docker-compose version 1.8.0, build f3628c7

I've reset the entirety of the Docker machine, rebooted my machine, recreated the folders etc. If I have multiple cores it only hangs after the second (or third, or fourth) core. Running it with --verbose offers nothing new. The image builds and runs perfectly using the straight docker commands though.

Extending base image

I'm relatively new to this docker thing and we are dockerizing our app. One of our components is a solr server. We need to add files to the docker image and create a volume for the data to be backed up easily. Below is our Dockerfile i built but i'm not sure if i got it right, can you help us?

FROM solr
MAINTAINER Learning Bird Development <[email protected]>

# Add mysql connector
RUN mkdir /opt/solr/contrib/dataimporthandler/lib
ADD mysql-connector-java-5.1.39-bin.jar /opt/solr/contrib/dataimporthandler/lib/mysql-connector-java-5.1.39-bin.jar

# Add default app core configuration
ADD app /opt/solr/server/solr/mycores/app

# Declare the volume for solr app core data
VOLUME /opt/solr/server/solr/mycores/app/data

# Expose solr port
EXPOSE 8983

# Set the current working dir to the core
WORKDIR /opt/solr

ENTRYPOINT ["docker-entrypoint.sh"]
CMD ["solr-precreate", "app"]

Unable to create solr "core"

For creating a "core" using below command

docker exec -it --user=solr my_solr bin/solr create_core -c gettingstarted

Docker is throwing an error -

flag provided but not defined: --user
See 'docker exec --help'.

Container start-time expansion mechanism

From a discussion in #14 arises this feature request for an extension machine that makes it easy to arrange for code to be run before Solr starts or after it has started, for example to create a core. You can of course already do that by making a custom image, but that's a pain. You can do various file-mounting and run argument tricks, but that's confusing and inconvenient. https://hub.docker.com/_/postgres/ has a good example to follow (see "How to extend this image"). And if we can do common tasks like creating a core or loading a core with some demo data, by just specifying a command-line argument, that would be nice too.

Related: SOLR-7316 "API to create a core is broken"

Volumes mounted with root as owner

We are trying to use this image with Kubernetes. With this we have the problem, that we are only able to mount volumes with root as owner. This means solr isn't able to write to the volume, since it doesn't has the required permissions.

Is there a way to write to use this kind of volume with this image?

The only solution I see at the moment is to set SOLR_USER to root and build the image by ourselves.


In case you are interested in Kuberenetes manifest:

---
apiVersion: apps/v1alpha1
kind: PetSet
metadata:
  name: solr
  labels:
    app: solr
spec:
  serviceName: solr
  replicas: 3
  template:
    metadata:
      name: solr
      labels:
        app: solr
      annotations:
        pod.alpha.kubernetes.io/initialized: "true"
    spec:
      containers:
      - name: solr
        image: solr:6-alpine
        ports:
        - name: http
          containerPort: 8983
        command:
        - /bin/bash
        args:
        - -c
        - /opt/solr/bin/solr start -f -z zookeeper:2181 -Dsolr.data.dir=/data
        volumeMounts:
        - name: datadir
          mountPath: /data
  volumeClaimTemplates:
  - metadata:
      name: datadir
      annotations:
        volume.alpha.kubernetes.io/storage-class: anything
    spec:
      accessModes: [ "ReadWriteOnce" ]
      resources:
        requests:
          storage: 50Gi

Unable to connect to Solr Via zookeeper

Hi,
I am trying to setup apache solr and zookeeper for end to end test via docker compose

First we run docker compose to start zookeeper and solr
After this step i can see solr is running fine on localhost:8983

then in the test(java) we try to create a CloudSolrClient, providing zookeeper host information, which is localhost:2181.

Now zookeeper return solr information to CloudSolrClient, which is not localhost:8983 but 172.17.0.5:8983(This is the ip address of SOLR DOCKER CONTAINER), but this ip is not available to access on localhost(means my Test can not see this IP). So my test can not connect to solr at all.

Can you please help in this.

Ravi.

Using your own schema.xml

Looking through the Dockerfile/issues/docs it's still unclear how and where to COPY a custom schema.xml. What path is the schema.xml file stored?

Options should be settable from environment variables

I've noticed other docker-ized apps that use environment variables to toggle settings. I think this is much more user friendly than asking folks to modify solr.in.sh in the container. Despite docker's awesomeness, modifying state is it's Achilles' heal (IMO). Fortunately, Solr's bin script is already designed around a lot of useful environment variables. We just need to remove or rename (so it can be referred to still) solr.in.sh. That mechanism would be more useful generally if it was written to check that each var is undefined before defining it. In such a way, this would make Solr easier to use outside of docker as well since I could simply set some env vars to configure Solr if I chose to do it that way -- knowing solr.in.sh wouldn't stomp on them. Others have asked about this too: #53 #44

Can we precreate more than one core

The solr-precreate only copies over one core. Is there a way to create more than one?

Also when I use solr-precreate the /docker-entrypoint-initdb.d/scripts are not run. I would like to run some init scripts to copy over some custom plugin jars into /opt/solr/server/solr/lib; these plugin jars are required for these existing cores.

Add help how to configure persistence (configs and index)

There are no volumes for config files and for index, so this image as-is can not have persistence.

In README there should be example of docker run with -v parameters and explained files structure for their custom config files.

update.sh should allow for different URLs

Currently, update.sh downloads from the Apache archive, which is slow, and ignores their plea to use mirrors. We should use mirrors to download the solr artifacts. It would also be good to have the ability to specify different download URLs so that you can pick a closer mirror manually.

This is particularly relevant today, because the archive is down until Monday.

Custom args?

What is the recommended way to provide custom args for providing system properties when running solr?

alive_nodes does not show all nodes

On https://hub.docker.com/_/solr/, @deeksha25 asked:

This zookeeper image does not recognize the solr instances other than the one that is running on port 8983. What I mean by that is if you run the 2 solr instances (eg Node1 on port 8983 and Node2 on port 8984), the number of alive_nodes on Admin UI still shows 8983. Why is it so?

Deeksha Is this still a current problem for you? Can you clarify if you're using the solr image, or the zookeeper image? If the former can you please add more details about what exactly what commands you ran, and why you are running Solr on different ports? If the latter, then it's not really an issue for this project.

pgpkeys error when building

When running build_all.sh I get:

+ gpg --keyserver pgpkeys.mit.edu --recv-key E6E21FFCDCEA14C95910EA65051A0FAF76BC6507
gpg: requesting key 76BC6507 from hkp server pgpkeys.mit.edu
gpgkeys: key E6E21FFCDCEA14C95910EA65051A0FAF76BC6507 can't be retrieved
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0
+ echo 'Failed to get the key from the key server'
Failed to get the key from the key server
+ exit 1

Trying the lookup of that key from the web UI http://pgpkeys.mit.edu/pks/lookup?search=EDF961FF03E647F9CA8A9C2C758051CCA3A13A7F&op=index I see

Proxy Error

The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request GET /pks/lookup.

Reason: Error reading from remote server

I assume this is a temporary infrastructure problem.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.