Pega Devstudio UI is not shown up after user login.

We were developing and running apps on the Pega Platform, but suddenly Dev Studio was not displayed on.

How should we resolve this ?

2024-12-17 09:45:11,903 [ttp-nio-8080-exec-29] [ STANDARD] [ PegaRULES:8] (a_Portal_DesignerStudio.Stream) ERROR stg-webnode-v.intra.stg.jp.local|100.67.70.194 HAM8KUC8JPJEU4LQI9QK8VIKX7HFGC2Z6A [email protected] - Section ‘HarnessFail’ execution error on page ‘pyDisplayHarness’ of class ‘Data-Portal-DesignerStudio’.
java.lang.NoSuchMethodError: com.pegarules.generated.PageExists_080101__6096686135488994622.PropertyExists(Ljava/lang/String;)Z
at com.pegarules.generated.PageExists_080101__6096686135488994622.PageExists08_01_01(PageExists_080101__6096686135488994622.java:117) ~[?:?]
at com.pegarules.generated.PageExists_080101__6096686135488994622.invoke(PageExists_080101__6096686135488994622.java:82) ~[?:?]
at com.pega.pegarules.generation.internal.library.LibraryRuntime.resolveAndinvokeFunctionViaReflection(LibraryRuntime.java:238) ~[prprivate-generation.jar:?]
at com.pega.pegarules.generation.internal.library.LibraryRuntime.invokeLibraryRuntime(LibraryRuntime.java:125) ~[prprivate-generation.jar:?]
at com.pega.pegarules.generation.internal.library.LibraryFunctionUtilityImpl.resolveMethodCall(LibraryFunctionUtilityImpl.java:2932) ~[prprivate-generation.jar:?]
at com.pega.pegarules.session.internal.mgmt.Executable.resolveMethodCall(Executable.java:12063) ~[prprivate-session.jar:?]

Hi @MasashiY: Is there any recent change in application (or) infra like hotfix installation (or) server patching?

Have you tried to restart the server by clearing pega temp?

Thanks.

@MasashiY I can see that you have logged support ticket INC-C1131 in parallel (please refer to these tickets to help track issues).

The GCS engineer is following the same line of enquiry as correctly stated by @ArulDevan .

→ Please continue to work with our GCS engineers in your ticket and update this forum post when you receive any progress/solution.

I have known about the browser cache problem on Pega platform already.
But I tried to delete the cache this time, but I could not solve it.
Other members tried to delete caches the same way, but the same error result was still shown.

We have restarted all node in our closter several time, but it did not changed, error happens.

All member that is using this pega platform have been facing this trouble now.

I’m also trying to login with Administrator. And the same error ocur now.

@MasashiY please can I ask again that you work with our GCS team, and not through this forum post.

Our GCS engineer in ticket INC-C1131 is the one investigating your issue in detail, so please post your response and work with them to completion.

@MarijeSchillern
OK. I might post here later.

We followed the steps below and were able to resolve it.

Clear cache data

  1. Shutdown all the nodes.
    Shut down all the nodes.

  2. Backup the temp directory under the Pega installation directory from one node, and then delete it.
    The purpose of backing up the temp directory is to use it for identifying the root cause of the issue, although it is unclear how much it will help.
    Take a backup of the temp directory located under the Pega installation directory on one node, and then delete it.

  3. Truncate the cache tables from the database.
    Truncate the following cache tables from the database:

  4. PEGA_RULES.pr_sys_appcache_dep

  5. PEGA_RULES.pr_sys_appcache_entry

  6. PEGA_RULES.pr_sys_appcache_shortcut

  7. PEGA_RULES.pr_sys_app_hierarchy_flat

  8. PEGA_RULES.pr_sys_ruleset_index

  9. PEGA_RULES.pr_sys_class_ancestors

  10. PEGA_RULES.pr_sys_rule_impl

  11. PEGA_RULES.pr4_rule_sysgen

  12. PEGA_RULES.pr_assembledclasses

  13. PEGA_DATA.PR_SYS_UPDATESCACHE

  14. PEGA_RULES.pr_sysgen_static_content

  15. PEGA_DATA.PR_SYS_STATUSNODES

  16. PEGA_DATA.PR_SYS_STATUSDETAILS

After above all,

  1. Start one node and verify that there are no issues.
    Start one node and check if there are any issues.
    Clear the browser cache, navigate through the application, and open some rules to verify.

  2. If everything is fine, start all other nodes.
    If no issues are found, start all the remaining nodes.

Thank you all and support center engineer.