Question
Anthem
Anthem
US
Anthem
Posted: Aug 10, 2018
Last activity: Aug 15, 2018
Last activity: 15 Aug 2018 11:09 EDT
Closed
FirstUseAssemblerExceptions - System Pulse agent.
Hi Team,
Unable to bring up the PRPC URL because of the below mentioned exceptions.
PRPC Version :715.
Please suggest.
2018-08-10 11:29:01,000 [ PegaRULES-Batch-2] [ STANDARD] [ ] [ PegaRULES:07.10] (e.VirtualRuleTableDispatchImpl) ERROR - failed to generate (Action) for keys: {pyClassName=Code-, pxObjClass=Rule-Obj-Activity, pyActivityName=SystemPulse}
com.pega.pegarules.pub.generator.FirstUseAssemblerException: FUAInstance-CompileFailed com.pegarules.generated.activity.ra_action_systempulse_910bd189ca1e2e2a95b3fa18766807f4 ----------
1. ERROR in com/pegarules/generated/activity/ra_action_systempulse_910bd189ca1e2e2a95b3fa18766807f4.java (at line 429)
pega.getDeclarativePageUtils().removeNodeLevelDP(sParameters, insKey);
^^^^^^^^^^^^^^^^^
The method removeNodeLevelDP(String, String, boolean) in the type DeclarativePageUtils is not applicable for the arguments (String, String)
----------
2. ERROR in com/pegarules/generated/activity/ra_action_systempulse_910bd189ca1e2e2a95b3fa18766807f4.java (at line 453)
com.pega.pegarules.priv.search.nextgen.Options options =
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
com.pega.pegarules.priv.search.nextgen cannot be resolved to a type
----------
3.
Show More
Hi Team,
Unable to bring up the PRPC URL because of the below mentioned exceptions.
PRPC Version :715.
Please suggest.
2018-08-10 11:29:01,000 [ PegaRULES-Batch-2] [ STANDARD] [ ] [ PegaRULES:07.10] (e.VirtualRuleTableDispatchImpl) ERROR - failed to generate (Action) for keys: {pyClassName=Code-, pxObjClass=Rule-Obj-Activity, pyActivityName=SystemPulse}
com.pega.pegarules.pub.generator.FirstUseAssemblerException: FUAInstance-CompileFailed com.pegarules.generated.activity.ra_action_systempulse_910bd189ca1e2e2a95b3fa18766807f4 ----------
1. ERROR in com/pegarules/generated/activity/ra_action_systempulse_910bd189ca1e2e2a95b3fa18766807f4.java (at line 429)
pega.getDeclarativePageUtils().removeNodeLevelDP(sParameters, insKey);
^^^^^^^^^^^^^^^^^
The method removeNodeLevelDP(String, String, boolean) in the type DeclarativePageUtils is not applicable for the arguments (String, String)
----------
2. ERROR in com/pegarules/generated/activity/ra_action_systempulse_910bd189ca1e2e2a95b3fa18766807f4.java (at line 453)
com.pega.pegarules.priv.search.nextgen.Options options =
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
com.pega.pegarules.priv.search.nextgen cannot be resolved to a type
----------
3. ERROR in com/pegarules/generated/activity/ra_action_systempulse_910bd189ca1e2e2a95b3fa18766807f4.java (at line 454)
new com.pega.pegarules.priv.search.nextgen.Options.Builder().action("refreshClients").build();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
com.pega.pegarules.priv.search.nextgen cannot be resolved to a type
----------
4. ERROR in com/pegarules/generated/activity/ra_action_systempulse_910bd189ca1e2e2a95b3fa18766807f4.java (at line 460)
com.pega.pegarules.priv.search.nextgen.NodeSettings settings =
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
com.pega.pegarules.priv.search.nextgen cannot be resolved to a type
----------
5. ERROR in com/pegarules/generated/activity/ra_action_systempulse_910bd189ca1e2e2a95b3fa18766807f4.java (at line 461)
new com.pega.pegarules.priv.search.nextgen.NodeSettings.Builder().data(data).indexDirectory(indexDirectory).build();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
com.pega.pegarules.priv.search.nextgen cannot be resolved to a type
----------
6. ERROR in com/pegarules/generated/activity/ra_action_systempulse_910bd189ca1e2e2a95b3fa18766807f4.java (at line 462)
com.pega.pegarules.priv.search.nextgen.Options options =
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
com.pega.pegarules.priv.search.nextgen cannot be resolved to a type
----------
7. ERROR in com/pegarules/generated/activity/ra_action_systempulse_910bd189ca1e2e2a95b3fa18766807f4.java (at line 463)
new com.pega.pegarules.priv.search.nextgen.Options.Builder().action("reinit").nodeSettings(settings).build();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
com.pega.pegarules.priv.search.nextgen cannot be resolved to a type
----------
7 problems (7 errors)
From: (B942F20C2B9B9EEE2E829705F71B979CB)
at com.pega.pegarules.generation.internal.assembly.VirtualRuleBuilder.rebuildVirtualRuleImplementation(VirtualRuleBuilder.java:576)
at com.pega.pegarules.generation.internal.assembly.VirtualRuleBuilder.rebuildVirtualRuleImplementation(VirtualRuleBuilder.java:279)
at com.pega.pegarules.generation.internal.assembly.VirtualRuleBuilder.buildVirtualRuleImplementation(VirtualRuleBuilder.java:220)
at com.pega.pegarules.generation.internal.PRGenProviderImpl.buildVirtualRuleImplementation(PRGenProviderImpl.java:547)
at com.pega.pegarules.generation.internal.vtable.VirtualRuleTableDispatchImpl.findOrAssembleConstructor(VirtualRuleTableDispatchImpl.java:984)
at com.pega.pegarules.generation.internal.vtable.VirtualRuleTableDispatchImpl.instantiateRuleImplementation(VirtualRuleTableDispatchImpl.java:818)
at com.pega.pegarules.generation.internal.vtable.VirtualRuleTableDispatchImpl.resolveRule(VirtualRuleTableDispatchImpl.java:408)
at com.pega.pegarules.generation.internal.PRGenProviderImpl.get(PRGenProviderImpl.java:585)
at com.pega.pegarules.session.internal.mgmt.Executable.doActivity(Executable.java:3251)
at com.pega.pegarules.session.internal.async.agent.QueueProcessor.runActivity(QueueProcessor.java:721)
at com.pega.pegarules.session.internal.async.agent.QueueProcessor.execute(QueueProcessor.java:602)
at com.pega.pegarules.session.internal.async.BatchRequestorTask.run(BatchRequestorTask.java:884)
at com.pega.pegarules.session.internal.PRSessionProviderImpl.performTargetActionWithLock(PRSessionProviderImpl.java:1192)
at com.pega.pegarules.session.internal.PRSessionProviderImpl.doWithRequestorLocked(PRSessionProviderImpl.java:930)
at com.pega.pegarules.session.internal.PRSessionProviderImpl.doWithRequestorLocked(PRSessionProviderImpl.java:829)
at com.pega.pegarules.session.internal.async.BatchRequestorTask.run(BatchRequestorTask.java:617)
at com.pega.jsr166backport.java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:991)
at com.pega.jsr166backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:532)
at java.lang.Thread.run(Unknown Source)
Show Less