We are trying to upgrade the rulebase from 8.8.3 to 24.1 for on-prem setup using in-place approach. So we configured the setupDatabase properties files with all required details and ran upgrade.bat but then its stuck after below point and not proceeding further. Please review and let me know of any solution to proceed on the same?
[java] 2024-06-21 07:22:12.675 [main] INFO com.pega.codeloader.MainKt - Driver Type…: Oracle JDBC driver
[java] 2024-06-21 07:22:12.675 [main] INFO com.pega.codeloader.MainKt - Driver Version..: 19.17.0.0.0
[java] 2024-06-21 07:22:13.038 [main] INFO com.pega.codeloader.engine.EngineCodeDeleter - Clearing existing contents of pega-enginecode:08-24-01
[java] 2024-06-21 07:23:40.499 [main] INFO com.pega.codeloader.AbstractFastCodeLoader - Starting code import of 891 jars from \tmp\PegaInstallTemp-20-June-2024-08.38.41\load\lib
[java] 2024-06-21 07:23:40.554 [main] INFO com.pega.codeloader.AbstractFastCodeLoader - Loading with 8 thread(s)
[java] 2024-06-21 07:23:40.570 [ForkJoinPool-1-worker-1] INFO com.pega.codeloader.AbstractFastCodeLoader - Loading base/activation-1.1.1.jar …
.
.
.
.
.
.
.
[java] 2024-06-21 08:17:36.638 [ForkJoinPool-1-worker-7] INFO com.pega.codeloader.AbstractFastCodeLoader - Loading zstd-jni-1.5.5-10.jar …
[java] 2024-06-21 08:17:46.622 [ForkJoinPool-1-worker-6] INFO com.pega.codeloader.AbstractFastCodeLoader - Loading zt-exec-1.7.jar …
[java] 2024-06-21 08:17:50.449 [ForkJoinPool-1-worker-6] INFO com.pega.codeloader.AbstractFastCodeLoader - Loading zt-process-killer-1.8.jar …
Problem identified as shown below. Running with ojdbc11 jar resolved the issue. Thanks!
Please see this article. There is a bug in older versions of the Oracle JDBC driver that causes this step to hang. You want to be using at least the 20.5 or higher version of the ojdbc jar file. You should also be using either the ojdbc8 or ojdbc11 jar which matches the Java version you are using.
@AnshumanM1959 , Our platform is on WAS 9.x and we are working on in-place upgrade from 8.8.3 to 24.1 and have few questions. Can I please get your contact number as I have few questions ? Thanks !!
@Jey2705 Our platform is on WAS 9.x and we are working on in-place upgrade from 8.8.3 to 24.1 and have few questions. Can I please get your contact number as I have few questions ? Thanks !!
@HariP17292143 Please ask your queries here, I will respond to best of my ability. we have completed upgrades from 8.8.x to 24.1.x version successfully.
@AnshumanM1959 Thank you!! Do we need to update prpcutils.properties as well for 24.1 ? I don’t see PRPCSetup.jar downloaded with Pega platform 118243_Pega24.1.3.zip ? Do we need PRPCSetup.jar file ?
I have updated setupDatabase.properties file as suggested but without updating the prpcUtils.properties file and got the error though we set up export Java.
tail -10f nohup.out
The JAVA_HOME environment variable must be defined.
The JAVA_HOME environment variable must be defined.
we have setup echo $JAVA_HOME
/mw/IBM/WAS/AppServer/java/8.0
or should I use system Java ? /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.452.b09-1.el7_9.x86_64/jre/bin/java ?
@AnshumanM1959 Prior to running the update.sh we have stopped all the JVMs and uninstalled the applications so though we start the JVMs we won’t able to launch the application. Is there any other way ?I am also going thru the log files. Thanks !!
@HariP17292143 I looked at the PEGARULES schema in pr_engineclasses the ruleset version shows as 8.24.04 so I think upgrade went fine. Also, I reviiewed all the logs and no errors are seen. Thanks !!