Question
HMRC
GB
Last activity: 16 May 2018 7:59 EDT
prpcUtils - supported file types
Hi, I'm trying to import an archive using prpcUtils but get the following error:
Hi, I'm trying to import an archive using prpcUtils but get the following error:
[java] SEVERE: Problem during method invocation (main)
[java] com.pega.pegarules.pub.PRException: A problem occurred
[java] From: (unknown)
[java] at com.pega.pegarules.deploy.external.util.ImportUtility.main(ImportUtility.java:263)
[java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[java] at java.lang.reflect.Method.invoke(Method.java:498)
[java] at com.pega.pegarules.internal.bootstrap.PRBootstrap.invokeMethod(PRBootstrap.java:370)
[java] at com.pega.pegarules.internal.bootstrap.PRBootstrap.invokeMethodPropagatingThrowable(PRBootstrap.java:411)
[java] at com.pega.pegarules.boot.internal.extbridge.AppServerBridgeToPega.invokeMethodPropagatingThrowable(AppServerBridgeToPega.java:224)
[java] at com.pega.pegarules.boot.internal.extbridge.AppServerBridgeToPega.invokeMethod(AppServerBridgeToPega.java:273)
[java] at com.pega.pegarules.pub.PegaRULES.main(PegaRULES.java:85)
[java] Caused by: java.lang.IllegalArgumentException: Archive CFSTPCONFIG20180515.jar cannot be imported. Its type, Unknown, is not supported by the Import Utility
[java] at com.pega.pegarules.deploy.external.util.ImportUtility.getReleventArgList(ImportUtility.java:325)
[java] at com.pega.pegarules.deploy.external.util.ImportUtility.main(ImportUtility.java:245)
I'm creating the archive via a RAP using Designer Studio and have tried the default (i..e no extension specified) .. to get a .zip and also specifying the .jar extension in the archive name. In both cases a subsequent attempt to import with prpcUtils results in the above error.
Can anyone please confirm the supported file types for prpcUtils ?
Thanks