Sed: can't read /opt/kaltura/apps/studio/v2.2.1/studio.ini: No such file or directory

I am attempting to install Kaltura 14.14 on Oracle Linux 7 so I can migrate an existing clustered environment off Oracle Linux 6. Im at the Multi Clustered step to kaltura front end on the primary node, but seem to run into an the error below. This step is otherwise successful. I checked our old environment and these files do exist, but they dont exist on the new primary front end. Any idea what I may have missed? Thanks!

/opt/kaltura/bin/kaltura-front-config.sh /some-answer-file

.
.
Restarting kaltura-monit (via systemctl): [ OK ]
sed: can’t read /opt/kaltura/apps/studio/v2.2.1/studio.ini: No such file or directory
sed: can’t read /opt/kaltura/apps/studioV3/v3.4.0/studio.ini: No such file or directory

The template.ini files does exist…

[user@local]# ll /opt/kaltura/apps/studio/v2.2.1/
total 244
drwxr-xr-x. 3 root root 4096 Mar 5 17:04 css
drwxr-xr-x. 2 root root 4096 Mar 5 17:04 fonts
drwxr-xr-x. 2 root root 42 Mar 5 17:04 i18n
drwxr-xr-x. 2 root root 57 Mar 5 17:04 img
-rw-r–r--. 1 root root 2540 Jan 2 2018 index.html
drwxr-xr-x. 3 root root 22 Mar 5 17:04 js
drwxr-xr-x. 2 root root 74 Mar 5 17:04 lib
drwxr-xr-x. 9 root root 4096 Mar 5 17:04 __MACOSX
-rw-r–r--. 1 root root 121398 Jan 2 2018 main.js
-rw-r–r--. 1 root root 53639 Jan 2 2018 main.min.js
-rw-r–r--. 1 root root 512 Jan 2 2018 studio.template.ini
-rw-r–r--. 1 root root 45925 Jan 2 2018 templates.js
drwxr-xr-x. 2 root root 77 Mar 5 17:04 vendor
[user@local]# ll /opt/kaltura/apps/studioV3/v3.4.0/
total 248
drwxr-xr-x. 3 root root 4096 Mar 5 17:05 css
drwxr-xr-x. 2 root root 4096 Mar 5 17:05 fonts
drwxr-xr-x. 2 root root 42 Mar 5 17:05 i18n
drwxr-xr-x. 2 root root 86 Mar 5 17:05 img
-rw-r–r--. 1 root root 2551 Sep 16 2019 index.html
drwxr-xr-x. 3 root root 22 Mar 5 17:05 js
drwxr-xr-x. 2 root root 74 Mar 5 17:05 lib
-rw-r–r--. 1 root root 126221 Sep 16 2019 main.js
-rw-r–r--. 1 root root 55566 Sep 16 2019 main.min.js
-rw-r–r--. 1 root root 463 Sep 16 2019 studio.template.ini
-rw-r–r--. 1 root root 50956 Sep 16 2019 templates.js
drwxr-xr-x. 2 root root 77 Mar 5 17:05 vendor

I worked through this. For some reason I had to remove the base-config lock and re-run the kaltura-sphinx-config script, then re-run the kaltura-front-config and it went away. I tried a few variants of re-running the sphinx-config, but I had to revisit the two steps in order for it to work. Its working, but if anyone has any idea why its happening let me know. Thanks!