Question
3
Replies
576
Views
accenture
Posted: October 12, 2016
Last activity: October 12, 2016
Closed
'The code of method method1_circum0(ClipboardPage, boolean, boolean, String, boolean, String[]) is exceeding the 65535 bytes limit' error
I have moved code from 7.1.7 to 7.2 version. I have modified pxMainMenu navigation and added some options related to our application. On clicking the Designer Studio link from header getting below error Failed to compile generated Java com.pegarules.generated.navigation.ra_action_systemmainmenu_autcg_5a28565d0265a893ff83d3c27f8f3faf: ---------- 1. ERROR in \com\pegarules\generated\navigation\ra_action_systemmainmenu_autcg_5a28565d0265a893ff83d3c27f8f3faf.java (at line 183) private void method1_circum0(ClipboardPage outputPage,boolean processShortcut,boolean processAction,String nodePath,boolean isNodePathEmpty,String[] nodePathArr) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The code of method method1_circum0(ClipboardPage, boolean, boolean, String, boolean, String[]) is exceeding the 65535 bytes limit ---------- 1 problem (1 error) Compile failed.
***Updated by Moderator: Marissa to update topic categories***
Sounds like GCS might need to take a look at this in more detail (similar issues in the past required HFIXes for Decision Tables: basically the Generated Java based on the rule has created a method which exceeds the JVM limit of 64kb for method): can you log an SR and provide the XML of the Rule in question as a starting point.