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

No collections There were no collections returned from Solr. #321

Open
sbarinov opened this issue May 18, 2018 · 2 comments
Open

No collections There were no collections returned from Solr. #321

sbarinov opened this issue May 18, 2018 · 2 comments

Comments

@sbarinov
Copy link

sbarinov commented May 18, 2018

Hello,

I have an issue integrating banana with solr in embedded mode.

I've deployed and configured solr 7.3 in cloud mode and created a test collection called log-trace.
There are documents, I send them from logstash.
I am able to query it with the administrator web UI in solr (http://hostname:8983/solr/#/log-trace/query), my requests return the expected data with no errors.
I am also able to retrieve the list of collections by accessing URL http://hostname:8983/solr/admin/collections?action=LIST:

"responseHeader":{
    "status":0,
    "QTime":0},
  "collections":["log-trace"]}

I've unzipped banana-fusion 2.4.0 into the webapp directory of solr and successfully opened the index page (http://hostname:8983/solr/banana/src/index.html#/dashboard).
Then in dashboard settings I tried both http://hostname:8983/solr/ and /solr/ as a Solr server field value along with log-trace collection name.
In any case I receive the following alert at the top of the page:
No collections There were no collections returned from Solr.

I tried solr 5.0.0 with banana 1.6.0, cloud and standalone solr modes, installation on windows and centos and got the same result.

Does anyone have any thoughts on what am I doing wrong here?

Thank you.

@baidut
Copy link

baidut commented Nov 14, 2018

Hi, I had the same problem and I solved it by newing a dahboard, see
http://bigdatathinker.blogspot.com/2015/03/configuring-banana-with-solr.html

Also remember you need to create a new collection with the right configuration, see
https://github.com/lucidworks/banana#storing-dashboards-in-solr

@haidernitc
Copy link

Is there any update on this issue?

The error is still not getting resolved after following the below mentioned two URLs

http://bigdatathinker.blogspot.com/2015/03/configuring-banana-with-solr.html
https://github.com/lucidworks/banana#storing-dashboards-in-solr

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

3 participants