Properties pegaRestServerURL where get this information
We are trying to upgrade our enviroment from 8.6 to 8.8, but we are facing some issues. The job pega-pre-up status is Error with the following log:
We are trying to upgrade our enviroment from 8.6 to 8.8, but we are facing some issues. The job pega-pre-up status is Error with the following log:
Jan 24, 2025 6:29:32 PM com.pega.pegarules.util.deploy.UpgradeDataModelImpl queryTableForProduct
INFO: Installed Product Versions:
Jan 24, 2025 6:29:32 PM com.pega.pegarules.util.deploy.UpgradeDataModelImpl queryTableForProduct
INFO: {Instance: PEGARULES PROCESS COMMANDER!8.6.2, Upgraded from version: 08-06-03, Build name: PRPC-8.6.2-382} (current version)
Jan 24, 2025 6:29:32 PM com.pega.pegarules.util.deploy.UpgradeDataModelImpl queryTableForProduct
INFO: {Instance: PEGARULES PROCESS COMMANDER!8.6.1, Upgraded from version: null, Build name: PRPC-8.6.1-292}
test=test
prdeploy_codeset_version=08-08-06
is_zeroDowntime_upgrade=true
Generating prpcutils.properties from templates.
================ Running pre-upgrade ====================
Upgrade Dass settings file:
{
"dass": [{
"pySetting": "true",
"pyPurpose": "IsClusterUpgrading",
"pyOwner": "Pega-Engine"
}, {
"pySetting": "true",
"pyPurpose": "ZeroDowntimeUpgradeInProgress",
"pyOwner": "Pega-Engine"
}]
}
Custom PRPCServiceUtils properties file:
pega.rest.server.url=
pega.rest.username=
pega.rest.password=
updateDASS.filePath=/opt/pega/kit/scripts/upgrade_dass_settings.json
Picked up JAVA_TOOL_OPTIONS: -Duser.home=/usr/share/pegauser
Buildfile: /opt/pega/kit/scripts/utils/prpcServiceUtilsWrapper.xml
-----------------------------------------
[java] 18:29:39.249 [main] INFO [viceclient.requestmanager.RequestManager] - Initializing Request Manager
[java] 18:29:39.249 [main] INFO [viceclient.requestmanager.RequestManager] - Initializing ExecutorService with pool size 5
[java] 18:29:39.254 [main] INFO [viceclient.requestmanager.RequestManager] - Performing UPDATEDASS with params [System Name = DefaultSystem Parameters = {pega.rest.server.url=, updateDASS.filePath=/opt/pega/kit/scripts/upgrade_dass_settings.json, pega.rest.password=*****, pega.rest.username=}]
[java] 18:29:39.283 [main] ERROR [viceclient.requestmanager.RequestManager] - Request on system DefaultSystem failed
[java] java.util.concurrent.ExecutionException: java.lang.IllegalArgumentException: URL cannot be empty string
[java] at java.util.concurrent.FutureTask.report(FutureTask.java:122) ~[?:?]
[java] at java.util.concurrent.FutureTask.get(FutureTask.java:191) ~[?:?]
In this environment we are trying to use the internal cluster address (pega-wbintb.pegasystemsbeta.svc.cluster.local:80/prweb/PRRestService) for the pegaRESTServerURL in the value.yaml of installer.
Has anyone ever needed to pass information to the pegaRestServe URL property?
If so, where is this information located within the pega?