Constellation docker Image doesn't work

Hi there,

I tried to setup the constellation ui by refering this article:

The Image can be started and but the log shows:

1632713804520  storage-interaction: initialiseStorageServiceAndGUID : ping failed to service : Args = null, null. null
ConstellationUI service (HTTP): listening on port 3443, static root=/usr/src/app/dist, url path=/c11n, nginx=null, loglevel=1

The command line I used is:

docker run -p 3443:3443 -v <>:/usr/src/app/certs --name constellation-service pega-docker.downloads.pega.com/constellationui/service:8.6.0-rc-latest port=3443 httpsKey=key.pem httpsCert=cert.pem urlPath=/c11n logLevel=info

And I tried to configure the settings in Pega Platform based on this url:

The url https://localhost:3443/prweb/constellation is not working. And http://localhost:3443/prweb/constellation is returning 404.

1632731971633 GET localhost:3443 /prweb/constellation
GET   404 /prweb/constellation 7ms

Can anyone help on making the Early Adoptor React UI work?

Thanks!

I figured out what is wrong. The path name must be host_folder as described in the doc. Previously I thought this is the folder name in the host machine.

@TravisG4

Hi,

We are also facing the same issue. But the things you mentioned we already did but still no luck.

1635851476325 cli-rest.initialise()
1635851476326 action=start
1635851476330 cli-servicestart.start(dist, 3443, https://abc.com:8123, httpsKey=/host_folder/abc.key, httpsCert=/host_folder/abc.crt, ccf=null, nginx=null, storageServiceAssets=[object Object])
1635851476330 httpmain.cllnInitialise(dist, https://abc.com:8123, null, [object Object], false, false, null)
1635851476381 storage-interaction.initialiseStorageServiceAndGUID()
1635851476381 storage-interaction.pingStorage()
1635851476381 storage service endpoint not initialised : null, null, [object Object] .
1635851476396 httpmain.routeHandler(https://abc.com:8123)
1635851476408 storage-interaction: initialiseStorageServiceAndGUID : ping failed to service : Args = [object Object]
ConstellationUI service (HTTPS): listening on port 3443, static root=/usr/src/app/dist, url path=https://abc.com:8123, nginx=null, loglevel=2

Hi @PriyankarG , I think there are errors in the params passed in. Could you give me the params that you used, and also tell me what url path (not domain) you wished the service to be on. The domain depends on your network

@johnn

Please find the command that we have used.

docker run -v /:/host_folder -p 3443:3443 --name pega-docker.downloads.pega.com/constellationui/service:8.6.0-rc-latest httpsKey= httpsCert= urlPath=https://abc.com:8123/constellation port=3443 logLevel=info

We also have raised a support request for the same: “INC-198304”. If you need any more details please let me know.

Note**: But what we have noticed that image that we pulled don’t had any constellation folder inside it.

: we gave the path

: we gave our container name

: we used the same key that we used to make our Pega server SSl enabled

: we used the same “crt” file that we used to make our Pega server SSl enabled.

Please let me know if you need any more details.

@PriyankarG

have you figured out the issue?

I have a similar issue.

PS. I think you have an incorrect parameter urlPath. It should be rather a relative path urlPath=/constellation