Question

Getting Contact System Administrator Error, While Running Any Flow
Hi,
In My personal edition, when i run the flow getting Error as follows:
Status | fail |
Message | There has been an issue; please consult your system administrator |
Operator ID | Admin@HRServices |
Requestor ID | H1775EB59AED8494DC5A7F68BC4605CA8 |
Attaching log file details and Prconfig as well.
Appreciate quick response.
Thanks,
-
Like (0)
-

Can you kindly clear your browser cache, or try accessing the exercise system using a Private or Incognito session?

Hi Shiva,
Thanks for posting on PSC.
In your flow, are you attempting to access PDN? I have reviewed the logs and found that your flow is expecting to access pdn.pega.com. Log entry: "Caught unhandled exception: java.lang.RuntimeException: java.net.UnknownHostException: pdn.pega.com".
The issue occurs when the Designer Studio portal attempts to access the PDN, to display a sidebar on the right side containing the latest PDN news or from any other explicit access from the application.
There is a Dynamic System Setting "AllowAccessToExternalSystem" which defaults to "true" which determines, whether the PDN access attempts are made or not.
Setting this to "false" removes the exceptions.
Hope it helps you in solving the problem at your end, kindly mark as answered if it does.
Regards,
Asif

Hi,
Thanks for quick response.
I tried Dynamic System Setting "AllowAccessToExternalSystem" set as false, cleared cache, restarted and tried. Not worked. Please find the log file and tracer.
Regards,
Shiva

Hi Shiva,
The logs you shared are not complete logs. They are filtered ones. Please click on the options button and remove the username filter and send the complete log trace, else download it and send the complete file. You can download it from the screen where you have opened it.
PDN exception might be due to the home page in designer studio accessing PDN. You can ignore it as of now.
-Ravi.

Hi Ravi,
I already tried to get log file .zip but, it is asking password(localhost:8080). I tried my operator credential, not getting. that is why i have copied and pasted in text editor. Please find my tracer, and latest log and do needful.
Regards,
Shiva

Hi,
i have seen the tracer screen shots and issue is not related to pdn feeds. PDN feeds will not cause any exception on work object creation. Issue is there in Work-Cover-.Add activity while creating work object. Share the complete logs you find PegaRULES-2017-Dec-25 file in your pega installation folder eg:- C:\Pegainstall \tomcat\work\Catalina\localhost\prweb
Thanks,
Deva
Hi,
i have seen the tracer screen shots and issue is not related to pdn feeds. PDN feeds will not cause any exception on work object creation. Issue is there in Work-Cover-.Add activity while creating work object. Share the complete logs you find PegaRULES-2017-Dec-25 file in your pega installation folder eg:- C:\Pegainstall \tomcat\work\Catalina\localhost\prweb
Thanks,
Deva

Hi DevarajuluP1151,
Thanks for your response.
Here is the Log files and screen of tracer. Please do needful.
Thanks,
Shiva

So below exception you get while running the flow
com.pega.pegarules.pub.clipboard.InvalidParameterException: cannot be null or empty. Details: Invalid value for aLockName passed to com.pega.pegarules.data.internal.access.LockManagerImpl.lock(String, boolean)
at com.pega.pegarules.data.internal.access.LockManagerImpl.acquireLock(LockManagerImpl.java:585)
at com.pega.pegarules.data.internal.access.LockManagerImpl.lock(LockManagerImpl.java:574)
at com.pega.pegarules.data.internal.access.LockManagerImpl.lock(LockManagerImpl.java:563)
at com.pega.pegarules.data.internal.access.LockManagerImpl.lock(LockManagerImpl.java:524)
at com.pegarules.generated.activity.ra_action_add_3a0d7a77a34de05ba21b98ce01d6e7a9.step7_circum0(ra_action_add_3a0d7a77a34de05ba21b98ce01d6e7a9.java:922)
at com.pegarules.generated.activity.ra_action_add_3a0d7a77a34de05ba21b98ce01d6e7a9.perform(ra_action_add_3a0d7a77a34de05ba21b98ce01d6e7a9.java:175)
at com.pega.pegarules.session.internal.mgmt.Executable.doActivity(Executable.java:3553)
at com.pega.pegarules.session.internal.mgmt.base.ThreadRunner.runActivitiesAlt(ThreadRunner.java:646)
Are you acquiring lock on any instance , could you provide the screenshot of add activity as something gone wrong in step:7 .
Thanks,
So below exception you get while running the flow
com.pega.pegarules.pub.clipboard.InvalidParameterException: cannot be null or empty. Details: Invalid value for aLockName passed to com.pega.pegarules.data.internal.access.LockManagerImpl.lock(String, boolean)
at com.pega.pegarules.data.internal.access.LockManagerImpl.acquireLock(LockManagerImpl.java:585)
at com.pega.pegarules.data.internal.access.LockManagerImpl.lock(LockManagerImpl.java:574)
at com.pega.pegarules.data.internal.access.LockManagerImpl.lock(LockManagerImpl.java:563)
at com.pega.pegarules.data.internal.access.LockManagerImpl.lock(LockManagerImpl.java:524)
at com.pegarules.generated.activity.ra_action_add_3a0d7a77a34de05ba21b98ce01d6e7a9.step7_circum0(ra_action_add_3a0d7a77a34de05ba21b98ce01d6e7a9.java:922)
at com.pegarules.generated.activity.ra_action_add_3a0d7a77a34de05ba21b98ce01d6e7a9.perform(ra_action_add_3a0d7a77a34de05ba21b98ce01d6e7a9.java:175)
at com.pega.pegarules.session.internal.mgmt.Executable.doActivity(Executable.java:3553)
at com.pega.pegarules.session.internal.mgmt.base.ThreadRunner.runActivitiesAlt(ThreadRunner.java:646)
Are you acquiring lock on any instance , could you provide the screenshot of add activity as something gone wrong in step:7 .
Thanks,
Arun

Hi Arun,
Please find the Work-Cover- Add Activity Screenshot.
Thanks,
Shiva

Hi Shiva,
Here issue is Step page value passed as null.
So check if the value is null or not and then call the method .
Thanks,
Arun

Here is the Prweb file,
Thanks
Shiva

We will analyse logs. Can you also try creating cases by logging with Pega default users and confirm. Also confirm the PRPC version.

I totally agree with @DevarajuluP1151 you will see PDN feeds exception when the system is not online or the PDN server have some issues .
So share us the logs from the tomcat directory or check if the file path in prlogging.xml is changed for below appender .
<appender name="PEGA" class="com.pega.pegarules.priv.util.DailySizeRollingFileAppenderPega">
<param name="FileNamePattern" value="{web.tmpdir}/PegaRULES-'yyyy-MMM-dd'.log'"/> .
Thanks,
Arun

Hi,
I have installed Pega 7.2.2 Personal Edition, and worked on that, but later i startup the server, terminal has stopped with the error 'Data Base Scheme: null' and server not connecting(only tomcat server coming).
Please find the screenshot for the startup terminal error. And please do needful.
Regards,
Shiva
Hi Shiva,
Thank you for posting your questions in the Pega Support Community.
It looks like you have created duplicate posts for the question- When I startup personal edition Terminal stopped with 'Bootstrap Datatables Scheme: Null'. To avoid confusion and to ensure the discussion continues on a single thread I’ll close the above as a duplicate comment.
You may continue your conversation in this thread: https://collaborate.pega.com/question/when-i-startup-personal-edition-terminal-stopped-bootstrap-datatables-scheme-null
Thank you for your cooperation
Regards,