Is JBOSS EAP 8 supported for Pega 8.x.x?
Hi team,
As there is possible end of support for JBOSS EAP 7.x by the mid next year, we were asked to check the ability to upgrade to JBOSS EAP 8.
Could you please help me to understand if the Pega 8.7.x and 8.8.x can run on JBOSS EAP 8? Or is there another suggestion?
Thank you.
@RenataC5 as per your support ticket INC-B25113 (Is JBOSS EAP 8 supported for Pega 8.x.x?) you were informed that JBOSS EAP8 is not supported for Pega 8.7.x and 8.8.x.
https://docs.pega.com/bundle/platform/page/platform/deployment/platform-support-guide/platform-support-guide.html
For your follow-up question, please continue to liaise with our GCS team as I can see that you have another open ticket:
INC-B25959 (Post upgrade of JBOSS EAP to 7.4.14 the version 8.8.5 issue(DEV)
That was resolved by setting DISABLE_JDK_SERIAL_FILTER=true will disable jdk.serialFilter.
Based on the documentation , DISABLE_JDK_SERIAL_FILTER=true should be added in $JBOSS_HOME/bin/standalone.conf or $JBOSS_HOME/bin/domain.conf .
You confirmed that as the Java home is used by other applications you cannot disable on higher level and instead you were able to apply it on the node level and set
: java option: -Djdk.serialFilter=* in the as.properties