Closed
Solved
Jenkins Error using prpcServiceUtils
Using the prpcServiceUtils, I am getting this error:
Show More
Using the prpcServiceUtils, I am getting this error:
_callService: [java] Exception in thread "main" Operation EXPORT failed on jenkins-____-____-_______-________________, [java] at com.pega.pegarules.serviceclient.ClientMain.executeAndHandleResponse(ClientMain.java:116) [java] at com.pega.pegarules.serviceclient.ClientMain.main(ClientMain.java:61) [java] 21:52:17.541 [main] INFO [a.pegarules.serviceclient.ClientSettings] - -action export -propFileDir /___/____/_______/workspace/____/____-_______/_____________/scripts/utils/generated -poolSize ${prpcserviceutils.pool.size} -requestTimeOut ${prpcserviceutils.request.timeout} -tempDir /___/____/_______/workspace/____/____________/____________/tmp/PegaInstallTemp-06-December-2018-21.52.16 -artifactsDir /___/____/_______/_________/____/____________/______________/scripts/utils [java] 21:52:17.545 [main] INFO [a.pegarules.serviceclient.ClientSettings] - Setting Thread Pool Size to default 5 [java] 21:52:17.545 [main] INFO [a.pegarules.serviceclient.ClientSettings] - Setting Request TimeOut to default 300 [java] 21:52:17.548 [main] INFO [.pega.pegarules.serviceclient.ClientMain] - Initializing client Current Operation = EXPORT; Thread Pool Size = 5; RequestTimeOut = 300; TemporaryDirectory = /___/____/_______/_________/____/____________/______________/tmp/PegaInstallTemp-06-December-2018-21.52.16 [java] 21:52:17.550 [main] INFO [viceclient.requestmanager.RequestManager] - Initializing Request Manager [java] 21:52:17.550 [main] INFO [viceclient.requestmanager.RequestManager] - Initializing ExecutorService with pool size 5 [java] 21:52:17.554 [main] INFO [viceclient.requestmanager.RequestManager] - Performing EXPORT with params [System Name = _______-____-____-_______-________________ Parameters = {export.async=false, manageRestorePoints.restorePointLabel=, user.temp.dir= /___/____/_______/_________/____/____________/______________/tmp, import.commitRate=100, hotfix.bypassSchema=false, pega.rest.password=*****, import.allowInheritedConnections=false, pega.rest.response.type=json, import.mode=import, import.nofailonerror=false, export.branchAppContext=, hotfix.force=false, import.importFromRepository=false, export.applicationVersion=${applicationVersion}, pega.rest.username=_______, expose.reindexType=nonpega, export.exportToRepository=false, pega.rest.proxy.port=, hotfix.async=true, import.archive.path=, import.compileLibraries=true, import.insecureOperators=, rollback.downloadLogToFile=true, export.productName=EBS, expose.async=true, updateAccessGroup.applicationVersion=, import.preserveOrder=true, getstatus.operationName=, export.branchName=, expose.startDate=, export.productVersion=01.01.04, import.allowImportWithMissingDependencies=false, rollback.async=true, expose.reindex=true, updateAccessGroup.applicationName=, expose.includedClasses=, updateAccessGroup.groupList=, expose.endKey=, expose.excludeDescendents=true, expose.numOfThreads=1, export.archiveName=EBS01.01.04, getstatus.jobID=, expose.excludedClasses=, import.artifactType=, expose.includeDescendents=true, pega.rest.server.url=________.____._____.____.com:8080/prweb/PRRestService/, import.existingInstances=skip, manageRestorePoints.restorePointName=, import.async=true, expose.endDate=, rollback.restorePointName=, manageTrackedData.operation=, hotfix.dlFilePath=, import.skipBackup=false, pega.rest.proxy.workstation=, pega.rest.proxy.password=*****, import.archivePath=, hotfix.catalogPath=, import.codesetName=Customer, hotfix.operation=, pega.rest.proxy.domain=, expose.commitRate=100, pega.rest.proxy.host=, import.repositoryName=, rollback.action=SystemRollback, export.applicationName=${applicationName}, expose.startKey=, manageRestorePoints.action=, pega.rest.proxy.username=, export.repositoryName=, import.codesetVersion=06-01-01, import.bypassSchema=}] [java] 21:52:17.562 [main] INFO [viceclient.requestmanager.RequestManager] - Request on system _______-____-____-_______-________________ failed [java] 21:52:17.563 [main] ERROR [viceclient.requestmanager.RequestManager] - Request on system _______-____-____-_______-________________ failed [java] java.util.concurrent.ExecutionException: java.lang.IllegalArgumentException: Invalid URL provided for system _______-____-____-_______-________________
URL:________.____._____.____.com:8080/prweb/PRRestService/ [java] at java.util.concurrent.FutureTask.report(FutureTask.java:122) ~[?:1.8.0_141] [java] at java.util.concurrent.FutureTask.get(FutureTask.java:206) ~[?:1.8.0_141] [java] at com.pega.pegarules.serviceclient.requestmanager.RequestManager.processResponse(RequestManager.java:156) [prdeploy.jar:?] [java] at com.pega.pegarules.serviceclient.requestmanager.RequestManager.doOperation(RequestManager.java:141) [prdeploy.jar:?] [java] at com.pega.pegarules.serviceclient.ClientMain.executeAndHandleResponse(ClientMain.java:100) [prdeploy.jar:?] [java] at com.pega.pegarules.serviceclient.ClientMain.main(ClientMain.java:61) [prdeploy.jar:?] [java] Caused by: java.lang.IllegalArgumentException: Invalid URL provided for system _______-_____-____-_______-________________ URL:________.____._____.____.com:8080/prweb/PRRestService/ [java] at com.pega.pegarules.serviceclient.operation.AbstractOperation.parseURL(AbstractOperation.java:97) ~[prdeploy.jar:?] [java] at com.pega.pegarules.serviceclient.operation.AbstractOperation.validateInputParameters(AbstractOperation.java:229) ~[prdeploy.jar:?] [java] at com.pega.pegarules.serviceclient.rest.RestRequest.validateInputParameters(RestRequest.java:41) ~[prdeploy.jar:?] [java] at com.pega.pegarules.serviceclient.rest.AbstractRestRequest.execute(AbstractRestRequest.java:56) ~[prdeploy.jar:?] [java] at com.pega.pegarules.serviceclient.rest.AbstractRestRequest.execute(AbstractRestRequest.java:1) ~[prdeploy.jar:?] [java] at com.pega.pegarules.serviceclient.request.AbstractRequest.call(AbstractRequest.java:62) ~[prdeploy.jar:?] [java] at com.pega.pegarules.serviceclient.request.AbstractRequest.call(AbstractRequest.java:1) ~[prdeploy.jar:?] [java] at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_141] [java] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_141] [java] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_141] [java] at java.lang.Thread.run(Thread.java:748) ~[?:1.8.0_141] [java] [java] FAILED JOBS [java] -------------------------------------------------------------------------------------------- [java] [java] System Name : _______-_____-____-_______-________________ [java] Job ID : [java] Status : [java] Error Messages : REQUEST_VALIDATION_ERROR java.lang.IllegalArgumentException: Invalid URL provided for system jenkins-CEBS-CEBS-3534799-L1_to_L3_Test-20 URL:________.____._____._____.com:8080/prweb/PRRestService/ [java] -------------------------------------------------------------------------------------------- [java] 21:52:17.586 [main] INFO [viceclient.requestmanager.RequestManager] - Shutting down executor service [java] 21:52:17.586 [main] INFO [viceclient.requestmanager.RequestManager] - Executor Service shutdown completed BUILD FAILED /___/____/_______/workspace/____/____________/________________/scripts/utils/prpcServiceUtilsWrapper.xml:176: The following error occurred while executing this line:
/___/____/_______/workspace/____/____________/________________/scripts/utils/prpcServiceUtilsWrapper.xml:194: Java returned: 1 Total time: 1 second Ant Process returned a non 0 value Build step 'Execute shell' marked build as failure [Office365connector] No webhooks to notify Finished: FAILURE
Any help is appreciated.
TIA
-Karan
Show Less