Skip to content

Commit

Permalink
Update 19c patch var file - add in new patch/fix zip (#107)
Browse files Browse the repository at this point in the history
When deploying OHS with DB Client 19c version we saw an issue logging into Curam post deployment.

This issue lead to issues decoding content and ultimately resources (e.g. css files) not being downloaded and impacting the visual and usability of Curam.

From investagtion we found errors in the logs

This lead us to find Oracle documentation on the errors and highlighted an extra Patch that looks to be required.

This patch was applied to a server manually and once OHS was restarted we no longer saw issues with Curam.

The changes in this PR adds this new patch and ensures it is applied when deploying

Co-authored-by: Martin Fanning <[email protected]>
  • Loading branch information
martinfanning1 and Martin Fanning authored Dec 5, 2024
1 parent 7d2059e commit 7e14ad5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name: spm_middleware

# The version of the collection. Must be compatible with semantic versioning
# Please note. version also exists in /github/workflows/release.yml and will need to be update also
version: 1.7.7
version: 1.7.8

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand Down
2 changes: 2 additions & 0 deletions roles/ohs/vars/v12.2.1.4.240906.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ ohs_version: 12.2.1.4.240906
patches:
- filename: "OHS/{{ ohs_version_folder }}/p37033394_122140_Linux-x86-64.zip"
number: 37033394
- filename: "OHS/{{ ohs_version_folder }}/p35333510_122140_Linux-x86-64.zip"
number: 35037811

# OPatch Information
opatch_filename_path: "WLS/Patches/p28186730_1394217_Generic.zip"
Expand Down

0 comments on commit 7e14ad5

Please sign in to comment.