Code Monkey home page Code Monkey logo

docker-examples's People

Contributors

amitkumar-ak avatar antonshmigel avatar ben-m-s avatar bmoles avatar bplasmeijer avatar gwdt avatar himadric avatar igorkorytko avatar imageicon avatar jeanfrancoislarente avatar jst-cyr avatar marcelgruber avatar mwillebrandscreates avatar naibafch avatar nickwesselman avatar sc-olenanosenko avatar sshushliapin 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

Watchers

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

docker-examples's Issues

Content Delivery URL / container isn't accessible via HTTPS

The default Sitecore Compose file (docker-compose.yml) doesn't configure the cd service for HTTPS, but the documentation has it being accessed as such. For example: https://containers.doc.sitecore.com/docs/config-transforms#run-docker-examples. This results in a 404 when browsing https://cd.dockerexamples.localhost.

The Compose override files that include the cd service (docker-compose.xm1.override.yml and docker-compose.xp1.override.yml) should have this configured appropriately in Traefik for HTTPS access.

Solr instance throwing 404

HTTP ERROR 404 javax.servlet.UnavailableException: Error processing the request. CoreContainer is either not initialized or shutting down.
URI: /solr/
STATUS: 404
MESSAGE: javax.servlet.UnavailableException: Error processing the request. CoreContainer is either not initialized or shutting down.
SERVLET: default
CAUSED BY: javax.servlet.ServletException: javax.servlet.UnavailableException: Error processing the request. CoreContainer is either not initialized or shutting down.
CAUSED BY: javax.servlet.UnavailableException: Error processing the request. CoreContainer is either not initialized or shutting down.

In the getting-started docker-compose.yml, should xconnect depend on solr or solr-init?

I tried running a docker compose up from getting-started in this repo (after running ./init.ps1), and it started solr, mssql, and id, but nothing else, and exited with a message about solr-init not having a health check. A few more tries resulted in the same error message.

When I changed xconnect to depend on solr instead of solr-init (which probably worked since solr-init had already run once), then a lot more stuff started to happen when I ran docker compose up.

Version mismatch: docker-compose.yml specifies version 3.0 but extension file docker-compose.vs.debug.g.yml uses version 3.4

When trying to run in VS2017 receiving the following build error:

Severity	Code	Description	Project	File	Line	Suppression State
Error		Version mismatch: file C:\Users\<user>\docker\sitecore\docker-demo\sitecore\9.0.1 rev. 171219 XM1\VS2017\SimpleSample\docker-compose.yml specifies version 3.0 but extension file C:\Users\<user>\docker\sitecore\docker-demo\sitecore\9.0.1 rev. 171219 XM1\VS2017\SimpleSample\obj\Docker\docker-compose.vs.debug.g.yml uses version 3.4.

For more troubleshooting information, go to http://aka.ms/DockerToolsTroubleshooting	docker-compose	C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\MSBuild\Sdks\Microsoft.Docker.Sdk\build\Microsoft.VisualStudio.Docker.Compose.targets	316	

Clarify runtime environment variables

One suggestion I have for improving the documentation and examples is to explain how Sitecore now uses Configuration Builders to source environment variables for things like connection strings and application keys when starting the site: it's not currently obvious how this works as past deployment scenarios under SIF usually involved MSDeploy transformations of the files on disk. A developer who needs to alter something at runtime (especially if it wasn't already specifically defined in Docker Compose or Kubernetes examples) can be confused as to how some Docker Compose ENV variables are referenced during build and others at runtime.

Thanks,
Alex

ERROR: for traefik Container "0ce8a5bedf56" is unhealthy. ERROR: Encountered errors while bringing up the project.

Hi Team,

I just cloned custom-image and trying to execute with following command.

image

  1. iisreset /stop
  2. .\init.ps1 -LicenseXmlPath C:\license\license.xml
  3. docker-compose up -d
    4.I am getting following error like ERROR: for traefik Container "0ce8a5bedf56" is unhealthy. ERROR: Encountered errors while bringing up the project.

image

image

**Please give your comments to resolve my issue.
If you need more details please give your reply
Thanks !

Volume that uses named pipe does not work by default on windows

The following volume that uses named pipes are not properly working on docker-compose V2

- source: \\.\pipe\docker_engine

Running docker-compose up will produce the following error:

Error response from daemon: Unrecognised volume spec: file '\\.\pipe\docker_engine' cannot be mapped. Only directories can be mapped on this platform

The workaround was to the disable the compose V2 on docker.

https://stackoverflow.com/questions/68010612/error-response-from-daemon-unrecognised-volume-spec-file-pipe-docker-engi

Custom-Images docker-examples-cm-1 and docker-examples-xconnect-1 exiting with the error The term 'C:toolsentrypointsiisDevelopment.ps1' is not recognized as the name of a cmdlet

Error detail

The term 'C:toolsentrypointsiisDevelopment.ps1' is not recognized as the
name of a cmdlet, function, script file, or operable program. Check the
spelling of the name, or if a path was included, verify that the path is
correct and try again.
At line:1 char:3

  • & C:toolsentrypointsiisDevelopment.ps1
  • + CategoryInfo          : ObjectNotFound: (C:toolsentrypointsiisDevelopmen 
    

t.ps1:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException

Issue with nuget restore on custom-images for Microsoft.Build.CentralPackageVersions

Hello,

I'm currently using this repository alongside the Sitecore Commerce Developer's Fundamentals 10 training course. In attempting to execute docker-compose build in C:\sitecore\docker-examples\custom-images, I eventually receive the following error during the nuget restore step:

Step 13/22 : RUN nuget restore
 ---> Running in f1172e4564a8
MSBuild auto-detection: using msbuild version '16.10.2.30804' from 'C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin'.
C:\build\Directory.Build.targets : warning : Unable to load the service index for source https://api.nuget.org/v3/index.json.
C:\build\Directory.Build.targets : warning : Unable to load the service index for source https://sitecore.myget.org/F/sc-packages/api/v3/index.json.
C:\build\Directory.Build.targets : error : Unable to find package Microsoft.Build.CentralPackageVersions. No packages exist with this id in source(s): Nuget, Sitecore
C:\build\Directory.Build.targets : error : C:\Program Files\dotnet\sdk\5.0.301\Sdks\Microsoft.Build.CentralPackageVersions\Sdk not found. Check that a recent enough .NET SDK is installed and/or increase the version specified in global.json.C:\build\Directory.Build.targets : error MSB4236: The SDK 'Microsoft.Build.CentralPackageVersions/2.0.79' specified could not be found. [C:\build\src\DockerExamples.Website\DockerExamples.Website.csproj]
C:\build\Directory.Build.targets : error MSB4236: The SDK 'Microsoft.Build.CentralPackageVersions/2.0.79' specified could not be found. [C:\build\src\DockerExamples.XConnect\DockerExamples.XConnect.csproj]
C:\build\Directory.Build.targets : error MSB4236: The SDK 'Microsoft.Build.CentralPackageVersions/2.0.79' specified could not be found. [C:\build\src\DockerExamples.XConnect.Model\DockerExamples.XConnect.Model.csproj]
C:\build\Directory.Build.targets : error MSB4236: The SDK 'Microsoft.Build.CentralPackageVersions/2.0.79' specified could not be found. [C:\build\src\App.XConnect.ModelBuilder\App.XConnect.ModelBuilder.csproj]
C:\build\Directory.Build.targets : error MSB4236: The SDK 'Microsoft.Build.CentralPackageVersions/2.0.79' specified could not be found. [C:\build\src\App.XConnect.Demo\App.XConnect.Demo.csproj]

The command 'powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; nuget restore' returned a non-zero code: 1
ERROR: Service 'solution' failed to build : Build failed

I know that this reference does exist on Nuget.org, so I feel like I must be doing something wrong. Is this an error that is known? If so, can you kindly provide some guidance?

Thank you!

Traefik certs_config.yaml is hard coded to one site name?

Think I've spotted an issue here - but apologies in advance if this is just me not understanding something.

I've cloned the repo and made some tweaks to simplify it to my needs (just want an XM0 instance, no need for the custom solution container) and I seemed to have it all working. Until I changed my site's name from the default of "dockerexamples" to something else.

I deleted the certs files generated in docker\traefik\certs and re-ran init.ps1 with my new value for $HostName. It completes without error, but when I start my containers I now get browser "site is not secure" errors, as it no longer likes the certificate.

Poking about, to try and work out why, I realise that certs_config.yaml is hard coded to assume the certificate files are named with "dockerexamples" (e.g. _wildcard.dockerexamples.localhost.pem) but init.ps1 has now generated cert files that have my new site name in them:

image

If I manually fix the certs_config.yaml file then it seems to start working again. So should the init script generate the certs config file too, perhaps? Or is there a better way of parameterising that file?

XP1 Custom build - empty keys value in connectionstring.config on CM

I am creating new custom images based on XP1 yaml files provided here but when i inspect the CM image i find that the connectionstring.config there is having empty values in 3 keys

xconnect.search
xconnect.search.certificate
reporting

<connectionStrings configBuilders="SitecoreConnectionStringsBuilder"> <add name="core" connectionString="user id=user;password=password;Data Source=(server);Database=Sitecore_Core"/> <add name="security" connectionString="user id=user;password=password;Data Source=(server);Database=Sitecore_Security"/> <add name="master" connectionString="user id=user;password=password;Data Source=(server);Database=Sitecore_Master"/> perienceForms"/> <add name="exm.master" connectionString="user id=user;password=password;Data Source=(server);Database=Sitecore_EXM.Master"/> <add name="sitecore.reporting.client" connectionString="https://Sitecore_xconnect/"/> <add name="sitecore.reporting.client.certificate" connectionString="StoreName=My;StoreLocation=CurrentUser;FindType=FindByThumbprint;FindValue="/> <add name="solr.search" connectionString="https://localhost:8995/solr"/> <add name="sitecoreidentity.secret" connectionString="Set client secret for Sitecore Identity server here."/> <add name="xconnect.collection" connectionString="https://Sitecore_xconnect"/> <add name="xconnect.collection.certificate" connectionString="StoreName=My;StoreLocation=LocalMachine;FindType=FindByThumbprint;FindValue="/> <add name="xdb.marketingautomation.operations.client" connectionString="https://Sitecore_xconnect"/> <add name="xdb.marketingautomation.operations.client.certificate" connectionString="StoreName=My;StoreLocation=CurrentUser;FindType=FindByThumbprint;FindValue="/> <add name="xdb.marketingautomation.reporting.client" connectionString="https://Sitecore_xconnect"/> <add name="xdb.marketingautomation.reporting.client.certificate" connectionString="StoreName=My;StoreLocation=CurrentUser;FindType=FindByThumbprint;FindValue="/> <add name="xdb.referencedata.client" connectionString="https://Sitecore_xconnect"/> <add name="xdb.referencedata.client.certificate" connectionString="StoreName=My;StoreLocation=CurrentUser;FindType=FindByThumbprint;FindValue="/> <add name="EXM.CryptographicKey" connectionString="0x0000000000000000000000000000000000000000000000000000000000000000"/> <add name="EXM.AuthenticationKey" connectionString="0x0000000000000000000000000000000000000000000000000000000000000000"/> <add name="PackageManagementServiceUrl" connectionString="https://updatecenter.cloud.sitecore.net/"/> <add name="xconnect.search" connectionString=""/> <add name="xconnect.search.certificate" connectionString=""/> <add name="reporting" connectionString=""/> </connectionStrings>

failed to compute cache key

Hello team,
I just followed the read-me steps to run Sitecore docker image, getting this error, any idea?
image

URGENT: Build is failing probably due to missing $env:SITEPATH

Hi,

When I run F5 for the first time it fails saying path is undefined. This is probably because I could not file $env:SITEPATH where it is defined and what value should it have? Exact error mentioned below

Urgent help will be very appreciated.


1>Step 5/9 : RUN Rename-Item -Path $env:SITEPATH -NewName $env:DEFAULTWEBSITENAME; New-Item -Path $env:SITEPATH -ItemType Directory | Out-Null;
1> ---> Running in 1ea8e628a305
Rename-Item : Cannot bind argument to parameter 'Path' because it is null.
1>At line:1 char:94
1>+ ... ference = 'SilentlyContinue'; Rename-Item -Path $env:SITEPATH -NewNam ...
1>+ ~~~~~~~~~~~~~
1> + CategoryInfo : InvalidData: (:) [Rename-Item], ParentContainsEr
1> rorRecordException
1>�[0m�[91m + FullyQualifiedErrorId : ParameterArgumentValidationErrorNullNotAllowed,M
1>�[0m�[91m icrosoft.PowerShell.Commands.RenameItemCommand
1>
1>Service 'website' failed to build: The command 'powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Rename-Item -Path $env:SITEPATH -NewName $env:DEFAULTWEBSITENAME; New-Item -Path $env:SITEPATH -ItemType Directory | Out-Null;' returned a non-zero code: 1
1>�[0m

Failed to build custom image when Management Module is included

Reproduction Steps:

  1. modify cm Dockerfile to use Management Module image:
# escape=`
ARG BASE_IMAGE
ARG SXA_IMAGE
ARG SPE_IMAGE
ARG TOOLING_IMAGE
ARG MANAGEMENT_SERVICES_IMAGE

FROM ${TOOLING_IMAGE} as tooling
FROM ${SPE_IMAGE} as spe
FROM ${SXA_IMAGE} as sxa
FROM ${MANAGEMENT_SERVICES_IMAGE} as management_services
FROM ${BASE_IMAGE}


SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]

# Copy development tools and entrypoint
COPY --from=tooling \tools\ \tools\

WORKDIR C:\inetpub\wwwroot

# Add SPE module
COPY --from=spe \module\cm\content .\

# Add SXA module
COPY --from=sxa \module\cm\content .\
COPY --from=sxa \module\tools \module\tools
RUN C:\module\tools\Initialize-Content.ps1 -TargetPath .\; `
    Remove-Item -Path C:\module -Recurse -Force;

#copy the Sitecore Management Services Module
COPY --from=management_services c:\module\cm\content C:\inetpub\wwwroot

# Copy role transforms
COPY .\transforms\ \transforms\role\

# Perform role transforms
#RUN C:\tools\scripts\Invoke-XdtTransform.ps1 -Path .\ -XdtPath C:\transforms\role`
  1. modify cm node in docker-compose.xp1.override.yml
`cm:
    image: ${REGISTRY}${COMPOSE_PROJECT_NAME}-xm1-cm:${VERSION:-latest}
    build:
      context: ./docker/build/cm
      args:
        BASE_IMAGE: ${SITECORE_DOCKER_REGISTRY}sitecore-xm1-cm:${SITECORE_VERSION}
        SPE_IMAGE: ${SITECORE_MODULE_REGISTRY}sitecore-spe-assets:${SPE_VERSION}
        SXA_IMAGE: ${SITECORE_MODULE_REGISTRY}sitecore-sxa-xm1-assets:${SXA_VERSION}
        TOOLING_IMAGE: ${SITECORE_TOOLS_REGISTRY}sitecore-docker-tools-assets:${TOOLS_VERSION}
        MANAGEMENT_SERVICES_IMAGE: ${SITECORE_MODULE_REGISTRY}sitecore-management-services-xp1-assets:${SITECORE_MODULE_VERSION}
    depends_on:
      - solution
    volumes:
      - ${LOCAL_DEPLOY_PATH}\website:C:\deploy
      - ${LOCAL_DATA_PATH}\cm:C:\inetpub\wwwroot\App_Data\logs
    environment:
      SITECORE_DEVELOPMENT_PATCHES: CustomErrorsOff
    entrypoint: powershell -Command "& C:\\tools\\entrypoints\\iis\\Development.ps1"`
  1. add SITECORE_MODULE_VERSION to .env
    SITECORE_MODULE_VERSION=5.1.25-1809
  2. run following command using terminal in administrator mode:
    docker-compose -f docker-compose.xp1.yml -f docker-compose.xp1.override.yml up -d

attempt of building cm image in step COPY --from=managementservices c:\module\cm\content C:\inetpub\wwwroot always ends with following error:
ERROR: Service 'cm' failed to build: invalid from flag value managementservices: pull access denied for managementservices, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
OS: Windows 11 PRO 23H2 22631.3155
Docker version: Docker Desktop 4.27.1(used Docker-compose in version 1.25.1 as well but with the same result)

unhealthy error.

I am getting these error messages at the end. do we need special license file for Sitecore 10 ?
as i used the same one of 8.x
ERROR: for cortexprocessingworker Container "0ee95485f65b" is unhealthy.
ERROR: for xdbautomationworker Container "0ee95485f65b" is unhealthy.
ERROR: for xdbsearchworker Container "0ee95485f65b" is unhealthy.
ERROR: for traefik Container "cf6d26327a49" is unhealthy.
ERROR: Encountered errors while bringing up the project.

Sitecore 10.0.1 - Custom Images- Not able to bring up the containers

HI Team, I am trying to use the Custom-Images with Solution Service As-Is, but not able to bring up the containers. I did not do any customization and using the exact same solution.

When tryig to bring up the containers, I see below error message in the CM and xConnect Containers.

Service 'w3svc' has been stopped
APPCMD failed with error code 259
Failed to update IIS configuration
[LOGMONITOR] INFO: Entrypoint processs exit code: -2147467259.

Could you please help me on getting this resolved as we are planning to start the Dockers development.

Not able to docker-compose sample images

I followed instructions found here:
https://doc.sitecore.com/en/developers/100/developer-tools/deploying-files-into-running-containers.html

It worked once for me. After deleting everything and starting over, I get the following errors:

PS C:\sitecore\docker-examples\custom-images> docker-compose up -d
[+] Running 32/41

  • cm Error 1.2s
  • hrz Pulled 65.7s
    • e4800203e906 Pull complete 37.0s
    • 2ca39c593a62 Pull complete 45.0s
    • f33de20d83fc Pull complete 46.1s
    • 8b0ae43de5e3 Pull complete 51.6s
    • a2725e1f8146 Pull complete 54.6s
    • 884f009485ab Pull complete 54.8s
    • 9d7d75acd1ca Pull complete 55.0s
    • 7b8fec044280 Pull complete 60.4s
    • 9bcec76a157c Pull complete 62.1s
    • 82a370b23187 Pull complete 62.9s
  • solution Error 1.2s
  • solr-init Error 2.3s
  • xconnect Error 2.3s
  • xdbsearchworker Error 4.4s
  • traefik Pulled 615.5s
    • 65014b3c3121 Pull complete 409.8s
    • eac6fba788c9 Pull complete 607.2s
    • edc29de22414 Pull complete 607.4s
    • 4b6882ac7e42 Pull complete 610.8s
    • 423691ba5ecc Pull complete 613.6s
    • 84a00a51e357 Pull complete 613.8s
    • e0d82edeef84 Pull complete 614.0s
  • mssql Error 2.3s
  • solr Pulled 571.2s
    • 4612f6d0b889 Pull complete 243.8s
    • f143c6fed32d Pull complete 545.0s
    • 029f0136f9df Pull complete 545.5s
    • 5d91b2ec93f3 Pull complete 546.0s
    • 70f2e100a58a Pull complete 549.5s
    • 8fc67a75e093 Pull complete 559.5s
    • 5ee291a0b2e3 Pull complete 562.9s
    • 2f9e91afb2ea Pull complete 567.1s
    • 9644bd0933ff Pull complete 567.7s
    • 90f616ea8a5a Pull complete 568.1s
    • 48df64bdb7fd Pull complete 568.6s
    • 595f2220d708 Pull complete 569.1s
  • id Error 3.3s
  • xdbautomationworker Error 2.3s
  • cortexprocessingworker Error 4.4s
    not implemented
    PS C:\sitecore\docker-examples\custom-images>

docker-compose up -d doesn't work

Steps to reproduce:

  1. Switch to master or develop branch
  2. Initialize environment .\init.ps1 -LicenseXmlFile c:\license\license.xml
  3. cd custom-images\docker
  4. Run .\clean.ps1 to make sure that there are no artifacts from previous times
  5. cd custom-images
  6. run docker-compose up -d

Expected result: containers up and running
Actual result:

Creating docker-examples_solr_1  ... done
Creating docker-examples_mssql_1 ... done
Creating docker-examples_mssql-init_1 ... done
Creating docker-examples_solr-init_1  ... done
Creating docker-examples_xconnect_1   ... done
Creating docker-examples_id_1         ... done
Creating docker-examples_cm_1         ... done
Creating docker-examples_hrz_1        ... done

ERROR: for traefik  Container "a544e3fe3ff7" is unhealthy.

ERROR: for xdbsearchworker  Container "6b2cc5dcc865" is unhealthy.

ERROR: for cortexprocessingworker  Container "6b2cc5dcc865" is unhealthy.

ERROR: for xdbautomationworker  Container "6b2cc5dcc865" is unhealthy.
ERROR: Encountered errors while bringing up the project.

I ignore traefik as it will be unhealthy if at least one container is unhealthy

Investigations:

  1. run docker logs 6b2cc5dcc865 (xdbsearchworker)

Error present in logs:

2022-01-18 10:30:59.886 +02:00 [Error] Health check "XConnect SolrCloud cluster live collection health check" completed after 26.9359ms with status Unhealthy and '"SolrCloud Cluster health check failed."
2022-01-18 10:32:00.534 +02:00 [Error] Health check "XConnect SolrCloud cluster live collection health check" completed after 1.8999ms with status Unhealthy and '"SolrCloud Cluster health check failed."'

10.1.0.1 Release - Container is unhealthy when running docker-compose up

I'm trying to setup a Sitecore XP 10.1.2 single instance development machine, but I'm encountering an issue with the 10.1.0.1 release/tag of the docker-examples solution.

Steps to reproduce:

  1. Download the 10.1.0.1 release or clone the 10.1.0.1 tag
  2. In the custom-images folder, run init.ps1
  3. Next, run docker-compose up -d

Expected result:
The containers get build and start successfully.

Actual result:
The docker-compose up command exits with the following errors:

Creating network "docker-examples_default" with the default driver
Creating docker-examples_mssql_1 ... done
Creating docker-examples_solr_1 ... done
Creating docker-examples_solr-init_1 ... done
Creating docker-examples_xconnect_1 ... done
Creating docker-examples_id_1 ... done
Creating docker-examples_cm_1 ... done
Creating docker-examples_hrz_1 ... done

ERROR: for traefik Container "1465a1989acf" is unhealthy.

ERROR: for xdbautomationworker Container "f08699d12809" is unhealthy.

ERROR: for xdbsearchworker Container "f08699d12809" is unhealthy.

ERROR: for cortexprocessingworker Container "f08699d12809" is unhealthy.
ERROR: Encountered errors while bringing up the project.

Additional information:
Container "f08699d12809" is the xconnect container. When checking the logs for that container, the following errors are displayed in the logs:

2022-09-05 08:52:18.848 +00:00 [Error] Health check "XConnect SolrCloud cluster live collection health check" completed after 3.1796ms with status Unhealthy and '"SolrCloud Cluster health check failed."'
2022-09-05 08:52:18.926 +00:00 [Error] Health check "XConnect SolrCloud cluster live collection health check" completed after 3.4757ms with status Unhealthy and '"SolrCloud Cluster health check failed."'
2022-09-05 08:52:33.401 +00:00 [Error] Health check "processing engine tasks" completed after 14543.2824ms with status Unhealthy and '"Error message: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)"'
2022-09-05 08:52:33.401 +00:00 [Error] Health check "processing engine tasks" completed after 14465.6735ms with status Unhealthy and '"Error message: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)"'

When checking the docker\data\solr folder, there are no solr indexes present.

Errors generating Traefik SSL certificates

While running the init script I'm getting this error, I'm running powershell as administrator.

Populating required .env file variables...
Downloading and installing mkcert certificate tool...
Generating Traefik TLS certificates...
Using the local CA at "C:\Users\hello\AppData\Local\mkcert" ✨
ERROR: add cert: Failed adding cert: Access is denied.
Using the local CA at "C:\Users\hello\AppData\Local\mkcert" ✨
Warning: the local CA is not installed in the system trust store! ⚠️
Warning: the local CA is not installed in the Java trust store! ⚠️
Run "mkcert -install" to avoid verification errors ‼️

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.