• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

solrconfig.xml missing luceneMatchVersion

Explorer ,
May 21, 2019 May 21, 2019

Copy link to clipboard

Copied

Hi all,

I'm using the addons docker image as part of setting my app up for local development using Docker as well as preparing to deploy to AWS ECS.

I've managed to connect to Solr from the CF Admin and I can access the Solr admin on my local machine as well.

However, when I try to create a new collection, I'm getting this error:

solrconfig.xml missing luceneMatchVersion

In my docker-compose.yml file I have"

  addons:

    container_name: mycfaddons

    image: eaps-docker-coldfusion.bintray.io/cf/addons

    environment:

      - acceptEULA=YES

      - configureExternalAddons=true

      - addonsHost=addons

      - addonsPort=8991

      - addonsUsername=admin

      - addonsPassword=admin

    ports:

      - "8991:8991"

    networks:

      - webnet

If I go into the CF Admin, I have the solr hostname as "addons" and the solr home directory as: "/opt/coldfusionaddonservices/solr"

I can see this error happen in the logs of the solr admin as soon as I attempt to create the collection, so I know the two are communicating with one another. I'm just not sure why this error is popping up.

Has anyone encountered this and have a solution?

Thank you,

Ben

Views

491

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
no replies

Have something to add?

Join the conversation
Resources
Documentation