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

tests/10.0.x/sitecore-xp1/docker-compose.override.yml - right tags? #471

Open
3 tasks
sreerammc opened this issue Dec 9, 2020 · 1 comment
Open
3 tasks

Comments

@sreerammc
Copy link

sreerammc commented Dec 9, 2020

ISSUE

  • I have tried with the latest version of Docker for Windows (Stable or Edge) or Docker Enterprise.
  • Windows version is at least 1809 / ltsc2019.
  • Windows has the latest updates installed.

I see docker-compose.override-yaml file referes to:

  mssql:
    image: ${REGISTRY}sitecore-xp1-custom-sxa-jss-ps-mssql:10.0.0-windowsservercore-ltsc2019
cm:
    image: ${REGISTRY}sitecore-xp1-custom-sxa-jss-ps-cm:10.0.0-windowsservercore-ltsc2019
  • ${REGISTRY} is not defined.
  • I dont see tags containing "10.0.0-windowsservercore-ltsc2019" in sitecore community registry. I dont see windowsservercore in official tags.

When I point them to
scr.sitecore.com/community/sitecore-xp1-custom-sxa-jss-ps-mssql:10.0.0-ltsc2019

I see some issues with CM/CD/Trafik saying

<h2>ERROR 404</h2>
<p>Problem accessing /solr/sitecore_sxa_web_index/schema. Reason:
<pre>    Not Found</pre></p>
</body>

and

2020-12-07T09:54:43.136497700Z 11352 15:24:16 ERROR Health check sitecore_sxa_web_index completed after 3.041ms with status Unhealthy and '(null)'

Trafik fails to start. I am using XP1 sample provided in tests/10.0.x/sitecore-xp1/

Solr is not having schema: /solr/sitecore_sxa_web_index/. Is solr pointing to right image?? for JSS?

@vtml
Copy link
Contributor

vtml commented Dec 12, 2020

I am seeing the same issue and have managed to create another set of compose files for XM1 in another PR. Once the big PRs are merged, I will create another PR to fix all the outstanding compose file issues across the board.

To quickly resolve your current issue, the Solr container should be using the SXA container (JSS has no additional index cores). This seems to be working for me when I do that.

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