You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting this error on start up and totally no idea why.
gem version 2.20
solr_wrapper -v
Loading configuration from /home/paul/app/.solr_wrapper
Starting Solr 8.7.0 on port 8983 ... /home/paul/.rvm/gems/ruby-2.7.2@app/gems/solr_wrapper-2.2.0/lib/solr_wrapper/configuration.rb:105: warning: calling URI.open via Kernel#open is deprecated, call URI.open directly or use URI#open
/home/paul/.rvm/gems/ruby-2.7.2@app/gems/json-2.1.0/lib/json/common.rb:156: warning: Using the last argument as keyword parameters is deprecated
Traceback (most recent call last):
9: from /home/paul/.rvm/gems/ruby-2.7.2@app/bin/ruby_executable_hooks:24:in `<main>'
8: from /home/paul/.rvm/gems/ruby-2.7.2@app/bin/ruby_executable_hooks:24:in `eval'
7: from /home/paul/.rvm/gems/ruby-2.7.2@app/bin/solr_wrapper:23:in `<main>'
6: from /home/paul/.rvm/gems/ruby-2.7.2@app/bin/solr_wrapper:23:in `load'
5: from /home/paul/.rvm/gems/ruby-2.7.2@app/gems/solr_wrapper-2.2.0/exe/solr_wrapper:113:in `<top (required)>'
4: from /home/paul/.rvm/gems/ruby-2.7.2@app/gems/solr_wrapper-2.2.0/lib/solr_wrapper/instance.rb:64:in `wrap'
3: from /home/paul/.rvm/gems/ruby-2.7.2@app/gems/solr_wrapper-2.2.0/exe/solr_wrapper:114:in `block in <top (required)>'
2: from /home/paul/.rvm/gems/ruby-2.7.2@app/gems/solr_wrapper-2.2.0/lib/solr_wrapper/instance.rb:215:in `with_collection'
1: from /home/paul/.rvm/gems/ruby-2.7.2@app/gems/solr_wrapper-2.2.0/lib/solr_wrapper/instance.rb:158:in `create'
/home/paul/.rvm/gems/ruby-2.7.2@app/gems/solr_wrapper-2.2.0/lib/solr_wrapper/instance.rb:321:in `exec': Failed to execute solr create: (RuntimeError)
ERROR: Failed to create collection 'hydra-development' due to: Underlying core creation failed while creating collection: hydra-development
The related log entries are:
2020-12-17 11:35:25.878 ERROR (OverseerThreadFactory-18-thread-1-processing-n:127.0.1.1:8983_solr) [ ] o.a.s.c.a.c.OverseerCollectionMessageHandler Collection: hydra-development operation: create failed:org.apache.solr.common.SolrException: Underlying core creation failed while creating collection: hydra-development
at org.apache.solr.cloud.api.collections.CreateCollectionCmd.call(CreateCollectionCmd.java:310)
at org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:264)
at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:517)
at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:218)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
java -version
openjdk version "11.0.9.1" 2020-11-04
OpenJDK Runtime Environment (build 11.0.9.1+1-Ubuntu-0ubuntu1.20.10)
OpenJDK 64-Bit Server VM (build 11.0.9.1+1-Ubuntu-0ubuntu1.20.10, mixed mode, sharing)
During the boot process I ran ps aux | grep [s]olr in another window and got this. Then the crash happens and no Solr could be found.
Hello,
I'm getting this error on start up and totally no idea why.
gem version 2.20
The related log entries are:
During the boot process I ran
ps aux | grep [s]olr
in another window and got this. Then the crash happens and no Solr could be found.Any help woud be much appreciated.
Thank you.
The text was updated successfully, but these errors were encountered: