Question

Novitates
IN
Last activity: 2 Apr 2025 14:29 EDT
Issue in setting up Constellation App static server
Our application is an on-premise deployment running on version 24.2, and we are encountering issues while setting up the Constellation app's static server. Below are the steps we followed.
1. received API key and passcode from pega upon raising the request in pdn.
2.Installed docker on desktop and executed below command to login to docker.
docker login pega-docker.downloads.pega.com --username=reg-XXXXXX --password=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
3.Exceuted below commands to an appropriate repository and choose the right Image from the selected repository.
curl -X GET https://pega-docker.downloads.pega.com/v2/_catalog -H "X-JFrog-Art-Api:cmVmdGtuOjAxOjAwMDAwMDAwMDA6OHYwTzg0Y2xzWnFBb1lsVjF4OGFqTENncTgw"
curl -X GET "https://pega-docker.downloads.pega.com/v2/[repository name]/tags/list" -H "X-JFrog-Art-Api:cmVmdGtuOjAxOjAwMDAwMDAwMDA6OHYwTzg0Y2xzWnFBb1lsVjF4OGFqTENncTgw"
4.Pulled the image to docker using below command
docker pull pega-docker.downloads.pega.com/constellation-appstatic-service/docker-image:latest
5.Executed below command to run the docker.
Our application is an on-premise deployment running on version 24.2, and we are encountering issues while setting up the Constellation app's static server. Below are the steps we followed.
1. received API key and passcode from pega upon raising the request in pdn.
2.Installed docker on desktop and executed below command to login to docker.
docker login pega-docker.downloads.pega.com --username=reg-XXXXXX --password=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
3.Exceuted below commands to an appropriate repository and choose the right Image from the selected repository.
curl -X GET https://pega-docker.downloads.pega.com/v2/_catalog -H "X-JFrog-Art-Api:cmVmdGtuOjAxOjAwMDAwMDAwMDA6OHYwTzg0Y2xzWnFBb1lsVjF4OGFqTENncTgw"
curl -X GET "https://pega-docker.downloads.pega.com/v2/[repository name]/tags/list" -H "X-JFrog-Art-Api:cmVmdGtuOjAxOjAwMDAwMDAwMDA6OHYwTzg0Y2xzWnFBb1lsVjF4OGFqTENncTgw"
4.Pulled the image to docker using below command
docker pull pega-docker.downloads.pega.com/constellation-appstatic-service/docker-image:latest
5.Executed below command to run the docker.
docker run -p 3443:3443 -v C:\Users\KStore:/host_folder --name c11n-appstatic pega-docker.downloads.pega.com/constellation-appstatic-service/docker-image:latest port=3443 root=/usr/src/app/dist urlPath=/c11n httpsKey=pegatomcat.key httpsCert=pegatomcat.crt
Note: We made sure that the pega server is also using the same set of certificates as that of the docker for proper handshake to happen. Also, we are hosting newly setup app static sever and pega server on same machine.
6.Updated "ConstellationSVcURL" DSS with "https://localhost:3443/c11n" which is a new docker image url.
Error:
Even after updating the DSS value, we see errors in logs in docker, newly setup app static server is not able to sync with pega server. Below are the logs from docker.
- It says "KeyStore.json" is missing. keystore file /usr/src/app/dist/customers/LAPTOP-UD9VCJUS/keystore.json not found;
***Edited by Moderator Ellen to add Capability tags***
***Edited by Moderator Ellen to change type from General to Product***