Question
Coforge
Coforge
IN
Coforge
Posted: Apr 25, 2022
Last activity: Jun 28, 2022
Last activity: 28 Jun 2022 4:25 EDT
Closed
PrpcUtils script fails for export job
We have configure latest PrcUtils and Jenkins for export job but it is failing with below exception.
Show More
We have configure latest PrcUtils and Jenkins for export job but it is failing with below exception.
[mkdir] Created dir: /opt/prpcServiceUtils/prpcServiceUtils84/prpcServiceUtils/TempLogs/PegaInstallTemp-20-April-2022-15.42.18 [pega:hasenoughspace] Found 205786088KB of free space on '/opt/prpcServiceUtils/prpcServiceUtils84/prpcServiceUtils/TempLogs' [echo] *** JVM Arguments -Xmx1280m -Dlog4j.configurationFile=file:///%2Fopt%2FprpcServiceUtils%2FprpcServiceUtils84%2FprpcServiceUtils%2Fscripts%2Flib%2Flog4j2.xml -Dlogfile.timestamp=Apr-20-2022-15-42-18 *** -processInstances: [echo] Performing export on multiple instance(s) [pega:echoargline] arg line : -action export -propFileDir /opt/prpcServiceUtils/prpcServiceUtils84/prpcServiceUtils/scripts/utils/generated -poolSize ${prpcserviceutils.pool.size} -requestTimeOut ${prpcserviceutils.request.timeout} -tempDir /opt/prpcServiceUtils/prpcServiceUtils84/prpcServiceUtils/TempLogs/PegaInstallTemp-20-April-2022-15.42.18 -artifactsDir logs -processFailStrategy FAIL_PROCESS_ON_SINGLE_SYSTEM_FAILURE [echo] Reading connection information from BUILD FAILED /opt/prpcServiceUtils/prpcServiceUtils84/prpcServiceUtils/scripts/utils/prpcServiceUtilsWrapper.xml:179: java.lang.IllegalArgumentException: Invalid File Path at com.pega.pegarules.serviceclient.Validate.notZeroLength(Validate.java:36) at com.pega.pegarules.util.anttasks.FileUtils.validateFile(FileUtils.java:39) at com.pega.pegarules.util.anttasks.MultiSystemPropertyFileReader.validate(MultiSystemPropertyFileReader.java:126) at com.pega.pegarules.util.anttasks.MultiSystemPropertyFileReader.<init>(MultiSystemPropertyFileReader.java:74) at com.pega.pegarules.util.anttasks.PropertyFileGenerator.getReader(PropertyFileGenerator.java:251) at com.pega.pegarules.util.anttasks.PropertyFileGenerator.execute(PropertyFileGenerator.java:208) at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292) at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99) at org.apache.tools.ant.Task.perform(Task.java:350) at java.util.Vector.forEach(Vector.java:1277) at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:67) at net.sf.antcontrib.logic.IfTask.execute(IfTask.java:197) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99) at org.apache.tools.ant.TaskAdapter.execute(TaskAdapter.java:155) at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292) at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99) at org.apache.tools.ant.Task.perform(Task.java:350) at org.apache.tools.ant.Target.execute(Target.java:449) at org.apache.tools.ant.Target.performTasks(Target.java:470) at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1391) at org.apache.tools.ant.Project.executeTarget(Project.java:1364) at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41) at org.apache.tools.ant.Project.executeTargets(Project.java:1254) at org.apache.tools.ant.Main.runBuild(Main.java:830) at org.apache.tools.ant.Main.startAnt(Main.java:223) at org.apache.tools.ant.launch.Launcher.run(Launcher.java:284) at org.apache.tools.ant.launch.Launcher.main(Launcher.java:101)
Thanks
Show Less